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>
Wed, 22 Jun 2022 17:28:24 +0000 (11:28 -0600)
commita198c462567b647740664843002b477dacb3e6c6
tree7f8861b6fea612ca8982eddeae0f97415ecf3536
parenta0d61d5af2c76867af8eb29979ab84e6d7b430c7
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