summaryrefslogtreecommitdiffstats
path: root/io_uring/tctx.c
AgeCommit message (Expand)AuthorLines
2025-04-21io_uring/wq: avoid indirect do_work/free_work callsCaleb Sander Mateos-2/+0
2024-11-29io_uring/tctx: work around xa_store() allocation error issueJens Axboe-1/+12
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe-0/+1
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett-11/+20
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe-1/+1
2022-10-07io_uring: remove io_register_submitterDylan Yudaken-19/+3
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken-10/+20
2022-07-24io_uring: lockless task listDylan Yudaken-2/+1
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken-1/+0
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov-1/+0
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov-3/+24
2022-07-24io_uring: inline ->registered_ringsPavel Begunkov-10/+0
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe-0/+332