summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-21aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2
2018-06-06fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-30aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-03-22fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo1-10/+11
2018-03-22fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo1-4/+19
2017-07-05aio: fix lock dep warningShaohua Li1-2/+4
2016-10-30aio: fix freeze protection of aio writesJan Kara2-1/+19
2016-10-30fs: remove aio_run_iocbChristoph Hellwig1-88/+94
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig5-19/+0
2016-10-30aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig1-0/+2
2016-09-28fs/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-24aio: 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 Nesterov4-12/+21
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds55-861/+691
2015-04-17Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-46/+93
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds90-1185/+598
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/v...Linus Torvalds103-1118/+839
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro11-23/+38
2015-04-12Merge branch 'for-linus' into for-nextAl Viro4-15/+34
2015-04-12->aio_read and ->aio_write removedAl Viro8-54/+9
2015-04-12aio_run_iocb(): kill dead checkAl Viro1-7/+0
2015-04-12ioctx_alloc(): remove pointless checkAl Viro1-2/+1
2015-04-12aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro1-19/+9
2015-04-12kill aio_setup_single_vector()Al Viro1-17/+1
2015-04-12aio: simplify arguments of aio_setup_..._rw()Al Viro1-28/+17
2015-04-12aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro1-6/+11
2015-04-12Merge branch 'iocb' into for-nextAl Viro68-271/+201
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro3-9/+20
2015-03-13fs: split generic and aio kiocbChristoph Hellwig7-77/+81
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig5-57/+12
2015-03-13fs: remove ki_nbytesChristoph Hellwig10-38/+28
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 Torvalds87-704/+305
2015-02-04aio: annotate aio_read_event_ring for sleep patternsDave Chinner1-0/+7
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig32-91/+8
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-12-13aio: Skip timer for io_getevents if timeout=0Fam Zheng1-2/+6
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov3-1/+28
2014-11-26Merge 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 Heo6-13/+43
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo1301-7882/+15908
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo6-10/+15
2014-09-04aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-08-24aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
[next]