This series adds support for mkdirat opcode along with a testcase for it to liburing. Heavily based on a series that added unlinkat support (commit: 44db0f437a2b ("io_uring.h: add renameat and unlinkat opcodes") and a couple of subsequent ones). The kernel side of the change: https://lore.kernel.org/io-uring/20201116044529.1028783-1-dkadashev@xxxxxxxxx/T/ Dmitry Kadashev (3): io_uring.h: add mkdirat opcode liburing.h: add mkdirat prep helpers Add mkdirat test case .gitignore | 1 + src/include/liburing.h | 6 ++ src/include/liburing/io_uring.h | 1 + test/Makefile | 2 + test/mkdir.c | 106 ++++++++++++++++++++++++++++++++ 5 files changed, 116 insertions(+) create mode 100644 test/mkdir.c -- 2.29.2