summaryrefslogtreecommitdiff
path: root/fs/aio.c
Commit message (Expand)AuthorAge
* 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
* AIO: fix cleanup in io_submit_one(...)Yan Zheng2007-10-08
* signal/timer/event: KAIO eventfd support exampleDavide Libenzi2007-05-11
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-09
* aio: use flush_work()Andrew Morton2007-05-09
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* [PATCH] aio: remove bare user-triggerable error printkZach Brown2007-03-27
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-11
* [PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day2007-02-11
* [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2Ken Chen2007-02-03
* [PATCH] Fix lock inversion aio_kick_handler()Zach Brown2006-12-30
* [PATCH] Use activate_mm() in fs/aio.c:use_mm()Jeremy Fitzhardinge2006-12-13
* [PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise2006-12-07
* [PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vectorChen, Kenneth W2006-12-07
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * BUG_ON conversion for fs/aio.cEric Sesterhenn2006-11-30
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22