summaryrefslogtreecommitdiff
path: root/io_uring/splice.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-17io_uring/rsrc: avoid NULL check in io_put_rsrc_node()Caleb Sander Mateos1-1/+2
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-1/+1
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-1/+1
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+1
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-3/+3
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe1-1/+1
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-7/+9
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe1-8/+36
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein1-2/+2
2023-08-10io_uring/splice: use fput() directlyJens Axboe1-2/+2
2023-01-29io_uring: for requests that require async, force itDylan Yudaken1-4/+3
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-4/+4
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: split out splice related operationsJens Axboe1-0/+123