0.1.1 — 2026-06-14
Fixes a bug where freshly formatted volumes mounted read-only.
- Formatted volumes are writable again. The checksum-seed safety check
now only forces read-only when a volume actually carries metadata
checksums (metadata_csum). lwext4's mkfs sets thecsum_seedflag
withoutmetadata_csum, which tripped the old check — so every
newfs_fskit-formatted volume (and the benchmark images) wrongly mounted
read-only. Volumes whose UUID was changed after format are still protected. - Benchmark images now get a real UUID, and the test harness gained a
--csumcheck that guards both directions of this policy.