[4/7] feat: add file_clone option for reflink-based disk cache#4
Open
mmastrac wants to merge 1 commit intovercel/opendal-upgrade-artifactsfrom
Open
[4/7] feat: add file_clone option for reflink-based disk cache#4mmastrac wants to merge 1 commit intovercel/opendal-upgrade-artifactsfrom
mmastrac wants to merge 1 commit intovercel/opendal-upgrade-artifactsfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
5344dad to
f487cc2
Compare
f487cc2 to
a7bc6d3
Compare
098874e to
207b92c
Compare
a7bc6d3 to
e49e0d7
Compare
785b0f4 to
67a6fa7
Compare
e49e0d7 to
52be489
Compare
67a6fa7 to
5c05a47
Compare
52be489 to
4801769
Compare
5c05a47 to
af3b21e
Compare
4801769 to
7991e34
Compare
af3b21e to
c8f18e9
Compare
7991e34 to
82cae86
Compare
c8f18e9 to
d0fc366
Compare
82cae86 to
822f6cc
Compare
Cherry-picked from upstream PR mozilla#2640. Adds a file_clone option for the disk cache that stores cache entries as uncompressed files and restores them using filesystem reflinks (clonefile() on APFS, FICLONE on Linux). When supported, restored artifacts share underlying storage blocks with the cache entry. Configure with SCCACHE_FILE_CLONE=true or file_clone = true in [cache.disk] config. Upstream: mozilla#2640 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
822f6cc to
5055c36
Compare
d0fc366 to
27e8bca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-picked from upstream PR mozilla#2640.
file_cloneoption for the disk cache that stores entries as uncompressed filesSCCACHE_FILE_CLONE=trueorfile_clone = truein[cache.disk]configStack: 4/6
Upstream: mozilla#2640