summaryrefslogtreecommitdiffstats
path: root/io_uring/splice.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* io_uring/splice: open code 2nd direct file assignmentJens Axboe2024-10-291-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>
* io_uring: split out splice related operationsJens Axboe2022-07-251-0/+7
This splits out splice and tee support. Signed-off-by: Jens Axboe <axboe@kernel.dk>