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>
Thu, 21 Jul 2022 14:41:33 +0000 (08:41 -0600)
commit4c29b398a7bb6baf3c2bba7d0e90b93139098bcf
tree598b46753643c49ffbcd6f21c04d6bf2eee5056b
parent04d70db6e5af4254b630ffaf7529e8e8cfbfa2d3
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