Lines Matching full:fuse
4 FUSE-over-io-uring design documentation
7 This documentation covers basic details how the fuse
9 and works. For generic details about FUSE see fuse.rst.
17 is required to also handle requests through /dev/fuse after io-uring setup
21 Fuse io-uring configuration
24 Fuse kernel requests are queued through the classical /dev/fuse
27 In order to set up fuse-over-io-uring fuse-server (user-space)
28 needs to submit SQEs (opcode = IORING_OP_URING_CMD) to the /dev/fuse
35 Note, every CPU core has its own fuse-io-uring queue.
36 Userspace handles the CQE/fuse-request and submits the result as
45 | | FUSE filesystem daemon
61 | | FUSE filesystem daemon
63 | "rm /mnt/fuse/file" |
87 | [ copy the result to the fuse req] |