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
30 hours
io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
Junxi Qian
1
-0
/
+4
30 hours
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
1
-1
/
+4
30 hours
io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
Jens Axboe
1
-0
/
+4
30 hours
io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
Joanne Koong
1
-4
/
+4
30 hours
io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
Caleb Sander Mateos
1
-5
/
+5
30 hours
io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths
Jens Axboe
1
-7
/
+13
30 hours
io_uring/kbuf: enable bundles for incrementally consumed buffers
Jens Axboe
1
-30
/
+26
30 hours
io_uring/rw: check for NULL io_br_sel when putting a buffer
Jens Axboe
1
-2
/
+5
30 hours
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
1
-1
/
+1
30 hours
io_uring: remove async/poll related provided buffer recycles
Jens Axboe
2
-6
/
+0
30 hours
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
6
-68
/
+60
30 hours
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
1
-10
/
+12
30 hours
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
1
-14
/
+17
30 hours
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
3
-18
/
+23
30 hours
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
4
-37
/
+57
30 hours
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
6
-45
/
+46
30 hours
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
1
-1
/
+1
30 hours
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
1
-3
/
+3
30 hours
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
4
-17
/
+14
30 hours
io_uring/kbuf: uninline __io_put_kbufs
Pavel Begunkov
2
-63
/
+70
30 hours
io_uring/kbuf: introduce io_kbuf_drop_legacy()
Pavel Begunkov
3
-25
/
+14
30 hours
io_uring/kbuf: open code __io_put_kbuf()
Pavel Begunkov
2
-8
/
+1
30 hours
io_uring/kbuf: remove legacy kbuf caching
Pavel Begunkov
3
-56
/
+9
30 hours
io_uring/kbuf: simplify __io_put_kbuf
Pavel Begunkov
3
-31
/
+8
30 hours
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
3
-8
/
+3
30 hours
io_uring/kbuf: remove legacy kbuf bulk allocation
Pavel Begunkov
1
-25
/
+5
2026-03-25
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
2
-3
/
+7
2026-03-25
io_uring/kbuf: check if target buffer list is still legacy on recycle
Jens Axboe
1
-2
/
+10
2026-03-25
io_uring/uring_cmd: fix too strict requirement on ioctl
Asbjørn Sloth Tønnesen
1
-3
/
+6
2026-03-04
io_uring/filetable: clamp alloc_hint to the configured alloc range
Jens Axboe
1
-0
/
+4
2026-03-04
io_uring/net: don't continue send bundle if poll was required for retry
Jens Axboe
1
-1
/
+5
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/sync: validate passed in offset
Jens Axboe
1
-0
/
+2
2026-03-04
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
3
-4
/
+17
2026-02-12
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
1
-0
/
+2
2026-01-30
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Jens Axboe
1
-1
/
+1
2026-01-23
io_uring: move local task_work in exit cancel loop
Ming Lei
1
-4
/
+4
2026-01-08
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
1
-0
/
+3
2026-01-08
io_uring/poll: correctly handle io_poll_add() return value on update
Jens Axboe
1
-2
/
+7
2026-01-08
io_uring: fix filename leak in __io_openat_prep()
Prithvi Tambewagh
1
-1
/
+1
2025-11-24
io_uring/napi: fix io_napi_entry RCU accesses
Olivier Langlois
1
-7
/
+12
2025-11-13
io_uring/zctx: check chained notif contexts
Pavel Begunkov
1
-0
/
+5
2025-10-29
io_uring/sqpoll: be smarter on when to update the stime usage
Jens Axboe
1
-11
/
+32
2025-10-29
io_uring/sqpoll: switch away from getrusage() for CPU accounting
Jens Axboe
3
-18
/
+23
2025-10-29
io_uring: correct __must_hold annotation in io_install_fixed_file
Alok Tiwari
1
-1
/
+1
2025-10-23
Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"
Jens Axboe
1
-1
/
+1
2025-10-15
io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Jens Axboe
1
-1
/
+2
2025-09-25
io_uring: fix incorrect io_kiocb reference in io_link_skb
Yang Xiuwei
1
-1
/
+1
2025-09-25
io_uring/kbuf: drop WARN_ON_ONCE() from incremental length check
Jens Axboe
1
-1
/
+1
2025-09-25
io_uring/msg_ring: kill alloc_cache for io_kiocb allocations
Jens Axboe
2
-27
/
+2
[next]