ProjFS + Copy-on-Write
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- csharp
- Domain
- operating-systems
Research direction
Start with the ProjFS PrjWriteFileData entry point and the linked ReFS block-cloning documentation. Determine whether block cloning can be used for projected files, and document whether the API supports sharing large binary assets for the described experimental version-control use case.
Written by the indexing model from the issue text.
Description
Microsoft DevDrive supports copy-on-write semantics which is super cool. I'd like combine ProjFS + CoW so that large binary assets can be shared.
Currently the way ProjFS works is you call PrjWriteFileData. What I'd like to do instead is perform a block clone.
Is there any way to do this today? I believe the answer is no. But I wanted to check.
In case it helps, my intended use case is an experimental version control system. I'd like to support monorepos with very large files which are deduplicated via block cloning.
Thanks!
- Dominant language
- C#
- Stars
- 174
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/ProjFS-Managed-API
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
microsoft/ProjFS-Managed-API#99 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 28/100
microsoft/ProjFS-Managed-API#95 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
microsoft/ProjFS-Managed-API#91 · 1 comment ·
All issues in microsoft/ProjFS-Managed-API
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·