Uh oh!
There was an error while loading. Please reload this page.
Path specific Filesystem setup - #55072
Merged
Merged
Conversation
salmart-devforce-pushed
the
fix/directoryAsINodeByPath
branch
from
September 16, 2025 08:08
a1a6278 to
cf952ceComparesalmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 11, 2025 16:29
7f95870 to
07f4028Comparesalmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
masterNovember 11, 2025 16:30
Contributor
Possible performance regression detected Show Output |
salmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 17, 2025 16:19
07f4028 to
89d174eComparesalmart-dev
changed the base branch from
master
to
fix/directoryAsINodeByPathNovember 17, 2025 16:21
salmart-devforce-pushed
the
fix/directoryAsINodeByPath
branch
from
November 17, 2025 16:22
754f4e5 to
4da6b5fCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
salmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 19, 2025 16:06
89d174e to
1d4abcdComparesalmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
refactor/files-sharingNovember 19, 2025 16:12
This was referenced Nov 19, 2025
salmart-devforce-pushed
the
refactor/files-sharing
branch
2 times, most recently
from
November 20, 2025 16:38
ab0dc8c to
5b58935Comparesalmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
2 times, most recently
from
November 20, 2025 16:38
ae0c613 to
cdc7233Comparesalmart-devforce-pushed
the
refactor/files-sharing
branch
from
November 20, 2025 16:39
5b58935 to
fd5de92Comparesalmart-dev
changed the base branch from
refactor/files-sharing
to
fix/directoryAsINodeByPathNovember 20, 2025 16:39
salmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 20, 2025 16:39
cdc7233 to
70b0eccComparesalmart-devforce-pushed
the
fix/directoryAsINodeByPath
branch
from
November 20, 2025 17:23
d504579 to
b5977e7Comparesalmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 20, 2025 17:23
70b0ecc to
b94b74fComparesalmart-devforce-pushed
the
fix/directoryAsINodeByPath
branch
from
November 26, 2025 09:06
b5977e7 to
831e780Comparesalmart-devforce-pushed
the
feature/54562/pathSpecificFSSetup
branch
from
November 26, 2025 09:06
b94b74f to
7f26f7eComparesalmart-dev
requested review from
a team, ChristophWurst, SebastianKrupinski, blizzz, miaulalala, nickvergessen, provokateurin, skjnldsv and tcitworld
as code ownersDecember 10, 2025 10:51
salmart-dev
requested review from
sorbaugh and szaimen
and removed request for
a teamDecember 10, 2025 10:51
salmart-dev
changed the base branch from
fix/directoryAsINodeByPath
to
masterDecember 10, 2025 10:51
artonge
removed request for
a team, ChristophWurst, blizzz, miaulalala and nickvergessenDecember 10, 2025 11:26
salmart-dev
commented
Dec 10, 2025
ContributorAuthor
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 freeto 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