INFRA Signal 388
Linux 7.3 FSCRYPT cleanup paves way for Btrfs encryption and other features
Illustration only Photo by Aaron McLean on Unsplash
Linux 7.3 introduces a significant cleanup to the FSCRYPT file-system encryption framework, simplifying the codebase and enabling future feature additions such as Btrfs encryption support.
FSCRYPT currently provides per-directory transparent encryption for EXT4, F2FS, and CephFS, and this cleanup removes structural barriers that have apparently prevented extending that support to additional filesystems like Btrfs. Engineers working with encrypted filesystems on Linux should track what new capabilities become possible after this refactor lands.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Linux 7.3 includes an important cleanup of the FSCRYPT codebase to simplify it
The cleanup opens the door for new features including Btrfs encryption support
FSCRYPT currently provides per-directory transparent encryption for EXT4, F2FS, and CephFS
THE CLUSTER