1. cfb1e33 aio: implement request batching by Jeff Moyer · 15 years ago
  2. 385773e aio.c: move EXPORT* macros to line after function by H Hartley Sweeten · 15 years ago
  3. 3d2d827 mm: move use_mm/unuse_mm from aio.c to mm/ by Michael S. Tsirkin · 15 years ago
  4. 1338901 eventfd: revised interface and cleanups by Davide Libenzi · 15 years ago
  5. 65c2449 aio: lookup_ioctx can return the wrong value when looking up a bogus context by Jeff Moyer · 15 years ago
  6. 87c3a86 eventfd: remove fput() call from possible IRQ context by Davide Libenzi · 15 years ago
  7. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  8. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  9. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  10. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  11. aab2545 uml: activate_mm: remove the dead PF_BORROWED_MM check by Oleg Nesterov · 16 years ago
  12. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 16 years ago
  13. 39fa003 aio: fix misleading comments by Jeff Moyer · 16 years ago
  14. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  15. d5470b5 fs/aio.c: make 3 functions static by Adrian Bunk · 16 years ago
  16. e92adcb aio: io_getevents() should return if io_destroy() is invoked by Jeff Moyer · 16 years ago
  17. 8d1c98b eventfd/kaio integration fix by Davide Libenzi · 16 years ago
  18. 598af05 asmlinkage_protect sys_io_getevents by Roland McGrath · 16 years ago
  19. 6cb2a21 aio: bad AIO race in aio_complete() leads to process hang by Quentin Barnes · 16 years ago
  20. c2ec668 aio: negative offset should return -EINVAL by Rusty Russell · 16 years ago
  21. 7adfa2f aio: partial write should not return error code by Rusty Russell · 16 years ago
  22. fc9b52c fs: remove fastcall, it is always empty by Harvey Harrison · 16 years ago
  23. 56c4da4 core: remove last users of empty FASTCALL macro by Harvey Harrison · 16 years ago
  24. e00ba3d aio: only account I/O wait time in read_events if there are active requests by Jeff Moyer · 17 years ago
  25. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 17 years ago
  26. 41d10da aio: account I/O wait time properly by Jeff Moyer · 17 years ago
  27. 87e2831 AIO: fix cleanup in io_submit_one(...) by Yan Zheng · 17 years ago
  28. 9c3060b signal/timer/event: KAIO eventfd support example by Davide Libenzi · 17 years ago
  29. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  30. a9df62c aio: use flush_work() by Andrew Morton · 17 years ago
  31. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  32. 28defbe [PATCH] aio: remove bare user-triggerable error printk by Zach Brown · 17 years ago
  33. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  34. e10a443 [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag by Robert P. J. Day · 17 years ago
  35. dee11c2 [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2 by Ken Chen · 17 years ago
  36. 1ebb110 [PATCH] Fix lock inversion aio_kick_handler() by Zach Brown · 17 years ago
  37. 90aef12 [PATCH] Use activate_mm() in fs/aio.c:use_mm() by Jeremy Fitzhardinge · 18 years ago
  38. 97d2a80 [PATCH] aio: remove ki_retried debugging member by Benjamin LaHaise · 18 years ago
  39. b62e8ec [PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vector by Chen, Kenneth W · 18 years ago
  40. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  41. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  42. 93e06b4 BUG_ON conversion for fs/aio.c by Eric Sesterhenn · 18 years ago
  43. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  44. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  45. 691578c [PATCH] pr_debug: aio: use size_t length modifier in pr_debug format arguments by Zach Brown · 18 years ago
  46. eed4e51 [PATCH] Add vector AIO support by Badari Pulavarty · 18 years ago
  47. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  48. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  49. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  50. 11b0b5a [PATCH] use kzalloc and kcalloc in core fs code by Oliver Neukum · 18 years ago
  51. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 18 years ago
  52. d00689a [PATCH] aio: replace locking comments with assert_spin_locked() by Zach Brown · 19 years ago
  53. 20dcae3 [PATCH] aio: remove kioctx from mm_struct by Zach Brown · 19 years ago
  54. d55b5fd [PATCH] aio: remove aio_max_nr accounting race by Zach Brown · 19 years ago
  55. 8766ce4 [PATCH] aio syscalls are not checked by lsm by Kostik Belousov · 19 years ago
  56. 4faa528 [PATCH] aio: revert lock_kiocb() by Zach Brown · 19 years ago
  57. 353fb07 [PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0 by Zach Brown · 19 years ago
  58. 897f15f [PATCH] aio: remove unlocked task_list test and resulting race by Zach Brown · 19 years ago
  59. 998765e [PATCH] aio: lock around kiocbTryKick() by Zach Brown · 19 years ago
  60. a464ade [PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb() by Zach Brown · 19 years ago
  61. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  62. ac0b1bc [PATCH] aio: kiocb locking to serialise retry and cancel by Benjamin LaHaise · 19 years ago
  63. 8f58202 [PATCH] change io_cancel return code for no cancel case by Wendy Cheng · 19 years ago
  64. 1e40cd3 [PATCH] uml: fixes performance regression in activate_mm and thus exec() by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  65. c016e22 [PATCH] aio-retry-fix: fix aio retry work queueing by Sébastien Dugu · 19 years ago
  66. 954d3e9 [PATCH] aio: optimize io_submit_one() by Ken Chen · 19 years ago
  67. 644d3a0 [PATCH] aio: clean up debug code by Ken Chen · 19 years ago
  68. 4bf69b2 [PATCH] aio: ring wrapping simplification by Ken Chen · 19 years ago
  69. 212079c [PATCH] aio: remove superfluous kiocb member initialization by Ken Chen · 19 years ago
  70. 25ee7e3 [PATCH] fs/aio.c: make some code static by Adrian Bunk · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago