mbox series

[f2fs-dev,RESEND,v9,0/3] Introduce case-insensitive string comparison helper

Message ID 20240208064334.268216-1-eugen.hristev@collabora.com (mailing list archive)
Headers show
Series Introduce case-insensitive string comparison helper | expand

Message

Eugen Hristev Feb. 8, 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 is based on top of the first series here:
https://marc.info/?l=linux-ext4&m=170728813912935&w=2

This series commonizes on the string comparison match for casefolded
strings.


Gabriel Krisman Bertazi (3):
  libfs: Introduce case-insensitive string comparison helper
  ext4: Reuse generic_ci_match for ci comparisons
  f2fs: Reuse generic_ci_match for ci comparisons

 fs/ext4/namei.c    | 91 ++++++++++++++--------------------------------
 fs/f2fs/dir.c      | 58 ++---------------------------
 fs/libfs.c         | 68 ++++++++++++++++++++++++++++++++++
 include/linux/fs.h |  4 ++
 4 files changed, 103 insertions(+), 118 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 Thu,  8 Feb 2024 08:43:31 +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 is based on top of the first series here:
> https://marc.info/?l=linux-ext4&m=170728813912935&w=2
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,RESEND,v9,1/3] libfs: Introduce case-insensitive string comparison helper
    (no matching commit)
  - [f2fs-dev,RESEND,v9,2/3] ext4: Reuse generic_ci_match for ci comparisons
    (no matching commit)
  - [f2fs-dev,RESEND,v9,3/3] f2fs: Reuse generic_ci_match for ci comparisons
    https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72

You are awesome, thank you!