public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
@ 2022-09-23 12:00 Konstantin Komarov
  2022-09-23 12:02 ` [PATCH 1/2] fs/ntfs3: Add option "nocase" Konstantin Komarov
  2022-09-23 12:04 ` [PATCH 2/2] fs/ntfs3: Rename variables and add comment Konstantin Komarov
  0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Komarov @ 2022-09-23 12:00 UTC (permalink / raw)
  To: ntfs3; +Cc: LKML, linux-fsdevel

[PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring

Added another option that may be useful to users.
I've noticed in fslog.c some linebreaks, that can be fixed with
renaming, so I've done it in second commit.

Konstantin Komarov (2):
   fs/ntfs3: Add option "nocase"
   fs/ntfs3: Rename variables and add comment

  fs/ntfs3/frecord.c |   1 +
  fs/ntfs3/fslog.c   |  24 ++++----
  fs/ntfs3/index.c   |   2 +-
  fs/ntfs3/namei.c   | 139 +++++++++++++++++++++++++++++++++++++++++++++
  fs/ntfs3/ntfs_fs.h |   4 ++
  fs/ntfs3/super.c   |   6 ++
  fs/ntfs3/upcase.c  |  12 ++++
  7 files changed, 174 insertions(+), 14 deletions(-)

-- 
2.37.0



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

end of thread, other threads:[~2022-09-23 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-23 12:00 [PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring Konstantin Komarov
2022-09-23 12:02 ` [PATCH 1/2] fs/ntfs3: Add option "nocase" Konstantin Komarov
2022-09-23 12:04 ` [PATCH 2/2] fs/ntfs3: Rename variables and add comment Konstantin Komarov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox