summaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)Author
2015-04-19ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2014-12-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng
2014-10-05aio: block exit_aio() until all context requests are completedGu Zheng
2014-10-05aio: add missing smp_rmb() in read_events_ringJeff Moyer
2014-10-05aio: fix reqs_available handlingBenjamin LaHaise
2014-07-28aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise
2014-07-09aio: block io_destroy() until all context requests are completedAnatol Pomozov
2014-06-30aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise
2014-06-30aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise
2014-06-07aio: fix potential leak in aio_run_iocb().Leon Yu
2014-05-13aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise
2013-12-21aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-12-06aio: clean up aio ring in the fail pathGu Zheng
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-11-19aio: nullify aio->ring_pages after freeing itSasha Levin
2013-11-19aio: prevent double free in ioctx_allocSasha Levin
2013-11-13aio: checking for NULL instead of IS_ERRDan Carpenter
2013-11-09rework aio migrate pages to use aio fsBenjamin LaHaise
2013-10-10aio: Fix a trinity splatKent Overstreet
2013-09-26aio: fix use-after-free in aio_migratepageBenjamin LaHaise
2013-09-09aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov
2013-09-09aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise
2013-08-30aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise
2013-08-30aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise
2013-08-07aio: table lookup: verify ctx pointerBenjamin LaHaise
2013-08-05aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise
2013-07-31aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-30aio: double aio_max_nr in calculationsBenjamin LaHaise
2013-07-30aio: Kill ki_dtorKent Overstreet
2013-07-30aio: Kill ki_usersKent Overstreet
2013-07-30aio: Kill unneeded kiocb membersKent Overstreet
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-07-30aio: Don't use ctx->tail unnecessarilyKent Overstreet
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet
2013-07-30aio: percpu ioctx refcountKent Overstreet
2013-07-30aio: percpu reqs_availableKent Overstreet
2013-07-30aio: reqs_active -> reqs_availableKent Overstreet
2013-07-17aio: fix build when migration is disabledBenjamin LaHaise
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen
2013-06-29constify rw_verify_area()Al Viro
2013-06-12aio: fix io_destroy() regression by using call_rcu()Kent Overstreet
2013-05-24aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise
2013-05-24aio: fix io_getevents documentationJeff Moyer
2013-05-07aio: kill ki_retryKent Overstreet