summaryrefslogtreecommitdiffstats
path: root/io_uring/sync.h
Commit message (Collapse)AuthorAgeFilesLines
* io_uring: split out fs related sync/fallocate functionsJens Axboe2022-07-241-0/+10
This splits out sync_file_range, fsync, and fallocate. Signed-off-by: Jens Axboe <axboe@kernel.dk>