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-11-13
io_uring/zcrx: share an ifq between rings
David Wei
-2
/
+61
2025-11-13
io_uring/zcrx: add io_fill_zcrx_offsets()
David Wei
-4
/
+9
2025-11-13
io_uring/zcrx: export zcrx via a file
Pavel Begunkov
-6
/
+62
2025-11-13
io_uring/zcrx: move io_zcrx_scrub() and dependencies up
David Wei
-42
/
+42
2025-11-13
io_uring/zcrx: count zcrx users
Pavel Begunkov
-2
/
+7
2025-11-13
io_uring/zcrx: add sync refill queue flushing
Pavel Begunkov
-3
/
+71
2025-11-13
io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
Pavel Begunkov
-0
/
+30
2025-11-13
io_uring/zcrx: elide passing msg flags
Pavel Begunkov
-5
/
+2
2025-11-13
io_uring/zcrx: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
-1
/
+1
2025-11-13
io_uring/zcrx: convert to use netmem_desc
Pavel Begunkov
-5
/
+7
2025-11-13
io_uring/query: introduce rings info query
Pavel Begunkov
-0
/
+13
2025-11-13
io_uring/query: introduce zcrx query
Pavel Begunkov
-0
/
+19
2025-11-13
io_uring: move cq/sq user offset init around
Pavel Begunkov
-21
/
+20
2025-11-13
io_uring: pre-calculate scq layout
Pavel Begunkov
-19
/
+15
2025-11-13
io_uring: keep ring laoyut in a structure
Pavel Begunkov
-45
/
+45
2025-11-13
io_uring: introduce struct io_ctx_config
Pavel Begunkov
-16
/
+40
2025-11-13
io_uring: convert params to pointer in ring reisze
Pavel Begunkov
-24
/
+24
2025-11-13
io_uring: use size_add helpers for ring offsets
Pavel Begunkov
-10
/
+8
2025-11-13
io_uring: refactor rings_size nosqarray handling
Pavel Begunkov
-12
/
+12
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
-126
/
+99
2025-11-12
io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
Caleb Sander Mateos
-7
/
+9
2025-11-11
io_uring: move flags check to io_uring_sanitise_params
Pavel Begunkov
-2
/
+3
2025-11-11
io_uring: use mem_is_zero to check ring params
Pavel Begunkov
-5
/
+3
2025-11-11
io_uring: pass sq entries in the params struct
Pavel Begunkov
-6
/
+9
2025-11-11
io_uring: add helper calculating region byte size
Pavel Begunkov
-2
/
+7
2025-11-11
io_uring/query: buffer size calculations with a union
Pavel Begunkov
-9
/
+11
2025-11-11
io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
David Wei
-6
/
+10
2025-11-10
io_uring/query: return number of available queries
Pavel Begunkov
-0
/
+2
2025-11-10
io_uring/rw: ensure allocated iovec gets cleared for early failure
Jens Axboe
-0
/
+3
2025-11-07
io_uring: fix regbuf vector size truncation
Pavel Begunkov
-2
/
+9
2025-11-06
io_uring: use WRITE_ONCE for user shared memory
Pavel Begunkov
-4
/
+6
2025-11-06
io_uring/zcrx: reverse ifq refcount
David Wei
-29
/
+15
2025-11-06
io_uring/zcrx: move io_unregister_zcrx_ifqs() down
David Wei
-22
/
+22
2025-11-06
io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
David Wei
-6
/
+20
2025-11-06
io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
David Wei
-4
/
+5
2025-11-06
io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
David Wei
-16
/
+21
2025-11-06
io_uring/memmap: refactor io_free_region() to take user_struct param
David Wei
-14
/
+14
2025-11-06
io_uring/memmap: remove unneeded io_ring_ctx arg
David Wei
-7
/
+5
2025-11-05
io_uring/futex: move futexv owned status to struct io_futexv_data
Jens Axboe
-9
/
+7
2025-11-05
io_uring/futex: move futexv async data handling to struct io_futexv_data
Jens Axboe
-10
/
+15
2025-11-05
io_uring: fix types for region size calulation
Pavel Begunkov
-1
/
+1
2025-11-05
io_uring: fix typos and comment wording
Alok Tiwari
-7
/
+7
2025-11-04
io_uring/memmap: return bool from io_mem_alloc_compound()
Caleb Sander Mateos
-8
/
+6
2025-11-04
io_uring/cancel: move cancelation code from io_uring.c to cancel.c
Jens Axboe
-242
/
+245
2025-11-04
io_uring/cancel: move __io_uring_cancel() into cancel.c
Jens Axboe
-6
/
+6
2025-11-04
io_uring/cancel: move request/task cancelation logic into cancel.c
Jens Axboe
-41
/
+40
2025-11-04
io_uring/memmap: remove dead io_create_region_mmap_safe() declaration
Jens Axboe
-5
/
+0
2025-11-03
io_uring/rsrc: use get/put_user() for integer copy
Jens Axboe
-2
/
+2
2025-11-03
io_uring/slist: remove unused wq list splice helpers
Jens Axboe
-18
/
+0
2025-11-03
io_uring/zcrx: remove sync refill uapi
Pavel Begunkov
-78
/
+0
[prev]
[next]