On Mon, Jun 17, 2019 at 03:02:40PM -0400, Gabriel Krisman Bertazi wrote: > Temporarily cache a casefolded version of the file name under lookup in > ext4_filename, to avoid repeatedly casefolding it. I got up to 30% > speedup on lookups of large directories (>100k entries), depending on > the length of the string under lookup. > > v2: > - Dinamically allocate space for the casefolded version. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> Thanks, applied. - Ted