1. c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
  2. 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years ago
  3. a528b04 io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years ago
  4. f57555e io_uring: end waiting before task cancel attempts by Pavel Begunkov · 4 years, 1 month ago
  5. 55583d7 io_uring: always progress task_work on task cancel by Pavel Begunkov · 4 years, 1 month ago
  6. 00c1864 io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 1 month ago
  7. dd20166 io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 1 month ago
  8. dfea9fc io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 1 month ago
  9. 89448c4 io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years, 1 month ago
  10. 09e8840 io_uring: inline io_cqring_mark_overflow() by Pavel Begunkov · 4 years, 1 month ago
  11. e23de15 io_uring: consolidate CQ nr events calculation by Pavel Begunkov · 4 years, 1 month ago
  12. 9cd2be5 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 1 month ago
  13. cda286f io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years, 1 month ago
  14. 4bc4a91 io_uring: hold mmap_sem for mm->locked_vm manipulation by Jens Axboe · 4 years, 1 month ago
  15. a146468 io_uring: break links on shutdown failure by Jens Axboe · 4 years, 1 month ago
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  22. 355fb9e io_uring: remove 'twa_signal_ok' deadlock work-around by Jens Axboe · 4 years, 2 months ago
  23. 792ee0f6 io_uring: JOBCTL_TASK_WORK is no longer used by task_work by Jens Axboe · 4 years, 2 months ago
  24. 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 2 months ago
  25. 59850d2 io_uring: fix io_cqring_events()'s noflush by Pavel Begunkov · 4 years, 1 month ago
  26. 634578f io_uring: fix racy IOPOLL flush overflow by Pavel Begunkov · 4 years, 1 month ago
  27. 31bff9a io_uring: fix racy IOPOLL completions by Pavel Begunkov · 4 years, 1 month ago
  28. dad1b12 io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 1 month ago
  29. 9c8e11b io_uring: add timeout update by Pavel Begunkov · 4 years, 1 month ago
  30. fbd1584 io_uring: restructure io_timeout_cancel() by Pavel Begunkov · 4 years, 1 month ago
  31. bee749b io_uring: fix files cancellation by Pavel Begunkov · 4 years, 1 month ago
  32. ac0648a io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 1 month ago
  33. bd5bbda io_uring: fix miscounting ios_left by Pavel Begunkov · 4 years, 2 months ago
  34. 6e1271e io_uring: change submit file state invariant by Pavel Begunkov · 4 years, 2 months ago
  35. 65b2b21 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
  36. 36f72fe io_uring: share fixed_file_refs b/w multiple rsrcs by Pavel Begunkov · 4 years, 2 months ago
  37. c98de08 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years, 2 months ago
  38. 10cad2c io_uring: don't take fs for recvmsg/sendmsg by Pavel Begunkov · 4 years, 2 months ago
  39. 2e9dbe9 io_uring: only wake up sq thread while current task is in io worker context by Xiaoguang Wang · 4 years, 2 months ago
  40. 906a3c6 io_uring: don't acquire uring_lock twice by Xiaoguang Wang · 4 years, 2 months ago
  41. a0d9205 io_uring: initialize 'timeout' properly in io_sq_thread() by Xiaoguang Wang · 4 years, 2 months ago
  42. 0836924 io_uring: refactor io_sq_thread() handling by Xiaoguang Wang · 4 years, 2 months ago
  43. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  44. 6b81928 io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years, 2 months ago
  45. b52fda0 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  46. df9923f io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 2 months ago
  47. 08d2363 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years, 2 months ago
  48. 06de5f5 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years, 2 months ago
  49. 2846c48 io_uring: inline io_import_iovec() by Pavel Begunkov · 4 years, 2 months ago
  50. 632546c io_uring: remove duplicated io_size from rw by Pavel Begunkov · 4 years, 2 months ago
  51. 10fc72e fs/io_uring Don't use the return value from import_iovec(). by David Laight · 4 years, 2 months ago
  52. 1a38ffc io_uring: NULL files dereference by SQPOLL by Pavel Begunkov · 4 years, 2 months ago
  53. c73ebb6 io_uring: add timeout support for io_uring_enter() by Hao Xu · 4 years, 2 months ago
  54. 27926b6 io_uring: only plug when appropriate by Jens Axboe · 4 years, 2 months ago
  55. 0415767 io_uring: rearrange io_kiocb fields for better caching by Pavel Begunkov · 4 years, 2 months ago
  56. f2f8737 io_uring: link requests with singly linked list by Pavel Begunkov · 4 years, 2 months ago
  57. 90cd7e4 io_uring: track link timeout's master explicitly by Pavel Begunkov · 4 years, 2 months ago
  58. 863e056 io_uring: track link's head and tail during submit by Pavel Begunkov · 4 years, 2 months ago
  59. 018043b io_uring: split poll and poll_remove structs by Pavel Begunkov · 4 years, 2 months ago
  60. 14a1143 io_uring: add support for IORING_OP_UNLINKAT by Jens Axboe · 4 years, 3 months ago
  61. 80a261f io_uring: add support for IORING_OP_RENAMEAT by Jens Axboe · 4 years, 3 months ago
  62. 14587a46 io_uring: enable file table usage for SQPOLL rings by Jens Axboe · 4 years, 4 months ago
  63. 28cea78a io_uring: allow non-fixed files with SQPOLL by Jens Axboe · 4 years, 4 months ago
  64. f26c08b io_uring: fix file leak on error path of io ctx creation by Hillf Danton · 4 years, 1 month ago
  65. e8c954d io_uring: fix mis-seting personality's creds by Pavel Begunkov · 4 years, 1 month ago
  66. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
  67. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
  68. 2d280bc io_uring: fix recvmsg setup with compat buf-select by Pavel Begunkov · 4 years, 1 month ago
  69. af60470 io_uring: fix files grab/cancel race by Pavel Begunkov · 4 years, 1 month ago
  70. 9c3a205 io_uring: fix ITER_BVEC check by Pavel Begunkov · 4 years, 1 month ago
  71. eb2667b3 io_uring: fix shift-out-of-bounds when round up cq size by Joseph Qi · 4 years, 1 month ago
  72. 36f4fa6 io_uring: add support for shutdown(2) by Jens Axboe · 4 years, 4 months ago
  73. ce59fc6 io_uring: allow SQPOLL with CAP_SYS_NICE privileges by Jens Axboe · 4 years, 4 months ago
  74. 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
  75. e297822 io_uring: order refnode recycling by Pavel Begunkov · 4 years, 2 months ago
  76. 1e5d770 io_uring: get an active ref_node from files_data by Pavel Begunkov · 4 years, 2 months ago
  77. c993df5 io_uring: don't double complete failed reissue request by Jens Axboe · 4 years, 2 months ago
  78. 944d144 io_uring: handle -EOPNOTSUPP on path resolution by Jens Axboe · 4 years, 2 months ago
  79. 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
  80. 88ec321 io_uring: round-up cq size before comparing with rounded sq size by Jens Axboe · 4 years, 2 months ago
  81. 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 2 months ago
  82. 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 2 months ago
  83. 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 2 months ago
  84. ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 2 months ago
  85. 99b3280 io_uring: fix overflowed cancel w/ linked ->files by Pavel Begunkov · 4 years, 2 months ago
  86. cb8a8ae io_uring: drop req/tctx io_identity separately by Jens Axboe · 4 years, 2 months ago
  87. 4b70cf9 io_uring: ensure consistent view of original task ->mm from SQPOLL by Jens Axboe · 4 years, 2 months ago
  88. fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 2 months ago
  89. cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  90. c8b5e26 io_uring: use type appropriate io_kiocb handler for double poll by Jens Axboe · 4 years, 2 months ago
  91. af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  92. 0d63c14 io_uring: simplify __io_queue_sqe() by Pavel Begunkov · 4 years, 2 months ago
  93. 9aaf354 io_uring: simplify nxt propagation in io_queue_sqe by Pavel Begunkov · 4 years, 2 months ago
  94. feaadc4 io_uring: don't miss setting IO_WQ_WORK_CONCURRENT by Pavel Begunkov · 4 years, 2 months ago
  95. c9abd7a io_uring: don't defer put of cancelled ltimeout by Pavel Begunkov · 4 years, 2 months ago
  96. cdfcc3e io_uring: always clear LINK_TIMEOUT after cancel by Pavel Begunkov · 4 years, 2 months ago
  97. ac877d2 io_uring: don't adjust LINK_HEAD in cancel ltimeout by Pavel Begunkov · 4 years, 2 months ago
  98. e08102d io_uring: remove opcode check on ltimeout kill by Pavel Begunkov · 4 years, 2 months ago
  99. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  100. 4017eb9 io_uring: make loop_rw_iter() use original user supplied pointers by Jens Axboe · 4 years, 2 months ago