1. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  2. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  3. 97eba80 aio: Fix io_pgetevents() struct __compat_aio_sigset layout by Guillem Jover · 5 years ago
  4. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  5. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  6. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  7. a2d79c7 Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  8. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  9. 87e5e6d uio: make import_iovec()/compat_import_iovec() return bytes on success by Jens Axboe · 6 years ago
  10. 52db59d vfs: Convert aio to use the new mount API by David Howells · 6 years ago
  11. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  12. 6af1c84 aio: use kmem_cache_free() instead of kfree() by Wei Yongjun · 6 years ago
  13. 18bfb9c aio: Fix an error code in __io_submit_one() by Dan Carpenter · 6 years ago
  14. 7316b49 aio: move sanity checks and request allocation to io_submit_one() by Al Viro · 6 years ago
  15. fa0ca2a deal with get_reqs_available() in aio_get_req() itself by Al Viro · 6 years ago
  16. 7425970 aio: move dropping ->ki_eventfd into iocb_destroy() by Al Viro · 6 years ago
  17. 958c13c make aio_read()/aio_write() return int by Al Viro · 6 years ago
  18. af5c72b Fix aio_poll() races by Al Viro · 6 years ago
  19. 2bb874c aio: store event at final iocb_put() by Al Viro · 6 years ago
  20. a9339b7 aio: keep io_event in aio_kiocb by Al Viro · 6 years ago
  21. 833f415 aio: fold lookup_kiocb() into its sole caller by Al Viro · 6 years ago
  22. b53119f pin iocb through aio. by Linus Torvalds · 6 years ago
  23. 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
  24. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  25. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  26. d3d6a18 aio: Fix locking in aio_poll() by Bart Van Assche · 6 years ago
  27. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  28. ec51f8e aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  29. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  30. 956eb6c Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  31. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  32. 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
  33. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  34. 875736b aio: abstract out io_event filler helper by Jens Axboe · 6 years ago
  35. 88a6f18 aio: split out iocb copy from io_submit_one() by Jens Axboe · 6 years ago
  36. 71ebc6f aio: use iocb_put() instead of open coding it by Jens Axboe · 6 years ago
  37. a79d40e aio: only use blk plugs for > 2 depth submissions by Jens Axboe · 6 years ago
  38. 2bc4ca9 aio: don't zero entire aio_kiocb aio_get_req() by Jens Axboe · 6 years ago
  39. 432c799 aio: separate out ring reservation from req allocation by Christoph Hellwig · 6 years ago
  40. bc9bff6 aio: use assigned completion handler by Jens Axboe · 6 years ago
  41. 4b92543 Merge branch 'for-4.21/block' into for-4.21/aio by Jens Axboe · 6 years ago
  42. 380ef2c Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  43. a538e3f aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 6 years ago
  44. 7a35397 io_pgetevents: use __kernel_timespec by Deepa Dinamani · 6 years ago
  45. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  46. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  47. 154989e aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  48. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  49. 76dc891 aio: Fix fallback I/O priority value by Damien Le Moal · 6 years ago
  50. 53fffe2 aio: fix failure to put the file pointer by Jens Axboe · 6 years ago
  51. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  52. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  53. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  54. e8693bc aio: allow direct aio poll comletions for keyed wakeups by Christoph Hellwig · 6 years ago
  55. bfe4037 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  56. 9018ccc aio: add a iocb refcount by Christoph Hellwig · 6 years ago
  57. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  58. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  59. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  60. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  61. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  62. 2739b80 aio: only return events requested in poll_mask() for IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  63. 9a6d9a6 fs: aio ioprio use ioprio_check_cap ret val by Adam Manzanares · 7 years ago
  64. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 7 years ago
  65. fc28724 fs: Convert kiocb rw_hint from enum to u16 by Adam Manzanares · 7 years ago
  66. 1da9277 aio: sanitize the limit checking in io_submit(2) by Al Viro · 7 years ago
  67. 67ba049 aio: fold do_io_submit() into callers by Al Viro · 7 years ago
  68. 95af849 aio: shift copyin of iocb into io_submit_one() by Al Viro · 7 years ago
  69. d2988bd4 aio_read_events_ring(): make a bit more readable by Al Viro · 7 years ago
  70. 9061d14 aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way by Al Viro · 7 years ago
  71. 3c96c7f aio: take list removal to (some) callers of aio_complete() by Al Viro · 7 years ago
  72. ac060cb aio: add missing break for the IOCB_CMD_FDSYNC case by Christoph Hellwig · 7 years ago
  73. 1962da0 aio: try to complete poll iocbs without context switch by Christoph Hellwig · 7 years ago
  74. 2c14fa8 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  75. 888933f aio: simplify cancellation by Christoph Hellwig · 7 years ago
  76. f3a2752 aio: simplify KIOCB_KEY handling by Christoph Hellwig · 7 years ago
  77. 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
  78. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 7 years ago
  79. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  80. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  81. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 7 years ago
  82. 54843f8 aio: refactor read/write iocb setup by Christoph Hellwig · 7 years ago
  83. 92ce472 aio: remove the extra get_file/fput pair in io_submit_one by Christoph Hellwig · 7 years ago
  84. 75321b5 aio: sanitize ki_list handling by Christoph Hellwig · 7 years ago
  85. c213dc8 aio: remove an outdated BUG_ON and comment in aio_complete by Christoph Hellwig · 7 years ago
  86. 01a658e aio: don't print the page size at boot time by Christoph Hellwig · 7 years ago
  87. f729863 fs/aio: Use rcu_work instead of explicit rcu and work item by Tejun Heo · 7 years ago
  88. d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
  89. a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
  90. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  91. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  92. fa2e62a io_getevents: Use timespec64 to represent timeouts by Deepa Dinamani · 7 years ago
  93. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  95. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 8 years ago
  96. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  97. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 8 years ago
  98. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 8 years ago
  99. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 8 years ago
  100. 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