]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: split out splice related operations
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 03:19:47 +0000 (21:19 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit60c7412f71de48787c64d806ab344bcc451f6a82
treea4643adc406a76ed1f27d30d3fab96c785620e4e
parent579ab4ec691d932c4c13d28a4bd3d2d6c34a6eba
io_uring: split out splice related operations

This splits out splice and tee support.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/splice.c [new file with mode: 0644]
io_uring/splice.h [new file with mode: 0644]