fuse
fuse copied to clipboard
Any plan to support FUSE_PASSTHROUGH?
FUSE passthrough can enable must faster reads, close to local file system.
https://lore.kernel.org/lkml/[email protected]/
Generally such new features are gated by the negotiated fuse protocol version, which is a trade-off between supporting old systems & non-Linux OSes versus code complexity from handling multiple variants.
In an ideal world, with infinite resources (or at least, companies sponsoring the development!), we'd support everything, including the latest BPF trickery.