You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a filesystem with mkfs.btrfs --rootdir, it would be nice to check if the incoming files have fs-verity enabled on them, and if so, to enable it in the created filesystem.
It's possible to use FS_IOC_READ_VERITY_METADATA to copy the data out of the running kernel, avoiding the need to redo all the calculations (although it may be useful to have this code anyway, to share with fs-verity verification in btrfs check).
The text was updated successfully, but these errors were encountered:
When creating a filesystem with
mkfs.btrfs --rootdir
, it would be nice to check if the incoming files have fs-verity enabled on them, and if so, to enable it in the created filesystem.It's possible to use
FS_IOC_READ_VERITY_METADATA
to copy the data out of the running kernel, avoiding the need to redo all the calculations (although it may be useful to have this code anyway, to share with fs-verity verification inbtrfs check
).The text was updated successfully, but these errors were encountered: