index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Lines
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
-68
/
+55
2025-08-24
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
-10
/
+12
2025-08-24
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
-16
/
+19
2025-08-24
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
-23
/
+25
2025-08-24
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
-0
/
+2
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
-38
/
+59
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
-40
/
+45
2025-08-24
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
-1
/
+1
2025-08-24
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
-3
/
+3
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
-17
/
+14
2025-08-24
io_uring/zctx: check chained notif contexts
Pavel Begunkov
-0
/
+5
2025-08-24
io_uring: add request poisoning
Pavel Begunkov
-0
/
+23
2025-08-21
io_uring: clear ->async_data as part of normal init
Jens Axboe
-0
/
+1
2025-08-21
io_uring/futex: ensure io_futex_wait() cleans up properly on failure
Jens Axboe
-0
/
+3
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
-0
/
+3
2025-08-13
io_uring/io-wq: add check free worker before create new worker
Fengnan Chang
-0
/
+8
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
-12
/
+15
2025-08-08
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
-1
/
+1
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
-2
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
-216
/
+867
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+0
2025-07-21
io_uring/zcrx: fix leaking pages on sg init fail
Pavel Begunkov
-1
/
+3
2025-07-21
io_uring/zcrx: don't leak pages on account failure
Pavel Begunkov
-4
/
+2
2025-07-21
io_uring/zcrx: fix null ifq on area destruction
Pavel Begunkov
-3
/
+2
2025-07-18
Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
-7
/
+11
2025-07-18
io_uring/cmd: remove struct io_uring_cmd_data
Caleb Sander Mateos
-12
/
+1
2025-07-18
io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
Caleb Sander Mateos
-1
/
+5
2025-07-16
io_uring/zcrx: account area memory
Pavel Begunkov
-0
/
+28
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
-2
/
+4
2025-07-16
io_uring/poll: fix POLLERR handling
Pavel Begunkov
-6
/
+8
2025-07-16
io_uring/net: Support multishot receive len cap
Norman Maurer
-4
/
+34
2025-07-15
io_uring: deduplicate wakeup handling
Jens Axboe
-11
/
+16
2025-07-14
io_uring/net: cast min_not_zero() type
Jens Axboe
-1
/
+1
2025-07-14
io_uring/zcrx: disallow user selected dmabuf offset and size
Pavel Begunkov
-1
/
+3
2025-07-12
io_uring/poll: cleanup apoll freeing
Jens Axboe
-8
/
+3
2025-07-11
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
-7
/
+3
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
-6
/
+17
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
-11
/
+15
2025-07-10
io_uring/net: use passed in 'len' in io_recv_buf_select()
Jens Axboe
-1
/
+1
2025-07-08
io_uring/zcrx: prepare fallback for larger pages
Pavel Begunkov
-27
/
+56
2025-07-08
io_uring/zcrx: assert area type in io_zcrx_iov_page
Pavel Begunkov
-0
/
+2
2025-07-08
io_uring/zcrx: allocate sgtable for umem areas
Pavel Begunkov
-51
/
+28
2025-07-08
io_uring/zcrx: introduce io_populate_area_dma
Pavel Begunkov
-25
/
+31
2025-07-08
io_uring/zcrx: return error from io_zcrx_map_area_*
Pavel Begunkov
-13
/
+14
2025-07-08
io_uring/zcrx: always pass page to io_zcrx_copy_chunk
Pavel Begunkov
-11
/
+10
2025-07-08
Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
Jens Axboe
-2
/
+1
2025-07-08
io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
Jens Axboe
-2
/
+2
2025-07-07
io_uring/rw: cast rw->flags assignment to rwf_t
Jens Axboe
-1
/
+1
2025-07-07
io_uring/zcrx: fix pp destruction warnings
Pavel Begunkov
-3
/
+0
2025-07-06
Merge branch 'io_uring-6.16' into for-6.17/io_uring
Jens Axboe
-25
/
+54
[prev]
[next]