io_uring: split out filesystem related operations
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 03:13:00 +0000 (21:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit11aeb71406ddd0ef526ad1df48b54aae628aad3b
tree1dcb74e06320e7f4e4c0e65efe3b9adc1a07240f
parente28683bdfc2f2cb0dab042f9079cda89dbf589d9
io_uring: split out filesystem related operations

This splits out renameat, unlinkat, mkdirat, symlinkat, and linkat.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/fs.c [new file with mode: 0644]
io_uring/fs.h [new file with mode: 0644]
io_uring/io_uring.c