Skip to content

dwarfs-0.6.0

Compare
Choose a tag to compare
@mhx mhx released this 11 Jun 20:15
· 2106 commits to main since this release

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.