OSDN Git Service

io_uring: buffer registration infrastructure
authorJens Axboe <axboe@kernel.dk>
Sun, 23 Feb 2020 23:23:11 +0000 (16:23 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Mar 2020 18:49:14 +0000 (11:49 -0700)
commit5a2e745d4d430c4dbeeeb448c3d5c0c3109e511e
treec8e82658742fe76e6e5332c9a4f9d8b8fbe5dc1d
parente9fd939654f17651ff65e7e55aa6934d29eb4335
io_uring: buffer registration infrastructure

This just prepares the ring for having lists of buffers associated with
it, that the application can provide for SQEs to consume instead of
providing their own.

The buffers are organized by group ID.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c