Conversation
yasithdev
force-pushed
the
feat/fuse-remotefs
branch
from
February 3, 2026 19:12
6527a7f to
ff4765d
Compare
yasithdev
force-pushed
the
feat/fuse-remotefs
branch
from
February 3, 2026 21:39
ff4765d to
79c00ee
Compare
- Simplified command flags for `publish` and `mount` by removing redundant options and improving naming conventions. - Updated `compose.yml` to reflect changes in command syntax. - Revised README to clarify usage instructions and requirements. - Removed outdated TODO file and improved comments across the codebase for better maintainability.
- Added new benchmark results for the dev-cs-portal environment, including performance metrics for FUSE passthrough. - Updated benchmark report to reflect changes in test environments and access methods, emphasizing the new passthrough feature. - Introduced new scripts and modifications to existing scripts to support passthrough benchmarking and caching options. - Enhanced visualization scripts to include passthrough results in summary tables and charts. - Updated command-line options for mounting to include passthrough and caching configurations.
…etails - Updated .gitignore to include benchmark temporary files and proto generated files. - Added LICENSE file with BSD 3-Clause License. - Enhanced README with detailed performance metrics, features, and usage instructions for RemoteFS. - Removed STATUS.md as it is no longer needed. - Updated benchmark report and results for clarity and accuracy.
…ts and performance metrics - Changed data consistency description in README from "100% data consistency" to "bounded-staleness consistency" with a ~1 second validation interval. - Updated benchmark results in README and BENCHMARK_REPORT.md to reflect new performance metrics, including throughput improvements and cache benefits. - Revised cache consistency section to clarify the new mtime validation process and its impact on staleness. - Adjusted benchmark summary and CSV files to include updated performance data across various file sizes and environments.
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.
compose.ymlfor publish and remote services.Dockerfilefor building the Go application.cmd/remotefsfor publishing and mounting directories.internal/export.NOTE: