messages from 2025-02-05 11:36:59 to 2025-02-15 04:19:01 UTC [more...]
[PATCH liburing v1 0/3] add basic zero copy receive support
2025-02-15 4:18 UTC (3+ messages)
` [PATCH liburing v1 1/3] zcrx: sync kernel headers
` [PATCH liburing v1 2/3] zcrx: add basic support
[PATCHv3 0/5] ublk zero-copy support
2025-02-15 2:22 UTC (8+ 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-15 1:34 UTC (29+ messages)
` [PATCHv2 1/6] io_uring: use node for import
` [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
` [PATCHv2 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCHv2 6/6] io_uring: cache nodes and mapped buffers
[PATCH v14 00/11] io_uring zero copy rx
2025-02-15 0:09 UTC (12+ 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
[GIT PULL] io_uring fixes for 6.14-rc3
2025-02-14 22:54 UTC (2+ messages)
[PATCH 1/1] io_uring: prevent opcode speculation
2025-02-14 22:48 UTC
[PATCH v2] io-wq: backoff when retrying worker creation
2025-02-14 22:40 UTC (4+ messages)
[PATCH v13 00/11] io_uring zero copy rx
2025-02-14 22:31 UTC (22+ messages)
` [PATCH net-next v13 01/11] io_uring/zcrx: add interface queue and refill queue
` [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 net-next v2] net: use napi_id_valid helper
2025-02-14 18:17 UTC
[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 (6+ messages)
[PATCH] io_uring/uring_cmd: unconditionally copy SQEs at prep time
2025-02-13 16:19 UTC (3+ messages)
[PATCH] io_uring: use lockless_cq flag in io_req_complete_post()
2025-02-13 14:04 UTC (2+ messages)
[PATCH net-next] net: use napi_id_valid helper
2025-02-12 22:52 UTC (3+ messages)
[PATCH] io_uring: pass ctx instead of req to io_init_req_drain()
2025-02-12 18:16 UTC (2+ messages)
[PATCH] io_uring: use IO_REQ_LINK_FLAGS more
2025-02-12 18:16 UTC (3+ messages)
[PATCH 1/1] io_uring/kbuf: reallocate buf lists on upgrade
2025-02-12 14:31 UTC (2+ messages)
[PATCH 1/1] io_uring/waitid: don't abuse io_tw_state
2025-02-12 14:31 UTC (2+ messages)
[PATCH AUTOSEL 6.12 06/19] futex: Pass in task to futex_queue()
2025-02-11 1:30 UTC
[PATCH AUTOSEL 6.13 06/21] futex: Pass in task to futex_queue()
2025-02-11 1:29 UTC
[PATCH 0/6] ublk zero-copy support
2025-02-10 15:05 UTC (24+ messages)
` [PATCH 3/6] io_uring: add support for kernel registered bvecs
` [PATCH 4/6] ublk: zc register/unregister bvec
` [PATCH 6/6] io_uring: cache nodes and mapped buffers
[PATCHSET v3 0/7] io_uring epoll wait support
2025-02-09 16:19 UTC (11+ messages)
` [PATCH 1/7] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 2/7] eventpoll: abstract out parameter sanity checking
` [PATCH 3/7] eventpoll: add epoll_queue() interface
` [PATCH 4/7] eventpoll: add helper to remove wait entry from wait queue head
` [PATCH 5/7] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 6/7] io_uring/poll: pull ownership handling into poll.h
` [PATCH 7/7] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
[PATCH RFC] io_uring/net: improve recv bundles
2025-02-08 17:50 UTC
[syzbot] Monthly io-uring report (Feb 2025)
2025-02-08 14:50 UTC
The business loan-
2025-02-08 4:49 UTC
[PATCH v3 1/2] io_uring: refactor io_uring_allowed()
2025-02-07 22:21 UTC (4+ messages)
[PATCH v3 2/2] lsm,io_uring: add LSM hooks for io_uring_setup()
2025-02-07 21:53 UTC (3+ messages)
[PATCH] io-wq: backoff when retrying worker creation
2025-02-07 18:24 UTC (3+ messages)
[PATCHSET v2 0/11] io_uring epoll wait support
2025-02-07 17:13 UTC (10+ messages)
` [PATCH 05/11] eventpoll: add ep_poll_queue() loop
` [PATCH 08/11] io_uring/poll: add IO_POLL_FINISH_FLAG
` [PATCH 09/11] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
[PATCHSET 0/6] Cancelation cleanups
2025-02-06 14:10 UTC (11+ messages)
` [PATCH 1/6] io_uring/cancel: add generic remove_all helper
` [PATCH 2/6] io_uring/futex: convert to io_cancel_remove_all()
` [PATCH 3/6] io_uring/waitid: "
` [PATCH 4/6] io_uring/cancel: add generic cancel helper
` [PATCH 5/6] io_uring/futex: use generic io_cancel_remove() helper
` [PATCH 6/6] io_uring/waitid: "
[PATCH 0/8] legacy provided buffer deprecation / deoptimisation
2025-02-05 16:17 UTC (4+ messages)
` [PATCH 7/8] io_uring/kbuf: introduce io_kbuf_drop_legacy()
` [PATCH 8/8] io_uring/kbuf: uninline __io_put_kbufs
[PATCH v11 00/10] Read/Write with meta/integrity
2025-02-05 15:42 UTC (7+ messages)
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
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