From 5f1e5f5e8863f5faab631db3c0b9c5cb50dd3b7f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 20 Sep 2019 14:29:53 -0700 Subject: [PATCH] tune2fs.8: document the verity feature Signed-off-by: Eric Biggers Signed-off-by: Theodore Ts'o --- misc/tune2fs.8.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index b60db6e..f7c7d42 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -631,6 +631,11 @@ keep a high watermark for the unused inodes in a filesystem, to reduce time. The first e2fsck run after enabling this feature will take the full time, but subsequent e2fsck runs will take only a fraction of the original time, depending on how full the file system is. +.TP +.B verity +Enable support for verity protected files. +.B Tune2fs +currently only supports setting this filesystem feature. .RE .IP After setting or clearing -- 1.8.3.1