1. fa78033 io_uring: silence variable ‘prev’ set but not used warning by Jens Axboe · 2 years ago
  2. 03b3d6b io_uring/uring_cmd: ensure that device supports IOPOLL by Jens Axboe · 2 years ago
  3. 01e68ce io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers by Jens Axboe · 2 years ago
  4. 53ae7e1 Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux by Linus Torvalds · 2 years ago
  5. f122a08 capability: just use a 'u64' instead of a 'u32[2]' array by Linus Torvalds · 2 years ago
  6. 1947ddf io_uring/poll: don't pass in wake func to io_init_poll_iocb() by Jens Axboe · 2 years ago
  7. 54aa7f2 io_uring: fix fget leak when fs don't support nowait buffered read by Joseph Qi · 2 years ago
  8. c16bda3 io_uring/poll: allow some retries for poll triggering spuriously by Jens Axboe · 2 years ago
  9. 7605c43 io_uring: remove MSG_NOSIGNAL from recvmsg by David Lamparter · 2 years ago
  10. 977bc87 io_uring/rsrc: always initialize 'folio' to NULL by Jens Axboe · 2 years ago
  11. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
  12. 57bebf8 io_uring/rsrc: optimise registered huge pages by Pavel Begunkov · 2 years, 1 month ago
  13. b000ae0 io_uring/rsrc: optimise single entry advance by Pavel Begunkov · 2 years, 1 month ago
  14. edd4782 io_uring/rsrc: disallow multi-source reg buffers by Pavel Begunkov · 2 years, 1 month ago
  15. 9a1563d io_uring: remove unused wq_list_merge by Pavel Begunkov · 2 years, 1 month ago
  16. 48ba083 io_uring: fix size calculation when registering buf ring by Wojciech Lukowicz · 2 years, 1 month ago
  17. 6bf65a1 io_uring/rsrc: fix a comment in io_import_fixed() by Pavel Begunkov · 2 years, 1 month ago
  18. 8d66428 io_uring: rename 'in_idle' to 'in_cancel' by Jens Axboe · 2 years, 1 month ago
  19. ce8e04f io_uring: consolidate the put_ref-and-return section of adding work by Jens Axboe · 2 years, 1 month ago
  20. 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
  21. c1ef500 Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
  22. 7d3fd88 io_uring: Support calling io_uring_register with a registered ring fd by Josh Triplett · 2 years, 1 month ago
  23. fbe870a io_uring,audit: don't log IORING_OP_MADVISE by Richard Guy Briggs · 2 years, 1 month ago
  24. 2f2bb1f io_uring: mark task TASK_RUNNING before handling resume/task work by Jens Axboe · 2 years, 1 month ago
  25. cc342a2 io_uring: use bvec_set_page to initialize a bvec by Christoph Hellwig · 2 years, 1 month ago
  26. 0ffae64 io_uring: always go async for unsupported open flags by Dylan Yudaken · 2 years, 1 month ago
  27. c31cc60 io_uring: always go async for unsupported fadvise flags by Dylan Yudaken · 2 years, 1 month ago
  28. aebb224 io_uring: for requests that require async, force it by Dylan Yudaken · 2 years, 1 month ago
  29. 6bb3085 io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async by Dylan Yudaken · 2 years, 1 month ago
  30. f586800 io_uring: add reschedule point to handle_tw_list() by Jens Axboe · 2 years, 1 month ago
  31. fcc926b io_uring: add a conditional reschedule to the IOPOLL cancelation loop by Jens Axboe · 2 years, 1 month ago
  32. 50470fc io_uring: return normal tw run linking optimisation by Pavel Begunkov · 2 years, 2 months ago
  33. cb6bf7f io_uring: refactor tctx_task_work by Pavel Begunkov · 2 years, 2 months ago
  34. 5afa465 io_uring: refactor io_put_task helpers by Pavel Begunkov · 2 years, 2 months ago
  35. c8576f3 io_uring: refactor req allocation by Pavel Begunkov · 2 years, 2 months ago
  36. b5083dfa io_uring: improve io_get_sqe by Pavel Begunkov · 2 years, 2 months ago
  37. b2aa66a io_uring: kill outdated comment about overflow flush by Pavel Begunkov · 2 years, 2 months ago
  38. c10bb64 io_uring: use user visible tail in io_uring_poll() by Pavel Begunkov · 2 years, 2 months ago
  39. f499254 io_uring: pass in io_issue_def to io_assign_file() by Jens Axboe · 2 years, 2 months ago
  40. c1755c2 io_uring: Enable KASAN for request cache by Breno Leitao · 2 years, 2 months ago
  41. b5d3ae2 io_uring: handle TIF_NOTIFY_RESUME when checking for task_work by Jens Axboe · 2 years, 2 months ago
  42. 8572df9 io_uring/msg-ring: ensure flags passing works for task_work completions by Jens Axboe · 2 years, 2 months ago
  43. f30bd4d io_uring: Split io_issue_def struct by Breno Leitao · 2 years, 2 months ago
  44. a7dd278 io_uring: Rename struct io_op_def by Breno Leitao · 2 years, 2 months ago
  45. 68a2cc1 io_uring: refactor __io_req_complete_post by Pavel Begunkov · 2 years, 2 months ago
  46. 31f084b io_uring: simplify fallback execution by Pavel Begunkov · 2 years, 2 months ago
  47. 89800a2 io_uring: don't export io_put_task() by Pavel Begunkov · 2 years, 2 months ago
  48. b0b7a7d io_uring: return back links tw run optimisation by Pavel Begunkov · 2 years, 2 months ago
  49. 88b8053 io_uring: make io_sqpoll_wait_sq return void by Quanfa Fu · 2 years, 2 months ago
  50. c3f4d39 io_uring: optimise deferred tw execution by Pavel Begunkov · 2 years, 2 months ago
  51. d80c0f0 io_uring: add io_req_local_work_add wake fast path by Pavel Begunkov · 2 years, 2 months ago
  52. 130bd68 io_uring: waitqueue-less cq waiting by Pavel Begunkov · 2 years, 2 months ago
  53. 3181e22f io_uring: wake up optimisations by Pavel Begunkov · 2 years, 2 months ago
  54. bca39f3 io_uring: add lazy poll_wq activation by Pavel Begunkov · 2 years, 2 months ago
  55. 7b235dd io_uring: separate wq for ring polling by Pavel Begunkov · 2 years, 2 months ago
  56. 360173a io_uring: move io_run_local_work_locked by Pavel Begunkov · 2 years, 2 months ago
  57. 3e56555 io_uring: mark io_run_local_work static by Pavel Begunkov · 2 years, 2 months ago
  58. 2f41395 io_uring: don't set TASK_RUNNING in local tw runner by Pavel Begunkov · 2 years, 2 months ago
  59. bd550173 io_uring: refactor io_wake_function by Pavel Begunkov · 2 years, 2 months ago
  60. 81594e7e io_uring: remove excessive unlikely on IS_ERR by Dmitrii Bundin · 2 years, 2 months ago
  61. cbeb47a io_uring/msg_ring: Pass custom flags to the cqe by Breno Leitao · 2 years, 2 months ago
  62. d33a39e io_uring: keep timeout in io_wait_queue by Pavel Begunkov · 2 years, 2 months ago
  63. 46ae7ee io_uring: optimise non-timeout waiting by Pavel Begunkov · 2 years, 2 months ago
  64. 326a9e4 io_uring: set TASK_RUNNING right after schedule by Pavel Begunkov · 2 years, 2 months ago
  65. 490c00e io_uring: simplify io_has_work by Pavel Begunkov · 2 years, 2 months ago
  66. 846072f io_uring: mimimise io_cqring_wait_schedule by Pavel Begunkov · 2 years, 2 months ago
  67. 3fcf19d io_uring: parse check_cq out of wq waiting by Pavel Begunkov · 2 years, 2 months ago
  68. 140102a io_uring: move defer tw task checks by Pavel Begunkov · 2 years, 2 months ago
  69. 1414d62 io_uring: kill io_run_task_work_ctx by Pavel Begunkov · 2 years, 2 months ago
  70. f36ba6c io_uring: don't iterate cq wait fast path by Pavel Begunkov · 2 years, 2 months ago
  71. 0c4fe00 io_uring: rearrange defer list checks by Pavel Begunkov · 2 years, 2 months ago
  72. ef5c600 io_uring: always prep_async for drain requests by Dylan Yudaken · 2 years, 1 month ago
  73. b00c51e io_uring/net: cache provided buffer group value for multishot receives by Jens Axboe · 2 years, 2 months ago
  74. 8caa03f io_uring/poll: don't reissue in case of poll race on multishot request by Jens Axboe · 2 years, 2 months ago
  75. 8579538 io_uring/msg_ring: fix remote queue to disabled ring by Pavel Begunkov · 2 years, 2 months ago
  76. 56d8e31 io_uring/msg_ring: fix flagging remote execution by Pavel Begunkov · 2 years, 2 months ago
  77. e12d7a4 io_uring/msg_ring: fix missing lock on overflow for IOPOLL by Jens Axboe · 2 years, 2 months ago
  78. 423d508 io_uring/msg_ring: move double lock/unlock helpers higher up by Jens Axboe · 2 years, 2 months ago
  79. fc4f4be mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping() by David Hildenbrand · 2 years, 2 months ago
  80. 544d163 io_uring: lock overflowing for IOPOLL by Pavel Begunkov · 2 years, 2 months ago
  81. 6e5aedb io_uring/poll: attempt request issue after racy poll wakeup by Jens Axboe · 2 years, 2 months ago
  82. ea97cbe io_uring/fdinfo: include locked hash table in fdinfo output by Jens Axboe · 2 years, 2 months ago
  83. febb985 io_uring/poll: add hash if ready poll request can't complete inline by Jens Axboe · 2 years, 2 months ago
  84. 1e23db4 io_uring: use iter_ubuf for single range imports by Jens Axboe · 2 years, 2 months ago
  85. 4b61152 io_uring: switch network send/recv to ITER_UBUF by Jens Axboe · 2 years, 2 months ago
  86. e6db6f9 io_uring/io-wq: only free worker if it was allocated for creation by Jens Axboe · 2 years, 2 months ago
  87. 12521a5 io_uring: fix CQ waiting timeout handling by Pavel Begunkov · 2 years, 2 months ago
  88. f26cc95 io_uring: lockdep annotate CQ locking by Pavel Begunkov · 2 years, 2 months ago
  89. 9ffa13f io_uring: pin context while queueing deferred tw by Pavel Begunkov · 2 years, 2 months ago
  90. af82425 io_uring/io-wq: free worker if task_work creation is canceled by Jens Axboe · 2 years, 2 months ago
  91. 3431908 io_uring: check for valid register opcode earlier by Jens Axboe · 2 years, 3 months ago
  92. 23fffb2 io_uring/cancel: re-grab ctx mutex after finishing wait by Jens Axboe · 2 years, 3 months ago
  93. 52ea806 io_uring: finish waiting before flushing overflow entries by Jens Axboe · 2 years, 3 months ago
  94. 6c3e895 io_uring/net: fix cleanup after recycle by Pavel Begunkov · 2 years, 3 months ago
  95. 990a4de io_uring/net: ensure compat import handlers clear free_iov by Jens Axboe · 2 years, 3 months ago
  96. 35d90f9 io_uring: include task_work run after scheduling in wait for events by Jens Axboe · 2 years, 3 months ago
  97. 6434ec0 io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work by Jens Axboe · 2 years, 3 months ago
  98. 44a84da io_uring: use call_rcu_hurry if signaling an eventfd by Dylan Yudaken · 2 years, 3 months ago
  99. a8cf95f io_uring: fix overflow handling regression by Pavel Begunkov · 2 years, 3 months ago
  100. e5f30f6 io_uring: ease timeout flush locking requirements by Pavel Begunkov · 2 years, 3 months ago