public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] io_uring: extend bvec registration and add mem region lookup
@ 2026-03-24  0:10 Joanne Koong
  2026-03-24  0:10 ` [PATCH v1 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec() Joanne Koong
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Joanne Koong @ 2026-03-24  0:10 UTC (permalink / raw)
  To: axboe; +Cc: csander, asml.silence, io-uring

This series refactors and extends the io_uring registered buffers
infrastructure to allow external subsystems to register pre-existing bvec
arrays directly and obtain references to registered memory regions. 

The motivation for the patches in this series is to make fuse zero-copy
possible.

These patches are split out from a previous larger fuse-over-io_uring series
[1]. The remaining fuse patches will be submitted separately and linked to.

Thanks,
Joanne

[1] https://lore.kernel.org/linux-fsdevel/20260116233044.1532965-1-joannelkoong@gmail.com/

Joanne Koong (5):
  io_uring/rsrc: rename
    io_buffer_register_bvec()/io_buffer_unregister_bvec()
  io_uring/rsrc: split io_buffer_register_request() logic
  io_uring/rsrc: allow buffer release callback to be optional
  io_uring/rsrc: add io_buffer_register_bvec()
  io_uring/rsrc: add io_uring_registered_mem_region_get()

 Documentation/block/ublk.rst |  14 ++--
 drivers/block/ublk_drv.c     |  22 +++---
 include/linux/io_uring/cmd.h |  47 ++++++++++--
 io_uring/rsrc.c              | 143 ++++++++++++++++++++++++++---------
 4 files changed, 165 insertions(+), 61 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-03-24 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24  0:10 [PATCH v1 0/5] io_uring: extend bvec registration and add mem region lookup Joanne Koong
2026-03-24  0:10 ` [PATCH v1 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec() Joanne Koong
2026-03-24  0:10 ` [PATCH v1 2/5] io_uring/rsrc: split io_buffer_register_request() logic Joanne Koong
2026-03-24 18:13   ` Joanne Koong
2026-03-24  0:10 ` [PATCH v1 3/5] io_uring/rsrc: allow buffer release callback to be optional Joanne Koong
2026-03-24  0:10 ` [PATCH v1 4/5] io_uring/rsrc: add io_buffer_register_bvec() Joanne Koong
2026-03-24  0:10 ` [PATCH v1 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get() Joanne Koong

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