1. 9ac2186 io-wq: fix wakeup race when adding new work by Jens Axboe · 3 years, 4 months ago
  2. 932be4c io_uring: fix false WARN_ONCE by Pavel Begunkov · 3 years, 6 months ago
  3. dbdcde4 io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 3 years, 11 months ago
  4. 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
  5. 43c01fb io-wq: re-set NUMA node affinities if CPUs come online by Jens Axboe · 4 years, 2 months ago
  6. 6922833 io_uring: unify fsize with def->work_flags by Jens Axboe · 4 years, 2 months ago
  7. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 2 months ago
  8. 98447d6 io_uring: move io identity items into separate struct by Jens Axboe · 4 years, 2 months ago
  9. dfead8a io_uring: rely solely on work flags to determine personality. by Jens Axboe · 4 years, 2 months ago
  10. 0f20376 io_uring: pass required context in as flags by Jens Axboe · 4 years, 2 months ago
  11. a8b595b io-wq: assign NUMA node locality if appropriate by Jens Axboe · 4 years, 2 months ago
  12. 145cc8c io-wq: kill unused IO_WORKER_F_EXITING by Jens Axboe · 4 years, 3 months ago
  13. c4068bf io-wq: fix use-after-free in io_wq_worker_running by Hillf Danton · 4 years, 3 months ago
  14. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 3 months ago
  15. 95da846 io_wq: Make io_wqe::lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 4 months ago
  16. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 3 months ago
  17. 204361a io-wq: fix hang after cancelling pending hashed work by Pavel Begunkov · 4 years, 4 months ago
  18. b089ed39 io-wq: update hash bits by Pavel Begunkov · 4 years, 5 months ago
  19. 57f1a64 io_uring/io-wq: move RLIMIT_FSIZE to io-wq by Pavel Begunkov · 4 years, 6 months ago
  20. f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 4 years, 6 months ago
  21. 44e728b io_uring: cancel all task's requests on exit by Pavel Begunkov · 4 years, 7 months ago
  22. 4f26bda io-wq: add an option to cancel all matched reqs by Pavel Begunkov · 4 years, 7 months ago
  23. f4c2665 io-wq: reorder cancellation pending -> running by Pavel Begunkov · 4 years, 7 months ago
  24. 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
  25. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  26. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  27. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  28. f5fa38c io_wq: add per-wq work handler instead of per work by Pavel Begunkov · 4 years, 7 months ago
  29. aa96bf8 io_uring: use io-wq manager as backup task if task is exiting by Jens Axboe · 4 years, 9 months ago
  30. 86f3cd1 io-wq: handle hashed writes in chains by Pavel Begunkov · 4 years, 9 months ago
  31. f2cf114 io-wq: close cancel gap for hashed linked work by Pavel Begunkov · 4 years, 9 months ago
  32. 60cf46a io-wq: hash dependent work by Pavel Begunkov · 4 years, 10 months ago
  33. 8766dd5 io-wq: split hashing and enqueueing by Pavel Begunkov · 4 years, 10 months ago
  34. d78298e io-wq: don't resched if there is no work by Pavel Begunkov · 4 years, 10 months ago
  35. 2293b41 io-wq: remove duplicated cancel code by Pavel Begunkov · 4 years, 10 months ago
  36. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 4 years, 10 months ago
  37. f462fd3 io-wq: optimise out *next_work() double lock by Pavel Begunkov · 4 years, 10 months ago
  38. 58e3931 io-wq: optimise locking in io_worker_handle_work() by Pavel Begunkov · 4 years, 10 months ago
  39. dc026a7 io-wq: shuffle io_worker_handle_work() code by Pavel Begunkov · 4 years, 10 months ago
  40. 3684f24 io-wq: use BIT for ulong hash by Pavel Begunkov · 4 years, 10 months ago
  41. 5eae861 io_uring: remove IO_WQ_WORK_CB by Pavel Begunkov · 4 years, 10 months ago
  42. e85530d io-wq: remove unused IO_WQ_WORK_HAS_MM by Pavel Begunkov · 4 years, 10 months ago
  43. 80ad894 io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL by Pavel Begunkov · 4 years, 10 months ago
  44. fc04c39 io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation by Pavel Begunkov · 4 years, 10 months ago
  45. 3030fd4 io-wq: remove spin-for-work optimization by Jens Axboe · 4 years, 10 months ago
  46. 7563439 io-wq: don't call kXalloc_node() with non-online node by Jens Axboe · 4 years, 11 months ago
  47. 3628288 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid by Jens Axboe · 4 years, 11 months ago
  48. 00bcda1 io-wq: make io_wqe_cancel_work() take a match handler by Jens Axboe · 4 years, 11 months ago
  49. 9392a27 io-wq: add support for inheriting ->fs by Jens Axboe · 5 years ago
  50. f86cd20 io_uring: fix linked command file table usage by Jens Axboe · 5 years ago
  51. eba6f5a io-wq: allow grabbing existing io-wq by Pavel Begunkov · 5 years ago
  52. cccf0ee io_uring/io-wq: don't use static creds/mm assignments by Jens Axboe · 5 years ago
  53. 848f7e1 io-wq: make the io_wq ref counted by Jens Axboe · 5 years ago
  54. 895e2ca io-wq: support concurrent non-blocking work by Jens Axboe · 5 years ago
  55. 0c9d5cc io-wq: add support for uncancellable work by Jens Axboe · 5 years ago
  56. e0bbb34 io-wq: cancel work if we fail getting a mm reference by Jens Axboe · 5 years ago
  57. fd1c4bc io-wq: add cond_resched() to worker thread by Hillf Danton · 5 years ago
  58. 1f424e8b io-wq: remove unused busy list from io_sqe by Hillf Danton · 5 years ago
  59. d195a66 io_uring: fix stale comment and a few typos by Brian Gianforcaro · 5 years ago
  60. e995d51 io-wq: briefly spin for new work after finishing work by Jens Axboe · 5 years ago
  61. 506d95f io-wq: remove worker->wait waitqueue by Jens Axboe · 5 years ago
  62. 0b8c0ec io_uring: use current task creds instead of allocating a new one by Jens Axboe · 5 years ago
  63. 6206f0e io-wq: shrink io_wq_work a bit by Jens Axboe · 5 years ago
  64. 3fc50ab io-wq: fix handling of NUMA node IDs by Jann Horn · 5 years ago
  65. ad6e005 io_uring: use kzalloc instead of kcalloc for single-element allocations by Jann Horn · 5 years ago
  66. 181e448 io_uring: async workers should inherit the user creds by Jens Axboe · 5 years ago
  67. 576a347 io-wq: have io_wq_create() take a 'data' argument by Jens Axboe · 5 years ago
  68. b76da70 io_uring: close lookup gap for dependent next work by Jens Axboe · 5 years ago
  69. b2e9c7d6 io-wq: remove extra space characters by Dan Carpenter · 5 years ago
  70. b60fda6 io-wq: wait for io_wq_create() to setup necessary workers by Jens Axboe · 5 years ago
  71. 021d1cd io-wq: remove now redundant struct io_wq_nulls_list by Jens Axboe · 5 years ago
  72. e61df66 io-wq: ensure free/busy list browsing see all items by Jens Axboe · 5 years ago
  73. 36c2f92 io-wq: ensure we have a stable view of ->cur_work for cancellations by Jens Axboe · 5 years ago
  74. 7d72306 io_wq: add get/put_work handlers to io_wq_create() by Jens Axboe · 5 years ago
  75. c5def4a io-wq: add support for bounded vs unbunded work by Jens Axboe · 5 years ago
  76. 91d666e io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful() by Jens Axboe · 5 years ago
  77. 6f72653 io-wq: use proper nesting IRQ disabling spinlocks for cancel by Jens Axboe · 5 years ago
  78. 364b05f io-wq: use kfree_rcu() to simplify the code by YueHaibing · 5 years ago
  79. 62755e3 io_uring: support for generic async request cancel by Jens Axboe · 5 years ago
  80. fcb323c io_uring: io_uring: add support for async work inheriting files by Jens Axboe · 5 years ago
  81. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago