Casefolding in F2FS
From: | Daniel Rosenberg <drosen-AT-google.com> | |
To: | Jaegeuk Kim <jaegeuk-AT-kernel.org>, Chao Yu <yuchao0-AT-huawei.com>, Jonathan Corbet <corbet-AT-lwn.net>, linux-f2fs-devel-AT-lists.sourceforge.net | |
Subject: | [PATCH v2 0/2] Casefolding in F2FS | |
Date: | Tue, 16 Jul 2019 20:14:06 -0700 | |
Message-ID: | <20190717031408.114104-1-drosen@google.com> | |
Cc: | linux-kernel-AT-vger.kernel.org, linux-doc-AT-vger.kernel.org, linux-fsdevel-AT-vger.kernel.org, kernel-team-AT-android.com, Daniel Rosenberg <drosen-AT-google.com> | |
Archive-link: | Article |
These patches are largely based on the casefolding patches for ext4 v2: Rebased patches again master, changed f2fs_msg to f2fs_info/f2fs_err Daniel Rosenberg (2): f2fs: include charset encoding information in the superblock f2fs: Support case-insensitive file name lookups fs/f2fs/dir.c | 133 ++++++++++++++++++++++++++++++++++++---- fs/f2fs/f2fs.h | 24 ++++++-- fs/f2fs/file.c | 10 ++- fs/f2fs/hash.c | 34 +++++++++- fs/f2fs/inline.c | 6 +- fs/f2fs/inode.c | 4 +- fs/f2fs/namei.c | 21 +++++++ fs/f2fs/super.c | 86 ++++++++++++++++++++++++++ include/linux/f2fs_fs.h | 9 ++- 9 files changed, 303 insertions(+), 24 deletions(-) -- 2.22.0.510.g264f2c817a-goog