io_uring: split provided buffers handling into its own file
authorJens Axboe <axboe@kernel.dk>
Mon, 13 Jun 2022 13:07:23 +0000 (07:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit3b77495a97239faa27989f946d29b6be7dd091e9
tree839e1c881b41b30b18308860796c3193bae6ced3
parent7aaff708a768144ec6459f0a58301be1a6b982fc
io_uring: split provided buffers handling into its own file

Move both the opcodes related to it, and the internals code dealing with
it.

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