Linux io-uring development
 help / color / mirror / Atom feed
* [PATCH liburing 0/3] support for discard block commands
@ 2024-10-13 20:45 Pavel Begunkov
  2024-10-13 20:45 ` [PATCH liburing 1/3] Add io_uring_prep_cmd_discard Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2024-10-13 20:45 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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


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

end of thread, other threads:[~2024-10-14 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-13 20:45 [PATCH liburing 0/3] support for discard block commands Pavel Begunkov
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

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