1. 3743c17 io-wq: Fix UAF when wakeup wqe in hash waitqueue by Zqiang · 3 years, 7 months ago
  2. 17a9105 io_uring/io-wq: close io-wq full-stop gap by Pavel Begunkov · 3 years, 7 months ago
  3. eb37267 io-wq: remove unused io_wqe_need_worker() function by Jens Axboe · 3 years, 8 months ago
  4. e0051d7 io-wq: Fix io_wq_worker_affinity() by Peter Zijlstra · 3 years, 9 months ago
  5. 417b505 io-wq: simplify code in __io_worker_busy() by Hao Xu · 3 years, 9 months ago
  6. c80ca47 io-wq: cancel task_work on exit only targeting the current 'wq' by Jens Axboe · 3 years, 9 months ago
  7. 685fe7f io-wq: eliminate the need for a manager thread by Jens Axboe · 3 years, 10 months ago
  8. 8418f22 io-wq: refactor *_get_acct() by Pavel Begunkov · 3 years, 9 months ago
  9. c60eb04 io-wq: cancel unbounded works on io-wq destroy by Pavel Begunkov · 3 years, 9 months ago
  10. 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 3 years, 9 months ago
  11. dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 3 years, 9 months ago
  12. f5d2d23 io-wq: fix race around pending work on teardown by Jens Axboe · 3 years, 9 months ago
  13. 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 3 years, 9 months ago
  14. 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 3 years, 9 months ago
  15. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
  16. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
  17. 70e3512 io-wq: fix ref leak for req in case of exit cancelations by yangerkun · 3 years, 10 months ago
  18. cc20e3f io-wq: remove unused 'user' member of io_wq by Jens Axboe · 3 years, 10 months ago
  19. 678eeba io-wq: warn on creating manager while exiting by Pavel Begunkov · 3 years, 10 months ago
  20. 886d013 io-wq: fix race in freeing 'wq' and worker access by Jens Axboe · 3 years, 10 months ago
  21. 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 10 months ago
  22. 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 10 months ago
  23. f012725 io-wq: ensure all pending work is canceled on exit by Jens Axboe · 3 years, 10 months ago
  24. e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 3 years, 10 months ago
  25. dc7bbc9 io-wq: fix error path leak of buffered write hash map by Jens Axboe · 3 years, 10 months ago
  26. 5730b27 io_uring: move cred assignment into io_issue_sqe() by Jens Axboe · 3 years, 10 months ago
  27. afcc401 io-wq: provide an io_wq_put_and_exit() helper by Jens Axboe · 3 years, 10 months ago
  28. 470ec4e io-wq: fix double put of 'wq' in error path by Jens Axboe · 3 years, 10 months ago
  29. d364d9e io-wq: wait for manager exit on wq destroy by Jens Axboe · 3 years, 10 months ago
  30. dbf9962 io-wq: rename wq->done completion to wq->started by Jens Axboe · 3 years, 10 months ago
  31. 613eeb6 io-wq: don't ask for a new worker if we're exiting by Jens Axboe · 3 years, 10 months ago
  32. fb3a1f6 io-wq: have manager wait for all workers to exit by Jens Axboe · 3 years, 10 months ago
  33. 65d4302 io-wq: wait for worker startup when forking a new one by Jens Axboe · 3 years, 10 months ago
  34. d6ce7f6 io-wq: remove now unused IO_WQ_BIT_ERROR by Jens Axboe · 3 years, 10 months ago
  35. 4fb6ac3 io-wq: improve manager/worker handling over exec by Jens Axboe · 3 years, 10 months ago
  36. e941894 io-wq: make buffered file write hashed work map per-ctx by Jens Axboe · 3 years, 10 months ago
  37. eb2de94 io-wq: fix race around io_worker grabbing by Jens Axboe · 3 years, 10 months ago
  38. 8b3e78b io-wq: fix races around manager/worker creation and task exit by Jens Axboe · 3 years, 10 months ago
  39. 728f13e io-wq: remove nr_process accounting by Jens Axboe · 3 years, 10 months ago
  40. 843bbfd io-wq: make io_wq_fork_thread() available to other users by Jens Axboe · 3 years, 11 months ago
  41. bf1daa4 io-wq: only remove worker from free_list, if it was there by Jens Axboe · 3 years, 11 months ago
  42. 4379bf8 io_uring: remove io_identity by Jens Axboe · 3 years, 11 months ago
  43. c6d77d9 io-wq: worker idling always returns false by Jens Axboe · 3 years, 11 months ago
  44. 3bfe610 io-wq: fork worker threads from original task by Jens Axboe · 3 years, 11 months ago
  45. 958234d io-wq: don't pass 'wqe' needlessly around by Jens Axboe · 3 years, 11 months ago
  46. 3b094e7 io-wq: get rid of wq->use_refs by Jens Axboe · 3 years, 11 months ago
  47. 1cbd9c2 io-wq: don't create any IO workers upfront by Jens Axboe · 3 years, 11 months ago
  48. 7c25c0d io_uring: remove the need for relying on an io-wq fallback worker by Jens Axboe · 3 years, 11 months ago
  49. e06aa2e io-wq: clear out worker ->fs and ->files by Jens Axboe · 3 years, 11 months ago
  50. 5280f7e io_uring/io-wq: return 2-step work swap scheme by Pavel Begunkov · 3 years, 11 months ago
  51. 4014d94 io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL by Jens Axboe · 4 years ago
  52. 446bc1c io-wq: kill now unused io_wq_cancel_all() by Jens Axboe · 4 years ago
  53. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  54. 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
  55. 43c01fb io-wq: re-set NUMA node affinities if CPUs come online by Jens Axboe · 4 years, 2 months ago
  56. 6922833 io_uring: unify fsize with def->work_flags by Jens Axboe · 4 years, 2 months ago
  57. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 3 months ago
  58. 98447d6 io_uring: move io identity items into separate struct by Jens Axboe · 4 years, 3 months ago
  59. dfead8a io_uring: rely solely on work flags to determine personality. by Jens Axboe · 4 years, 3 months ago
  60. 0f20376 io_uring: pass required context in as flags by Jens Axboe · 4 years, 3 months ago
  61. a8b595b io-wq: assign NUMA node locality if appropriate by Jens Axboe · 4 years, 3 months ago
  62. 145cc8c io-wq: kill unused IO_WORKER_F_EXITING by Jens Axboe · 4 years, 3 months ago
  63. c4068bf io-wq: fix use-after-free in io_wq_worker_running by Hillf Danton · 4 years, 3 months ago
  64. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 3 months ago
  65. 95da846 io_wq: Make io_wqe::lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 4 months ago
  66. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 3 months ago
  67. 204361a io-wq: fix hang after cancelling pending hashed work by Pavel Begunkov · 4 years, 4 months ago
  68. b089ed39 io-wq: update hash bits by Pavel Begunkov · 4 years, 5 months ago
  69. 57f1a64 io_uring/io-wq: move RLIMIT_FSIZE to io-wq by Pavel Begunkov · 4 years, 6 months ago
  70. f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 4 years, 6 months ago
  71. 44e728b io_uring: cancel all task's requests on exit by Pavel Begunkov · 4 years, 7 months ago
  72. 4f26bda io-wq: add an option to cancel all matched reqs by Pavel Begunkov · 4 years, 7 months ago
  73. f4c2665 io-wq: reorder cancellation pending -> running by Pavel Begunkov · 4 years, 7 months ago
  74. b961f8d Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  75. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  76. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  77. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  78. f5fa38c io_wq: add per-wq work handler instead of per work by Pavel Begunkov · 4 years, 7 months ago
  79. aa96bf8 io_uring: use io-wq manager as backup task if task is exiting by Jens Axboe · 4 years, 9 months ago
  80. 86f3cd1 io-wq: handle hashed writes in chains by Pavel Begunkov · 4 years, 9 months ago
  81. f2cf114 io-wq: close cancel gap for hashed linked work by Pavel Begunkov · 4 years, 9 months ago
  82. 60cf46a io-wq: hash dependent work by Pavel Begunkov · 4 years, 10 months ago
  83. 8766dd5 io-wq: split hashing and enqueueing by Pavel Begunkov · 4 years, 10 months ago
  84. d78298e io-wq: don't resched if there is no work by Pavel Begunkov · 4 years, 10 months ago
  85. 2293b41 io-wq: remove duplicated cancel code by Pavel Begunkov · 4 years, 10 months ago
  86. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 4 years, 10 months ago
  87. f462fd3 io-wq: optimise out *next_work() double lock by Pavel Begunkov · 4 years, 10 months ago
  88. 58e3931 io-wq: optimise locking in io_worker_handle_work() by Pavel Begunkov · 4 years, 10 months ago
  89. dc026a7 io-wq: shuffle io_worker_handle_work() code by Pavel Begunkov · 4 years, 10 months ago
  90. 3684f24 io-wq: use BIT for ulong hash by Pavel Begunkov · 4 years, 10 months ago
  91. 5eae861 io_uring: remove IO_WQ_WORK_CB by Pavel Begunkov · 4 years, 10 months ago
  92. e85530d io-wq: remove unused IO_WQ_WORK_HAS_MM by Pavel Begunkov · 4 years, 10 months ago
  93. 80ad894 io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL by Pavel Begunkov · 4 years, 10 months ago
  94. fc04c39 io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation by Pavel Begunkov · 4 years, 10 months ago
  95. 3030fd4 io-wq: remove spin-for-work optimization by Jens Axboe · 4 years, 10 months ago
  96. 7563439 io-wq: don't call kXalloc_node() with non-online node by Jens Axboe · 4 years, 11 months ago
  97. 3628288 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid by Jens Axboe · 5 years ago
  98. 00bcda1 io-wq: make io_wqe_cancel_work() take a match handler by Jens Axboe · 5 years ago
  99. 9392a27 io-wq: add support for inheriting ->fs by Jens Axboe · 5 years ago
  100. f86cd20 io_uring: fix linked command file table usage by Jens Axboe · 5 years ago