1. 2293b41 io-wq: remove duplicated cancel code by Pavel Begunkov · 4 years, 11 months ago
  2. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 4 years, 11 months ago
  3. f462fd3 io-wq: optimise out *next_work() double lock by Pavel Begunkov · 4 years, 11 months ago
  4. 58e3931 io-wq: optimise locking in io_worker_handle_work() by Pavel Begunkov · 4 years, 11 months ago
  5. dc026a7 io-wq: shuffle io_worker_handle_work() code by Pavel Begunkov · 4 years, 11 months ago
  6. 3684f24 io-wq: use BIT for ulong hash by Pavel Begunkov · 4 years, 11 months ago
  7. 5eae861 io_uring: remove IO_WQ_WORK_CB by Pavel Begunkov · 4 years, 11 months ago
  8. e85530d io-wq: remove unused IO_WQ_WORK_HAS_MM by Pavel Begunkov · 4 years, 11 months ago
  9. 80ad894 io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL by Pavel Begunkov · 4 years, 11 months ago
  10. fc04c39 io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation by Pavel Begunkov · 4 years, 11 months ago
  11. 3030fd4 io-wq: remove spin-for-work optimization by Jens Axboe · 5 years ago
  12. 7563439 io-wq: don't call kXalloc_node() with non-online node by Jens Axboe · 5 years ago
  13. 3628288 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid by Jens Axboe · 5 years ago
  14. 00bcda1 io-wq: make io_wqe_cancel_work() take a match handler by Jens Axboe · 5 years ago
  15. 9392a27 io-wq: add support for inheriting ->fs by Jens Axboe · 5 years ago
  16. f86cd20 io_uring: fix linked command file table usage by Jens Axboe · 5 years ago
  17. eba6f5a io-wq: allow grabbing existing io-wq by Pavel Begunkov · 5 years ago
  18. cccf0ee io_uring/io-wq: don't use static creds/mm assignments by Jens Axboe · 5 years ago
  19. 848f7e1 io-wq: make the io_wq ref counted by Jens Axboe · 5 years ago
  20. 895e2ca io-wq: support concurrent non-blocking work by Jens Axboe · 5 years ago
  21. 0c9d5cc io-wq: add support for uncancellable work by Jens Axboe · 5 years ago
  22. e0bbb34 io-wq: cancel work if we fail getting a mm reference by Jens Axboe · 5 years ago
  23. fd1c4bc io-wq: add cond_resched() to worker thread by Hillf Danton · 5 years ago
  24. 1f424e8b io-wq: remove unused busy list from io_sqe by Hillf Danton · 5 years ago
  25. d195a66 io_uring: fix stale comment and a few typos by Brian Gianforcaro · 5 years ago
  26. e995d51 io-wq: briefly spin for new work after finishing work by Jens Axboe · 5 years ago
  27. 506d95f io-wq: remove worker->wait waitqueue by Jens Axboe · 5 years ago
  28. 0b8c0ec io_uring: use current task creds instead of allocating a new one by Jens Axboe · 5 years ago
  29. 6206f0e io-wq: shrink io_wq_work a bit by Jens Axboe · 5 years ago
  30. 3fc50ab io-wq: fix handling of NUMA node IDs by Jann Horn · 5 years ago
  31. ad6e005 io_uring: use kzalloc instead of kcalloc for single-element allocations by Jann Horn · 5 years ago
  32. 181e448 io_uring: async workers should inherit the user creds by Jens Axboe · 5 years ago
  33. 576a347 io-wq: have io_wq_create() take a 'data' argument by Jens Axboe · 5 years ago
  34. b76da70 io_uring: close lookup gap for dependent next work by Jens Axboe · 5 years ago
  35. b2e9c7d6 io-wq: remove extra space characters by Dan Carpenter · 5 years ago
  36. b60fda6 io-wq: wait for io_wq_create() to setup necessary workers by Jens Axboe · 5 years ago
  37. 021d1cd io-wq: remove now redundant struct io_wq_nulls_list by Jens Axboe · 5 years ago
  38. e61df66 io-wq: ensure free/busy list browsing see all items by Jens Axboe · 5 years ago
  39. 36c2f92 io-wq: ensure we have a stable view of ->cur_work for cancellations by Jens Axboe · 5 years ago
  40. 7d72306 io_wq: add get/put_work handlers to io_wq_create() by Jens Axboe · 5 years ago
  41. c5def4a io-wq: add support for bounded vs unbunded work by Jens Axboe · 5 years ago
  42. 91d666e io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful() by Jens Axboe · 5 years ago
  43. 6f72653 io-wq: use proper nesting IRQ disabling spinlocks for cancel by Jens Axboe · 5 years ago
  44. 364b05f io-wq: use kfree_rcu() to simplify the code by YueHaibing · 5 years ago
  45. 62755e3 io_uring: support for generic async request cancel by Jens Axboe · 5 years ago
  46. fcb323c io_uring: io_uring: add support for async work inheriting files by Jens Axboe · 5 years ago
  47. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago