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>
Thu, 21 Jul 2022 14:34:06 +0000 (08:34 -0600)
commit98b979583fd436556290cf7055a90fe348a2c63f
treecefe150d51cd7c79aac5082a9e21163dec8d08f0
parent5e6941bb2ceba26f03c4fdc21e80378ded897f42
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