1. bf95391 Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 2 months ago
  2. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
  3. 6446c4f aio: Prefer struct_size over open coded arithmetic by Len Baker · 3 years, 3 months ago
  4. b542e38 eventfd: Make signal recursion protection a task bit by Thomas Gleixner · 3 years, 5 months ago
  5. 14d0711 Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio" by Brian Geffon · 3 years, 8 months ago
  6. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  7. cd544fd mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio by Dmitry Safonov · 4 years ago
  8. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  9. 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 1 month ago
  10. e8f147d fs: Remove asm/kmap_types.h includes by Thomas Gleixner · 4 years, 2 months ago
  11. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  12. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  14. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  15. 241cb28 aio: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  16. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 6 months ago
  17. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  18. 530f32f aio: fix async fsync creds by Miklos Szeredi · 4 years, 7 months ago
  19. 01d7a35 aio: prevent potential eventfd recursion on poll by Jens Axboe · 4 years, 11 months ago
  20. 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
  21. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  22. 97eba80 aio: Fix io_pgetevents() struct __compat_aio_sigset layout by Guillem Jover · 5 years ago
  23. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  24. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  25. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  26. a2d79c7 Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  27. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 5 years ago
  28. 87e5e6d uio: make import_iovec()/compat_import_iovec() return bytes on success by Jens Axboe · 6 years ago
  29. 52db59d vfs: Convert aio to use the new mount API by David Howells · 6 years ago
  30. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  31. 6af1c84 aio: use kmem_cache_free() instead of kfree() by Wei Yongjun · 6 years ago
  32. 18bfb9c aio: Fix an error code in __io_submit_one() by Dan Carpenter · 6 years ago
  33. 7316b49 aio: move sanity checks and request allocation to io_submit_one() by Al Viro · 6 years ago
  34. fa0ca2a deal with get_reqs_available() in aio_get_req() itself by Al Viro · 6 years ago
  35. 7425970 aio: move dropping ->ki_eventfd into iocb_destroy() by Al Viro · 6 years ago
  36. 958c13c make aio_read()/aio_write() return int by Al Viro · 6 years ago
  37. af5c72b Fix aio_poll() races by Al Viro · 6 years ago
  38. 2bb874c aio: store event at final iocb_put() by Al Viro · 6 years ago
  39. a9339b7 aio: keep io_event in aio_kiocb by Al Viro · 6 years ago
  40. 833f415 aio: fold lookup_kiocb() into its sole caller by Al Viro · 6 years ago
  41. b53119f pin iocb through aio. by Linus Torvalds · 6 years ago
  42. 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
  43. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  44. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  45. d3d6a18 aio: Fix locking in aio_poll() by Bart Van Assche · 6 years ago
  46. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  47. ec51f8e aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  48. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  49. 956eb6c Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  50. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  51. 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
  52. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  53. 875736b aio: abstract out io_event filler helper by Jens Axboe · 6 years ago
  54. 88a6f18 aio: split out iocb copy from io_submit_one() by Jens Axboe · 6 years ago
  55. 71ebc6f aio: use iocb_put() instead of open coding it by Jens Axboe · 6 years ago
  56. a79d40e aio: only use blk plugs for > 2 depth submissions by Jens Axboe · 6 years ago
  57. 2bc4ca9 aio: don't zero entire aio_kiocb aio_get_req() by Jens Axboe · 6 years ago
  58. 432c799 aio: separate out ring reservation from req allocation by Christoph Hellwig · 6 years ago
  59. bc9bff6 aio: use assigned completion handler by Jens Axboe · 6 years ago
  60. 4b92543 Merge branch 'for-4.21/block' into for-4.21/aio by Jens Axboe · 6 years ago
  61. 380ef2c Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  62. a538e3f aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 6 years ago
  63. 7a35397 io_pgetevents: use __kernel_timespec by Deepa Dinamani · 6 years ago
  64. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  65. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  66. 154989e aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  67. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  68. 76dc891 aio: Fix fallback I/O priority value by Damien Le Moal · 6 years ago
  69. 53fffe2 aio: fix failure to put the file pointer by Jens Axboe · 6 years ago
  70. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  71. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  72. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  73. e8693bc aio: allow direct aio poll comletions for keyed wakeups by Christoph Hellwig · 6 years ago
  74. bfe4037 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  75. 9018ccc aio: add a iocb refcount by Christoph Hellwig · 6 years ago
  76. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  77. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  78. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  79. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  80. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  81. 2739b80 aio: only return events requested in poll_mask() for IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  82. 9a6d9a6 fs: aio ioprio use ioprio_check_cap ret val by Adam Manzanares · 7 years ago
  83. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 7 years ago
  84. fc28724 fs: Convert kiocb rw_hint from enum to u16 by Adam Manzanares · 7 years ago
  85. 1da9277 aio: sanitize the limit checking in io_submit(2) by Al Viro · 7 years ago
  86. 67ba049 aio: fold do_io_submit() into callers by Al Viro · 7 years ago
  87. 95af849 aio: shift copyin of iocb into io_submit_one() by Al Viro · 7 years ago
  88. d2988bd4 aio_read_events_ring(): make a bit more readable by Al Viro · 7 years ago
  89. 9061d14 aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way by Al Viro · 7 years ago
  90. 3c96c7f aio: take list removal to (some) callers of aio_complete() by Al Viro · 7 years ago
  91. ac060cb aio: add missing break for the IOCB_CMD_FDSYNC case by Christoph Hellwig · 7 years ago
  92. 1962da0 aio: try to complete poll iocbs without context switch by Christoph Hellwig · 7 years ago
  93. 2c14fa8 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  94. 888933f aio: simplify cancellation by Christoph Hellwig · 7 years ago
  95. f3a2752 aio: simplify KIOCB_KEY handling by Christoph Hellwig · 7 years ago
  96. 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
  97. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 7 years ago
  98. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  99. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  100. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 7 years ago