You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
fs-verity
About this tag
The fs-verity tag on WindowsForum.com covers discussions about the Linux kernel's fs-verity feature, which provides read-only file integrity verification using Merkle trees. Tagged content includes analysis of Btrfs read-only transaction hardening and related CVE fixes, such as CVE-2026-23214, which highlight edge cases in filesystem integrity and security. Topics involve kernel hardening, filesystem behavior during read-only mounts or shutdown, and the intersection of flexibility and security in copy-on-write filesystems like Btrfs. The tag is relevant for users interested in Linux kernel security, filesystem integrity, and vulnerability patching.
The Linux kernel’s Btrfs filesystem has always lived at an interesting intersection of flexibility and fragility: it is a copy-on-write filesystem built for snapshots, checksumming, and online recovery, yet it must also behave sensibly when the filesystem is damaged, mounted read-only, or being...