summaryrefslogtreecommitdiff
path: root/fs/aio.c
Commit message (Expand)AuthorAge
* aio: allocate kiocbs in batchesJeff Moyer2011-11-02
* Cross Memory AttachChristopher Yeoh2011-10-31
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
| |\
| | * aio: remove request submission batchingJens Axboe2011-03-10
| | * fs: make aio plugShaohua Li2011-03-10
| | * block: remove per-queue pluggingJens Axboe2011-03-10
* | | aio: wake all waiters when destroying ctxRoland Dreier2011-03-22
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-16
|\ \ \ | |/ / |/| |
| * | fs/aio: aio_wq isn't used in memory reclaim pathTejun Heo2011-01-26
| |/
* | aio: fix race between io_destroy() and io_submit()Jan Kara2011-02-25
* | aio: fix rcu ioctx lookupNick Piggin2011-02-25
|/
* aio: check return value of create_workqueue()Namhyung Kim2011-01-17
* aio: remove unused aio_run_iocbs()Jeff Moyer2011-01-13
* aio: remove unnecessary checkNamhyung Kim2011-01-13
* new helper: ihold()Al Viro2010-10-25
* aio: bump i_count instead of using igrabChris Mason2010-10-25
* aio: do not return ERESTARTSYS as a result of AIOJan Kara2010-09-22
* aio: check for multiplication overflow in do_io_submitJeff Moyer2010-09-14
* aio: fix wrong subsystem commentsSatoru Takeuchi2010-08-05
* get rid of the magic around f_count in aioAl Viro2010-05-27
* aio: fix the compat vectored operationsJeff Moyer2010-05-27
* aio: remove unused fieldShaohua Li2009-12-16
* block: move bdi/address_space unplug functions to backing-dev.hJens Axboe2009-10-29
* aio: implement request batchingJeff Moyer2009-10-28
* aio.c: move EXPORT* macros to line after functionH Hartley Sweeten2009-09-23
* mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin2009-09-22
* eventfd: revised interface and cleanupsDavide Libenzi2009-06-30
* aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer2009-03-19
* eventfd: remove fput() call from possible IRQ contextDavide Libenzi2009-03-19
* [CVE-2009-0029] System call wrappers part 16Heiko Carstens2009-01-14
* aio: make the lookup_ioctx() locklessJens Axboe2008-12-29
* [PATCH] f_count may wrap aroundAl Viro2008-07-26
* kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov2008-07-25
* uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov2008-06-06
* debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-30
* aio: fix misleading commentsJeff Moyer2008-04-29
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-29
* fs/aio.c: make 3 functions staticAdrian Bunk2008-04-29
* aio: io_getevents() should return if io_destroy() is invokedJeff Moyer2008-04-28
* eventfd/kaio integration fixDavide Libenzi2008-04-11
* asmlinkage_protect sys_io_geteventsRoland McGrath2008-04-10
* aio: bad AIO race in aio_complete() leads to process hangQuentin Barnes2008-03-19
* aio: negative offset should return -EINVALRusty Russell2008-02-08
* aio: partial write should not return error codeRusty Russell2008-02-08
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-08
* core: remove last users of empty FASTCALL macroHarvey Harrison2008-01-30
* aio: only account I/O wait time in read_events if there are active requestsJeff Moyer2007-12-05
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-18
* aio: account I/O wait time properlyJeff Moyer2007-10-17