aboutsummaryrefslogtreecommitdiff
path: root/io_uring/truncate.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-09io_uring: add support for ftruncateTony Solomonik1-0/+48
Adds support for doing truncate through io_uring, eliminating the need for applications to roll their own thread pool or offload mechanism to be able to do non-blocking truncates. Signed-off-by: Tony Solomonik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>