[PATCH 00/11] fs/ntfs3: Bugfix and refactoring

Konstantin Komarov posted 11 patches 2 years, 6 months ago
There is a newer version of this series
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(-)
[PATCH 00/11] fs/ntfs3: Bugfix and refactoring
Posted by Konstantin Komarov 2 years, 6 months ago
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(-)