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