aboutsummaryrefslogtreecommitdiff
path: root/io_uring/sync.h
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24io_uring: split out fs related sync/fallocate functionsGravatar Jens Axboe 1-0/+10
This splits out sync_file_range, fsync, and fallocate. Signed-off-by: Jens Axboe <axboe@kernel.dk>