1. d062d98 aio: prevent potential eventfd recursion on poll by Jens Axboe · 4 years, 6 months ago
  2. e9e4777 Fix aio_poll() races by Al Viro · 5 years ago
  3. aab66df aio: store event at final iocb_put() by Al Viro · 5 years ago
  4. c20202c51 aio: keep io_event in aio_kiocb by Al Viro · 5 years ago
  5. 592ea63 aio: fold lookup_kiocb() into its sole caller by Al Viro · 5 years ago
  6. c7f2525 pin iocb through aio. by Linus Torvalds · 5 years ago
  7. d6b2615 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 5 years ago
  8. 2afa01c aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 5 years ago
  9. a812f7b aio: abstract out io_event filler helper by Jens Axboe · 6 years ago
  10. d384f8b aio: split out iocb copy from io_submit_one() by Jens Axboe · 6 years ago
  11. 4d67768 aio: use iocb_put() instead of open coding it by Jens Axboe · 6 years ago
  12. ef529ee aio: don't zero entire aio_kiocb aio_get_req() by Jens Axboe · 6 years ago
  13. 730198c aio: separate out ring reservation from req allocation by Christoph Hellwig · 6 years ago
  14. b337325 aio: use assigned completion handler by Jens Axboe · 6 years ago
  15. 9101cbe aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  16. f5e66cd aio: Fix locking in aio_poll() by Bart Van Assche · 5 years ago
  17. a613692 aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 6 years ago
  18. df66ef6 aio: fix failure to put the file pointer by Jens Axboe · 6 years ago
  19. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  20. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  21. e8693bc aio: allow direct aio poll comletions for keyed wakeups by Christoph Hellwig · 6 years ago
  22. bfe4037 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  23. 9018ccc aio: add a iocb refcount by Christoph Hellwig · 6 years ago
  24. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  25. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  26. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 6 years ago
  27. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  28. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  29. 2739b80 aio: only return events requested in poll_mask() for IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  30. 9a6d9a6 fs: aio ioprio use ioprio_check_cap ret val by Adam Manzanares · 6 years ago
  31. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 6 years ago
  32. fc28724 fs: Convert kiocb rw_hint from enum to u16 by Adam Manzanares · 6 years ago
  33. 1da9277 aio: sanitize the limit checking in io_submit(2) by Al Viro · 6 years ago
  34. 67ba049 aio: fold do_io_submit() into callers by Al Viro · 6 years ago
  35. 95af849 aio: shift copyin of iocb into io_submit_one() by Al Viro · 6 years ago
  36. d2988bd4 aio_read_events_ring(): make a bit more readable by Al Viro · 6 years ago
  37. 9061d14 aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way by Al Viro · 6 years ago
  38. 3c96c7f aio: take list removal to (some) callers of aio_complete() by Al Viro · 6 years ago
  39. ac060cb aio: add missing break for the IOCB_CMD_FDSYNC case by Christoph Hellwig · 6 years ago
  40. 1962da0 aio: try to complete poll iocbs without context switch by Christoph Hellwig · 6 years ago
  41. 2c14fa8 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  42. 888933f aio: simplify cancellation by Christoph Hellwig · 6 years ago
  43. f3a2752 aio: simplify KIOCB_KEY handling by Christoph Hellwig · 6 years ago
  44. ed0d523 Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base by Christoph Hellwig · 6 years ago
  45. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 6 years ago
  46. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 6 years ago
  47. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 6 years ago
  48. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 6 years ago
  49. 54843f8 aio: refactor read/write iocb setup by Christoph Hellwig · 6 years ago
  50. 92ce472 aio: remove the extra get_file/fput pair in io_submit_one by Christoph Hellwig · 6 years ago
  51. 75321b5 aio: sanitize ki_list handling by Christoph Hellwig · 6 years ago
  52. c213dc8 aio: remove an outdated BUG_ON and comment in aio_complete by Christoph Hellwig · 7 years ago
  53. 01a658e aio: don't print the page size at boot time by Christoph Hellwig · 7 years ago
  54. f729863 fs/aio: Use rcu_work instead of explicit rcu and work item by Tejun Heo · 6 years ago
  55. d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 6 years ago
  56. a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 6 years ago
  57. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  59. fa2e62a io_getevents: Use timespec64 to represent timeouts by Deepa Dinamani · 7 years ago
  60. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  62. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 7 years ago
  63. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  64. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 7 years ago
  65. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 7 years ago
  66. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 7 years ago
  67. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  69. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 7 years ago
  70. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  71. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  72. bb7462b vfs: use helpers for calling f_op->{read,write}_iter() by Miklos Szeredi · 7 years ago
  73. a12f1ae aio: fix lock dep warning by Shaohua Li · 8 years ago
  74. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  75. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  76. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  77. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  78. 70fe2f4 aio: fix freeze protection of aio writes by Jan Kara · 8 years ago
  79. 89319d31 fs: remove aio_run_iocb by Christoph Hellwig · 8 years ago
  80. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  81. 0b944d3 aio: hold an extra file reference over AIO read/write operations by Christoph Hellwig · 8 years ago
  82. de04e76 fs/aio.c: eliminate redundant loads in put_aio_ring_file by Rasmus Villemoes · 8 years ago
  83. 22f6b4d aio: mark AIO pseudo-fs noexec by Jann Horn · 8 years ago
  84. 013373e aio: make aio_setup_ring killable by Michal Hocko · 8 years ago
  85. 2958ec1 aio: remove a pointless assignment by Al Viro · 8 years ago
  86. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  87. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. d82312c Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  89. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  90. dc48e56 aio: fix serial draining in exit_aio() by Jens Axboe · 9 years ago
  91. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  92. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  93. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  94. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  95. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 9 years ago
  96. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 9 years ago
  97. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  98. d4fb392 kill aio_setup_single_vector() by Al Viro · 9 years ago
  99. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 9 years ago
  100. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 9 years ago