aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun 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/p...Linus 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
2013-08-07aio: table lookup: verify ctx pointerBenjamin LaHaise1-1/+1
2013-08-05aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise1-8/+9
2013-07-31aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise1-1/+2
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise1-22/+114
2013-07-30aio: double aio_max_nr in calculationsBenjamin LaHaise1-2/+2
2013-07-30aio: Kill ki_dtorKent Overstreet1-2/+0
2013-07-30aio: Kill ki_usersKent Overstreet1-35/+12
2013-07-30aio: Kill unneeded kiocb membersKent Overstreet1-29/+40
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-73/+18
2013-07-30aio: Don't use ctx->tail unnecessarilyKent Overstreet1-19/+23
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet1-30/+10
2013-07-30aio: percpu ioctx refcountKent Overstreet1-39/+27
2013-07-30aio: percpu reqs_availableKent Overstreet1-7/+99
2013-07-30aio: reqs_active -> reqs_availableKent Overstreet1-16/+22
2013-07-17aio: fix build when migration is disabledBenjamin LaHaise1-0/+4
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng1-11/+108
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-06-29constify rw_verify_area()Al Viro1-0/+2
2013-06-12aio: fix io_destroy() regression by using call_rcu()Kent Overstreet1-20/+16
2013-05-24aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise1-1/+3
2013-05-24aio: fix io_getevents documentationJeff Moyer1-2/+1
2013-05-07aio: kill ki_retryKent Overstreet1-139/+85
2013-05-07aio: kill ki_keyKent Overstreet1-2/+5
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-07aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-07aio: kill batch allocationKent Overstreet1-101/+15
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-07aio: use cancellation list lazilyKent Overstreet1-44/+62
2013-05-07aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-07aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-07aio: make aio_put_req() locklessKent Overstreet1-52/+34
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+61
2013-05-07aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-07aio: kill return value of aio_complete()Kent Overstreet1-14/+7
2013-05-07aio: remove retry-based AIOZach Brown1-324/+27
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2013-04-26aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang1-1/+1
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-0/+4
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-2/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-3/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-1/+5
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Al Viro1-70/+3
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-3/+3
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-2/+2
2012-05-21vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Al Viro1-1/+14
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-5/+2
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro1-6/+4
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro1-15/+7
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-43/+22
2012-03-20aio: fix the comment in aio_kick_handler()Al Viro1-1/+1
2012-03-20aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro1-4/+0
2012-03-20aio: use cancel_delayed_work_sync()Al Viro1-2/+1
2012-03-20aio: aio_nr_lock is taken only synchronously nowAl Viro1-3/+3
2012-03-20aio: aio_nr decrements don't need to be delayedAl Viro1-28/+14
2012-03-20aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro1-7/+5
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-15/+15
2012-03-09aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-09aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-05aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-13Unused iocbs in a batch should not be accounted as active.Gleb Natapov1-2/+9
2011-11-02aio: allocate kiocbs in batchesJeff Moyer1-29/+107
2011-10-31Cross Memory AttachChristopher Yeoh1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-70/+7
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier1-2/+2
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-70/+7
2011-03-10aio: remove request submission batchingJens Axboe1-72/+3
2011-03-10fs: make aio plugShaohua Li1-0/+4
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+3
2011-02-25aio: fix race between io_destroy() and io_submit()Jan Kara1-0/+17
2011-02-25aio: fix rcu ioctx lookupNick Piggin1-11/+24
2011-01-26fs/aio: aio_wq isn't used in memory reclaim pathTejun Heo1-2/+2
2011-01-17aio: check return value of create_workqueue()Namhyung Kim1-1/+1
2011-01-13aio: remove unused aio_run_iocbs()Jeff Moyer1-22/+5
2011-01-13aio: remove unnecessary checkNamhyung Kim1-1/+1
2010-10-25new helper: ihold()Al Viro1-3/+2
2010-10-25aio: bump i_count instead of using igrabChris Mason1-1/+14
2010-09-22aio: do not return ERESTARTSYS as a result of AIOJan Kara1-1/+9
2010-09-14aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-08-05aio: fix wrong subsystem commentsSatoru Takeuchi1-10/+11
2010-05-27get rid of the magic around f_count in aioAl Viro1-3/+3
2010-05-27aio: fix the compat vectored operationsJeff Moyer1-24/+41
2009-12-16aio: remove unused fieldShaohua Li1-38/+2
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe1-0/+1
2009-10-28aio: implement request batchingJeff Moyer1-2/+59
2009-09-23aio.c: move EXPORT* macros to line after functionH Hartley Sweeten1-6/+4
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin1-46/+1
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi1-17/+7
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens1-11/+11
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe1-44/+56
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-3/+3
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov1-2/+0
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov1-4/+0
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-3/+2
2008-04-29aio: fix misleading commentsJeff Moyer1-4/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29fs/aio.c: make 3 functions staticAdrian Bunk1-28/+39
2008-04-28aio: io_getevents() should return if io_destroy() is invokedJeff Moyer1-1/+11
2008-04-11eventfd/kaio integration fixDavide Libenzi1-8/+9
2008-04-10asmlinkage_protect sys_io_geteventsRoland McGrath1-0/+1
2008-03-19aio: bad AIO race in aio_complete() leads to process hangQuentin Barnes1-0/+8
2008-02-08aio: negative offset should return -EINVALRusty Russell1-0/+4
2008-02-08aio: partial write should not return error codeRusty Russell1-0/+7
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-9/+8
2008-01-30core: remove last users of empty FASTCALL macroHarvey Harrison1-1/+1
2007-12-05aio: only account I/O wait time in read_events if there are active requestsJeff Moyer1-1/+6
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-14/+2
2007-10-17aio: account I/O wait time properlyJeff Moyer1-3/+3
2007-10-08AIO: fix cleanup in io_submit_one(...)Yan Zheng1-1/+1
2007-05-11signal/timer/event: KAIO eventfd support exampleDavide Libenzi1-2/+26
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-2/+2
2007-05-09aio: use flush_work()Andrew Morton1-4/+3
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-4/+2
2007-03-27[PATCH] aio: remove bare user-triggerable error printkZach Brown1-1/+0
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-11[PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day1-1/+1
2007-02-03[PATCH] aio: fix buggy put_ioctx call in aio_complete - v2Ken Chen1-11/+9
2006-12-30[PATCH] Fix lock inversion aio_kick_handler()Zach Brown1-4/+3
2006-12-13[PATCH] Use activate_mm() in fs/aio.c:use_mm()Jeremy Fitzhardinge1-1/+1
2006-12-07[PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise1-15/+0
2006-12-07[PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vectorChen, Kenneth W1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-4/+2
2006-11-30BUG_ON conversion for fs/aio.cEric Sesterhenn1-4/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-7/+7
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-2/+2
2006-10-03[PATCH] pr_debug: aio: use size_t length modifier in pr_debug format argumentsZach Brown1-2/+2
2006-10-01[PATCH] Add vector AIO supportBadari Pulavarty1-54/+117
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-4/+11
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-2/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum1-2/+1
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin1-2/+1
2005-11-13[PATCH] aio: replace locking comments with assert_spin_locked()Zach Brown1-5/+12
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown1-18/+9
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown1-10/+21