summaryrefslogtreecommitdiff
path: root/io_uring/splice.c
AgeCommit message (Expand)Author
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-08-10io_uring/splice: use fput() directlyJens Axboe
2023-01-29io_uring: for requests that require async, force itDylan Yudaken
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: split out splice related operationsJens Axboe