summaryrefslogtreecommitdiff
path: root/io_uring/splice.h
AgeCommit message (Collapse)Author
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe
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-24io_uring: split out splice related operationsJens Axboe
This splits out splice and tee support. Signed-off-by: Jens Axboe <axboe@kernel.dk>