mbox series

[liburing,0/3] support for discard block commands

Message ID cover.1728851862.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series support for discard block commands | expand

Message

Pavel Begunkov Oct. 13, 2024, 8:45 p.m. UTC
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

Comments

Jens Axboe Oct. 14, 2024, 1:27 p.m. UTC | #1
On Sun, 13 Oct 2024 21:45:43 +0100, Pavel Begunkov wrote:
> 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
> 
> [...]

Applied, thanks!

[1/3] Add io_uring_prep_cmd_discard
      commit: 906a4567312346a688ccb05ae94459cb00b889a6
[2/3] test: add discard cmd tests
      commit: 244be25e45c32981008cf50c9923d0ea1bd4e2e5
[3/3] man/io_uring_prep_cmd_discard.3: add discard man pages
      commit: bafd87251db3fa942c310eb8afd137b6c3cd0369

Best regards,