Re: [f2fs-dev] [PATCH 0/4] f2fs: rework filename handling

2020-05-07 Thread Jaegeuk Kim
Hi Eric, Thank you so much for the hard work. :P Looks good to me in general, so let me kick off some tests. On 05/07, Eric Biggers wrote: > This patchset reworks f2fs's handling of filenames to make it much > easier to correctly implement all combinations of normal, encrypted, > casefolded, and

[f2fs-dev] [PATCH 0/4] f2fs: rework filename handling

2020-05-07 Thread Eric Biggers
This patchset reworks f2fs's handling of filenames to make it much easier to correctly implement all combinations of normal, encrypted, casefolded, and encrypted+casefolded directories. It also optimizes all filesystem operations to compute the dirhash and casefolded name only once, rather than