Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4863065pxu; Thu, 10 Dec 2020 07:16:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJymjF1lf3IlbspD3R8BBy04CiQod+w4Ybz1e3pJqEu3WU42QXr6Je5KYRRKB+Wfowv3/h2Y X-Received: by 2002:a50:f307:: with SMTP id p7mr7249988edm.368.1607613397190; Thu, 10 Dec 2020 07:16:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607613397; cv=none; d=google.com; s=arc-20160816; b=JyO3tkBRVTrmLjENtiAYq0wstOdJeCfWwIdOeOTar0zikDcACxqa/RKTaRL2ty0D8O thrrgYov5Fk8toEqkbBJoZ4fuvKH1TSw+6/4eVAj9DK9PZZy2xsavD1lzB+gcVOBdi55 DdA4CruywYODDY+CsEVzHoNF/SR403c/ZrUz05l0MTO5Qu0jiZiKbDxAlG1Rsq6zbedT wWF7p3AiZvaxNsqzu14f0W6t8SvSNgU42CJoP41oYCiyJf9j1qgMs8j8voFBTK8xxfZp 1OyucCG0r3iWWgYzTA0rUnaSPKgDtMK7bNH8thlTJf2yyEzvpVFnDykaE9+JH+1tIDrk uy3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=DMwDmN52EGFmF2A0BfzKoAeNm7IkTsjeAPtzE2zDuYw=; b=MvMgU652aM3ssr6UK53GV03AGSAmxJmRo1YJpW01gFobBoa7sBv7ysI1RACtNbbfjv /6Zi1+iQ1lRl1PCr4URzN/+soBcZfdJ5V9o5UGEdspsC/pUQkSLXhD/NsPdTdIhRl0v2 8m59KOFC2SO9p7DEf0v5u+/sxVSHscAaE6boVLk7o3apaXDJ+n0at2hATljnnQGvlCM5 qR7UUg+G6saBrFOJbQG+iT0dMpY9qWQWhijrDLFg5JzGlPjKhmVAsOPieuMhwORepdQX VctY7r+7WNGgQ4fPFm5hw5tPvhAiro6f+wtCks/BJQMTgXnurcw44PApZUQ+sP6ZqR4r VF9g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s1si2588407ejq.292.2020.12.10.07.16.13; Thu, 10 Dec 2020 07:16:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388867AbgLJPFO (ORCPT + 99 others); Thu, 10 Dec 2020 10:05:14 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49154 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388924AbgLJPEs (ORCPT ); Thu, 10 Dec 2020 10:04:48 -0500 Received: from xps.home (unknown [IPv6:2a01:e35:2fb5:1510:1626:c942:e0f1:c77c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: aferraris) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id D60A11F458EF; Thu, 10 Dec 2020 15:04:04 +0000 (GMT) From: Arnaud Ferraris To: linux-ext4@vger.kernel.org Cc: drosen@google.com, krisman@collabora.com, ebiggers@kernel.org, tytso@mit.edu, Arnaud Ferraris Subject: [PATCH RESEND v2 11/12] e2fsck.8.in: Document check_encoding extended option Date: Thu, 10 Dec 2020 16:03:52 +0100 Message-Id: <20201210150353.91843-12-arnaud.ferraris@collabora.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201210150353.91843-1-arnaud.ferraris@collabora.com> References: <20201210150353.91843-1-arnaud.ferraris@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Gabriel Krisman Bertazi Signed-off-by: Gabriel Krisman Bertazi Signed-off-by: Arnaud Ferraris --- e2fsck/e2fsck.8.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 4e3890b2..019a34ec 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -267,6 +267,10 @@ Only fix damaged metadata; do not optimize htree directories or compress extent trees. This option is incompatible with the -D and -E bmap2extent options. .TP +.BI check_encoding +Force verification of encoded filenames in case-insensitive directories. +This is the default mode if the filesystem has the strict flag enabled. +.TP .BI unshare_blocks If the filesystem has shared blocks, with the shared blocks read-only feature enabled, then this will unshare all shared blocks and unset the read-only -- 2.29.2