From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D27B7C2D0DA for ; Thu, 26 Dec 2019 15:40:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A3E1B206A4 for ; Thu, 26 Dec 2019 15:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577374823; bh=U52JRgNxFt6kzbBceCrmFR55pAOS2KvvO+IkEw+2shY=; h=From:To:Subject:Date:List-ID:From; b=V/hxo5z2ctwmCyedeXTL8Z8bVxP60Pt0nhJFAHJqrYjmhLoQk9vXd/l0gbp+uGtAy gl2rsHCKn+pcCdICfAiNJyqNt/Qx+/1agkgKR3ZZCkvjk19qX0Id1WERF6IwRP7KWg LrpQKI5WJ/nwESrQgS5VDaAT23Txcp8/QtMv2nSk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726534AbfLZPkX (ORCPT ); Thu, 26 Dec 2019 10:40:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:47830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726513AbfLZPkX (ORCPT ); Thu, 26 Dec 2019 10:40:23 -0500 Received: from zzz.tds (h75-100-12-111.burkwi.broadband.dynamic.tds.net [75.100.12.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 985F8206A4 for ; Thu, 26 Dec 2019 15:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577374822; bh=U52JRgNxFt6kzbBceCrmFR55pAOS2KvvO+IkEw+2shY=; h=From:To:Subject:Date:From; b=JBY2Y1KiPR7Y6mn1cILHY34OqK/gEIyjxPoBz5yCTYYi+xhGjn6KFDNDtwHcGWUzM eOlfjpCZKXk0+I/iybyX40iCbFGPxPgcGuMTVzunCnj7ESOG1KDuU8fXtU+pszKqiV tON0Smg/wwC6Fq2FQ5zkjjtAeqwYtCgkdW67/YNg= From: Eric Biggers To: linux-ext4@vger.kernel.org Subject: [PATCH] docs: ext4.rst: add encryption and verity to features list Date: Thu, 26 Dec 2019 09:40:07 -0600 Message-Id: <20191226154007.4569-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Eric Biggers Mention encryption and verity in the ext4 features list. Signed-off-by: Eric Biggers --- Documentation/admin-guide/ext4.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/admin-guide/ext4.rst b/Documentation/admin-guide/ext4.rst index 9bc93f0ce0c9..9443fcef1876 100644 --- a/Documentation/admin-guide/ext4.rst +++ b/Documentation/admin-guide/ext4.rst @@ -92,6 +92,8 @@ Currently Available * efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force the ordering) * Case-insensitive file name lookups +* file-based encryption support (fscrypt) +* file-based verity support (fsverity) [1] Filesystems with a block size of 1k may see a limit imposed by the directory hash tree having a maximum depth of two. -- 2.24.1