1. 958c13c make aio_read()/aio_write() return int by Al Viro · 6 years ago
  2. af5c72b Fix aio_poll() races by Al Viro · 6 years ago
  3. 2bb874c aio: store event at final iocb_put() by Al Viro · 6 years ago
  4. a9339b7 aio: keep io_event in aio_kiocb by Al Viro · 6 years ago
  5. 833f415 aio: fold lookup_kiocb() into its sole caller by Al Viro · 6 years ago
  6. b53119f pin iocb through aio. by Linus Torvalds · 6 years ago
  7. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  10. d3d6a18 aio: Fix locking in aio_poll() by Bart Van Assche · 6 years ago
  11. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  12. ec51f8e aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  13. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  14. 956eb6c Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  15. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  16. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  17. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  18. 875736b aio: abstract out io_event filler helper by Jens Axboe · 6 years ago
  19. 88a6f18 aio: split out iocb copy from io_submit_one() by Jens Axboe · 6 years ago
  20. 71ebc6f aio: use iocb_put() instead of open coding it by Jens Axboe · 6 years ago
  21. a79d40e aio: only use blk plugs for > 2 depth submissions by Jens Axboe · 6 years ago
  22. 2bc4ca9 aio: don't zero entire aio_kiocb aio_get_req() by Jens Axboe · 6 years ago
  23. 432c799 aio: separate out ring reservation from req allocation by Christoph Hellwig · 6 years ago
  24. bc9bff6 aio: use assigned completion handler by Jens Axboe · 6 years ago
  25. 4b92543 Merge branch 'for-4.21/block' into for-4.21/aio by Jens Axboe · 6 years ago
  26. 380ef2c Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  27. a538e3f aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 6 years ago
  28. 7a35397 io_pgetevents: use __kernel_timespec by Deepa Dinamani · 6 years ago
  29. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  30. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  31. 154989e aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  32. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  33. 76dc891 aio: Fix fallback I/O priority value by Damien Le Moal · 6 years ago
  34. 53fffe2 aio: fix failure to put the file pointer by Jens Axboe · 6 years ago
  35. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  36. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  37. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  38. e8693bc aio: allow direct aio poll comletions for keyed wakeups by Christoph Hellwig · 6 years ago
  39. bfe4037 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  40. 9018ccc aio: add a iocb refcount by Christoph Hellwig · 6 years ago
  41. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  42. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  43. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  44. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  45. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  46. 2739b80 aio: only return events requested in poll_mask() for IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  47. 9a6d9a6 fs: aio ioprio use ioprio_check_cap ret val by Adam Manzanares · 7 years ago
  48. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 7 years ago
  49. fc28724 fs: Convert kiocb rw_hint from enum to u16 by Adam Manzanares · 7 years ago
  50. 1da9277 aio: sanitize the limit checking in io_submit(2) by Al Viro · 7 years ago
  51. 67ba049 aio: fold do_io_submit() into callers by Al Viro · 7 years ago
  52. 95af849 aio: shift copyin of iocb into io_submit_one() by Al Viro · 7 years ago
  53. d2988bd4 aio_read_events_ring(): make a bit more readable by Al Viro · 7 years ago
  54. 9061d14 aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way by Al Viro · 7 years ago
  55. 3c96c7f aio: take list removal to (some) callers of aio_complete() by Al Viro · 7 years ago
  56. ac060cb aio: add missing break for the IOCB_CMD_FDSYNC case by Christoph Hellwig · 7 years ago
  57. 1962da0 aio: try to complete poll iocbs without context switch by Christoph Hellwig · 7 years ago
  58. 2c14fa8 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  59. 888933f aio: simplify cancellation by Christoph Hellwig · 7 years ago
  60. f3a2752 aio: simplify KIOCB_KEY handling by Christoph Hellwig · 7 years ago
  61. ed0d523 Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base by Christoph Hellwig · 7 years ago
  62. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 7 years ago
  63. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  64. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  65. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 7 years ago
  66. 54843f8 aio: refactor read/write iocb setup by Christoph Hellwig · 7 years ago
  67. 92ce472 aio: remove the extra get_file/fput pair in io_submit_one by Christoph Hellwig · 7 years ago
  68. 75321b5 aio: sanitize ki_list handling by Christoph Hellwig · 7 years ago
  69. c213dc8 aio: remove an outdated BUG_ON and comment in aio_complete by Christoph Hellwig · 7 years ago
  70. 01a658e aio: don't print the page size at boot time by Christoph Hellwig · 7 years ago
  71. f729863 fs/aio: Use rcu_work instead of explicit rcu and work item by Tejun Heo · 7 years ago
  72. d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
  73. a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
  74. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  75. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  76. fa2e62a io_getevents: Use timespec64 to represent timeouts by Deepa Dinamani · 7 years ago
  77. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  78. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  79. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 7 years ago
  80. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  81. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 8 years ago
  82. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 8 years ago
  83. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 8 years ago
  84. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  87. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  88. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  89. bb7462b vfs: use helpers for calling f_op->{read,write}_iter() by Miklos Szeredi · 8 years ago
  90. a12f1ae aio: fix lock dep warning by Shaohua Li · 8 years ago
  91. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  92. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  93. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  94. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  95. 70fe2f4 aio: fix freeze protection of aio writes by Jan Kara · 8 years ago
  96. 89319d31 fs: remove aio_run_iocb by Christoph Hellwig · 8 years ago
  97. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  98. 0b944d3 aio: hold an extra file reference over AIO read/write operations by Christoph Hellwig · 8 years ago
  99. de04e76 fs/aio.c: eliminate redundant loads in put_aio_ring_file by Rasmus Villemoes · 8 years ago
  100. 22f6b4d aio: mark AIO pseudo-fs noexec by Jann Horn · 8 years ago