Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1523155pxu; Fri, 27 Nov 2020 09:04:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJwq0IJ1pGFIAg75wfaCyqxLt+EPZnheZfJlnLQGrdJ1seYplc+a9WfSpxc7zPyHs0MSKfoR X-Received: by 2002:a17:906:1148:: with SMTP id i8mr8669245eja.233.1606496663846; Fri, 27 Nov 2020 09:04:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606496663; cv=none; d=google.com; s=arc-20160816; b=YcB4F6ordoI3pmYPNLBFnLCbAIh1528gZ2OocvaBSdk0SdclZPK4IZamyLJqRSnJPu QvXnCbWHSFSdbiAD4sYyX9N1hCULx6qWdZuGkY6QNafGmXYZW31LYu6iqfM8Z/UZ7xXd 5o5Ejj0UzHJ+d9dLR0mbOWx/PY1ef/Ks3TL2928usrp39opMVaxSEvd/0735BZoFgMdQ ZumKr6EwC20Xcb5n58QhlaqkM/fprq2k7EPrz2OQx/+Q1QlViW4kTazli8BDN+e891QR WEdTiR3iDEpDP0bd1t58ZVIOQqrKfF+/rsMpxk8CPwIM3rh3ThslQARA1CZcrUF0j340 SZ8w== 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=hFZzddgvMiHvjAKpzHrMVA2n+T+i2bAmAodCyyYgvMXwzo7AwSuUGsZygecei2J7/o FC0NsAgzGjvY74f57bZcxJXkYrxe6hH431A3PHQo9gt0z0ROpIPJqTOCvOT7bXpyCWDY /KUtLXrsDSI1nATteourBkDxNWLL8/XYRlc0Ptqh7ApxQwTA76a6tccwBgPUXolHihJU N7Ukwn/xVD8Ua6/HausSWpqiK9SIA9PeagzAveO3WNUvguC+kRY2CY6+NqrUz2QwD1Yb VCCHHJmAIUl9unmux1t65kh4gKi6lUa+OuCsyEn2DScjOKNSDCBBgJr2Zo2ZrwlTA9a3 VVRA== 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 lw7si5574317ejb.149.2020.11.27.09.03.59; Fri, 27 Nov 2020 09:04:23 -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 S1732114AbgK0RBk (ORCPT + 99 others); Fri, 27 Nov 2020 12:01:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732117AbgK0RBk (ORCPT ); Fri, 27 Nov 2020 12:01:40 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3766C0613D1 for ; Fri, 27 Nov 2020 09:01:39 -0800 (PST) Received: from xps.home (unknown [IPv6:2a01:e35:2fb5:1510:5a64:74b8:f3be:d972]) (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 666D51F4462E; Fri, 27 Nov 2020 17:01:38 +0000 (GMT) From: Arnaud Ferraris To: linux-ext4@vger.kernel.org Cc: Daniel Rosenberg , Gabriel Krisman Bertazi , Arnaud Ferraris Subject: [PATCH v2 11/12] e2fsck.8.in: Document check_encoding extended option Date: Fri, 27 Nov 2020 18:01:15 +0100 Message-Id: <20201127170116.197901-12-arnaud.ferraris@collabora.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201127170116.197901-1-arnaud.ferraris@collabora.com> References: <20201127170116.197901-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