linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [PATCH 00/11] e2fsprogs: improve case-insensitive fs support
Date: Fri, 6 Nov 2020 10:18:06 -0800	[thread overview]
Message-ID: <20201106181806.GA79496@sol.localdomain> (raw)
In-Reply-To: <20201105161642.87488-1-arnaud.ferraris@collabora.com>

On Thu, Nov 05, 2020 at 05:16:32PM +0100, Arnaud Ferraris wrote:
> Hello,
> 
> This patch series improves e2fsprogs for case-insensitive filesystems.
> 
> First, it allows tune2fs to enable the 'casefold' feature on existing
> filesystems.
> 
> Then, it improves e2fsck by allowing it to:
> - fix entries containing invalid UTF-8 characters
> - detect duplicated entries
> 
> By default, invalid filenames are only checked when strict mode is enabled.
> A new option is therefore added to allow the user to force this verification.
> 
> This series has been tested by running xfstests, and by manually corrupting
> the test filesystem using debugfs as well.
> 
> Best regards,
> Arnaud

Can you Cc "Daniel Rosenberg <drosen@google.com>" on future versions of this?
I'm not sure whether he's subscribed to linux-ext4.

Thanks!

- Eric

  parent reply	other threads:[~2020-11-06 18:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 16:16 [PATCH 00/11] e2fsprogs: improve case-insensitive fs support Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 01/11] tune2fs: Allow enabling casefold feature after fs creation Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 02/11] tune2fs: Fix casefold+encrypt error message Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 03/11] ext2fs: Add method to validate casefolded strings Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 04/11] ext2fs: Implement faster CI comparison of strings Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 05/11] e2fsck: Fix entries with invalid encoded characters Arnaud Ferraris
2020-11-06 18:22   ` Eric Biggers
2020-11-05 16:16 ` [PATCH 06/11] e2fsck: Support casefold directories when rehashing Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 07/11] dict: Support comparison with context Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 08/11] e2fsck: Detect duplicated casefolded direntries for rehash Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 09/11] e2fsck: Add option to force encoded filename verification Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 10/11] e2fsck.8.in: Document check_encoding extended option Arnaud Ferraris
2020-11-05 16:16 ` [PATCH 11/11] tests: f_bad_fname: Test fixes of invalid filenames and duplicates Arnaud Ferraris
2020-11-06 18:18 ` Eric Biggers [this message]
2020-11-20 12:22   ` [PATCH 00/11] e2fsprogs: improve case-insensitive fs support Arnaud Ferraris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201106181806.GA79496@sol.localdomain \
    --to=ebiggers@kernel.org \
    --cc=arnaud.ferraris@collabora.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).