{"id":18253970,"url":"https://github.com/4ldo2/fal-rs","last_synced_at":"2025-07-12T07:33:22.156Z","repository":{"id":37179292,"uuid":"208522125","full_name":"4lDO2/fal-rs","owner":"4lDO2","description":"Filesystem abstraction layer","archived":false,"fork":false,"pushed_at":"2023-04-03T19:46:40.000Z","size":594,"stargazers_count":10,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-31T04:52:42.712Z","etag":null,"topics":["abstraction-layer","apfs","apfs-fuse","btrfs","ext2","ext2fs","filesystem","filesystem-api","filesystem-library","fuse","fuse-filesystem","redox","redox-os","rust","xfs"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4lDO2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-15T00:43:48.000Z","updated_at":"2025-03-28T01:20:33.000Z","dependencies_parsed_at":"2025-07-12T07:32:49.729Z","dependency_job_id":null,"html_url":"https://github.com/4lDO2/fal-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4lDO2/fal-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4lDO2%2Ffal-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4lDO2%2Ffal-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4lDO2%2Ffal-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4lDO2%2Ffal-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4lDO2","download_url":"https://codeload.github.com/4lDO2/fal-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4lDO2%2Ffal-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958188,"owners_count":23689010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abstraction-layer","apfs","apfs-fuse","btrfs","ext2","ext2fs","filesystem","filesystem-api","filesystem-library","fuse","fuse-filesystem","redox","redox-os","rust","xfs"],"created_at":"2024-11-05T10:09:28.158Z","updated_at":"2025-07-12T07:33:22.130Z","avatar_url":"https://github.com/4lDO2.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fal-rs, a filesystem abstraction layer\n![build status](https://gitlab.com/4lDO2/fal-rs/badges/master/pipeline.svg)\n\nAllows backends (like ext2, apfs, btrfs, xfs etc.) to communicate with the frontends (currently including only FUSE and Redox), by implementing the `Filesystem` and `FilesystemMut` traits.\n\n# Features implemented\n## Backends\n- ext2/ext3/ext4: Read-only (+writing metadata, but I haven't checked if this actually works in a while). Ext2 filesystems can be read in quite an error-free way, whereas ext4 should be _mostly_ working.\n- apfs: Read-only (everything isn't implemented to fully cover the limited spec provided by Apple, however reading files and listing directories is implemented)\n- btrfs: WIP (reading B-trees is implemented, and probably error-free)\n- xfs: TODO\n- f2fs: TODO\n\n## Frontends\n- FUSE: Read-only access to files and directories, including metadata.\n- Redox: Same as FUSE.\n- Linux kernel modules: TODO\n- macOS kexts: TODO\n\n# TODO\n- [ ] Create/use a proper parsing library. `scroll` is currently used in `fal-backend-ext4`, but some structs need manual parsing.\n- [ ] Optimizations\n- [ ] Testing, which requires either storing binary fs images in the repo, or depending on the system's mkfs. There is a limited test suite, but it has to be expanded and improved.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ldo2%2Ffal-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4ldo2%2Ffal-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ldo2%2Ffal-rs/lists"}