From: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
To: <ntfs3@lists.linux.dev>
Cc: <linux-kernel@vger.kernel.org>, <linux-fsdevel@vger.kernel.org>
Subject: [PATCH v2 0/3] Refactoring and bugfix
Date: Mon, 30 May 2022 19:36:52 +0300 [thread overview]
Message-ID: <6afbf4c7-825b-7148-b130-55f720857cb0@paragon-software.com> (raw)
There are 3 commits.
First - to improve code readability.
Second - bugfix for xfstest (fixing wrong logic).
Third - restructuring function logic so
we can restore inode in some error cases.
v2:
fixed patch 1/3 - fixed typo and improved code readability
Konstantin Komarov (3):
fs/ntfs3: Refactoring of indx_find function
fs/ntfs3: Fix double free on remount
fs/ntfs3: Refactor ni_try_remove_attr_list function
fs/ntfs3/frecord.c | 49 ++++++++++++++++++++++++++++++++++------------
fs/ntfs3/index.c | 25 +++++++++--------------
fs/ntfs3/record.c | 5 ++---
fs/ntfs3/super.c | 8 ++++----
4 files changed, 52 insertions(+), 35 deletions(-)
--
2.36.1
next reply other threads:[~2022-05-30 16:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-30 16:36 Konstantin Komarov [this message]
2022-05-30 16:39 ` [PATCH v2 1/3] fs/ntfs3: Refactoring of indx_find function Konstantin Komarov
2022-05-30 16:40 ` [PATCH v2 2/3] fs/ntfs3: Fix double free on remount Konstantin Komarov
2022-05-30 16:40 ` [PATCH v2 3/3] fs/ntfs3: Refactor ni_try_remove_attr_list function 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=6afbf4c7-825b-7148-b130-55f720857cb0@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;
as well as URLs for NNTP newsgroup(s).