linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH v2 0/2] Casefolding in F2FS
@ 2019-07-17  3:14 Daniel Rosenberg via Linux-f2fs-devel
  2019-07-17  3:14 ` [f2fs-dev] [PATCH v2 1/2] f2fs: include charset encoding information in the superblock Daniel Rosenberg via Linux-f2fs-devel
  2019-07-17  3:14 ` [f2fs-dev] [PATCH v2 2/2] f2fs: Support case-insensitive file name lookups Daniel Rosenberg via Linux-f2fs-devel
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Rosenberg via Linux-f2fs-devel @ 2019-07-17  3:14 UTC (permalink / raw)
  To: Jaegeuk Kim, Chao Yu, Jonathan Corbet, linux-f2fs-devel
  Cc: linux-fsdevel, kernel-team, linux-kernel, Daniel Rosenberg,
	linux-doc

These patches are largely based on the casefolding patches for ext4
v2: Rebased patches again master, changed f2fs_msg to f2fs_info/f2fs_err

Daniel Rosenberg (2):
  f2fs: include charset encoding information in the superblock
  f2fs: Support case-insensitive file name lookups

 fs/f2fs/dir.c           | 133 ++++++++++++++++++++++++++++++++++++----
 fs/f2fs/f2fs.h          |  24 ++++++--
 fs/f2fs/file.c          |  10 ++-
 fs/f2fs/hash.c          |  34 +++++++++-
 fs/f2fs/inline.c        |   6 +-
 fs/f2fs/inode.c         |   4 +-
 fs/f2fs/namei.c         |  21 +++++++
 fs/f2fs/super.c         |  86 ++++++++++++++++++++++++++
 include/linux/f2fs_fs.h |   9 ++-
 9 files changed, 303 insertions(+), 24 deletions(-)

-- 
2.22.0.510.g264f2c817a-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2019-07-19  2:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-17  3:14 [f2fs-dev] [PATCH v2 0/2] Casefolding in F2FS Daniel Rosenberg via Linux-f2fs-devel
2019-07-17  3:14 ` [f2fs-dev] [PATCH v2 1/2] f2fs: include charset encoding information in the superblock Daniel Rosenberg via Linux-f2fs-devel
2019-07-17  9:39   ` Chao Yu
2019-07-17  3:14 ` [f2fs-dev] [PATCH v2 2/2] f2fs: Support case-insensitive file name lookups Daniel Rosenberg via Linux-f2fs-devel
2019-07-17 10:11   ` Chao Yu
2019-07-18 21:31     ` Daniel Rosenberg via Linux-f2fs-devel
2019-07-19  2:01       ` Chao Yu

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