Releases: threefoldtech/0-db-fs
Releases · threefoldtech/0-db-fs
v0.1.1
Release
- Provide a production binary (linked against libfuse3, static crash)
Improvements
- Change lookup list search method, speedup search
Fixes
- Fix compilation issue on latest gcc
- Fix inconsistant read on hole files
Feature
- Implement a basic ioctl request for snapshot use later
Development
- Implement continuous tests
v0.1.0
First release
First working implementation tested, supporting mostly everything needed to get a usable filesystem.
Features
- Mostly all operations supported
- Able to extract and build a linux kernel on top on the filesystem
- Kernel checksum matches with native filesystem comparaison
- Rudimentary cache enabled by default
- Use 0-db as single backend
- No local storage needed
- 0-db queries optimization (avoid to grow up database quickly)
- Temporary namespace support to keep memory cache low
- Less than 10 MB memory usage when building the kernel