public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing 0/3] add mkdirat support
@ 2020-11-16  5:10 Dmitry Kadashev
  2020-11-16  5:10 ` [PATCH liburing 1/3] io_uring.h: add mkdirat opcode Dmitry Kadashev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Kadashev @ 2020-11-16  5:10 UTC (permalink / raw)
  To: io-uring; +Cc: axboe, Dmitry Kadashev

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/[email protected]/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


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

end of thread, other threads:[~2020-11-16  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-16  5:10 [PATCH liburing 0/3] add mkdirat support Dmitry Kadashev
2020-11-16  5:10 ` [PATCH liburing 1/3] io_uring.h: add mkdirat opcode Dmitry Kadashev
2020-11-16  5:10 ` [PATCH liburing 2/3] liburing.h: add mkdirat prep helpers Dmitry Kadashev
2020-11-16  5:10 ` [PATCH liburing 3/3] Add mkdirat test case Dmitry Kadashev

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