aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
AgeCommit message (Expand)Author
2018-12-30aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-30aio: fix failure to put the file pointerJens Axboe
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig
2018-06-04fs: aio ioprio use ioprio_check_cap ret valAdam Manzanares
2018-05-31fs: Add aio iopriority supportAdam Manzanares
2018-05-31fs: Convert kiocb rw_hint from enum to u16Adam Manzanares
2018-05-29aio: sanitize the limit checking in io_submit(2)Al Viro
2018-05-29aio: fold do_io_submit() into callersAl Viro
2018-05-29aio: shift copyin of iocb into io_submit_one()Al Viro
2018-05-29aio_read_events_ring(): make a bit more readableAl Viro
2018-05-29aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...Al Viro
2018-05-29aio: take list removal to (some) callers of aio_complete()Al Viro
2018-05-28aio: add missing break for the IOCB_CMD_FDSYNC caseChristoph Hellwig
2018-05-26aio: try to complete poll iocbs without context switchChristoph Hellwig
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig
2018-05-26aio: simplify cancellationChristoph Hellwig
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig
2018-05-23fix io_destroy()/aio_complete() raceAl Viro
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig
2018-05-02aio: refactor read/write iocb setupChristoph Hellwig
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig
2018-05-02aio: sanitize ki_list handlingChristoph Hellwig
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig
2018-05-02aio: don't print the page size at boot timeChristoph Hellwig
2018-03-19fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-03-14fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo
2018-03-14fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-19io_getevents: Use timespec64 to represent timeoutsDeepa Dinamani
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi
2017-01-14aio: fix lock dep warningShaohua Li