chore: Merge upstream#25
Draft
mhambre wants to merge 12 commits into
Draft
Conversation
Maintaining it is too much work. If someone else would like to, please do!
The fuse_mount_mount_fusefs function (FreeBSD mount path) was not receiving or applying the SessionACL parameter, so the allow_other mount option was never passed to mount_fusefs. This caused the FreeBSD kernel to return EPERM for all operations by non-owner users (e.g. uid 65534 in pjdfstest), since only the mount owner was allowed access. Pass the acl parameter through and convert it to the allow_other mount option, matching the behavior of the Linux fusermount path. https://claude.ai/code/session_017h551yq57ivFUqcJyAmAfv
Currently, `ReplyEntry::entry` forces the same TTL for both the directory entry and its attributes. In our VFS in certain situations we need to audit all access, including stat, so we set attribute cache duration to zero. Setting entry cache to zero at the same time completely destroys performance, so I would like to add an ability to configure these timeouts separately.
Removed duplicate cargo test command from CI workflow.
This allows comparing Errno values in tests.
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.
No description provided.