Skip to content

Commit c090c8a

Browse files
bsberndMiklos Szeredi
authored andcommitted
fuse: Add io-uring sqe commit and fetch support
This adds support for fuse request completion through ring SQEs (FUSE_URING_CMD_COMMIT_AND_FETCH handling). After committing the ring entry it becomes available for new fuse requests. Handling of requests through the ring (SQE/CQE handling) is complete now. Fuse request data are copied through the mmaped ring buffer, there is no support for any zero copy yet. Signed-off-by: Bernd Schubert <bschubert@ddn.com> Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> # io_uring Reviewed-by: Luis Henriques <luis@igalia.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 3821336 commit c090c8a

3 files changed

Lines changed: 457 additions & 0 deletions

File tree

0 commit comments

Comments
 (0)