Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp606861pxb; Thu, 5 Nov 2020 08:20:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJz3fn9zRC3ldUkcxW6+WK6AXnvM/0cYWzr/6M1T6kyvTSXtAzIxnX3H2PHZotXDMYr4rfjQ X-Received: by 2002:a17:906:d79a:: with SMTP id pj26mr3002909ejb.378.1604593251073; Thu, 05 Nov 2020 08:20:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604593251; cv=none; d=google.com; s=arc-20160816; b=WvufbDBdppNVgaxFZrfDm1ylP0AraoUKaHwNQjTBpAxakJ6dqvz1FhVCsfWDqm/OAh gcyRvaQMyClvdM8ZZH8R1aB6YJdqZuX15PD+AFTFk+CFsAqJx6DNSz9+sdtjAawAcFhO LU0YW/qmoMSNt9+op2AL2iwb+BvGeR8jdNsaUG6rpMnK5890VUmBh57W+rz1VI9ET2+m 9x+xWzqSovpDH3no2YYIt6QnWhiMp6NSTqWvI1N43C8qPMDBhwxcz56wWs0Fa/U/VklQ wYKUgAN6wzMbObdcua5fnblfhi3SM+EbNsTY66BoXt//iPgE2AhGN2wZpGMrkGsf/ot9 HRUg== 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=s2dFsIj0vYveMziAd6nw7TnMS0Ftl2trxYhFifN0l6I=; b=0pSzk1zX3/BoLvOaBY0t1GsOHXY13CkAaXOEtw7kVLbK4o4CY5Hsxh1QaD6iHSJ5wj WRvSNzpA3d/zOqR/TukIp/BTxYFVnkMitYNIv+0kLyQtMPONW9JWT2ludSWQIKLOWYt+ PQbHaYY6M2rePY64rP2c8V+2p0H+f97WPCY1Jo6ao2x961eL26oM7GoVqrDblKgiI0RI 2X8INN6emu0tP7rONHCnZjSEKj8ML0dUz9W411PF0Pqmv0zKDxsZ3g7HRa1EXPYCu1iR hWWJJjpL5k+h+qAiU2KafevR+RmfEcPNyckX2bHYPBU3WKGHJKNL39gKbvJaGsbrd22Z pK3g== 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 v13si2147320edl.492.2020.11.05.08.20.28; Thu, 05 Nov 2020 08:20:51 -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 S1726214AbgKEQSC (ORCPT + 99 others); Thu, 5 Nov 2020 11:18:02 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49742 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730429AbgKEQSB (ORCPT ); Thu, 5 Nov 2020 11:18:01 -0500 Received: from xps.home (unknown [IPv6:2a01:e35:2fb5:1510:4a7e:bc14:686e:75db]) (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 604E51F460D7; Thu, 5 Nov 2020 16:17:59 +0000 (GMT) From: Arnaud Ferraris To: linux-ext4@vger.kernel.org Cc: Gabriel Krisman Bertazi , Arnaud Ferraris Subject: [PATCH 10/11] e2fsck.8.in: Document check_encoding extended option Date: Thu, 5 Nov 2020 17:16:42 +0100 Message-Id: <20201105161642.87488-11-arnaud.ferraris@collabora.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201105161642.87488-1-arnaud.ferraris@collabora.com> References: <20201105161642.87488-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.28.0