aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-26aio: try to complete poll iocbs without context switchChristoph Hellwig1-3/+17
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig1-1/+133
2018-05-26aio: simplify cancellationChristoph Hellwig1-42/+6
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig1-7/+7
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-baseChristoph Hellwig1-4/+3
2018-05-23fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-10/+104
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig1-0/+43
2018-05-02aio: refactor read/write iocb setupChristoph Hellwig1-69/+92
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig1-9/+16
2018-05-02aio: sanitize ki_list handlingChristoph Hellwig1-7/+6
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig1-9/+0
2018-05-02aio: don't print the page size at boot timeChristoph Hellwig1-3/+0
2018-03-19fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo1-15/+6
2018-03-14fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo1-10/+11
2018-03-14fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo1-4/+19
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+30
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-19io_getevents: Use timespec64 to represent timeoutsDeepa Dinamani1-25/+30
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-0/+8
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira1-7/+12
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-6/+0
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe1-0/+1
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues1-0/+6
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues1-1/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-1/+1
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-2/+2
2017-01-14aio: fix lock dep warningShaohua Li1-2/+4
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22move aio compat to fs/aio.cAl Viro1-2/+95
2016-12-04don't open-code file_inode()Al Viro1-3/+3
2016-10-30aio: fix freeze protection of aio writesJan Kara1-1/+18
2016-10-30fs: remove aio_run_iocbChristoph Hellwig1-88/+94
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig1-14/+0
2016-10-30aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig1-0/+2
2016-09-27fs/aio.c: eliminate redundant loads in put_aio_ring_fileRasmus Villemoes1-3/+6
2016-09-15aio: mark AIO pseudo-fs noexecJann Horn1-1/+6
2016-05-23aio: make aio_setup_ring killableMichal Hocko1-1/+6
2016-04-03aio: remove a pointless assignmentAl Viro1-2/+0
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-9/+18
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+30
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+3