dwarfs-0.6.0
Features
-
Add support for cache tidying, which releases cache memory when the mounted file system is unused.
-
Section index support for speeding up mount times (fixes #48).
Bugfixes
-
Fix and simplify static builds as much as possible. Document how to set up a static build environment. This also fixes #75 and #54. Huge shoutout to Maxim Samsonov (@maxirmx) for implementing most of this!
-
Fix #71: driver hangs when unmounting
-
Fix #67: dwarfs I/O hangs if call to to
fuse_reply_iov
fails -
Fix #86: block size bits config issues
-
Various build fixes.