We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2323ff6 commit 3823efbCopy full SHA for 3823efb
Documentation/Interoperability.rst
@@ -24,6 +24,11 @@ The fs-verity is a support layer that filesystems can hook into to
24
support transparent integrity and authenticity protection of read-only
25
files. This requires a separate management utility :command:`fsverity`.
26
27
+The ioctls supported by btrfs:
28
+
29
+* `FS_IOC_ENABLE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-enable-verity>`__
30
+* `FS_IOC_MEASURE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-measure-verity>`__
31
32
See also:
33
https://www.kernel.org/doc/html/latest/filesystems/fsverity.html
34
0 commit comments