aboutsummaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+0
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYGravatar Jérôme Glisse 1-0/+8
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrGravatar Mauricio Faria de Oliveira 1-7/+12
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-6/+0
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsGravatar Jens Axboe 1-0/+1
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGravatar Goldwyn Rodrigues 1-0/+6
2017-06-20fs: Use RWF_* flags for AIO operationsGravatar Goldwyn Rodrigues 1-1/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusGravatar Al Viro 1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-1/+1
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Gravatar Miklos Szeredi 1-2/+2
2017-01-14aio: fix lock dep warningGravatar Shaohua Li 1-2/+4
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-22move aio compat to fs/aio.cGravatar Al Viro 1-2/+95
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-3/+3
2016-10-30aio: fix freeze protection of aio writesGravatar Jan Kara 1-1/+18
2016-10-30fs: remove aio_run_iocbGravatar Christoph Hellwig 1-88/+94
2016-10-30fs: remove the never implemented aio_fsync file operationGravatar Christoph Hellwig 1-14/+0
2016-10-30aio: hold an extra file reference over AIO read/write operationsGravatar Christoph Hellwig 1-0/+2
2016-09-27fs/aio.c: eliminate redundant loads in put_aio_ring_fileGravatar Rasmus Villemoes 1-3/+6
2016-09-15aio: mark AIO pseudo-fs noexecGravatar Jann Horn 1-1/+6
2016-05-23aio: make aio_setup_ring killableGravatar Michal Hocko 1-1/+6
2016-04-03aio: remove a pointless assignmentGravatar Al Viro 1-2/+0
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structGravatar Oleg Nesterov 1-9/+18
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-15/+30
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-20/+3
2015-04-15aio: fix serial draining in exit_aio()Gravatar Jens Axboe 1-15/+30
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-104/+88
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsGravatar Al Viro 1-1/+1
2015-04-11Merge branch 'for-linus' into for-nextGravatar Al Viro 1-6/+14
2015-04-11->aio_read and ->aio_write removedGravatar Al Viro 1-11/+2
2015-04-11aio_run_iocb(): kill dead checkGravatar Al Viro 1-7/+0
2015-04-11ioctx_alloc(): remove pointless checkGravatar Al Viro 1-2/+1
2015-04-11aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Gravatar Al Viro 1-19/+9
2015-04-11kill aio_setup_single_vector()Gravatar Al Viro 1-17/+1
2015-04-11aio: simplify arguments of aio_setup_..._rw()Gravatar Al Viro 1-28/+17
2015-04-11aio: lift iov_iter_init() into aio_setup_..._rw()Gravatar Al Viro 1-6/+11
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-67/+83
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureGravatar Al Viro 1-0/+3
2015-04-06fix mremap() vs. ioctx_kill() raceGravatar Al Viro 1-6/+11
2015-03-13fs: split generic and aio kiocbGravatar Christoph Hellwig 1-29/+65
2015-03-13fs: don't allow to complete sync iocbs through aio_completeGravatar Christoph Hellwig 1-23/+1
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-16/+18
2015-02-20fs/aio.c: Remove duplicate function name in pr_debug messagesGravatar Kinglong Mee 1-3/+3
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+0
2015-02-03aio: annotate aio_read_event_ring for sleep patternsGravatar Dave Chinner 1-0/+7