public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
From: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
To: <ntfs3@lists.linux.dev>
Cc: LKML <linux-kernel@vger.kernel.org>, <linux-fsdevel@vger.kernel.org>
Subject: [PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
Date: Fri, 23 Sep 2022 15:00:46 +0300	[thread overview]
Message-ID: <91c21f32-cc6f-2c2e-ebf7-d1d738090aef@paragon-software.com> (raw)

[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



             reply	other threads:[~2022-09-23 12:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 12:00 Konstantin Komarov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91c21f32-cc6f-2c2e-ebf7-d1d738090aef@paragon-software.com \
    --to=almaz.alexandrovich@paragon-software.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ntfs3@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox