public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-14 15:43:54 to 2025-02-22 08:55:02 UTC [more...]

[PATCH v2 0/2] io_uring zc rx fixed len recvzc
 2025-02-22  8:54 UTC  (14+ messages)
` [PATCH v2 1/2] io_uring/zcrx: add single shot recvzc
` [PATCH v2 2/2] io_uring/zcrx: add selftest case for "

[PATCH] Fuse: Add backing file support for uring_cmd
 2025-02-21 18:31 UTC  (16+ messages)

[GIT PULL] io_uring fixes for 6.14-rc4
 2025-02-21 17:42 UTC  (2+ messages)

[PATCH] io_uring: add missing IORING_MAP_OFF_ZCRX_REGION in io_uring_mmap
 2025-02-21 17:28 UTC  (8+ messages)

[RFC PATCH 0/2] Batch free work in io-wq
 2025-02-21 15:41 UTC  (8+ messages)
` [RFC PATCH 1/2] io_uring: make io_req_normal_work_add accept a list of requests
` [RFC PATCH 2/2] io_uring/io-wq: try to batch multiple free work

[PATCH v1 0/2] io_uring zc rx single shot recvzc
 2025-02-20 19:29 UTC  (5+ messages)
` [PATCH v1 1/2] io_uring/zcrx: add "
` [PATCH v1 2/2] io_uring/zcrx: add selftest case for "

[PATCHv4 0/5] ublk zero-copy support
 2025-02-20 16:06 UTC  (23+ messages)
` [PATCHv4 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv4 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv4 3/5] ublk: zc register/unregister bvec
` [PATCHv4 4/5] io_uring: add abstraction for buf_table rsrc data
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers

[PATCHSET v4 0/7] io_uring epoll wait support
 2025-02-20 15:15 UTC  (8+ messages)
` [PATCH 1/5] eventpoll: abstract out parameter sanity checking
` [PATCH 2/5] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 3/5] eventpoll: add epoll_sendevents() helper
` [PATCH 4/5] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 5/5] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
` (subset) [PATCHSET v4 0/7] io_uring epoll wait support

[PATCH liburing v1 0/3] Fix Compilation Error on Android and Some Cleanup
 2025-02-20 14:51 UTC  (5+ messages)
` [PATCH liburing v1 1/3] liburing.h: Remove redundant double negation
` [PATCH liburing v1 2/3] liburing.h: Explain the history of `io_uring_get_sqe()`
` [PATCH liburing v1 3/3] Fix missing `aligned_alloc()` on some Android devices

[PATCH v2 0/4] forced sync mshot read + cleanups
 2025-02-19 20:56 UTC  (6+ messages)
` [PATCH v2 1/4] io_uring/rw: forbid multishot async reads
` [PATCH v2 2/4] io_uring/rw: don't directly use ki_complete
` [PATCH v2 3/4] io_uring/rw: move ki_complete init into prep
` [PATCH v2 4/4] io_uring/rw: clean up mshot forced sync mode

[PATCH] io_uring: Rename KConfig to Kconfig
 2025-02-19 15:09 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: fix leaks on failed registration
 2025-02-19 15:07 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: recheck ifq on shutdown
 2025-02-19 15:07 UTC  (2+ messages)

[PATCH] io_uring/rsrc: remove unused constants
 2025-02-19 15:06 UTC  (3+ messages)

[PATCH net-next v5 00/27] io_uring zerocopy send
 2025-02-19 12:11 UTC  (3+ messages)

[PATCH v14 00/11] io_uring zero copy rx
 2025-02-19  9:54 UTC  (17+ messages)
` [PATCH v14 01/11] io_uring/zcrx: add interface queue and refill queue
` [PATCH v14 02/11] io_uring/zcrx: add io_zcrx_area
` [PATCH v14 03/11] io_uring/zcrx: grab a net device
` [PATCH v14 04/11] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v14 05/11] io_uring/zcrx: dma-map area for the device
` [PATCH v14 06/11] io_uring/zcrx: add io_recvzc request
` [PATCH v14 07/11] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH v14 08/11] io_uring/zcrx: throttle receive requests
` [PATCH v14 09/11] io_uring/zcrx: add copy fallback
` [PATCH v14 10/11] net: add documentation for io_uring zcrx
` [PATCH v14 11/11] io_uring/zcrx: add selftest

[PATCH] io_uring: fix spelling error in uapi io_uring.h
 2025-02-19  2:20 UTC  (3+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-02-19  2:01 UTC  (2+ messages)

[PATCH 1/1] io_uring/rw: forbid multishot async reads
 2025-02-19  1:35 UTC  (13+ messages)

[PATCH liburing v2 0/4] add basic zero copy receive support
 2025-02-18 23:31 UTC  (6+ messages)
` [PATCH liburing v2 1/4] liburing: sync io_uring headers
` [PATCH liburing v2 2/4] zcrx: "
` [PATCH liburing v2 3/4] zcrx: add basic support
` [PATCH liburing v2 4/4] zcrx: add unit test

[PATCHv3 0/5] ublk zero-copy support
 2025-02-18 21:12 UTC  (17+ messages)
` [PATCHv3 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv3 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv3 3/5] ublk: zc register/unregister bvec
` [PATCHv3 4/5] io_uring: add abstraction for buf_table rsrc data
` [PATCHv3 5/5] io_uring: cache nodes and mapped buffers

[PATCHv2 0/6] ublk zero-copy support
 2025-02-18 20:34 UTC  (6+ messages)
` [PATCHv2 3/6] io_uring: add support for kernel registered bvecs

[PATCH v2] io-wq: backoff when retrying worker creation
 2025-02-18 19:39 UTC  (5+ messages)

[PATCH] io_uring: use lockless_cq flag in io_req_complete_post()
 2025-02-18 17:32 UTC  (3+ messages)

[PATCH liburing v1 0/3] add basic zero copy receive support
 2025-02-18 17:31 UTC  (11+ messages)
` [PATCH liburing v1 1/3] zcrx: sync kernel headers
` [PATCH liburing v1 2/3] zcrx: add basic support
` [PATCH liburing v1 3/3] zcrx: add unit test

[PATCH v2 0/1 RESEND] block: fix conversion of GPT partition name to 7-bit
 2025-02-18 14:01 UTC  (2+ messages)
` [PATCH v2 1/1 "

[PATCH net-next v2] net: use napi_id_valid helper
 2025-02-18  1:20 UTC  (2+ messages)

[PATCH v2 1/2] io_uring: introduce type alias for io_tw_state
 2025-02-17 12:46 UTC  (3+ messages)
` [PATCH v2 2/2] io_uring: pass struct io_tw_state by value

[PATCH] io_uring/rsrc: avoid NULL check in io_put_rsrc_node()
 2025-02-17 12:46 UTC  (2+ messages)

[PATCH 1/1] io_uring: prevent opcode speculation
 2025-02-15 15:15 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.14-rc3
 2025-02-14 22:54 UTC  (2+ messages)

[PATCH v13 00/11] io_uring zero copy rx
 2025-02-14 22:31 UTC  (6+ messages)
` [PATCH net-next v13 11/11] io_uring/zcrx: add selftest

[PATCH] io_uring: avoid implicit conversion to ktime_t
 2025-02-14 17:34 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox