Re: [PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs

From: Gabriel Krisman Bertazi
Date: Fri Oct 18 2024 - 15:48:32 EST


André Almeida <andrealmeid@xxxxxxxxxx> writes:

> Hi,
>
> This patchset adds support for case-insensitive file names lookups in
> tmpfs. The main difference from other casefold filesystems is that tmpfs
> has no information on disk, just on RAM, so we can't use mkfs to create a
> case-insensitive tmpfs. For this implementation, I opted to have a mount
> option for casefolding. The rest of the patchset follows a similar approach
> as ext4 and f2fs.

Hi André,

The series looks good to me now. Thanks for the changes. Let's see what
others think.

--
Gabriel Krisman Bertazi