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