mbox series

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

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

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(-)

Comments

patchwork-bot+f2fs@kernel.org July 24, 2024, 2:16 a.m. UTC | #1
Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Christian Brauner <brauner@kernel.org>:

On Wed,  7 Feb 2024 08:43:00 +0200 you wrote:
> 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 .
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,RESEND,v9,1/2] ext4: Simplify the handling of cached insensitive names
    https://git.kernel.org/jaegeuk/f2fs/c/f776f02a2c96
  - [f2fs-dev,RESEND,v9,2/2] f2fs: Simplify the handling of cached insensitive names
    (no matching commit)

You are awesome, thank you!