summaryrefslogtreecommitdiff
path: root/io_uring/tw.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-17io_uring: Use system_dfl_wq instead of system_unbound_wqNathan Chancellor1-1/+1
2026-06-16io_uring: get rid of tw_pending for !DEFER task workJens Axboe1-11/+8
2026-06-13io_uring: remove the per-ctx fallback task_work machineryJens Axboe1-54/+13
2026-06-13io_uring: run the tctx task_work fallback directlyJens Axboe1-15/+14
2026-06-13io_uring: switch normal task_work to a mpscqJens Axboe1-58/+88
2026-06-13io_uring: switch local task_work to a mpscqJens Axboe1-77/+66
2026-06-13io_uring: grab RCU read lock marking task runJens Axboe1-3/+3
2026-04-30io_uring/tw: serialize ctx->retry_llist with ->uring_lockJens Axboe1-1/+11
2026-03-17io_uring: mark known and harmless racy ctx->int_flags usesJens Axboe1-1/+1
2026-03-17io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe1-1/+1
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe1-2/+20
2026-01-22io_uring: split out CQ waiting code into wait.cJens Axboe1-0/+1
2026-01-22io_uring: split out task work code into tw.cJens Axboe1-0/+354