summaryrefslogtreecommitdiff
path: root/io_uring/tw.c
AgeCommit message (Expand)AuthorFilesLines
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