[PATCH 0/4] fs/ntfs3: Bugfix and refactoring

Konstantin Komarov posted 4 patches 3 years, 5 months ago
There is a newer version of this series
fs/ntfs3/attrib.c  |  34 ++-------------
fs/ntfs3/bitfunc.c |   4 +-
fs/ntfs3/bitmap.c  | 100 +++++++++++++++++++++++++--------------------
fs/ntfs3/dir.c     |   4 +-
fs/ntfs3/frecord.c |   3 +-
fs/ntfs3/fsntfs.c  |  33 +--------------
fs/ntfs3/namei.c   |  13 +++---
fs/ntfs3/ntfs_fs.h |  13 +++---
8 files changed, 77 insertions(+), 127 deletions(-)
[PATCH 0/4] fs/ntfs3: Bugfix and refactoring
Posted by Konstantin Komarov 3 years, 5 months ago
[PATCH 0/4] fs/ntfs3: Bugfix and refactoring

First part of fixes and refactoring for ntfs3.
These patches must be applied after series
"fs/ntfs3: Fixes for big endian systems", that was missed by me.

Konstantin Komarov (4):
   fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoring
   fs/ntfs3: Fix sparse problems
   fs/ntfs3: Remove unused functions
   fs/ntfs3: Simplify ntfs_update_mftmirr function

  fs/ntfs3/attrib.c  |  34 ++-------------
  fs/ntfs3/bitfunc.c |   4 +-
  fs/ntfs3/bitmap.c  | 100 +++++++++++++++++++++++++--------------------
  fs/ntfs3/dir.c     |   4 +-
  fs/ntfs3/frecord.c |   3 +-
  fs/ntfs3/fsntfs.c  |  33 +--------------
  fs/ntfs3/namei.c   |  13 +++---
  fs/ntfs3/ntfs_fs.h |  13 +++---
  8 files changed, 77 insertions(+), 127 deletions(-)

-- 
2.37.0