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