public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-24 12:15:29 to 2025-02-28 12:13:05 UTC [more...]

[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 

[bug report] io_uring/net: simplify compat selbuf iov parsing
 2025-02-28  9:19 UTC 

[PATCHv8 0/6] ublk zero copy support
 2025-02-28  8:14 UTC  (12+ 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

[PATCHv7 0/6] ublk zero copy support
 2025-02-27 22:45 UTC  (20+ 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 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  (51+ 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 04/11] io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
` [PATCHv5 05/11] io_uring: combine buffer lookup and import
` [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 08/11] nvme: map uring_cmd data even if address is 0
` [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  (6+ messages)
` [PATCH v2 1/4] io_uring/rw: allocate async data in io_prep_rw()
` [PATCH v2 2/4] io_uring/rw: rename io_import_iovec()
` [PATCH v2 3/4] io_uring/rw: extract helper for iovec import
` [PATCH v2 4/4] io_uring/rw: open code io_prep_rw_setup()

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

[syzbot] [io-uring?] [mm?] general protection fault in lock_vma_under_rcu
 2025-02-25  8:50 UTC  (2+ messages)

io_uring : deadlock between io_uring and coredump
 2025-02-25  7:42 UTC 

[PATCH v3 0/2] io_uring/zcrx: recvzc read limit
 2025-02-24 22:38 UTC  (8+ messages)
` [PATCH v3 1/2] io_uring/zcrx: add a read limit to recvzc requests

[PATCH 0/4] clean up rw buffer import
 2025-02-24 19:44 UTC  (10+ messages)
` [PATCH 1/4] io_uring/rw: allocate async data in io_prep_rw()
` [PATCH 2/4] io_uring/rw: rename io_import_iovec()
` [PATCH 3/4] io_uring/rw: extract helper for iovec import
` [PATCH 4/4] io_uring/rw: open code io_prep_rw_setup()

[PATCH] io_uring/waitid: remove #ifdef CONFIG_COMPAT
 2025-02-24 19:11 UTC  (7+ messages)

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

[PATCH v2 0/6] compile out ctx->compat reads
 2025-02-24 16:12 UTC  (15+ messages)
` [PATCH v2 1/6] io_uring: introduce io_is_compat()
` [PATCH v2 2/6] io_uring/cmd: optimise !CONFIG_COMPAT flags setting
` [PATCH v2 3/6] io_uring/rw: compile out compat param passing
` [PATCH v2 4/6] io_uring/rw: shrink io_iov_compat_buffer_select_prep
` [PATCH v2 5/6] io_uring/waitid: use io_is_compat()
` [PATCH v2 6/6] io_uring/net: "

[PATCH 0/3] multishot improvements
 2025-02-24 14:53 UTC  (2+ messages)

[PATCHSET v4 0/7] io_uring epoll wait support
 2025-02-24 14:17 UTC  (3+ messages)
` [PATCH 5/5] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT

[PATCH v2 0/2] io_uring zc rx fixed len recvzc
 2025-02-24 12:49 UTC  (7+ messages)
` [PATCH v2 1/2] io_uring/zcrx: add single shot recvzc

[PATCH 1/1] io_uring: compile out compat param passing
 2025-02-24 12:16 UTC  (3+ messages)


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