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

support copy-on-write on Linux #11

Open
hyperfekt opened this issue Jul 9, 2021 · 0 comments
Open

support copy-on-write on Linux #11

hyperfekt opened this issue Jul 9, 2021 · 0 comments

Comments

@hyperfekt
Copy link

For filesystems that support it, Linux offers the FICLONE operation of the ioctl syscall which results in what is commonly called a reflink and defers creating another copy of the data until necessary. This could speed up copying on Linux dramatically in some cases.

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

No branches or pull requests

1 participant