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