[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d7c91201-5e09-5c06-3283-7887f5a5b7f1@paragon-software.com>
Date: Wed, 15 Feb 2023 17:33:28 +0400
From: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To: <ntfs3@...ts.linux.dev>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
<linux-fsdevel@...r.kernel.org>
Subject: [PATCH 00/11] fs/ntfs3: Bugfix and refactoring
This series contains various fixes and refactoring for ntfs3.
Added error output on failed mount. Reworked some other error messages.
Konstantin Komarov (11):
fs/ntfs3: Use bh_read to simplify code
fs/ntfs3: Remove noacsrules
fs/ntfs3: Fix ntfs_create_inode()
fs/ntfs3: Optimization in ntfs_set_state()
fs/ntfs3: Undo endian changes
fs/ntfs3: Undo critial modificatins to keep directory consistency
fs/ntfs3: Remove field sbi->used.bitmap.set_tail
fs/ntfs3: Changed ntfs_get_acl() to use dentry
fs/ntfs3: Code formatting and refactoring
fs/ntfs3: Add missed "nocase" in ntfs_show_options
fs/ntfs3: Print details about mount fails
Documentation/filesystems/ntfs3.rst | 11 --
fs/ntfs3/attrib.c | 17 +-
fs/ntfs3/bitmap.c | 22 +--
fs/ntfs3/file.c | 50 ++---
fs/ntfs3/frecord.c | 39 ++--
fs/ntfs3/fslog.c | 77 ++++----
fs/ntfs3/fsntfs.c | 73 +++----
fs/ntfs3/index.c | 58 +++---
fs/ntfs3/inode.c | 118 +++++------
fs/ntfs3/lznt.c | 10 +-
fs/ntfs3/namei.c | 9 +-
fs/ntfs3/ntfs_fs.h | 16 +-
fs/ntfs3/record.c | 9 +-
fs/ntfs3/run.c | 6 +-
fs/ntfs3/super.c | 291 ++++++++++++++++------------
fs/ntfs3/xattr.c | 64 +++---
16 files changed, 435 insertions(+), 435 deletions(-)
Powered by blists - more mailing lists