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
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
2025-11-13
io_uring: fix regbuf vector size truncation
Pavel Begunkov
1
-2
/
+9
2025-11-13
io_uring: fix types for region size calulation
Pavel Begunkov
1
-1
/
+1
2025-11-13
io_uring/zcrx: account niov arrays to cgroup
Pavel Begunkov
1
-3
/
+3
2025-11-13
io_uring/zcrx: check all niovs filled with dma addresses
Pavel Begunkov
1
-0
/
+3
2025-11-13
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
1
-0
/
+7
2025-11-13
io_uring/zctx: check chained notif contexts
Pavel Begunkov
1
-0
/
+5
2025-10-29
io_uring: correct __must_hold annotation in io_install_fixed_file
Alok Tiwari
1
-1
/
+1
2025-10-29
io_uring: fix incorrect unlikely() usage in io_waitid_prep()
Alok Tiwari
1
-1
/
+1
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-23
io_uring: protect mem region deregistration
Pavel Begunkov
1
-0
/
+1
2025-10-23
Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"
Jens Axboe
1
-1
/
+1
2025-10-19
io_uring/zcrx: increment fallback loop src offset
Pavel Begunkov
1
-0
/
+1
2025-10-15
io_uring/zcrx: fix overshooting recv limit
Pavel Begunkov
1
-0
/
+4
2025-10-15
io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Jens Axboe
1
-1
/
+2
2025-09-19
Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linux
Linus Torvalds
8
-37
/
+15
2025-09-19
io_uring: fix incorrect io_kiocb reference in io_link_skb
Yang Xiuwei
1
-1
/
+1
2025-09-18
io_uring/msg_ring: kill alloc_cache for io_kiocb allocations
Jens Axboe
2
-26
/
+2
2025-09-18
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
5
-7
/
+9
2025-09-15
io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflow
Max Kellermann
1
-3
/
+3
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Christian Brauner
2
-0
/
+4
2025-08-28
io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths
Jens Axboe
1
-7
/
+13
2025-08-27
io_uring/kbuf: fix signedness in this_len calculation
Qingyue Zhang
1
-1
/
+1
2025-08-21
io_uring: clear ->async_data as part of normal init
Jens Axboe
1
-0
/
+1
2025-08-21
io_uring/futex: ensure io_futex_wait() cleans up properly on failure
Jens Axboe
1
-0
/
+3
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-0
/
+3
2025-08-13
io_uring/io-wq: add check free worker before create new worker
Fengnan Chang
1
-0
/
+8
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
1
-12
/
+15
2025-08-08
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
1
-1
/
+1
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
1
-2
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
18
-216
/
+867
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2025-07-21
io_uring/zcrx: fix leaking pages on sg init fail
Pavel Begunkov
1
-1
/
+3
2025-07-21
io_uring/zcrx: don't leak pages on account failure
Pavel Begunkov
1
-4
/
+2
2025-07-21
io_uring/zcrx: fix null ifq on area destruction
Pavel Begunkov
1
-3
/
+2
2025-07-18
Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
3
-7
/
+11
2025-07-18
io_uring/cmd: remove struct io_uring_cmd_data
Caleb Sander Mateos
2
-12
/
+1
2025-07-18
io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
Caleb Sander Mateos
1
-1
/
+5
2025-07-16
io_uring/zcrx: account area memory
Pavel Begunkov
2
-0
/
+28
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
2
-2
/
+4
2025-07-16
io_uring/poll: fix POLLERR handling
Pavel Begunkov
2
-6
/
+8
2025-07-16
io_uring/net: Support multishot receive len cap
Norman Maurer
1
-4
/
+34
2025-07-15
io_uring: deduplicate wakeup handling
Jens Axboe
1
-11
/
+16
2025-07-14
io_uring/net: cast min_not_zero() type
Jens Axboe
1
-1
/
+1
2025-07-14
io_uring/zcrx: disallow user selected dmabuf offset and size
Pavel Begunkov
1
-1
/
+3
2025-07-12
io_uring/poll: cleanup apoll freeing
Jens Axboe
1
-8
/
+3
2025-07-11
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
3
-7
/
+3
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
1
-6
/
+17
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
1
-11
/
+15
[next]