Below you will find pages that utilize the taxonomy term “Barre”
December 22, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.8.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary ZeroFS is a filesystem solution that enables S3-compatible object storage to function as both a file-level and block-level storage system. It provides NFS, 9P, and NBD server capabilities, allowing users to access S3 storage as network filesystems or raw block devices for applications like ZFS and databases.
December 21, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.7.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary ZeroFS is a filesystem solution that transforms S3-compatible storage into a high-performance, encrypted filesystem with file-level access via NFS and 9P, and block-level access via NBD. It automates the process of using S3 as primary storage for tasks like running ZFS, databases, or compiling and managing large datasets, while ensuring encryption, caching, and POSIX compliance.
December 19, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.6.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Start a GC when running a standalone compactor by @Barre in https://github.com/Barre/ZeroFS/pull/307 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.5...v0.22.6
December 18, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.5.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Allow to run a separate compactor instance through a zerofs compactor command by @Barre in https://github.com/Barre/ZeroFS/pull/306 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.4...v0.22.5
December 15, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add zstd compression support with configurable levels (1-22) alongside lz4 by @Barre in https://github.com/Barre/ZeroFS/pull/297 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.2...v0.22.3
December 14, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Optimize encryption: use spawn_blocking only for chunks, channel-based scan decryption by @Barre in https://github.com/Barre/ZeroFS/pull/296 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.1...v0.22.2
December 12, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Large performance improvements with large configured in-memory cache sizes. Replace cache implementation by @Barre in https://github.com/Barre/ZeroFS/pull/294 Update documented filesystem size by @Barre in https://github.com/Barre/ZeroFS/pull/295 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.0...v0.22.1
December 12, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This release is not compatible with previous releases.
What’s Changed Non-trivial performance improvements on large filesystems. Use 10 bits per key in bloom filters by @Barre in https://github.com/Barre/ZeroFS/pull/290 Embed-inode-in-dir-scan by @Barre in https://github.com/Barre/ZeroFS/pull/291 Increase max sst size by @Barre in https://github.
December 10, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.21.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Various small improvements Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.21.0...v0.21.1
December 10, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.21.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This release is not compatible with previous releases.
What’s Changed Make prefetching less agressive by @Barre in https://github.com/Barre/ZeroFS/pull/285 Reorder key prefixes to reduce S3 requests for metadata scans by @Barre in https://github.com/Barre/ZeroFS/pull/286 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.20.1...v0.21.0
December 9, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.20.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix a race condition that could result in in out-of-date metadata under high-load. Remove a layer of cache by @Barre in https://github.com/Barre/ZeroFS/pull/280 Refactor by @Barre in https://github.com/Barre/ZeroFS/pull/281 Fix 9p flush handling by @Barre in https://github.com/Barre/ZeroFS/pull/282 Fix 9p compliance issues in Version and Walk by @Barre in https://github.
December 5, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.20.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This release is not compatible with previous releases.
What’s Changed Performance improvements, Implement fatrace-like command by @Barre in https://github.com/Barre/ZeroFS/pull/277 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.19.3...v0.20.0
December 5, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.19.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Various performance improvements. Exit process on fatal write errors to prevent a broken running state by @Barre in https://github.com/Barre/ZeroFS/pull/269 Reduce GC interval to 1 min instead of 10 mins by @Barre in https://github.com/Barre/ZeroFS/pull/270 Increase filter_bits_per_key by @Barre in https://github.com/Barre/ZeroFS/pull/274 Replace tarpc with tonic by @Barre in https://github.
December 3, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.19.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed 9p: Clamp count to fit response within negotiated msize by @Barre in https://github.com/Barre/ZeroFS/pull/264 Propagate chunk read errors instead of silently treating them as missing chunks by @Barre in https://github.com/Barre/ZeroFS/pull/266 Implement task shutdown by @Barre in https://github.com/Barre/ZeroFS/pull/267 Filter out old sequenced keys when flushing to L0 by @Barre in https://github.
December 2, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.19.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: this release is not compatible with previous releases
What’s Changed Large performance improvements. Number of hardlinks is now virtually unlimited. Fix race condition in rename by re-verifying source and target inside lock by @Barre in https://github.com/Barre/ZeroFS/pull/253 Fix duplicate d_off values in readdir by encoding .
November 30, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.18.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Various refactors and performance improvements Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.18.0...v0.18.1
November 27, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.18.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This version is not compatible with previous versions.
What’s Changed Implement checkpoint creation / management by @Barre in https://github.com/Barre/ZeroFS/pull/235 Refactor cloud provider env vars into Settings helper method by @Barre in https://github.com/Barre/ZeroFS/pull/231 Debug list keys command by @Barre in https://github.com/Barre/ZeroFS/pull/232 Update cache config root folder by @Barre in https://github.
November 23, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.17.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Increase disk cache part size by @Barre in https://github.com/Barre/ZeroFS/pull/228 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.17.1...v0.17.3
November 21, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.17.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This release is not compatible with the previous ZeroFS versions.
What’s Changed Add --read-only flag to use DbReader for read-only filesystem access by @Barre in https://github.com/Barre/ZeroFS/pull/215 Implement manual checkpoint management and cache invalidation for rea… by @Barre in https://github.com/Barre/ZeroFS/pull/216 Add configurable filesystem quota with max_size_gb option by @Barre in https://github.
August 3, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.6.7.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.6.6...v0.6.7
August 1, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.6.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix NBD trim inode encoding by @Barre in https://github.com/Barre/ZeroFS/pull/50 Fix inode availability calculation in fsstat by @Barre in https://github.com/Barre/ZeroFS/pull/52 Add uuid dependency for bucket identification Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.6.4...v0.6.5
July 31, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.6.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Shard cache to reduce contention by @Barre in https://github.com/Barre/ZeroFS/pull/48 Fix block cache allocation calculation Update Db configuration Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.6.3...v0.6.4
July 31, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Introduce PGO builds Remove read locks by @Barre in https://github.com/Barre/ZeroFS/pull/47 Increase block size to 256K Warning: This release storage format is not compatible with older releases.
Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.5.3...v0.6.0
July 30, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.5.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Make object store retry config more aggressive: 100 retries, 30min timeout, faster backoff
July 28, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.5.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix infinite loop when listing empty directories over 9p by @Barre in https://github.com/Barre/ZeroFS/pull/44 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.5.0...v0.5.1
July 27, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.4.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Implement filesystem statistics by @Barre in https://github.com/Barre/ZeroFS/pull/41 This release implements support for “statfs”, users can access the statistics by using df -h.
Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.3.2...v0.4.0
July 25, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.3.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.3.1...v0.3.2
July 25, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.3.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Refactor lock manager to not use a lock shard pool by @Barre in https://github.com/Barre/ZeroFS/pull/39 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.3.0...v0.3.1
July 22, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add bound checking on nlink operations by @Barre in https://github.com/Barre/ZeroFS/pull/30 Refactor NBD server by @Barre in https://github.com/Barre/ZeroFS/pull/31 Implement statistics and tombstone-based garbage collection by @Barre in https://github.com/Barre/ZeroFS/pull/32 Full Changelog: https://github.com/Barre/ZeroFS/compare/v1...v0.2.0