Releases: threefoldtech/0-db-fs
Releases · threefoldtech/0-db-fs
v0.1.11
v0.1.10
Support read-only namespaces: zdbfs can connect read-only (write-protected) namespace to serve a read-only filesystem. There is no need to add -o ro
option to get the filesystem working but writing on the filesystem will cause Input/output error
(this won't have any impact). To avoid this, if you know you're connecting a read-only backend, just add -o ro
and filesystem will be mounted in read-only.
In addition, this release improve autons
feature with zdb
in mixed-mode to force sequential mode.
v0.1.9
v0.1.8
v0.1.7
This version include an critical fix and improve stability.
- Fix block deletion which would delete
block 0
and make filesystem not able to start again - Add statistics counter
- Add
ioctl
to fetch statistics on runtime - Improve debugging support
- Improve inode directory metadata sync with reality
- Make cache size configurable on runtime
v0.1.6
This version include an important fix and improve overall performance.
- Fix segmentation fault when renaming a file to another file already existing in another directory
- Improve cache lookup and time fetching, which improve global performance up to
9%
- Call cache cleanup more often (to improve temporary namespace cleanup call)
v0.1.5
v0.1.4
This is the first release which contains a fully static binary build.
Changes
- Fix a bug where fuse argument were not parsed correctly and lead to crash on some system (
musl
) - Enable fully static binary build
- Enable
backtrace
whenzdbfs
crash - Prepare some improvement regarding database header blocks