[5/9] feat: add file_clone option for reflink-based disk cache#4
Open
mmastrac wants to merge 1 commit intovercel/opendal-upgrade-artifactsfrom
Open
[5/9] 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
822f6cc to
5055c36
Compare
d0fc366 to
27e8bca
Compare
5055c36 to
614ab48
Compare
f832acd to
b45d4e0
Compare
3b1c8b7 to
c2dfa44
Compare
b45d4e0 to
75c3cdf
Compare
75c3cdf to
d8408b1
Compare
67072e8 to
e6a50c2
Compare
d8408b1 to
88634f2
Compare
e6a50c2 to
cef13e5
Compare
88634f2 to
141d34f
Compare
cef13e5 to
ac7af77
Compare
141d34f to
3b94df1
Compare
ac7af77 to
f0a0bdc
Compare
3b94df1 to
5d56579
Compare
5d56579 to
fef9b95
Compare
3d1bc8f to
cbf1ce6
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>
0404395 to
4838c6d
Compare
cbf1ce6 to
035390b
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