1. d9d0521 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years ago
  2. 6b5733e io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years ago
  3. 4f793dc io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years ago
  4. 55e6ac1 io_uring: io_rw_reissue lockdep annotations by Pavel Begunkov · 4 years ago
  5. b1445e5 io_uring: synchronise ev_posted() with waitqueues by Pavel Begunkov · 4 years, 1 month ago
  6. 4aa84f2 io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years, 1 month ago
  7. 80c18e4 io_uring: trigger eventfd for IOPOLL by Pavel Begunkov · 4 years, 1 month ago
  8. 3e2224c io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  9. 170b3bb io_uring: Delete useless variable ‘id’ in io_prep_async_work by Ye Bin · 4 years, 1 month ago
  10. 90df085 io_uring: cancel more aggressively in exit_work by Pavel Begunkov · 4 years, 1 month ago
  11. de7f1d9 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years, 1 month ago
  12. 6c50315 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years, 1 month ago
  13. 81b6d05 io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years, 1 month ago
  14. 1ffc542 io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years, 1 month ago
  15. 1642b44 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years, 1 month ago
  16. 7778877 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years, 1 month ago
  17. c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
  18. 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years, 1 month ago
  19. a528b04 io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years, 1 month ago
  20. f57555e io_uring: end waiting before task cancel attempts by Pavel Begunkov · 4 years, 1 month ago
  21. 55583d7 io_uring: always progress task_work on task cancel by Pavel Begunkov · 4 years, 1 month ago
  22. 00c1864 io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 1 month ago
  23. dd20166 io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 1 month ago
  24. dfea9fc io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 1 month ago
  25. 89448c4 io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years, 1 month ago
  26. 09e8840 io_uring: inline io_cqring_mark_overflow() by Pavel Begunkov · 4 years, 1 month ago
  27. e23de15 io_uring: consolidate CQ nr events calculation by Pavel Begunkov · 4 years, 1 month ago
  28. 9cd2be5 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 1 month ago
  29. cda286f io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years, 1 month ago
  30. 4bc4a91 io_uring: hold mmap_sem for mm->locked_vm manipulation by Jens Axboe · 4 years, 1 month ago
  31. a146468 io_uring: break links on shutdown failure by Jens Axboe · 4 years, 1 month ago
  32. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  33. 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  34. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  35. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
  36. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  37. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  38. 355fb9e io_uring: remove 'twa_signal_ok' deadlock work-around by Jens Axboe · 4 years, 3 months ago
  39. 792ee0f6 io_uring: JOBCTL_TASK_WORK is no longer used by task_work by Jens Axboe · 4 years, 3 months ago
  40. 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 2 months ago
  41. 59850d2 io_uring: fix io_cqring_events()'s noflush by Pavel Begunkov · 4 years, 2 months ago
  42. 634578f io_uring: fix racy IOPOLL flush overflow by Pavel Begunkov · 4 years, 2 months ago
  43. 31bff9a io_uring: fix racy IOPOLL completions by Pavel Begunkov · 4 years, 2 months ago
  44. dad1b12 io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 2 months ago
  45. 9c8e11b io_uring: add timeout update by Pavel Begunkov · 4 years, 2 months ago
  46. fbd1584 io_uring: restructure io_timeout_cancel() by Pavel Begunkov · 4 years, 2 months ago
  47. bee749b io_uring: fix files cancellation by Pavel Begunkov · 4 years, 2 months ago
  48. ac0648a io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 2 months ago
  49. bd5bbda io_uring: fix miscounting ios_left by Pavel Begunkov · 4 years, 2 months ago
  50. 6e1271e io_uring: change submit file state invariant by Pavel Begunkov · 4 years, 2 months ago
  51. 65b2b21 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
  52. 36f72fe io_uring: share fixed_file_refs b/w multiple rsrcs by Pavel Begunkov · 4 years, 2 months ago
  53. c98de08 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years, 2 months ago
  54. 10cad2c io_uring: don't take fs for recvmsg/sendmsg by Pavel Begunkov · 4 years, 3 months ago
  55. 2e9dbe9 io_uring: only wake up sq thread while current task is in io worker context by Xiaoguang Wang · 4 years, 2 months ago
  56. 906a3c6 io_uring: don't acquire uring_lock twice by Xiaoguang Wang · 4 years, 2 months ago
  57. a0d9205 io_uring: initialize 'timeout' properly in io_sq_thread() by Xiaoguang Wang · 4 years, 2 months ago
  58. 0836924 io_uring: refactor io_sq_thread() handling by Xiaoguang Wang · 4 years, 3 months ago
  59. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 3 months ago
  60. 6b81928 io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years, 3 months ago
  61. b52fda0 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years, 3 months ago
  62. df9923f io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 3 months ago
  63. 08d2363 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years, 3 months ago
  64. 06de5f5 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years, 3 months ago
  65. 2846c48 io_uring: inline io_import_iovec() by Pavel Begunkov · 4 years, 3 months ago
  66. 632546c io_uring: remove duplicated io_size from rw by Pavel Begunkov · 4 years, 3 months ago
  67. 10fc72e fs/io_uring Don't use the return value from import_iovec(). by David Laight · 4 years, 3 months ago
  68. 1a38ffc io_uring: NULL files dereference by SQPOLL by Pavel Begunkov · 4 years, 2 months ago
  69. c73ebb6 io_uring: add timeout support for io_uring_enter() by Hao Xu · 4 years, 3 months ago
  70. 27926b6 io_uring: only plug when appropriate by Jens Axboe · 4 years, 3 months ago
  71. 0415767 io_uring: rearrange io_kiocb fields for better caching by Pavel Begunkov · 4 years, 3 months ago
  72. f2f8737 io_uring: link requests with singly linked list by Pavel Begunkov · 4 years, 3 months ago
  73. 90cd7e4 io_uring: track link timeout's master explicitly by Pavel Begunkov · 4 years, 3 months ago
  74. 863e056 io_uring: track link's head and tail during submit by Pavel Begunkov · 4 years, 3 months ago
  75. 018043b io_uring: split poll and poll_remove structs by Pavel Begunkov · 4 years, 3 months ago
  76. 14a1143 io_uring: add support for IORING_OP_UNLINKAT by Jens Axboe · 4 years, 4 months ago
  77. 80a261f io_uring: add support for IORING_OP_RENAMEAT by Jens Axboe · 4 years, 4 months ago
  78. 14587a46 io_uring: enable file table usage for SQPOLL rings by Jens Axboe · 4 years, 5 months ago
  79. 28cea78a io_uring: allow non-fixed files with SQPOLL by Jens Axboe · 4 years, 4 months ago
  80. f26c08b io_uring: fix file leak on error path of io ctx creation by Hillf Danton · 4 years, 1 month ago
  81. e8c954d io_uring: fix mis-seting personality's creds by Pavel Begunkov · 4 years, 2 months ago
  82. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 2 months ago
  83. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 2 months ago
  84. 2d280bc io_uring: fix recvmsg setup with compat buf-select by Pavel Begunkov · 4 years, 2 months ago
  85. af60470 io_uring: fix files grab/cancel race by Pavel Begunkov · 4 years, 2 months ago
  86. 9c3a205 io_uring: fix ITER_BVEC check by Pavel Begunkov · 4 years, 2 months ago
  87. eb2667b3 io_uring: fix shift-out-of-bounds when round up cq size by Joseph Qi · 4 years, 2 months ago
  88. 36f4fa6 io_uring: add support for shutdown(2) by Jens Axboe · 4 years, 5 months ago
  89. ce59fc6 io_uring: allow SQPOLL with CAP_SYS_NICE privileges by Jens Axboe · 4 years, 5 months ago
  90. fa5fca7 Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  91. e297822 io_uring: order refnode recycling by Pavel Begunkov · 4 years, 2 months ago
  92. 1e5d770 io_uring: get an active ref_node from files_data by Pavel Begunkov · 4 years, 2 months ago
  93. c993df5 io_uring: don't double complete failed reissue request by Jens Axboe · 4 years, 2 months ago
  94. 944d144 io_uring: handle -EOPNOTSUPP on path resolution by Jens Axboe · 4 years, 2 months ago
  95. f01c30d Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  96. 88ec321 io_uring: round-up cq size before comparing with rounded sq size by Jens Axboe · 4 years, 2 months ago
  97. 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 2 months ago
  98. 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 3 months ago
  99. 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 3 months ago
  100. ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 3 months ago