index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2026-01-30
io_uring: move local task_work in exit cancel loop
Ming Lei
2025-09-25
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
2025-09-25
io_uring: backport io_should_terminate_tw()
Jens Axboe
2025-06-27
io_uring: account drain memory to cgroup
Pavel Begunkov
2025-06-19
Revert "io_uring: ensure deferred completions are posted for multishot"
Greg Kroah-Hartman
2025-06-19
io_uring: add io_file_can_poll() helper
Jens Axboe
2025-06-04
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
2025-05-18
io_uring: ensure deferred completions are posted for multishot
Jens Axboe
2025-05-18
io_uring: always arm linked timeouts prior to issue
Jens Axboe
2025-05-02
io_uring: always do atomic put from iowq
Pavel Begunkov
2025-05-02
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
2025-03-22
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2025-03-22
io_uring: unify io_pin_pages()
Jens Axboe
2025-03-22
io_uring: use vmap() for ring mapping
Jens Axboe
2025-03-22
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
2025-03-22
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
2025-03-22
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2025-02-27
io_uring: prevent opcode speculation
Pavel Begunkov
2025-02-17
io_uring: fix io_req_prep_async with provided buffers
Pavel Begunkov
2025-01-17
io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
Jens Axboe
2024-12-27
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
2024-12-27
io_uring: check if iowq is killed before queuing
Pavel Begunkov
2024-12-27
io_uring: Fix registered ring file refcount leak
Jann Horn
2024-11-17
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
2024-11-08
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
2024-10-17
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
2024-10-04
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
2024-04-27
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
2024-04-10
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
2024-04-10
io_uring: use private workqueue for exit work
Jens Axboe
2024-04-10
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
2024-04-03
io_uring: clean rings on NO_MMAP alloc fail
Pavel Begunkov
2024-03-26
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
2024-03-26
io_uring: don't save/restore iowait state
Jens Axboe
2024-03-26
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
2024-03-26
io_uring: remove looping around handling traditional task_work
Jens Axboe
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2024-01-25
io_uring: adjust defer tw counting
Pavel Begunkov
2024-01-25
io_uring: ensure local task_work is run on wait timeout
Jens Axboe
2024-01-25
io_uring: don't check iopoll if request completes
Pavel Begunkov
2024-01-20
io_uring: use fget/fput consistently
Jens Axboe
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
2023-12-08
io_uring/kbuf: defer release of mapped buffer rings
Jens Axboe
2023-12-08
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
2023-12-08
io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
Jens Axboe
2023-12-08
io_uring: free io_buffer_list entries via RCU
Jens Axboe
2023-12-08
io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
Jens Axboe
[next]