messages from 2025-02-12 18:59:07 to 2025-02-19 17:26:11 UTC [more...]
[PATCHSET v4 0/7] io_uring epoll wait support
2025-02-19 17:22 UTC (6+ 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
[PATCHv4 0/5] ublk zero-copy support
2025-02-19 17:23 UTC (15+ 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
[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 v2 0/4] forced sync mshot read + cleanups
2025-02-19 1:33 UTC (5+ 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 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 (22+ messages)
` [PATCHv2 2/6] io_uring: create resource release callback
` [PATCHv2 3/6] io_uring: add support for kernel registered bvecs
` [PATCHv2 4/6] ublk: zc register/unregister bvec
[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 (4+ 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 v1 0/2] io_uring zc rx single shot recvzc
2025-02-18 16:57 UTC (3+ messages)
` [PATCH v1 1/2] io_uring/zcrx: add "
` [PATCH v1 2/2] io_uring/zcrx: add selftest case for "
[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 (21+ messages)
` [PATCH net-next v13 02/11] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v13 03/11] io_uring/zcrx: grab a net device
` [PATCH net-next v13 04/11] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v13 05/11] io_uring/zcrx: dma-map area for the device
` [PATCH net-next v13 06/11] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v13 07/11] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v13 08/11] io_uring/zcrx: throttle receive requests
` [PATCH net-next v13 09/11] io_uring/zcrx: add copy fallback
` [PATCH net-next v13 10/11] net: add documentation for io_uring zcrx
` [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 (3+ messages)
[PATCH] io_uring: do not assume that ktime_t is equal to nanoseconds
2025-02-13 19:13 UTC (3+ messages)
[PATCH 0/2] uring_cmd SQE corruptions
2025-02-13 18:13 UTC (19+ messages)
` [PATCH 1/2] io_uring/uring_cmd: don't assume io_uring_cmd_data layout
` [PATCH 2/2] io_uring/uring_cmd: switch sqe to async_data on EAGAIN
[PATCH v2] io_uring/uring_cmd: unconditionally copy SQEs at prep time
2025-02-13 17:25 UTC (4+ messages)
[PATCH] io_uring: pass struct io_tw_state by value
2025-02-13 16:54 UTC (2+ messages)
[PATCH] io_uring/uring_cmd: unconditionally copy SQEs at prep time
2025-02-13 16:19 UTC (3+ messages)
[PATCH net-next] net: use napi_id_valid helper
2025-02-12 22:52 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox