aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo1-60/+114
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo1-2/+2
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
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-56/+30
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+4
2014-07-24aio: use iovec array rather than the single oneGu Zheng1-5/+5
2014-07-24aio: fix some commentsGu Zheng1-4/+3
2014-07-24aio: use the macro rather than the inline magic numberGu Zheng1-1/+1
2014-07-24aio: remove the needless registration of ring file's private_dataGu Zheng1-1/+0
2014-07-22aio: remove no longer needed preempt_disable()Benjamin LaHaise1-8/+2
2014-07-14Merge ../aio-fixesBenjamin LaHaise1-0/+7
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-2/+4
2014-06-28percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()Tejun Heo1-2/+2
2014-06-24aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()Oleg Nesterov1-11/+3
2014-06-24aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()Oleg Nesterov1-26/+16
2014-06-24aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-24aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-34/+36
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro1-2/+12
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-04-29aio: cleanup: flatten kill_ioctx()Benjamin LaHaise1-26/+26
2014-04-29aio: report error from io_destroy() when threads race in io_destroy()Benjamin LaHaise1-7/+9
2014-04-22fs/aio.c: Remove ctx parameter in kiocb_cancelFabian Frederick1-3/+3
2014-04-16aio: block io_destroy() until all context requests are completedAnatol Pomozov1-4/+32
2014-03-28aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise1-53/+67
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-9/+46
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-8/+44
2013-12-21aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise1-1/+2
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-2/+6
2013-12-06aio: clean up aio ring in the fail pathGu Zheng1-2/+6
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-83/+51
2013-11-19aio: nullify aio->ring_pages after freeing itSasha Levin1-1/+3
2013-11-19aio: prevent double free in ioctx_allocSasha Levin1-1/+0
2013-11-13aio: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2013-11-09rework aio migrate pages to use aio fsBenjamin LaHaise1-6/+57
2013-10-10aio: Fix a trinity splatKent Overstreet1-81/+48
2013-09-26aio: fix use-after-free in aio_migratepageBenjamin LaHaise1-15/+37
2013-09-09aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov1-0/+6
2013-09-09aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise1-3/+12
2013-08-30aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise1-3/+3
2013-08-30aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise1-5/+0