From: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
To: <ntfs3@lists.linux.dev>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
<linux-fsdevel@vger.kernel.org>
Subject: [PATCH 00/10] Refactoring and bugfix
Date: Mon, 8 May 2023 16:35:04 +0400 [thread overview]
Message-ID: <b21a4bc9-166d-2631-d73b-cb4e802ff69e@paragon-software.com> (raw)
This series contains various fixes and refactoring for ntfs3.
The loading has been slightly revised.
Added support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label.
Konstantin Komarov (10):
fs/ntfs3: Correct checking while generating attr_list
fs/ntfs3: Fix ntfs_atomic_open
fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
fs/ntfs3: Alternative boot if primary boot is corrupted
fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()
fs/ntfs3: Code formatting
fs/ntfs3: Code refactoring
fs/ntfs3: Add ability to format new mft records with bigger/smaller
header
fs/ntfs3: Fix endian problem
fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and
/proc/fs/ntfs3/<dev>/label
fs/ntfs3/attrib.c | 2 +-
fs/ntfs3/attrlist.c | 3 +-
fs/ntfs3/bitmap.c | 10 +-
fs/ntfs3/file.c | 4 +-
fs/ntfs3/frecord.c | 54 +++++----
fs/ntfs3/fslog.c | 40 +++----
fs/ntfs3/fsntfs.c | 99 ++++++++++++----
fs/ntfs3/index.c | 20 ++--
fs/ntfs3/inode.c | 23 ++--
fs/ntfs3/lznt.c | 6 +-
fs/ntfs3/namei.c | 31 ++---
fs/ntfs3/ntfs.h | 117 +++++++++++--------
fs/ntfs3/ntfs_fs.h | 31 ++---
fs/ntfs3/record.c | 10 +-
fs/ntfs3/run.c | 4 +-
fs/ntfs3/super.c | 279 ++++++++++++++++++++++++++++++++++++++------
fs/ntfs3/xattr.c | 16 ++-
17 files changed, 516 insertions(+), 233 deletions(-)
next reply other threads:[~2023-05-08 12:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 12:35 Konstantin Komarov [this message]
2023-05-08 12:36 ` [PATCH 01/10] fs/ntfs3: Correct checking while generating attr_list Konstantin Komarov
2023-05-08 12:36 ` [PATCH 02/10] fs/ntfs3: Fix ntfs_atomic_open Konstantin Komarov
2023-05-08 12:36 ` [PATCH 03/10] fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted Konstantin Komarov
2023-05-08 12:37 ` [PATCH 04/10] fs/ntfs3: Alternative boot if primary boot " Konstantin Komarov
2023-05-08 12:38 ` [PATCH 05/10] fs/ntfs3: Do not update primary boot in ntfs_init_from_boot() Konstantin Komarov
2023-05-08 12:38 ` [PATCH 06/10] fs/ntfs3: Code formatting Konstantin Komarov
2023-05-08 12:38 ` [PATCH 07/10] fs/ntfs3: Code refactoring Konstantin Komarov
2023-05-08 12:39 ` [PATCH 08/10] fs/ntfs3: Add ability to format new mft records with bigger/smaller header Konstantin Komarov
2023-05-08 12:39 ` [PATCH 09/10] fs/ntfs3: Fix endian problem Konstantin Komarov
2023-05-08 12:40 ` [PATCH 10/10] fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label 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=b21a4bc9-166d-2631-d73b-cb4e802ff69e@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