summaryrefslogtreecommitdiff
path: root/io_uring/splice.h
AgeCommit message (Collapse)AuthorFilesLines
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe1-0/+1
In preparation for not pinning the whole registered file table, open code the second potential direct file assignment. This will be handled by appropriate helpers in the future, for now just do it manually. Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-25io_uring: split out splice related operationsJens Axboe1-0/+7
This splits out splice and tee support. Signed-off-by: Jens Axboe <axboe@kernel.dk>