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

Eugen Hristev posted 2 patches 2 years ago
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(-)
[RESEND PATCH v9 0/2] Minor cleanup for case insensitive path
Posted by Eugen Hristev 2 years ago
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(-)

-- 
2.34.1