index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
tctx.c
Age
Commit message (
Expand
)
Author
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
2024-11-29
io_uring/tctx: work around xa_store() allocation error issue
Jens Axboe
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2023-05-16
io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
Josh Triplett
2023-02-22
io_uring: rename 'in_idle' to 'in_cancel'
Jens Axboe
2022-10-07
io_uring: remove io_register_submitter
Dylan Yudaken
2022-10-07
io_uring: simplify __io_uring_add_tctx_node
Dylan Yudaken
2022-07-24
io_uring: lockless task list
Dylan Yudaken
2022-07-24
io_uring: remove priority tw list optimisation
Dylan Yudaken
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: add IORING_SETUP_SINGLE_ISSUER
Pavel Begunkov
2022-07-24
io_uring: inline ->registered_rings
Pavel Begunkov
2022-07-24
io_uring: move io_uring_task (tctx) helpers into its own file
Jens Axboe