index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2026-05-18
io_uring: propagate array_index_nospec opcode into req->opcode
Michael Bommarito
2026-05-13
io_uring: validate user-controlled cq.head in io_cqe_cache_refill()
Zizhi Wo
2026-05-11
io_uring: hold uring_lock when walking link chain in io_wq_free_work()
Jens Axboe
2026-04-21
io_uring: fix spurious fput in registered ring path
Jens Axboe
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
2026-04-01
io_uring/zcrx: return back two step unregistration
Pavel Begunkov
2026-04-01
io_uring: protect remaining lockless ctx->rings accesses with RCU
Jens Axboe
2026-03-17
io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()
Jens Axboe
2026-03-16
io_uring/bpf-ops: implement bpf ops registration
Pavel Begunkov
2026-03-16
io_uring/bpf-ops: implement loop_step with BPF struct_ops
Pavel Begunkov
2026-03-16
io_uring: introduce callback driven main loop
Pavel Begunkov
2026-03-16
io_uring: count CQEs in io_iopoll_check()
Caleb Sander Mateos
2026-03-16
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
2026-03-16
io_uring: add REQ_F_IOPOLL
Caleb Sander Mateos
2026-03-16
io_uring: mark known and harmless racy ctx->int_flags uses
Jens Axboe
2026-03-16
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
2026-03-14
Merge branch 'io_uring-7.0' into for-7.1/io_uring
Jens Axboe
2026-03-13
Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-11
io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
Tom Ryan
2026-03-11
io_uring: ensure ctx->rings is stable for task work flags manipulation
Jens Axboe
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-15
io_uring: delay sqarray static branch disablement
Pavel Begunkov
2026-02-11
io_uring: use the right type for creds iteration
Jens Axboe
2026-02-09
io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL check
Caleb Sander Mateos
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-01-27
io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
Jens Axboe
2026-01-27
io_uring: add support for BPF filtering for opcode restrictions
Jens Axboe
2026-01-23
io_uring: fix bad indentation for setup flags if statement
Jens Axboe
2026-01-22
io_uring: introduce non-circular SQ
Pavel Begunkov
2026-01-22
io_uring: split out CQ waiting code into wait.c
Jens Axboe
2026-01-22
io_uring: split out task work code into tw.c
Jens Axboe
2026-01-22
io_uring: add IO_URING_EXIT_WAIT_MAX definition
Jens Axboe
2026-01-14
io_uring: move local task_work in exit cancel loop
Ming Lei
2026-01-13
io_uring: track restrictions separately for IORING_OP and IORING_REGISTER
Jens Axboe
2026-01-13
io_uring: move ctx->restricted check into io_check_restriction()
Jens Axboe
2026-01-12
io_uring/msg_ring: drop unnecessary submitter_task checks
Caleb Sander Mateos
2026-01-12
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
2026-01-05
io_uring: Trim out unused includes
Gabriel Krisman Bertazi
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
2025-12-30
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
2025-12-28
io_uring: IOPOLL polling improvements
Jens Axboe
2025-12-09
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-25
io_uring: fix mixed cqe overflow handling
Pavel Begunkov
[next]