index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-25
io_uring/kbuf: check if target buffer list is still legacy on recycle
Jens Axboe
1
-1
/
+7
2026-03-25
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Jens Axboe
1
-1
/
+1
2026-03-04
io_uring/filetable: clamp alloc_hint to the configured alloc range
Jens Axboe
1
-0
/
+4
2026-03-04
io_uring/cancel: de-unionize file and user_data in struct io_cancel_data
Jens Axboe
1
-4
/
+2
2026-03-04
io_uring/cancel: support opcode based lookup and cancelation
Jens Axboe
3
-5
/
+17
2026-03-04
io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
Jens Axboe
1
-6
/
+12
2026-03-04
io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY
Jens Axboe
1
-2
/
+3
2026-03-04
io_uring/cancel: abstract out request match helper
Jens Axboe
2
-4
/
+14
2026-03-04
io_uring/sync: validate passed in offset
Jens Axboe
1
-0
/
+2
2026-02-06
io_uring: move local task_work in exit cancel loop
Ming Lei
1
-4
/
+4
2026-01-11
io_uring: fix filename leak in __io_openat_prep()
Prithvi Tambewagh
1
-1
/
+1
2026-01-11
io_uring/poll: correctly handle io_poll_add() return value on update
Jens Axboe
1
-2
/
+7
2025-10-29
io_uring: correct __must_hold annotation in io_install_fixed_file
Alok Tiwari
1
-1
/
+1
2025-09-25
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
4
-8
/
+12
2025-09-25
io_uring: backport io_should_terminate_tw()
Jens Axboe
4
-6
/
+17
2025-07-24
io_uring/poll: fix POLLERR handling
Pavel Begunkov
2
-6
/
+8
2025-07-06
io_uring/kbuf: account ring io_buffer_list memory
Pavel Begunkov
1
-1
/
+1
2025-06-27
io_uring: account drain memory to cgroup
Pavel Begunkov
1
-1
/
+1
2025-06-27
Revert "io_uring: ensure deferred completions are posted for multishot"
Greg Kroah-Hartman
1
-8
/
+0
2025-06-04
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-06-04
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
1
-2
/
+2
2025-05-18
io_uring: ensure deferred completions are posted for multishot
Jens Axboe
1
-0
/
+8
2025-05-18
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-37
/
+16
2025-04-25
io_uring/net: fix accept multishot handling
Pavel Begunkov
1
-0
/
+2
2025-04-25
io_uring/kbuf: reject zero sized provided buffers
Jens Axboe
1
-0
/
+2
2025-04-10
io_uring/filetable: ensure node switch is always done, if needed
Jens Axboe
1
-1
/
+1
2025-03-28
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
1
-1
/
+3
2025-03-28
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
1
-2
/
+3
2025-03-28
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2
-16
/
+119
2025-03-28
io_uring: add ring freeing helper
Jens Axboe
1
-6
/
+11
2025-03-28
io_uring: return error pointer from io_mem_alloc()
Jens Axboe
1
-6
/
+12
2025-03-07
io_uring/net: save msg_control for compat
Pavel Begunkov
1
-1
/
+3
2025-02-21
io_uring/rw: commit provided buffer state on async
Pavel Begunkov
1
-0
/
+10
2025-02-21
io_uring: fix io_req_prep_async with provided buffers
Pavel Begunkov
1
-1
/
+4
2025-02-21
io_uring: fix multishots with selected buffers
Pavel Begunkov
1
-0
/
+2
2025-02-21
io_uring/net: don't retry connect operation on EPOLLERR
Jens Axboe
2
-0
/
+7
2025-02-01
io_uring: fix waiters missing wake ups
Pavel Begunkov
1
-1
/
+3
2025-01-17
io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
Jens Axboe
1
-4
/
+9
2025-01-02
io_uring/sqpoll: fix sqpoll error handling races
Pavel Begunkov
1
-0
/
+6
2024-12-27
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
3
-11
/
+4
2024-12-27
io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
Jens Axboe
1
-0
/
+8
2024-12-27
io_uring/rw: split io_read() into a helper
Jens Axboe
1
-2
/
+13
2024-12-27
io_uring: check if iowq is killed before queuing
Pavel Begunkov
1
-1
/
+5
2024-12-27
io_uring: Fix registered ring file refcount leak
Jann Horn
1
-0
/
+1
2024-12-14
io_uring: wake up optimisations
Pavel Begunkov
1
-1
/
+11
2024-12-14
io_uring/tctx: work around xa_store() allocation error issue
Jens Axboe
1
-1
/
+12
2024-11-17
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
1
-0
/
+5
2024-11-08
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
1
-5
/
+6
2024-11-08
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
1
-2
/
+21
2024-11-08
io_uring: use kiocb_{start,end}_write() helpers
Amir Goldstein
1
-19
/
+4
[next]