From bf2eb30e0c034031454ad0eaf4a0d62e08205cee Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 30 Jul 2024 18:48:55 +0200 Subject: [PATCH] btrfs-progs: docs: list supported fs-verity ioctls [ci skip] Signed-off-by: David Sterba --- Documentation/Interoperability.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Interoperability.rst b/Documentation/Interoperability.rst index 8b8d5220..d4472c54 100644 --- a/Documentation/Interoperability.rst +++ b/Documentation/Interoperability.rst @@ -24,6 +24,11 @@ The fs-verity is a support layer that filesystems can hook into to support transparent integrity and authenticity protection of read-only files. This requires a separate management utility :command:`fsverity`. +The ioctls supported by btrfs: + +* `FS_IOC_ENABLE_VERITY `__ +* `FS_IOC_MEASURE_VERITY `__ + See also: https://www.kernel.org/doc/html/latest/filesystems/fsverity.html