Path specific Filesystem setup - #55072
Merged
Merged
Conversation
salmart-dev
force-pushed
the
fix/directoryAsINodeByPath
branch
from
September 16, 2025 08:08
a1a6278 to
cf952ce
Compare
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 11, 2025 16:29
7f95870 to
07f4028
Compare
salmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
master
November 11, 2025 16:30
Contributor
|
Possible performance regression detected Show Output |
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 17, 2025 16:19
07f4028 to
89d174e
Compare
salmart-dev
changed the base branch from
master
to
fix/directoryAsINodeByPath
November 17, 2025 16:21
salmart-dev
force-pushed
the
fix/directoryAsINodeByPath
branch
from
November 17, 2025 16:22
754f4e5 to
4da6b5f
Compare
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 19, 2025 16:06
89d174e to
1d4abcd
Compare
salmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
refactor/files-sharing
November 19, 2025 16:12
This was referenced Nov 19, 2025
salmart-dev
force-pushed
the
refactor/files-sharing
branch
2 times, most recently
from
November 20, 2025 16:38
ab0dc8c to
5b58935
Compare
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
2 times, most recently
from
November 20, 2025 16:38
ae0c613 to
cdc7233
Compare
salmart-dev
force-pushed
the
refactor/files-sharing
branch
from
November 20, 2025 16:39
5b58935 to
fd5de92
Compare
salmart-dev
changed the base branch from
refactor/files-sharing
to
fix/directoryAsINodeByPath
November 20, 2025 16:39
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 20, 2025 16:39
cdc7233 to
70b0ecc
Compare
salmart-dev
force-pushed
the
fix/directoryAsINodeByPath
branch
from
November 20, 2025 17:23
d504579 to
b5977e7
Compare
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 20, 2025 17:23
70b0ecc to
b94b74f
Compare
salmart-dev
force-pushed
the
fix/directoryAsINodeByPath
branch
from
November 26, 2025 09:06
b5977e7 to
831e780
Compare
salmart-dev
force-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 26, 2025 09:06
b94b74f to
7f26f7e
Compare
salmart-dev
requested review from
a team,
ChristophWurst,
SebastianKrupinski,
blizzz,
miaulalala,
nickvergessen,
provokateurin,
skjnldsv and
tcitworld
as code owners
December 10, 2025 10:51
salmart-dev
requested review from
sorbaugh and
szaimen
and removed request for
a team
December 10, 2025 10:51
salmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
master
December 10, 2025 10:51
artonge
removed request for
a team,
ChristophWurst,
blizzz,
miaulalala and
nickvergessen
December 10, 2025 11:26
Contributor
Author
|
CodeQL is stuck, probably because of switching target branch. I'll update the branch with rebase to see if the proper CodeQL checks run (should actually be CodeQL Advanced, and not CodeQL) 😫 |
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
replace array_reduce + array_merge with array_merge(...) replace conditional assignment with ??= Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
IMountProviders implementing this interface will be able to take advantage of authoritative mounts. The function `getMountsFromMountPoints` will receive the path that the provider is asked to set-up and an array of IMountProviderArgs providing information regarding the stored mount points and the file cache data for the related root. The mount provider should verify the validity of the mounts and return IMountPoints related to them. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Merged
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
This branch introduces changes to
setupForPathto implement a version that support authoritative mount providers.TODO
Checklist