[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <91c21f32-cc6f-2c2e-ebf7-d1d738090aef@paragon-software.com>
Date: Fri, 23 Sep 2022 15:00:46 +0300
From: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To: <ntfs3@...ts.linux.dev>
CC: LKML <linux-kernel@...r.kernel.org>,
<linux-fsdevel@...r.kernel.org>
Subject: [PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
[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
Powered by blists - more mailing lists