mbox series

[0/4] clean up rw buffer import

Message ID cover.1740412523.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series clean up rw buffer import | expand

Message

Pavel Begunkov Feb. 24, 2025, 4:07 p.m. UTC
Do some minor brushing for read/write prep. It might need more work,
but should be a cleaner base for changes around how we import buffers.

Pavel Begunkov (4):
  io_uring/rw: allocate async data in io_prep_rw()
  io_uring/rw: rename io_import_iovec()
  io_uring/rw: extract helper for iovec import
  io_uring/rw: open code io_prep_rw_setup()

 io_uring/rw.c | 94 +++++++++++++++++++++++++--------------------------
 1 file changed, 46 insertions(+), 48 deletions(-)