Return-Path: Received: from bhuna.collabora.co.uk ([46.235.227.227]:44562 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727291AbeK0JQC (ORCPT ); Tue, 27 Nov 2018 04:16:02 -0500 From: Gabriel Krisman Bertazi To: tytso@mit.edu Cc: kernel@collabora.com, linux-ext4@vger.kernel.org, Gabriel Krisman Bertazi Subject: [PATCH v3 09/12] ext4.5: Add fname_encoding feature to ext4 man page Date: Mon, 26 Nov 2018 17:19:46 -0500 Message-Id: <20181126221949.12172-10-krisman@collabora.com> In-Reply-To: <20181126221949.12172-1-krisman@collabora.com> References: <20181126221949.12172-1-krisman@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-ext4-owner@vger.kernel.org List-ID: Signed-off-by: Gabriel Krisman Bertazi --- misc/ext4.5.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/misc/ext4.5.in b/misc/ext4.5.in index 8f4c4f51ea85..98c7b1313ab6 100644 --- a/misc/ext4.5.in +++ b/misc/ext4.5.in @@ -151,6 +151,16 @@ can be specified using the .B \-G option. .TP +.B fname_encoding +.br +This ext4 feature provides file system-level character encoding support +for files and directories name. This feature is name-preserving on the +disk, but it allows applications to lookup for a file in the file system +using any encoding equivalent version of the file name. + +This feature is required to perform in-kernel case-insensitive file +name lookups. +.TP .B has_journal .br Create a journal to ensure filesystem consistency even across unclean -- 2.19.2