aboutsummaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-13/+1
2014-12-13aio: Skip timer for io_getevents if timeout=0Gravatar Fam Zheng 1-2/+6
2014-12-13aio: Make it possible to remap aio ringGravatar Pavel Emelyanov 1-0/+25
2014-11-25Merge git://git.kvack.org/~bcrl/aio-fixesGravatar Linus Torvalds 1-7/+14
2014-11-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGravatar Gu Zheng 1-7/+14
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsGravatar Tejun Heo 1-2/+2
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Gravatar Tejun Heo 1-60/+114
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Gravatar Tejun Heo 1-2/+2
2014-09-04aio: block exit_aio() until all context requests are completedGravatar Gu Zheng 1-1/+6
2014-09-02aio: add missing smp_rmb() in read_events_ringGravatar Jeff Moyer 1-0/+6
2014-08-24aio: fix reqs_available handlingGravatar Benjamin LaHaise 1-4/+73
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-56/+30
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-2/+4
2014-07-24aio: use iovec array rather than the single oneGravatar Gu Zheng 1-5/+5
2014-07-24aio: fix some commentsGravatar Gu Zheng 1-4/+3
2014-07-24aio: use the macro rather than the inline magic numberGravatar Gu Zheng 1-1/+1
2014-07-24aio: remove the needless registration of ring file's private_dataGravatar Gu Zheng 1-1/+0
2014-07-22aio: remove no longer needed preempt_disable()Gravatar Benjamin LaHaise 1-8/+2
2014-07-14Merge ../aio-fixesGravatar Benjamin LaHaise 1-0/+7
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersGravatar Benjamin LaHaise 1-0/+7
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyGravatar Tejun Heo 1-2/+4
2014-06-28percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()Gravatar Tejun Heo 1-2/+2
2014-06-24aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()Gravatar Oleg Nesterov 1-11/+3