linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
@ 2024-02-08  6:43 Eugen Hristev
  2024-02-08  6:43 ` [RESEND PATCH v9 1/3] libfs: " Eugen Hristev
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Eugen Hristev @ 2024-02-08  6:43 UTC (permalink / raw)
  To: tytso, adilger.kernel, jaegeuk, chao, viro, brauner, linux-ext4,
	linux-f2fs-devel
  Cc: jack, linux-kernel, linux-fsdevel, kernel, eugen.hristev

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

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-07-24  2:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08  6:43 [RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper Eugen Hristev
2024-02-08  6:43 ` [RESEND PATCH v9 1/3] libfs: " Eugen Hristev
2024-02-08 18:38   ` Gabriel Krisman Bertazi
2024-02-09 10:30     ` Eugen Hristev
2024-02-09 14:40       ` Gabriel Krisman Bertazi
2024-02-13  4:44         ` Eugen Hristev
2024-02-13 16:09           ` Gabriel Krisman Bertazi
2024-02-08  6:43 ` [RESEND PATCH v9 2/3] ext4: Reuse generic_ci_match for ci comparisons Eugen Hristev
2024-02-08 18:42   ` Gabriel Krisman Bertazi
2024-02-08  6:43 ` [RESEND PATCH v9 3/3] f2fs: " Eugen Hristev
2024-07-24  2:16 ` [f2fs-dev] [RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper patchwork-bot+f2fs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).