aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-15aio: fix serial draining in exit_aio()Jens Axboe1-15/+30
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-104/+88
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11Merge branch 'for-linus' into for-nextAl Viro1-6/+14
2015-04-11->aio_read and ->aio_write removedAl Viro1-11/+2
2015-04-11aio_run_iocb(): kill dead checkAl Viro1-7/+0
2015-04-11ioctx_alloc(): remove pointless checkAl Viro1-2/+1
2015-04-11aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro1-19/+9
2015-04-11kill aio_setup_single_vector()Al Viro1-17/+1
2015-04-11aio: simplify arguments of aio_setup_..._rw()Al Viro1-28/+17
2015-04-11aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro1-6/+11
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-67/+83
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-6/+11
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-29/+65
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig1-23/+1
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-16/+18
2015-02-20fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee1-3/+3
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+0
2015-02-03aio: annotate aio_read_event_ring for sleep patternsDave Chinner1-0/+7
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-13/+1
2014-12-13aio: Skip timer for io_getevents if timeout=0Fam Zheng1-2/+6
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov1-0/+25
2014-11-25Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-7/+14
2014-11-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng1-7/+14
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-2/+2