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
/
zcrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
io_uring/zcrx: use READ_ONCE with user shared RQEs
Pavel Begunkov
1
-2
/
+3
2026-03-04
io_uring/zcrx: fix user_ref race between scrub and refill paths
Kai Aizen
1
-3
/
+7
2026-03-04
io_uring/zcrx: check unsupported flags on import
Pavel Begunkov
1
-0
/
+2
2026-03-04
io_uring/zcrx: fix post open error handling
Pavel Begunkov
1
-6
/
+3
2026-03-04
io_uring/zcrx: fix sgtable leak on mapping failures
Pavel Begunkov
1
-0
/
+3
2026-02-02
io_uring/zcrx: fix rq flush locking
Pavel Begunkov
1
-4
/
+4
2026-02-02
io_uring/zcrx: fix page array leak
Pavel Begunkov
1
-0
/
+1
2025-11-13
io_uring/zcrx: share an ifq between rings
David Wei
1
-2
/
+61
2025-11-13
io_uring/zcrx: add io_fill_zcrx_offsets()
David Wei
1
-4
/
+9
2025-11-13
io_uring/zcrx: export zcrx via a file
Pavel Begunkov
1
-6
/
+62
2025-11-13
io_uring/zcrx: move io_zcrx_scrub() and dependencies up
David Wei
1
-42
/
+42
2025-11-13
io_uring/zcrx: count zcrx users
Pavel Begunkov
1
-2
/
+5
2025-11-13
io_uring/zcrx: add sync refill queue flushing
Pavel Begunkov
1
-3
/
+71
2025-11-13
io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
Pavel Begunkov
1
-0
/
+21
2025-11-13
io_uring/zcrx: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
1
-1
/
+1
2025-11-13
io_uring/zcrx: convert to use netmem_desc
Pavel Begunkov
1
-5
/
+7
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
1
-68
/
+0
2025-11-11
io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
David Wei
1
-6
/
+10
2025-11-06
io_uring/zcrx: reverse ifq refcount
David Wei
1
-19
/
+14
2025-11-06
io_uring/zcrx: move io_unregister_zcrx_ifqs() down
David Wei
1
-22
/
+22
2025-11-06
io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
David Wei
1
-6
/
+18
2025-11-06
io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
David Wei
1
-4
/
+5
2025-11-06
io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
David Wei
1
-2
/
+3
2025-11-06
io_uring/memmap: refactor io_free_region() to take user_struct param
David Wei
1
-1
/
+1
2025-11-03
io_uring/zcrx: remove sync refill uapi
Pavel Begunkov
1
-68
/
+0
2025-10-08
io_uring/zcrx: increment fallback loop src offset
Pavel Begunkov
1
-0
/
+1
2025-10-08
io_uring/zcrx: fix overshooting recv limit
Pavel Begunkov
1
-0
/
+4
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+2
2025-09-21
io_uring/zcrx: remove nth_page() usage within folio
David Hildenbrand
1
-2
/
+2
2025-09-16
io_uring/zcrx: account niov arrays to cgroup
Pavel Begunkov
1
-3
/
+3
2025-09-16
io_uring/zcrx: allow synchronous buffer return
Pavel Begunkov
1
-0
/
+68
2025-09-16
io_uring/zcrx: introduce io_parse_rqe()
Pavel Begunkov
1
-13
/
+23
2025-09-16
io_uring/zcrx: don't adjust free cache space
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: use guards for the refill lock
Pavel Begunkov
1
-5
/
+2
2025-09-16
io_uring/zcrx: reduce netmem scope in refill
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: protect netdev with pp_lock
Pavel Begunkov
1
-12
/
+11
2025-09-16
io_uring/zcrx: rename dma lock
Pavel Begunkov
1
-4
/
+4
2025-09-16
io_uring/zcrx: make niov size variable
Pavel Begunkov
1
-10
/
+20
2025-09-16
io_uring/zcrx: set sgt for umem area
Pavel Begunkov
1
-8
/
+6
2025-09-16
io_uring/zcrx: remove dmabuf_offset
Pavel Begunkov
1
-11
/
+2
2025-09-16
io_uring/zcrx: deduplicate area mapping
Pavel Begunkov
1
-23
/
+14
2025-09-16
io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
Pavel Begunkov
1
-6
/
+6
2025-09-16
io_uring/zcrx: check all niovs filled with dma addresses
Pavel Begunkov
1
-0
/
+3
2025-09-16
io_uring/zcrx: move area reg checks into io_import_area
Pavel Begunkov
1
-9
/
+9
2025-09-16
io_uring/zcrx: don't pass slot to io_zcrx_create_area
Pavel Begunkov
1
-4
/
+14
2025-09-16
io_uring/zcrx: remove extra io_zcrx_drop_netdev
Pavel Begunkov
1
-1
/
+0
2025-09-16
io_uring/zcrx: use page_pool_unref_and_test()
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: replace memchar_inv with is_zero
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: improve rqe cache alignment
Pavel Begunkov
1
-4
/
+5
[next]