1. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  2. e32cf5d kthread: Generalize pf_io_worker so it can point to struct kthread by Eric W. Biederman · 3 years, 1 month ago
  3. d800c65 io-wq: drop wqe lock before creating new worker by Jens Axboe · 3 years, 1 month ago
  4. 71a8538 io-wq: check for wq exit after adding new worker task_work by Jens Axboe · 3 years, 1 month ago
  5. e47498a io-wq: remove spurious bit clear on task_work addition by Jens Axboe · 3 years, 1 month ago
  6. a226abc io-wq: don't retry task_work creation failure on fatal conditions by Jens Axboe · 3 years, 1 month ago
  7. d3e3c10 io-wq: serialize hash clear with wakeup by Jens Axboe · 3 years, 2 months ago
  8. 71c9ce2 io-wq: fix max-workers not correctly set on multi-node system by Beld Zhang · 3 years, 2 months ago
  9. cdab10b Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 2 months ago
  10. 8d1f0177 Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  11. 1d5f5ea io-wq: remove worker to owner tw dependency by Pavel Begunkov · 3 years, 3 months ago
  12. c907e52 io-wq: use helper for worker refcounting by Pavel Begunkov · 3 years, 3 months ago
  13. bc36992 io-wq: max_worker fixes by Pavel Begunkov · 3 years, 3 months ago
  14. 71e1cef io-wq: Remove duplicate code in io_workqueue_create() by Bixuan Cui · 3 years, 4 months ago
  15. 78f8876 io-wq: exclusively gate signal based exit on get_signal() return by Jens Axboe · 3 years, 4 months ago
  16. 87c1696 io-wq: ensure we exit if thread group is exiting by Jens Axboe · 3 years, 4 months ago
  17. 5bd2182 audit,io_uring,io-wq: add some basic audit support to io_uring by Paul Moore · 4 years ago
  18. dd47c10 io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items by Eugene Syromiatnikov · 3 years, 4 months ago
  19. 767a65e io-wq: fix potential race of acct->nr_workers by Hao Xu · 3 years, 4 months ago
  20. 7a842fb io-wq: code clean of io_wqe_create_worker() by Hao Xu · 3 years, 4 months ago
  21. 66e70be io-wq: fix memory leak in create_io_worker() by Qiang.zhang · 3 years, 4 months ago
  22. 3b33e3f io-wq: fix silly logic error in io_task_work_match() by Jens Axboe · 3 years, 4 months ago
  23. 713b982 io-wq: fix cancellation on create-worker failure by Pavel Begunkov · 3 years, 4 months ago
  24. 3146cba io-wq: make worker creation resilient against signals by Jens Axboe · 3 years, 5 months ago
  25. 05c5f4e io-wq: get rid of FIXED worker flag by Jens Axboe · 3 years, 5 months ago
  26. 15e20db io-wq: only exit on fatal signals by Jens Axboe · 3 years, 5 months ago
  27. f95dc20 io-wq: split bounded and unbounded work into separate lists by Jens Axboe · 3 years, 5 months ago
  28. 0242f64 io-wq: fix queue stalling race by Jens Axboe · 3 years, 5 months ago
  29. 08bdbd3 io-wq: ensure that hash wait lock is IRQ disabling by Jens Axboe · 3 years, 5 months ago
  30. 94ffb0a io-wq: fix race between adding work and activating a free worker by Jens Axboe · 3 years, 5 months ago
  31. 87df7fb io-wq: fix wakeup race when adding new work by Jens Axboe · 3 years, 5 months ago
  32. a9a4aa9 io-wq: wqe and worker locks no longer need to be IRQ safe by Jens Axboe · 3 years, 5 months ago
  33. ecc53c4 io-wq: check max_worker limits if a worker transitions bound state by Jens Axboe · 3 years, 5 months ago
  34. 2e48005 io-wq: provide a way to limit max number of workers by Jens Axboe · 3 years, 5 months ago
  35. 79dca18 io-wq: move nr_running and worker_refs out of wqe->lock protection by Hao Xu · 3 years, 5 months ago
  36. d3e9f73 io-wq: remove GFP_ATOMIC allocation off schedule out path by Jens Axboe · 3 years, 5 months ago
  37. 47cae0c io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker() by Hao Xu · 3 years, 5 months ago
  38. 49e7f0c io-wq: fix bug of creating io-wokers unconditionally by Hao Xu · 3 years, 5 months ago
  39. 2169827 io-wq: fix lack of acct->nr_workers < acct->max_workers judgement by Hao Xu · 3 years, 5 months ago
  40. 3d4e4fa io-wq: fix no lock protection of acct->nr_worker by Hao Xu · 3 years, 5 months ago
  41. 83d6c39 io-wq: fix race between worker exiting and activating free worker by Jens Axboe · 3 years, 6 months ago
  42. 991468d io_uring: explicitly catch any illegal async queue attempt by Jens Axboe · 3 years, 6 months ago
  43. e6ab899 io_uring: fix false WARN_ONCE by Pavel Begunkov · 3 years, 7 months ago
  44. fe76421 io_uring: allow user configurable IO thread CPU affinity by Jens Axboe · 3 years, 7 months ago
  45. 0e03496 io-wq: use private CPU mask by Jens Axboe · 3 years, 7 months ago
  46. ec16d35 io-wq: remove header files not needed anymore by Olivier Langlois · 3 years, 8 months ago
  47. b1b2fc3 io-wq: remove redundant initialization of variable ret by Colin Ian King · 3 years, 7 months ago
  48. e587227 io-wq: simplify worker exiting by Pavel Begunkov · 3 years, 7 months ago
  49. 769e683 io-wq: don't repeat IO_WQ_BIT_EXIT check by worker by Pavel Begunkov · 3 years, 7 months ago
  50. 382cb03 io-wq: remove unused io-wq refcounting by Pavel Begunkov · 3 years, 7 months ago
  51. c7f405d io-wq: embed wqe ptr array into struct io_wq by Pavel Begunkov · 3 years, 7 months ago
  52. 3743c17 io-wq: Fix UAF when wakeup wqe in hash waitqueue by Zqiang · 3 years, 8 months ago
  53. 17a9105 io_uring/io-wq: close io-wq full-stop gap by Pavel Begunkov · 3 years, 8 months ago
  54. eb37267 io-wq: remove unused io_wqe_need_worker() function by Jens Axboe · 3 years, 9 months ago
  55. e0051d7 io-wq: Fix io_wq_worker_affinity() by Peter Zijlstra · 3 years, 9 months ago
  56. 417b505 io-wq: simplify code in __io_worker_busy() by Hao Xu · 3 years, 10 months ago
  57. c80ca47 io-wq: cancel task_work on exit only targeting the current 'wq' by Jens Axboe · 3 years, 10 months ago
  58. 685fe7f io-wq: eliminate the need for a manager thread by Jens Axboe · 3 years, 10 months ago
  59. 8418f22 io-wq: refactor *_get_acct() by Pavel Begunkov · 3 years, 10 months ago
  60. c60eb04 io-wq: cancel unbounded works on io-wq destroy by Pavel Begunkov · 3 years, 9 months ago
  61. 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 3 years, 10 months ago
  62. dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 3 years, 10 months ago
  63. f5d2d23 io-wq: fix race around pending work on teardown by Jens Axboe · 3 years, 10 months ago
  64. 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 3 years, 10 months ago
  65. 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 3 years, 10 months ago
  66. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
  67. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
  68. 70e3512 io-wq: fix ref leak for req in case of exit cancelations by yangerkun · 3 years, 10 months ago
  69. cc20e3f io-wq: remove unused 'user' member of io_wq by Jens Axboe · 3 years, 10 months ago
  70. 678eeba io-wq: warn on creating manager while exiting by Pavel Begunkov · 3 years, 11 months ago
  71. 886d013 io-wq: fix race in freeing 'wq' and worker access by Jens Axboe · 3 years, 11 months ago
  72. 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 11 months ago
  73. 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 11 months ago
  74. f012725 io-wq: ensure all pending work is canceled on exit by Jens Axboe · 3 years, 11 months ago
  75. e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 3 years, 11 months ago
  76. dc7bbc9 io-wq: fix error path leak of buffered write hash map by Jens Axboe · 3 years, 11 months ago
  77. 5730b27 io_uring: move cred assignment into io_issue_sqe() by Jens Axboe · 3 years, 11 months ago
  78. afcc401 io-wq: provide an io_wq_put_and_exit() helper by Jens Axboe · 3 years, 11 months ago
  79. 470ec4e io-wq: fix double put of 'wq' in error path by Jens Axboe · 3 years, 11 months ago
  80. d364d9e io-wq: wait for manager exit on wq destroy by Jens Axboe · 3 years, 11 months ago
  81. dbf9962 io-wq: rename wq->done completion to wq->started by Jens Axboe · 3 years, 11 months ago
  82. 613eeb6 io-wq: don't ask for a new worker if we're exiting by Jens Axboe · 3 years, 11 months ago
  83. fb3a1f6 io-wq: have manager wait for all workers to exit by Jens Axboe · 3 years, 11 months ago
  84. 65d4302 io-wq: wait for worker startup when forking a new one by Jens Axboe · 3 years, 11 months ago
  85. d6ce7f6 io-wq: remove now unused IO_WQ_BIT_ERROR by Jens Axboe · 3 years, 11 months ago
  86. 4fb6ac3 io-wq: improve manager/worker handling over exec by Jens Axboe · 3 years, 11 months ago
  87. e941894 io-wq: make buffered file write hashed work map per-ctx by Jens Axboe · 4 years ago
  88. eb2de94 io-wq: fix race around io_worker grabbing by Jens Axboe · 3 years, 11 months ago
  89. 8b3e78b io-wq: fix races around manager/worker creation and task exit by Jens Axboe · 3 years, 11 months ago
  90. 728f13e io-wq: remove nr_process accounting by Jens Axboe · 3 years, 11 months ago
  91. 843bbfd io-wq: make io_wq_fork_thread() available to other users by Jens Axboe · 4 years ago
  92. bf1daa4 io-wq: only remove worker from free_list, if it was there by Jens Axboe · 4 years ago
  93. 4379bf8 io_uring: remove io_identity by Jens Axboe · 4 years ago
  94. c6d77d9 io-wq: worker idling always returns false by Jens Axboe · 4 years ago
  95. 3bfe610 io-wq: fork worker threads from original task by Jens Axboe · 4 years ago
  96. 958234d io-wq: don't pass 'wqe' needlessly around by Jens Axboe · 4 years ago
  97. 3b094e7 io-wq: get rid of wq->use_refs by Jens Axboe · 4 years ago
  98. 1cbd9c2 io-wq: don't create any IO workers upfront by Jens Axboe · 4 years ago
  99. 7c25c0d io_uring: remove the need for relying on an io-wq fallback worker by Jens Axboe · 4 years ago
  100. e06aa2e io-wq: clear out worker ->fs and ->files by Jens Axboe · 4 years ago