index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
io-wq: check that the predecessor is hashed in io_wq_remove_pending()
Nicholas Carlini
1
-1
/
+2
5 days
fdget(), trivial conversions
Al Viro
1
-21
/
+8
5 days
io_uring/kbuf: use mem_is_zero()
Pavel Begunkov
1
-10
/
+4
11 days
io_uring/kbuf: support min length left for incremental buffers
Martin Michaelis
2
-1
/
+14
2026-05-07
io_uring/poll: fix multishot recv missing EOF on wakeup race
Jens Axboe
1
-2
/
+7
2026-05-07
io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKE
Jens Axboe
1
-1
/
+3
2026-05-07
io_uring/poll: fix signed comparison in io_poll_get_ownership()
Longxuan Yu
1
-1
/
+1
2026-05-07
io_uring/timeout: check unused sqe fields
Pavel Begunkov
1
-0
/
+4
2026-04-11
io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
Junxi Qian
1
-0
/
+4
2026-04-11
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
1
-1
/
+4
2026-04-11
io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
Jens Axboe
1
-0
/
+4
2026-04-11
io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
Joanne Koong
1
-4
/
+4
2026-04-11
io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
Caleb Sander Mateos
1
-5
/
+5
2026-04-11
io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths
Jens Axboe
1
-7
/
+13
2026-04-11
io_uring/kbuf: enable bundles for incrementally consumed buffers
Jens Axboe
1
-30
/
+26
2026-04-11
io_uring/rw: check for NULL io_br_sel when putting a buffer
Jens Axboe
1
-2
/
+5
2026-04-11
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
1
-1
/
+1
2026-04-11
io_uring: remove async/poll related provided buffer recycles
Jens Axboe
2
-6
/
+0
2026-04-11
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
6
-68
/
+60
2026-04-11
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
1
-10
/
+12
2026-04-11
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
1
-14
/
+17
2026-04-11
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
3
-18
/
+23
2026-04-11
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
4
-37
/
+57
2026-04-11
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
6
-45
/
+46
2026-04-11
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
1
-1
/
+1
2026-04-11
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
1
-3
/
+3
2026-04-11
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
4
-17
/
+14
2026-04-11
io_uring/kbuf: uninline __io_put_kbufs
Pavel Begunkov
2
-63
/
+70
2026-04-11
io_uring/kbuf: introduce io_kbuf_drop_legacy()
Pavel Begunkov
3
-25
/
+14
2026-04-11
io_uring/kbuf: open code __io_put_kbuf()
Pavel Begunkov
2
-8
/
+1
2026-04-11
io_uring/kbuf: remove legacy kbuf caching
Pavel Begunkov
3
-56
/
+9
2026-04-11
io_uring/kbuf: simplify __io_put_kbuf
Pavel Begunkov
3
-31
/
+8
2026-04-11
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
3
-8
/
+3
2026-04-11
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
[next]