Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan to support FUSE_PASSTHROUGH? #284

Open
chrislusf opened this issue Jan 19, 2022 · 1 comment
Open

Any plan to support FUSE_PASSTHROUGH? #284

chrislusf opened this issue Jan 19, 2022 · 1 comment

Comments

@chrislusf
Copy link

FUSE passthrough can enable must faster reads, close to local file system.

https://lore.kernel.org/lkml/[email protected]/

@tv42
Copy link
Member

tv42 commented Jan 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants