1. 78f8876 io-wq: exclusively gate signal based exit on get_signal() return by Jens Axboe · 3 years, 3 months ago
  2. 87c1696 io-wq: ensure we exit if thread group is exiting by Jens Axboe · 3 years, 3 months ago
  3. dd47c10 io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items by Eugene Syromiatnikov · 3 years, 4 months ago
  4. 767a65e io-wq: fix potential race of acct->nr_workers by Hao Xu · 3 years, 4 months ago
  5. 7a842fb io-wq: code clean of io_wqe_create_worker() by Hao Xu · 3 years, 4 months ago
  6. 66e70be io-wq: fix memory leak in create_io_worker() by Qiang.zhang · 3 years, 4 months ago
  7. 3b33e3f io-wq: fix silly logic error in io_task_work_match() by Jens Axboe · 3 years, 4 months ago
  8. 713b982 io-wq: fix cancellation on create-worker failure by Pavel Begunkov · 3 years, 4 months ago
  9. 3146cba io-wq: make worker creation resilient against signals by Jens Axboe · 3 years, 4 months ago
  10. 05c5f4e io-wq: get rid of FIXED worker flag by Jens Axboe · 3 years, 4 months ago
  11. 15e20db io-wq: only exit on fatal signals by Jens Axboe · 3 years, 4 months ago
  12. f95dc20 io-wq: split bounded and unbounded work into separate lists by Jens Axboe · 3 years, 4 months ago
  13. 0242f64 io-wq: fix queue stalling race by Jens Axboe · 3 years, 4 months ago
  14. 08bdbd3 io-wq: ensure that hash wait lock is IRQ disabling by Jens Axboe · 3 years, 4 months ago
  15. 94ffb0a io-wq: fix race between adding work and activating a free worker by Jens Axboe · 3 years, 4 months ago
  16. 87df7fb io-wq: fix wakeup race when adding new work by Jens Axboe · 3 years, 4 months ago
  17. a9a4aa9 io-wq: wqe and worker locks no longer need to be IRQ safe by Jens Axboe · 3 years, 4 months ago
  18. ecc53c4 io-wq: check max_worker limits if a worker transitions bound state by Jens Axboe · 3 years, 4 months ago
  19. 2e48005 io-wq: provide a way to limit max number of workers by Jens Axboe · 3 years, 4 months ago
  20. 79dca18 io-wq: move nr_running and worker_refs out of wqe->lock protection by Hao Xu · 3 years, 5 months ago
  21. d3e9f73 io-wq: remove GFP_ATOMIC allocation off schedule out path by Jens Axboe · 3 years, 5 months ago
  22. 47cae0c io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker() by Hao Xu · 3 years, 5 months ago
  23. 49e7f0c io-wq: fix bug of creating io-wokers unconditionally by Hao Xu · 3 years, 5 months ago
  24. 2169827 io-wq: fix lack of acct->nr_workers < acct->max_workers judgement by Hao Xu · 3 years, 5 months ago
  25. 3d4e4fa io-wq: fix no lock protection of acct->nr_worker by Hao Xu · 3 years, 5 months ago
  26. 83d6c39 io-wq: fix race between worker exiting and activating free worker by Jens Axboe · 3 years, 5 months ago
  27. 991468d io_uring: explicitly catch any illegal async queue attempt by Jens Axboe · 3 years, 5 months ago
  28. e6ab899 io_uring: fix false WARN_ONCE by Pavel Begunkov · 3 years, 6 months ago
  29. fe76421 io_uring: allow user configurable IO thread CPU affinity by Jens Axboe · 3 years, 6 months ago
  30. 0e03496 io-wq: use private CPU mask by Jens Axboe · 3 years, 6 months ago
  31. ec16d35 io-wq: remove header files not needed anymore by Olivier Langlois · 3 years, 7 months ago
  32. b1b2fc3 io-wq: remove redundant initialization of variable ret by Colin Ian King · 3 years, 7 months ago
  33. e587227 io-wq: simplify worker exiting by Pavel Begunkov · 3 years, 7 months ago
  34. 769e683 io-wq: don't repeat IO_WQ_BIT_EXIT check by worker by Pavel Begunkov · 3 years, 7 months ago
  35. 382cb03 io-wq: remove unused io-wq refcounting by Pavel Begunkov · 3 years, 7 months ago
  36. c7f405d io-wq: embed wqe ptr array into struct io_wq by Pavel Begunkov · 3 years, 7 months ago
  37. 3743c17 io-wq: Fix UAF when wakeup wqe in hash waitqueue by Zqiang · 3 years, 7 months ago
  38. 17a9105 io_uring/io-wq: close io-wq full-stop gap by Pavel Begunkov · 3 years, 7 months ago
  39. eb37267 io-wq: remove unused io_wqe_need_worker() function by Jens Axboe · 3 years, 8 months ago
  40. e0051d7 io-wq: Fix io_wq_worker_affinity() by Peter Zijlstra · 3 years, 9 months ago
  41. 417b505 io-wq: simplify code in __io_worker_busy() by Hao Xu · 3 years, 9 months ago
  42. c80ca47 io-wq: cancel task_work on exit only targeting the current 'wq' by Jens Axboe · 3 years, 9 months ago
  43. 685fe7f io-wq: eliminate the need for a manager thread by Jens Axboe · 3 years, 10 months ago
  44. 8418f22 io-wq: refactor *_get_acct() by Pavel Begunkov · 3 years, 9 months ago
  45. c60eb04 io-wq: cancel unbounded works on io-wq destroy by Pavel Begunkov · 3 years, 9 months ago
  46. 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 3 years, 9 months ago
  47. dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 3 years, 9 months ago
  48. f5d2d23 io-wq: fix race around pending work on teardown by Jens Axboe · 3 years, 9 months ago
  49. 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 3 years, 9 months ago
  50. 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 3 years, 9 months ago
  51. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
  52. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
  53. 70e3512 io-wq: fix ref leak for req in case of exit cancelations by yangerkun · 3 years, 10 months ago
  54. cc20e3f io-wq: remove unused 'user' member of io_wq by Jens Axboe · 3 years, 10 months ago
  55. 678eeba io-wq: warn on creating manager while exiting by Pavel Begunkov · 3 years, 10 months ago
  56. 886d013 io-wq: fix race in freeing 'wq' and worker access by Jens Axboe · 3 years, 10 months ago
  57. 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 10 months ago
  58. 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 10 months ago
  59. f012725 io-wq: ensure all pending work is canceled on exit by Jens Axboe · 3 years, 10 months ago
  60. e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 3 years, 10 months ago
  61. dc7bbc9 io-wq: fix error path leak of buffered write hash map by Jens Axboe · 3 years, 10 months ago
  62. 5730b27 io_uring: move cred assignment into io_issue_sqe() by Jens Axboe · 3 years, 10 months ago
  63. afcc401 io-wq: provide an io_wq_put_and_exit() helper by Jens Axboe · 3 years, 10 months ago
  64. 470ec4e io-wq: fix double put of 'wq' in error path by Jens Axboe · 3 years, 10 months ago
  65. d364d9e io-wq: wait for manager exit on wq destroy by Jens Axboe · 3 years, 10 months ago
  66. dbf9962 io-wq: rename wq->done completion to wq->started by Jens Axboe · 3 years, 10 months ago
  67. 613eeb6 io-wq: don't ask for a new worker if we're exiting by Jens Axboe · 3 years, 10 months ago
  68. fb3a1f6 io-wq: have manager wait for all workers to exit by Jens Axboe · 3 years, 10 months ago
  69. 65d4302 io-wq: wait for worker startup when forking a new one by Jens Axboe · 3 years, 10 months ago
  70. d6ce7f6 io-wq: remove now unused IO_WQ_BIT_ERROR by Jens Axboe · 3 years, 10 months ago
  71. 4fb6ac3 io-wq: improve manager/worker handling over exec by Jens Axboe · 3 years, 10 months ago
  72. e941894 io-wq: make buffered file write hashed work map per-ctx by Jens Axboe · 3 years, 10 months ago
  73. eb2de94 io-wq: fix race around io_worker grabbing by Jens Axboe · 3 years, 10 months ago
  74. 8b3e78b io-wq: fix races around manager/worker creation and task exit by Jens Axboe · 3 years, 10 months ago
  75. 728f13e io-wq: remove nr_process accounting by Jens Axboe · 3 years, 10 months ago
  76. 843bbfd io-wq: make io_wq_fork_thread() available to other users by Jens Axboe · 3 years, 10 months ago
  77. bf1daa4 io-wq: only remove worker from free_list, if it was there by Jens Axboe · 3 years, 10 months ago
  78. 4379bf8 io_uring: remove io_identity by Jens Axboe · 3 years, 11 months ago
  79. c6d77d9 io-wq: worker idling always returns false by Jens Axboe · 3 years, 11 months ago
  80. 3bfe610 io-wq: fork worker threads from original task by Jens Axboe · 3 years, 11 months ago
  81. 958234d io-wq: don't pass 'wqe' needlessly around by Jens Axboe · 3 years, 10 months ago
  82. 3b094e7 io-wq: get rid of wq->use_refs by Jens Axboe · 3 years, 11 months ago
  83. 1cbd9c2 io-wq: don't create any IO workers upfront by Jens Axboe · 3 years, 11 months ago
  84. 7c25c0d io_uring: remove the need for relying on an io-wq fallback worker by Jens Axboe · 3 years, 11 months ago
  85. e06aa2e io-wq: clear out worker ->fs and ->files by Jens Axboe · 3 years, 11 months ago
  86. 5280f7e io_uring/io-wq: return 2-step work swap scheme by Pavel Begunkov · 3 years, 11 months ago
  87. 4014d94 io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL by Jens Axboe · 4 years ago
  88. 446bc1c io-wq: kill now unused io_wq_cancel_all() by Jens Axboe · 4 years ago
  89. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  90. 3dd1680 io-wq: cancel request if it's asking for files and we don't have them by Jens Axboe · 4 years, 2 months ago
  91. 43c01fb io-wq: re-set NUMA node affinities if CPUs come online by Jens Axboe · 4 years, 2 months ago
  92. 6922833 io_uring: unify fsize with def->work_flags by Jens Axboe · 4 years, 2 months ago
  93. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 2 months ago
  94. 98447d6 io_uring: move io identity items into separate struct by Jens Axboe · 4 years, 3 months ago
  95. dfead8a io_uring: rely solely on work flags to determine personality. by Jens Axboe · 4 years, 3 months ago
  96. 0f20376 io_uring: pass required context in as flags by Jens Axboe · 4 years, 3 months ago
  97. a8b595b io-wq: assign NUMA node locality if appropriate by Jens Axboe · 4 years, 2 months ago
  98. 145cc8c io-wq: kill unused IO_WORKER_F_EXITING by Jens Axboe · 4 years, 3 months ago
  99. c4068bf io-wq: fix use-after-free in io_wq_worker_running by Hillf Danton · 4 years, 3 months ago
  100. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 3 months ago