From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>, asml.silence@gmail.com
Subject: [PATCH liburing 0/3] support for discard block commands
Date: Sun, 13 Oct 2024 21:45:43 +0100 [thread overview]
Message-ID: <cover.1728851862.git.asml.silence@gmail.com> (raw)
Add helpers for the block layer discard commands, as well as
some tests and man pages.
Pavel Begunkov (3):
Add io_uring_prep_cmd_discard
test: add discard cmd tests
man/io_uring_prep_cmd_discard.3: add discard man pages
configure | 32 +++
man/io_uring_prep_cmd_discard.3 | 60 +++++
src/include/liburing.h | 10 +
test/Makefile | 1 +
test/cmd-discard.c | 402 ++++++++++++++++++++++++++++++++
5 files changed, 505 insertions(+)
create mode 100644 man/io_uring_prep_cmd_discard.3
create mode 100644 test/cmd-discard.c
--
2.46.0
next reply other threads:[~2024-10-13 20:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-13 20:45 Pavel Begunkov [this message]
2024-10-13 20:45 ` [PATCH liburing 1/3] Add io_uring_prep_cmd_discard Pavel Begunkov
2024-10-13 20:45 ` [PATCH liburing 2/3] test: add discard cmd tests Pavel Begunkov
2024-10-13 20:45 ` [PATCH liburing 3/3] man/io_uring_prep_cmd_discard.3: add discard man pages Pavel Begunkov
2024-10-14 13:27 ` [PATCH liburing 0/3] support for discard block commands 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.1728851862.git.asml.silence@gmail.com \
--to=asml.silence@gmail.com \
--cc=axboe@kernel.dk \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox