1. 493f3b15 io_uring: don't take ctx refs in task_work handler by Pavel Begunkov · 4 years, 5 months ago
  2. 45ab03b io_uring: transform ret == 0 for poll cancelation completions by Jens Axboe · 4 years, 5 months ago
  3. b9b0e0d io_uring: correct comment on poll vs iopoll by Jens Axboe · 4 years, 5 months ago
  4. 7b29f92 io_uring: cache async and regular file state for fixed files by Jens Axboe · 4 years, 5 months ago
  5. d44f554 io_uring: don't check for io_uring_fops for fixed files by Jens Axboe · 4 years, 5 months ago
  6. c9dca27 io_uring: simplify io_sqd_update_thread_idle() by Pavel Begunkov · 4 years, 5 months ago
  7. abc54d6 io_uring: switch to atomic_t for io_kiocb reference count by Jens Axboe · 4 years, 5 months ago
  8. de9b4cc io_uring: wrap io_kiocb reference count manipulation in helpers by Jens Axboe · 4 years, 5 months ago
  9. 179ae0d io_uring: simplify io_resubmit_prep() by Pavel Begunkov · 4 years, 5 months ago
  10. b7e298d io_uring: merge defer_prep() and prep_async() by Pavel Begunkov · 4 years, 5 months ago
  11. 26f0505 io_uring: rethink def->needs_async_data by Pavel Begunkov · 4 years, 5 months ago
  12. 6cb7868 io_uring: untie alloc_async_data and needs_async_data by Pavel Begunkov · 4 years, 5 months ago
  13. 2e052d4 io_uring: refactor out send/recv async setup by Pavel Begunkov · 4 years, 5 months ago
  14. 8c3f9cd io_uring: use better types for cflags by Pavel Begunkov · 4 years, 5 months ago
  15. 9fb8cb4 io_uring: refactor provide/remove buffer locking by Pavel Begunkov · 4 years, 5 months ago
  16. f41db273 io_uring: add a helper failing not issued requests by Pavel Begunkov · 4 years, 5 months ago
  17. dafecf1 io_uring: further deduplicate file slot selection by Pavel Begunkov · 4 years, 5 months ago
  18. 2c4b8eb io_uring: reuse io_req_task_queue_fail() by Pavel Begunkov · 4 years, 5 months ago
  19. e83acd7 io_uring: avoid taking ctx refs for task-cancel by Pavel Begunkov · 4 years, 5 months ago
  20. 9728463 io_uring: fix rw req completion by Pavel Begunkov · 4 years, 4 months ago
  21. 6ad7f23 io_uring: clear F_REISSUE right after getting it by Pavel Begunkov · 4 years, 4 months ago
  22. e82ad48 io_uring: fix !CONFIG_BLOCK compilation failure by Jens Axboe · 4 years, 4 months ago
  23. 230d50d io_uring: move reissue into regular IO path by Jens Axboe · 4 years, 4 months ago
  24. 07204f2 io_uring: fix EIOCBQUEUED iter revert by Pavel Begunkov · 4 years, 4 months ago
  25. 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 4 years, 4 months ago
  26. 4b982bd io_uring: don't mark S_ISBLK async work as unbounded by Jens Axboe · 4 years, 4 months ago
  27. 82734c5 io_uring: drop sqd lock before handling signals for SQPOLL by Jens Axboe · 4 years, 4 months ago
  28. 5152042 io_uring: handle setup-failed ctx in kill_timeouts by Pavel Begunkov · 4 years, 4 months ago
  29. 5a978dc io_uring: always go for cancellation spin on exec by Pavel Begunkov · 4 years, 4 months ago
  30. 2b8ed1c io_uring: remove unsued assignment to pointer io by Colin Ian King · 4 years, 4 months ago
  31. 78d9d7c io_uring: don't cancel extra on files match by Pavel Begunkov · 4 years, 4 months ago
  32. 2482b58 io_uring: don't cancel-track common timeouts by Pavel Begunkov · 4 years, 4 months ago
  33. 80c4cbd io_uring: do post-completion chore on t-out cancel by Pavel Begunkov · 4 years, 4 months ago
  34. 1ee4160 io_uring: fix timeout cancel return code by Pavel Begunkov · 4 years, 4 months ago
  35. dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 4 years, 4 months ago
  36. 90b8749 io_uring: maintain CQE order of a failed link by Pavel Begunkov · 4 years, 4 months ago
  37. a185f1d io_uring: do ctx sqd ejection in a clear context by Pavel Begunkov · 4 years, 4 months ago
  38. d81269f io_uring: fix provide_buffers sign extension by Pavel Begunkov · 4 years, 5 months ago
  39. b65c128 io_uring: don't skip file_end_write() on reissue by Pavel Begunkov · 4 years, 4 months ago
  40. d07f1e8a io_uring: correct io_queue_async_work() traces by Pavel Begunkov · 4 years, 4 months ago
  41. 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 4 years, 4 months ago
  42. 0031275 io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL by Stefan Metzmacher · 4 years, 5 months ago
  43. de75a3d io_uring: don't leak creds on SQO attach error by Pavel Begunkov · 4 years, 5 months ago
  44. ee53fb2 io_uring: use typesafe pointers in io_uring_task by Stefan Metzmacher · 4 years, 5 months ago
  45. 53e043b io_uring: remove structures from include/linux/io_uring.h by Stefan Metzmacher · 4 years, 5 months ago
  46. 76cd979 io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls by Stefan Metzmacher · 4 years, 5 months ago
  47. b7f5a0b io_uring: fix sqpoll cancellation via task_work by Pavel Begunkov · 4 years, 5 months ago
  48. 9b46571 io_uring: add generic callback_head helpers by Pavel Begunkov · 4 years, 5 months ago
  49. 9e138a4 io_uring: fix concurrent parking by Pavel Begunkov · 4 years, 5 months ago
  50. f6d5425 io_uring: halt SQO submission on ctx exit by Pavel Begunkov · 4 years, 5 months ago
  51. 09a6f4e io_uring: replace sqd rw_semaphore with mutex by Pavel Begunkov · 4 years, 5 months ago
  52. 180f829 io_uring: fix complete_post use ctx after free by Pavel Begunkov · 4 years, 5 months ago
  53. efe814a io_uring: fix ->flags races by linked timeouts by Pavel Begunkov · 4 years, 5 months ago
  54. 9e15c3a io_uring: convert io_buffer_idr to XArray by Jens Axboe · 4 years, 5 months ago
  55. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 4 years, 5 months ago
  56. 58f9937 io_uring: fix OP_ASYNC_CANCEL across tasks by Pavel Begunkov · 4 years, 5 months ago
  57. 521d6a7 io_uring: cancel sqpoll via task_work by Pavel Begunkov · 4 years, 5 months ago
  58. 26984fb io_uring: prevent racy sqd->thread checks by Pavel Begunkov · 4 years, 5 months ago
  59. 0df8ea6 io_uring: remove useless ->startup completion by Pavel Begunkov · 4 years, 5 months ago
  60. e1915f7 io_uring: cancel deferred requests in try_cancel by Pavel Begunkov · 4 years, 5 months ago
  61. d052d1d io_uring: perform IOPOLL reaping if canceler is thread itself by Jens Axboe · 4 years, 5 months ago
  62. 5c2469e io_uring: force creation of separate context for ATTACH_WQ and non-threads by Jens Axboe · 4 years, 5 months ago
  63. 7d41e85 io_uring: remove indirect ctx into sqo injection by Pavel Begunkov · 4 years, 5 months ago
  64. 78d7f6b io_uring: fix invalid ctx->sq_thread_idle by Pavel Begunkov · 4 years, 5 months ago
  65. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 4 years, 5 months ago
  66. e8f98f24 io_uring: always wait for sqd exited when stopping SQPOLL thread by Jens Axboe · 4 years, 5 months ago
  67. 5199328 io_uring: remove unneeded variable 'ret' by Yang Li · 4 years, 5 months ago
  68. 93e68e0 io_uring: move all io_kiocb init early in io_init_req() by Jens Axboe · 4 years, 5 months ago
  69. 7a61235 io_uring: fix complete_post races for linked req by Pavel Begunkov · 4 years, 5 months ago
  70. 33cc89a io_uring: add io_disarm_next() helper by Pavel Begunkov · 4 years, 5 months ago
  71. 97a73a0 io_uring: fix io_sq_offload_create error handling by Pavel Begunkov · 4 years, 5 months ago
  72. 61cf937 io_uring: Convert personality_idr to XArray by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  73. 0298ef9 io_uring: clean R_DISABLED startup mess by Pavel Begunkov · 4 years, 5 months ago
  74. f458dd84 io_uring: fix unrelated ctx reqs cancellation by Pavel Begunkov · 4 years, 5 months ago
  75. 05962f9 io_uring: SQPOLL parking fixes by Jens Axboe · 4 years, 5 months ago
  76. 0414748 io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is gone by Stefan Metzmacher · 4 years, 5 months ago
  77. 7c30f36a io_uring: run __io_sq_thread() with the initial creds from io_uring_setup() by Stefan Metzmacher · 4 years, 5 months ago
  78. 1b00764 io_uring: cancel reqs of all iowq's on ring exit by Pavel Begunkov · 4 years, 5 months ago
  79. b5bb3a2 io_uring: warn when ring exit takes too long by Pavel Begunkov · 4 years, 5 months ago
  80. baf186c io_uring: index io_uring->xa by ctx not file by Pavel Begunkov · 4 years, 5 months ago
  81. eebd2e3 io_uring: don't take task ring-file notes by Pavel Begunkov · 4 years, 5 months ago
  82. d56d938 io_uring: do ctx initiated file note removal by Pavel Begunkov · 4 years, 5 months ago
  83. 13bf43f io_uring: introduce ctx to tctx back map by Pavel Begunkov · 4 years, 5 months ago
  84. 2941267 io_uring: make del_task_file more forgiving by Pavel Begunkov · 4 years, 5 months ago
  85. 003e8dc io-wq: always track creds for async issue by Jens Axboe · 4 years, 5 months ago
  86. e45cff5 io_uring: don't restrict issue_flags for io_openat by Pavel Begunkov · 4 years, 5 months ago
  87. 86e0d67 io_uring: make SQPOLL thread parking saner by Jens Axboe · 4 years, 5 months ago
  88. b5b0ecb io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return by Jens Axboe · 4 years, 5 months ago
  89. ca0a265 io_uring: don't keep looping for more events if we can't flush overflow by Jens Axboe · 4 years, 5 months ago
  90. 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 4 years, 5 months ago
  91. dd59a3d io_uring: reliably cancel linked timeouts by Pavel Begunkov · 4 years, 5 months ago
  92. b05a1bc io_uring: cancel-match based on flags by Pavel Begunkov · 4 years, 5 months ago
  93. e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 4 years, 5 months ago
  94. b23fcf4 io_uring: remove extra in_idle wake up by Pavel Begunkov · 4 years, 5 months ago
  95. ebf9366 io_uring: inline __io_queue_async_work() by Pavel Begunkov · 4 years, 5 months ago
  96. f85c310 io_uring: inline io_req_clean_work() by Pavel Begunkov · 4 years, 5 months ago
  97. 64c7212 io_uring: choose right tctx->io_wq for try cancel by Pavel Begunkov · 4 years, 5 months ago
  98. 3e6a0d3 io_uring: fix -EAGAIN retry with IOPOLL by Jens Axboe · 4 years, 5 months ago
  99. 1627089 io_uring: remove sqo_task by Pavel Begunkov · 4 years, 5 months ago
  100. 70aacfe io_uring: kill sqo_dead and sqo submission halting by Pavel Begunkov · 4 years, 5 months ago