Message ID | 20241017-tonyk-tmpfs-v7-0-a9c056f8391f@igalia.com (mailing list archive) |
---|---|
Headers | show |
Series | tmpfs: Add case-insensitive support for tmpfs | expand |
André Almeida <andrealmeid@igalia.com> 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.
Em 18/10/2024 16:48, Gabriel Krisman Bertazi escreveu: > André Almeida <andrealmeid@igalia.com> 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. > Cool, thank you very much for the help with the review :)