muxfys icon indicating copy to clipboard operation
muxfys copied to clipboard

High performance multiplexed user fuse mounting

Results 8 muxfys issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210614182718-04defd469f4e to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210614182718-04defd469f4e&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210711020723-a769d52b0f97&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210630005230-0f9fa26af87c&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/go-ini/ini](https://github.com/go-ini/ini) from 1.49.0 to 1.62.0. Release notes Sourced from github.com/go-ini/ini's releases. 1.62.0 No release notes provided. 1.61.0 No release notes provided. 1.60.2 No release notes provided. 1.60.1 No release...

dependencies

Bumps [github.com/minio/minio-go/v6](https://github.com/minio/minio-go) from 6.0.39 to 6.0.57. Release notes Sourced from github.com/minio/minio-go/v6's releases. Minor Feature Release Highlights Add support for bucket tagging Changelog retry only if response region doesn't match cached...

dependencies

Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.0.2 to 2.0.3. Commits 7307134 fs: cleanup after TestForget 18e94a3 fs: add a test verifying that forget drops nodes 17c0c40 nodefs: Allow for several Lookup requests to...

dependencies

Bumps [github.com/alexflint/go-filemutex](https://github.com/alexflint/go-filemutex) from 1.0.0 to 1.1.0. Release notes Sourced from github.com/alexflint/go-filemutex's releases. Added TryLock Added FileMutex.TryLock(), which immediately returns ErrAlreadyLocked if the mutex is already locked (by this process or...

dependencies

When CacheBase is on an nfs mount, created cache dirs get left behind due to the RemoveAll in remote.deleteCache() failing with errors like .nfs0000000000b681f500000fb3: device or resource busy. This _seems_...

bug