Skip to content

Gcsfuse v2.2.0

Compare
Choose a tag to compare
@gcsfuse-github-machine-user-bot gcsfuse-github-machine-user-bot released this 28 May 19:20
· 393 commits to master since this release
9388fd8

New Features:

Enhancements:

  • Allow parallel lookups of files:
    • Allows parallel lookup/access of files under the same directory.
    • Before this release, if an application accessed two files
      /gcsfuse/mount/a.txt & /gcsfuse/mount/b.txt in parallel, then access was
      serialized (both at Kernel's FUSE driver layer and GCSFuse).
    • With this release, access is parallelized improving read performance up to
      18x when reading 100K files using 50 threads.

Dependency Upgrades / CVE fixes:

  • No dependency upgrades or CVE fixes.

What's Changed

Full Changelog: v2.1.0...v2.2.0