index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
tctx.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_file
Yang Xiuwei
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
2026-02-09
Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-02-06
io_uring: allow registration of per-task restrictions
Jens Axboe
2026-02-06
io_uring: add task fork hook
Jens Axboe
2026-02-02
io_uring: allow io-wq workers to exit when unused
Li Chen
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