Re: [PATCH v6 2/8] btrfs: disable verity on encrypted inodes

From: David Sterba

Date: Thu Nov 13 2025 - 05:26:07 EST


On Wed, Nov 12, 2025 at 08:36:02PM +0100, Daniel Vacek wrote:
> From: Sweet Tea Dorminy <sweettea-kernel@xxxxxxxxxx>
>
> Right now there isn't a way to encrypt things that aren't either
> filenames in directories or data on blocks on disk with extent
> encryption, so for now, disable verity usage with encryption on btrfs.

Maybe mention that fscrypt + fsverity is possible and could be
implemented in the future.