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