| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-16 | io_uring: Use system_dfl_wq instead of system_unbound_wq | Nathan Chancellor | 1 | -1/+1 |
| 2026-06-16 | io_uring: get rid of tw_pending for !DEFER task work | Jens Axboe | 1 | -11/+8 |
| 2026-06-13 | io_uring: remove the per-ctx fallback task_work machinery | Jens Axboe | 1 | -54/+13 |
| 2026-06-13 | io_uring: run the tctx task_work fallback directly | Jens Axboe | 1 | -15/+14 |
| 2026-06-13 | io_uring: switch normal task_work to a mpscq | Jens Axboe | 1 | -58/+88 |
| 2026-06-13 | io_uring: switch local task_work to a mpscq | Jens Axboe | 1 | -77/+66 |
| 2026-06-13 | io_uring: grab RCU read lock marking task run | Jens Axboe | 1 | -3/+3 |
| 2026-04-30 | io_uring/tw: serialize ctx->retry_llist with ->uring_lock | Jens Axboe | 1 | -1/+11 |
| 2026-03-16 | io_uring: mark known and harmless racy ctx->int_flags uses | Jens Axboe | 1 | -1/+1 |
| 2026-03-16 | io_uring: switch struct io_ring_ctx internal bitfields to flags | Jens Axboe | 1 | -1/+1 |
| 2026-03-11 | io_uring: ensure ctx->rings is stable for task work flags manipulation | Jens Axboe | 1 | -2/+20 |
| 2026-01-22 | io_uring: split out CQ waiting code into wait.c | Jens Axboe | 1 | -0/+1 |
| 2026-01-22 | io_uring: split out task work code into tw.c | Jens Axboe | 1 | -0/+354 |