public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-24 16:06:39 to 2025-03-01 02:04:32 UTC [more...]

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

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

[PATCH 1/5] io_uring/rsrc: split out io_free_node() helper
 2025-03-01  1:31 UTC  (6+ 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 V3 0/3] selftests: add ublk selftests
 2025-03-01  1:11 UTC 

[PATCH] io_uring/ublk: report error when unregister operation fails
 2025-02-28 23:14 UTC 

[PATCH] io_uring: convert cmd_to_io_kiocb() macro to function
 2025-02-28 23:03 UTC 

[PATCH] io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer type
 2025-02-28 22:15 UTC 

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

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

[PATCH v2 0/6] compile out ctx->compat reads
 2025-02-24 16:12 UTC  (4+ messages)
` [PATCH v2 5/6] io_uring/waitid: use io_is_compat()


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