From 61543d43e251ca88ac4b97d060c97ca1d27c9ce3 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Sat, 15 Mar 2025 10:53:50 +0100 Subject: [PATCH] btrfs-progs: docs: add FS_IOC_READ_VERITY_METADATA support As of bfcf6d04f8ee ("btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl") the kernel supports FS_IOC_READ_VERITY_METADATA for btrfs (6.14). Add that to the docs. Pull-request: #970 Signed-off-by: Allison Karlitskaya Signed-off-by: David Sterba --- Documentation/Interoperability.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Interoperability.rst b/Documentation/Interoperability.rst index 15d620f2..e9c86c51 100644 --- a/Documentation/Interoperability.rst +++ b/Documentation/Interoperability.rst @@ -28,6 +28,7 @@ The ioctls supported by btrfs: * `FS_IOC_ENABLE_VERITY `__ * `FS_IOC_MEASURE_VERITY `__ +* `FS_IOC_READ_VERITY_METADATA `__ See also: https://www.kernel.org/doc/html/latest/filesystems/fsverity.html