[RESEND,v9,0/2] Minor cleanup for case insensitive path

Message ID 20240207064302.221060-1-eugen.hristev@collabora.com
Headers
Series Minor cleanup for case insensitive path |

Message

Eugen Hristev Feb. 7, 2024, 6:43 a.m. UTC
  Hello,

I am trying to respin the series here :
https://www.spinics.net/lists/linux-ext4/msg85081.html

To make it easier to apply I split it into smaller chunks which address
one single thing.
This series will just convert to qstr the storage of the filename
currently using fscrypt_str .

Gabriel Krisman Bertazi (2):
  ext4: Simplify the handling of cached insensitive names
  f2fs: Simplify the handling of cached insensitive names

 fs/ext4/ext4.h     |  2 +-
 fs/ext4/namei.c    | 23 ++++++++++----------
 fs/f2fs/dir.c      | 53 ++++++++++++++++++++++++++--------------------
 fs/f2fs/f2fs.h     | 16 +++++++++++++-
 fs/f2fs/recovery.c |  5 +----
 5 files changed, 58 insertions(+), 41 deletions(-)