summaryrefslogtreecommitdiffstats
path: root/io_uring/splice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei2024-11-071-1/+1
* io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe2024-11-021-1/+1
* io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe2024-11-021-5/+1
* io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-021-3/+3
* io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe2024-11-021-1/+1
* io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe2024-11-021-7/+9
* io_uring/splice: open code 2nd direct file assignmentJens Axboe2024-10-291-8/+36
* splice: return type ssize_t from all helpersAmir Goldstein2023-12-121-2/+2
* io_uring/splice: use fput() directlyJens Axboe2023-08-101-2/+2
* io_uring: for requests that require async, force itDylan Yudaken2023-01-291-4/+3
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-131-4/+4
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: split out splice related operationsJens Axboe2022-07-251-0/+123