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 for Copy on Write semantics (reflink) #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mwanner
Copy link

@mwanner mwanner commented Apr 21, 2020

These two commits add support for Copy on Write semantics to fs_extra via the reflink crate.

@webdesus
Copy link
Owner

HI @mwanner, nice job 😊

But I, like many programmers for minimalism in the dependency tree. Can you do attach reflinks by option(features) for cargo file? Like Uuid crate attach serde crate.

I would really appreciate foryour help 😊

@mwanner
Copy link
Author

mwanner commented Oct 15, 2022

@webdesus It's been an awful while, but... I finally updated this PR to make all reflink specific stuff conditional on the non-default feature refilnk. Is that what you've been asking for?

@mwanner mwanner force-pushed the reflinks branch 2 times, most recently from eada7da to eaf61aa Compare January 21, 2023 19:33
@mwanner
Copy link
Author

mwanner commented Jan 21, 2023

@webdesus Anything else you need here?

mwanner added 2 commits March 10, 2023 16:45
Using the reflink crate, with the option to disallow completely
(never), auto (use when available), or always (fail if not possible).
Fully conditional on a new feature "reflink".
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

Successfully merging this pull request may close these issues.

2 participants