From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: asml.silence@gmail.com, Caleb Sander Mateos <csander@purestorage.com>
Subject: [PATCH v2 0/4] clean up rw buffer import
Date: Mon, 24 Feb 2025 19:45:02 +0000 [thread overview]
Message-ID: <cover.1740425922.git.asml.silence@gmail.com> (raw)
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.
v2: void * -> struct iovec * in io_import_vec()
flip the if branches in __io_import_rw_buffer()
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(-)
--
2.48.1
next reply other threads:[~2025-02-24 19:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 19:45 Pavel Begunkov [this message]
2025-02-24 19:45 ` [PATCH v2 1/4] io_uring/rw: allocate async data in io_prep_rw() Pavel Begunkov
2025-02-24 19:45 ` [PATCH v2 2/4] io_uring/rw: rename io_import_iovec() Pavel Begunkov
2025-02-24 19:45 ` [PATCH v2 3/4] io_uring/rw: extract helper for iovec import Pavel Begunkov
2025-02-24 19:45 ` [PATCH v2 4/4] io_uring/rw: open code io_prep_rw_setup() Pavel Begunkov
2025-02-25 14:43 ` [PATCH v2 0/4] clean up rw buffer import Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1740425922.git.asml.silence@gmail.com \
--to=asml.silence@gmail.com \
--cc=csander@purestorage.com \
--cc=io-uring@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.