Skip to content

dwarfs-0.7.0-RC6

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhx mhx released this 09 Jul 19:31
· 1785 commits to main since this release

Features

  • Support delayed loading of WinFsp DLL for universal binary. This makes the mkdwarfs, dwarfsck and dwarfsextract tools of the universal binary usable without the WinFsp DLL.

Performance

  • Optimized the offset cache to improve random read latency as well as sequential read latency. This gave a 100x higher throughput for a case where DwarFS was used to compress raw file system images. Fixes github #142.

Bugfixes

  • Fixed building with make instead of ninja. Also fix builing in Debug mode. Fixes github #146.
  • Fixed ninja clean.
  • Fixed symlink creation for mount.dwarfs/mount.dwarfs2.

Other

  • Added CI pipeline.
  • Don't write versioning files to source tree.