-
Notifications
You must be signed in to change notification settings - Fork 270
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
copy_file_range support #245
Comments
This will likely get done after dropping macOS support. Which is pretty much going to bring out the mobs with torches, but no maintainers... |
Since MacOS support was dropped, could this be added? |
Need to check what FreeBSD is up to, but yes, we should be able to bring the protocol up now a lot more easily than writing lots of conditionals and alternate versions of types. |
`CopyFileRange` support is tracked at <#245>.
Would it be possible to support copy_file_range? That could potentially speed up file copies enormously for filesystems that are copy on write or remote.
https://libfuse.github.io/doxygen/structfuse__operations.html#a8dab2194663f561ef7db54de2ca35694
The text was updated successfully, but these errors were encountered: