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