Skip to content

Releases: threefoldtech/0-db-fs

v0.1.1

19 Feb 08:21
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

23 Dec 10:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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