[PATCH 0/5] fs/ntfs3: Some fixes and refactoring

Konstantin Komarov posted 5 patches 3 years, 9 months ago
fs/ntfs3/attrib.c  | 17 ++++++++++++++---
fs/ntfs3/frecord.c | 32 ++++++++++++++++++++------------
fs/ntfs3/fsntfs.c  |  9 ++++++---
fs/ntfs3/inode.c   | 12 +-----------
fs/ntfs3/namei.c   |  2 +-
fs/ntfs3/ntfs_fs.h |  5 +----
fs/ntfs3/record.c  | 22 ----------------------
fs/ntfs3/super.c   |  2 +-
8 files changed, 44 insertions(+), 57 deletions(-)
[PATCH 0/5] fs/ntfs3: Some fixes and refactoring
Posted by Konstantin Komarov 3 years, 9 months ago
5 patches with various fixes and refactoring:
- fix for fragmented case
- remove old code
- fix double locking
- hide internal function
- refactor function

Konstantin Komarov (5):
   fs/ntfs3: Fix very fragmented case in attr_punch_hole
   fs/ntfs3: Remove unused mi_mark_free
   fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free
   fs/ntfs3: Make static function attr_load_runs
   fs/ntfs3: Fill duplicate info in ni_add_name

  fs/ntfs3/attrib.c  | 17 ++++++++++++++---
  fs/ntfs3/frecord.c | 32 ++++++++++++++++++++------------
  fs/ntfs3/fsntfs.c  |  9 ++++++---
  fs/ntfs3/inode.c   | 12 +-----------
  fs/ntfs3/namei.c   |  2 +-
  fs/ntfs3/ntfs_fs.h |  5 +----
  fs/ntfs3/record.c  | 22 ----------------------
  fs/ntfs3/super.c   |  2 +-
  8 files changed, 44 insertions(+), 57 deletions(-)

-- 
2.37.0