Commit Graph

63 Commits (17f0f4a47df9aea9ee26c939f8057c35e0be1847)

Author SHA1 Message Date
Al Viro 516e0cc564 [PATCH] f_count may wrap around 17 years ago
Oleg Nesterov 246bb0b1de kill PF_BORROWED_MM in favour of PF_KTHREAD 17 years ago
Oleg Nesterov aab2545fdd uml: activate_mm: remove the dead PF_BORROWED_MM check 17 years ago
Thomas Gleixner c6f3a97f86 debugobjects: add timer specific object debugging code 17 years ago
Jeff Moyer 39fa00311f aio: fix misleading comments 17 years ago
Hirofumi Nakagawa 801678c5a3 Remove duplicated unlikely() in IS_ERR() 17 years ago
Adrian Bunk d5470b596a fs/aio.c: make 3 functions static 17 years ago
Jeff Moyer e92adcba26 aio: io_getevents() should return if io_destroy() is invoked 17 years ago
Davide Libenzi 8d1c98b0b5 eventfd/kaio integration fix 17 years ago
Roland McGrath 598af051a7 asmlinkage_protect sys_io_getevents 17 years ago
Quentin Barnes 6cb2a21049 aio: bad AIO race in aio_complete() leads to process hang 17 years ago
Rusty Russell c2ec66828f aio: negative offset should return -EINVAL 17 years ago
Rusty Russell 7adfa2ff3e aio: partial write should not return error code 17 years ago
Harvey Harrison fc9b52cd8f fs: remove fastcall, it is always empty 17 years ago
Harvey Harrison 56c4da454d core: remove last users of empty FASTCALL macro 17 years ago
Jeff Moyer e00ba3dae0 aio: only account I/O wait time in read_events if there are active requests 17 years ago
Alexey Dobriyan 6212e3a388 Remove struct task_struct::io_wait 17 years ago
Jeff Moyer 41d10da371 aio: account I/O wait time properly 17 years ago
Yan Zheng 87e2831c3f AIO: fix cleanup in io_submit_one(...) 18 years ago
Davide Libenzi 9c3060bedd signal/timer/event: KAIO eventfd support example 18 years ago
Oleg Nesterov 28e53bddf8 unify flush_work/flush_work_keventd and rename it to cancel_work_sync 18 years ago
Andrew Morton a9df62c758 aio: use flush_work() 18 years ago
Christoph Lameter 0a31bd5f2b KMEM_CACHE(): simplify slab cache creation 18 years ago
Zach Brown 28defbea64 [PATCH] aio: remove bare user-triggerable error printk 18 years ago
Robert P. J. Day c376222960 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). 18 years ago
Robert P. J. Day e10a4437cb [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag 18 years ago
Ken Chen dee11c2364 [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2 18 years ago
Zach Brown 1ebb1101c5 [PATCH] Fix lock inversion aio_kick_handler() 18 years ago
Jeremy Fitzhardinge 90aef12e6d [PATCH] Use activate_mm() in fs/aio.c:use_mm() 18 years ago
Benjamin LaHaise 97d2a80584 [PATCH] aio: remove ki_retried debugging member 18 years ago
Chen, Kenneth W b62e8ec2ac [PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vector 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Eric Sesterhenn 93e06b4140 BUG_ON conversion for fs/aio.c 18 years ago
David Howells 65f27f3844 WorkStruct: Pass the work_struct pointer instead of context data 18 years ago
David Howells 52bad64d95 WorkStruct: Separate delayable and non-delayable events. 18 years ago
Zach Brown 691578cd55 [PATCH] pr_debug: aio: use size_t length modifier in pr_debug format arguments 19 years ago
Badari Pulavarty eed4e51fb6 [PATCH] Add vector AIO support 19 years ago
Badari Pulavarty 027445c372 [PATCH] Vectorize aio_read/aio_write fileop methods 19 years ago
Andreas Mohr d6e05edc59 spelling fixes 19 years ago
Oleg Nesterov 626ab0e69d [PATCH] list: use list_replace_init() instead of list_splice_init() 19 years ago
Oliver Neukum 11b0b5abb2 [PATCH] use kzalloc and kcalloc in core fs code 19 years ago
Nick Piggin 095975da26 [PATCH] rcu file: use atomic primitives 19 years ago
Zach Brown d00689af6b [PATCH] aio: replace locking comments with assert_spin_locked() 19 years ago
Zach Brown 20dcae3243 [PATCH] aio: remove kioctx from mm_struct 19 years ago
Zach Brown d55b5fdaf4 [PATCH] aio: remove aio_max_nr accounting race 19 years ago
Kostik Belousov 8766ce4101 [PATCH] aio syscalls are not checked by lsm 20 years ago
Zach Brown 4faa528528 [PATCH] aio: revert lock_kiocb() 20 years ago
Zach Brown 353fb07e20 [PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0 20 years ago
Zach Brown 897f15fb58 [PATCH] aio: remove unlocked task_list test and resulting race 20 years ago
Zach Brown 998765e558 [PATCH] aio: lock around kiocbTryKick() 20 years ago