index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
5 days
io_uring/rw: cast rw->flags assignment to rwf_t
Jens Axboe
1
-1
/
+1
5 days
io_uring/net: commit partial buffers on retry
Jens Axboe
1
-12
/
+15
5 days
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
1
-1
/
+1
5 days
io_uring: export io_[un]account_mem
Pavel Begunkov
2
-2
/
+4
2025-07-24
io_uring/poll: fix POLLERR handling
Pavel Begunkov
2
-6
/
+8
2025-07-17
io_uring: make fallocate be hashed work
Fengnan Chang
1
-0
/
+1
2025-07-17
io_uring/zcrx: fix pp destruction warnings
Pavel Begunkov
1
-3
/
+0
2025-07-17
io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
Jens Axboe
1
-2
/
+2
2025-07-06
io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
Jens Axboe
1
-1
/
+2
2025-07-06
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
3
-8
/
+17
2025-07-06
io_uring/net: mark iov as dynamically allocated even for single segments
Jens Axboe
1
-5
/
+6
2025-07-06
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
1
-3
/
+7
2025-07-06
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
2
-1
/
+7
2025-07-06
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
1
-4
/
+9
2025-07-06
io_uring/zcrx: fix area release on registration failure
Pavel Begunkov
1
-1
/
+2
2025-07-06
io_uring/zcrx: split out memory holders from area
Pavel Begunkov
2
-26
/
+56
2025-07-06
io_uring/zcrx: improve area validation
Pavel Begunkov
3
-17
/
+19
2025-07-06
io_uring/zcrx: move io_zcrx_iov_page
Pavel Begunkov
1
-14
/
+14
2025-06-27
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
1
-3
/
+3
2025-06-27
io_uring/sqpoll: don't put task_struct on tctx setup failure
Jens Axboe
1
-4
/
+1
2025-06-27
io_uring/net: always use current transfer count for buffer put
Jens Axboe
1
-1
/
+1
2025-06-27
io_uring: fix task leak issue in io_wq_create()
Penglei Jiang
1
-1
/
+3
2025-06-27
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
1
-0
/
+2
2025-06-27
io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
Jens Axboe
1
-1
/
+4
2025-06-27
io_uring/net: only consider msg_inq if larger than 1
Jens Axboe
1
-2
/
+2
2025-06-27
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-19
io_uring: consistently use rcu semantics with sqpoll thread
Keith Busch
4
-15
/
+38
2025-06-19
io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
Penglei Jiang
2
-7
/
+14
2025-06-19
io_uring: fix spurious drain flushing
Pavel Begunkov
1
-1
/
+13
2025-05-21
io_uring/net: only retry recv bundle for a full transfer
Jens Axboe
1
-4
/
+10
2025-05-21
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-05-20
io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declaration
Caleb Sander Mateos
1
-6
/
+0
2025-05-14
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
Jens Axboe
1
-23
/
+25
2025-05-12
io_uring/memmap: don't use page_address() on a highmem page
Jens Axboe
1
-1
/
+1
2025-05-12
io_uring/uring_cmd: fix hybrid polling initialization issue
hexue
1
-0
/
+5
2025-05-09
io_uring/sqpoll: Increase task_work submission batch size
Gabriel Krisman Bertazi
1
-1
/
+1
2025-05-07
io_uring: ensure deferred completions are flushed for multishot
Jens Axboe
1
-0
/
+8
2025-05-04
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-35
/
+15
2025-04-30
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
1
-2
/
+2
2025-04-24
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
1
-6
/
+7
2025-04-24
io_uring: don't duplicate flushing in io_req_post_cqe
Pavel Begunkov
1
-3
/
+8
2025-04-18
io_uring/zcrx: fix late dma unmap for a dead dev
Pavel Begunkov
2
-4
/
+18
2025-04-17
io_uring/rsrc: ensure segments counts are correct on kbuf buffers
Jens Axboe
1
-5
/
+22
2025-04-17
io_uring/rsrc: send exact nr_segs for fixed buffer
Nitesh Shetty
1
-3
/
+4
2025-04-17
io_uring/rsrc: refactor io_import_fixed
Pavel Begunkov
1
-17
/
+7
2025-04-17
io_uring/rsrc: separate kbuf offset adjustments
Pavel Begunkov
1
-12
/
+7
2025-04-17
io_uring/rsrc: don't skip offset calculation
Pavel Begunkov
1
-38
/
+37
2025-04-15
io_uring/zcrx: add pp to ifq conversion helper
Pavel Begunkov
1
-4
/
+9
2025-04-15
io_uring/zcrx: return ifq id to the user
Pavel Begunkov
1
-1
/
+2
[next]