public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-25 13:05:06 to 2025-03-04 15:39:38 UTC [more...]

[PATCH v2 0/9] Add support for vectored registered buffers
 2025-03-04 15:40 UTC  (5+ 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 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 v2 1/1] iomap: propagate nowait to block layer
 2025-03-04 12:18 UTC 

[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  (21+ 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
` [PATCHv7 3/6] nvme: map uring_cmd data even if address is 0
` [PATCHv7 4/6] ublk: zc register/unregister bvec
` [PATCHv7 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCHv7 6/6] io_uring: cache nodes and mapped buffers

[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  (9+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-02-27  6:57 UTC  (7+ messages)
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev

[PATCHv5 00/11] ublk zero copy support
 2025-02-27  4:19 UTC  (39+ messages)
` [PATCHv5 01/11] io_uring/rsrc: remove redundant check for valid imu
` [PATCHv5 02/11] io_uring/nop: reuse req->buf_index
` [PATCHv5 03/11] io_uring/net: reuse req->buf_index for sendzc
` [PATCHv5 06/11] io_uring/rw: move fixed buffer import to issue path
` [PATCHv5 07/11] io_uring: add support for kernel registered bvecs
` [PATCHv5 09/11] ublk: zc register/unregister bvec
` [PATCHv5 10/11] io_uring: add abstraction for buf_table rsrc data
` [PATCHv5 11/11] io_uring: cache nodes and mapped buffers
` (subset) [PATCHv5 00/11] ublk zero copy support

[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)

[PATCHv6 0/6] ublk zero copy support
 2025-02-26 18:17 UTC  (13+ messages)
` [PATCHv6 1/5] io_uring: add support for kernel registered bvecs
` [PATCHv6 1/6] io_uring/rw: move fixed buffer import to issue path
` [PATCHv6 2/6] io_uring: add support for kernel registered bvecs
` [PATCHv6 2/5] nvme: map uring_cmd data even if address is 0
` [PATCHv6 3/6] "
` [PATCHv6 3/5] ublk: zc register/unregister bvec
` [PATCHv6 4/5] io_uring: add abstraction for buf_table rsrc data
` [PATCHv6 4/6] ublk: zc register/unregister bvec
` [PATCHv6 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCHv6 5/5] io_uring: cache nodes and mapped buffers
` [PATCHv6 6/6] "

[PATCH 0/7] improve net msghdr / iovec handlng
 2025-02-26 17:41 UTC  (9+ messages)
` [PATCH 1/7] io_uring/net: remove unnecessary REQ_F_NEED_CLEANUP
` [PATCH 2/7] io_uring/net: simplify compat selbuf iov parsing
` [PATCH 3/7] io_uring/net: isolate msghdr copying code
` [PATCH 4/7] io_uring/net: verify msghdr before copying iovec
` [PATCH 5/7] io_uring/net: derive iovec storage later
` [PATCH 6/7] io_uring/net: unify *mshot_prep calls with compat
` [PATCH 7/7] io_uring/net: extract iovec import into a helper

[syzbot] [io-uring?] general protection fault in native_tss_update_io_bitmap
 2025-02-26 15:01 UTC  (3+ messages)
` [PATCH] x86/iopl: Cure TIF_IO_BITMAP inconsistencies

[PATCH] ublk: complete command synchronously on error
 2025-02-26 14:32 UTC  (4+ messages)

[RFC] io_uring: fix the dead lock between io_uring and core dump
 2025-02-26 11:39 UTC 

[PATCH 1/1] io_uring/net: save msg_control for compat
 2025-02-25 17:01 UTC  (2+ messages)

[PATCH v2 0/4] clean up rw buffer import
 2025-02-25 14:43 UTC  (2+ messages)

[PATCHv4 0/5] ublk zero-copy support
 2025-02-25 13:06 UTC  (7+ messages)
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers


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