summaryrefslogtreecommitdiff
path: root/io_uring/splice.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-08io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-1/+1
2024-11-03io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-1/+1
2024-11-03io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+1
2024-11-03io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-3/+3
2024-11-03io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe1-1/+1
2024-11-03io_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-30io_uring: for requests that require async, force itDylan Yudaken1-4/+3
2022-08-13io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-4/+4
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-25io_uring: split out splice related operationsJens Axboe1-0/+123