public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-26 20:36:17 to 2025-03-07 18:28:29 UTC [more...]

[PATCH liburing v2 0/4] vectored registered buffer support and tests
 2025-03-07 18:28 UTC  (3+ messages)
` [PATCH liburing v2 1/4] Add vectored registered buffer req init helpers
` [PATCH liburing v2 2/4] test/sendzc: test registered vectored buffers

[PATCH liburing 0/4] vectored registered buffer support and tests
 2025-03-07 18:06 UTC  (8+ messages)
` [PATCH liburing 1/4] Add vectored registered buffer req init helpers
` [PATCH liburing 2/4] test/sendzc: test registered vectored buffers
` [PATCH liburing 3/4] tests/helpers: add t_create_socketpair_ip
` [PATCH liburing 4/4] tests: targeted registered vector tests

[PATCH] fs: support filename refcount without atomics
 2025-03-07 16:44 UTC  (11+ messages)

[PATCH v4 0/9] Add support for vectored registered buffers
 2025-03-07 16:40 UTC  (11+ messages)
` [PATCH v4 1/9] io_uring: introduce struct iou_vec
` [PATCH v4 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v4 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v4 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v4 5/9] io_uring/net: combine msghdr copy
` [PATCH v4 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v4 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v4 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v4 9/9] io_uring: cap cached iovec/bvec size

[PATCH v3 0/9] Add support for vectored registered buffers
 2025-03-07 15:49 UTC  (10+ messages)
` [PATCH v3 1/9] io_uring: introduce struct iou_vec
` [PATCH v3 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v3 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v3 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v3 5/9] io_uring/net: combine msghdr copy
` [PATCH v3 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v3 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v3 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v3 9/9] io_uring: cap cached iovec/bvec size

[GIT PULL] io_uring fix for 6.14-rc6
 2025-03-07 14:23 UTC 

[PATCH v2 0/9] Add support for vectored registered buffers
 2025-03-07 14:14 UTC  (16+ messages)
` [PATCH v2 1/9] io_uring: introduce struct iou_vec
` [PATCH v2 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v2 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v2 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v2 5/9] io_uring/net: combine msghdr copy
` [PATCH v2 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v2 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v2 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v2 9/9] io_uring: cap cached iovec/bvec size

[PATCH] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
 2025-03-06 11:33 UTC  (3+ messages)

[PATCHSET for-next 0/3] Fix read/write -EAGAIN failure cases
 2025-03-05 21:03 UTC  (6+ messages)
` [PATCH 2/3] io_uring/rw: handle -EAGAIN retry at IO completion time

[PATCH] io_uring: introduce io_cache_free() helper
 2025-03-05 14:45 UTC  (2+ messages)

[PATCH v2 1/1] iomap: propagate nowait to block layer
 2025-03-05 14:10 UTC  (22+ messages)

[PATCH -next] io_uring: Remove unused declaration io_alloc_async_data()
 2025-03-05  1:34 UTC 

[PATCH 0/8] Add support for vectored registered buffers
 2025-03-04 15:18 UTC  (25+ messages)
` [PATCH 1/8] io_uring: introduce struct iou_vec
` [PATCH 2/8] io_uring: add infra for importing vectored reg buffers
` [PATCH 3/8] io_uring/rw: implement vectored registered rw
` [PATCH 4/8] io_uring/rw: defer reg buf vec import
` [PATCH 5/8] io_uring/net: combine msghdr copy
` [PATCH 6/8] io_uring/net: pull vec alloc out of msghdr import
` [PATCH 7/8] io_uring/net: convert to struct iou_vec
` [PATCH 8/8] io_uring/net: implement vectored reg bufs for zctx

[PATCH 1/5] io_uring/rsrc: split out io_free_node() helper
 2025-03-04 14:17 UTC  (10+ messages)
` [PATCH 2/5] io_uring/rsrc: free io_rsrc_node using kfree()
` [PATCH 3/5] io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failure
` [PATCH 4/5] io_uring/rsrc: avoid NULL node check "
` [PATCH 5/5] io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()

[PATCH] io_uring/rsrc: include io_uring_types.h in rsrc.h
 2025-03-04 14:16 UTC  (3+ messages)

[PATCH] io_uring/ublk: report error when unregister operation fails
 2025-03-01 13:49 UTC  (3+ messages)

[PATCH 1/2] io_uring/rsrc: declare io_find_buf_node() in header file
 2025-03-01  3:02 UTC  (17+ messages)
` [PATCH 2/2] io_uring/nop: use io_find_buf_node()

[PATCH] io_uring: convert cmd_to_io_kiocb() macro to function
 2025-03-01  2:23 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer type
 2025-03-01  2:23 UTC  (2+ messages)

[PATCH] io_uring/rsrc: use rq_data_dir() to compute bvec dir
 2025-03-01  2:23 UTC  (5+ messages)

[PATCH V3 0/3] selftests: add ublk selftests
 2025-03-01  2:19 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.14-rc5
 2025-02-28 17:49 UTC  (2+ messages)

[PATCHv8 0/6] ublk zero copy support
 2025-02-28 14:06 UTC  (13+ messages)
` [PATCHv8 1/6] io_uring/rw: move buffer_select outside generic prep
` [PATCHv8 2/6] io_uring/rw: move fixed buffer import to issue path
` [PATCHv8 3/6] nvme: map uring_cmd data even if address is 0
` [PATCHv8 4/6] io_uring: add support for kernel registered bvecs
` [PATCHv8 5/6] ublk: zc register/unregister bvec
` [PATCHv8 6/6] io_uring: cache nodes and mapped buffers

[bug report] io_uring/net: simplify compat selbuf iov parsing
 2025-02-28 12:22 UTC  (2+ messages)

[PATCHv7 0/6] ublk zero copy support
 2025-02-28 12:19 UTC  (10+ messages)
` [PATCHv7 1/6] io_uring/rw: move fixed buffer import to issue path
` [PATCHv7 2/6] io_uring: add support for kernel registered bvecs

[PATCH] io_uring/net: fix build warning for !CONFIG_COMPAT
 2025-02-28 12:14 UTC  (6+ messages)

[PATCH RESEND] io_uring: fix the dead lock between io_uring and core dump
 2025-02-28 10:43 UTC 

[PATCH 1/1] iomap: propagate nowait to block layer
 2025-02-27 11:58 UTC  (5+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-02-27  6:57 UTC  (4+ messages)

[PATCHv5 00/11] ublk zero copy support
 2025-02-27  4:19 UTC  (10+ messages)
` [PATCHv5 09/11] ublk: zc register/unregister bvec

[PATCH 1/1] io_uring: rearrange opdef flags by use pattern
 2025-02-26 23:41 UTC  (2+ messages)

[PATCH liburing 1/1] tests/rw: test iowq offload
 2025-02-26 23:40 UTC  (2+ messages)

[PATCH liburing 1/1] tests/send-zerocopy: add flag to disable huge pages
 2025-02-26 23:40 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