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

Konstantin Komarovc posted 8 patches 2 years, 2 months ago
There is a newer version of this series
fs/ntfs3/attrib.c  | 12 ++++----
fs/ntfs3/bitmap.c  |  1 +
fs/ntfs3/file.c    |  4 +--
fs/ntfs3/frecord.c |  2 +-
fs/ntfs3/inode.c   |  5 ++--
fs/ntfs3/namei.c   |  6 ++--
fs/ntfs3/ntfs.h    |  2 +-
fs/ntfs3/ntfs_fs.h |  2 --
fs/ntfs3/record.c  |  6 ++++
fs/ntfs3/super.c   | 71 +++++++++++++++++++++++++++++++---------------
10 files changed, 70 insertions(+), 41 deletions(-)
[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
Posted by Konstantin Komarovc 2 years, 2 months ago
This series contains various fixes and refactoring for ntfs3.
Added more info into /proc/fs/ntfs3/<dev>/volinfo

Konstantin Komarov (8):
   fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime
   fs/ntfs3: Allow repeated call to ntfs3_put_sbi
   fs/ntfs3: Fix alternative boot searching
   fs/ntfs3: Refactoring and comments
   fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo
   fs/ntfs3: Do not allow to change label if volume is read-only
   fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
   fs/ntfs3: Fix NULL pointer dereference on error in
     attr_allocate_frame()

  fs/ntfs3/attrib.c  | 12 ++++----
  fs/ntfs3/bitmap.c  |  1 +
  fs/ntfs3/file.c    |  4 +--
  fs/ntfs3/frecord.c |  2 +-
  fs/ntfs3/inode.c   |  5 ++--
  fs/ntfs3/namei.c   |  6 ++--
  fs/ntfs3/ntfs.h    |  2 +-
  fs/ntfs3/ntfs_fs.h |  2 --
  fs/ntfs3/record.c  |  6 ++++
  fs/ntfs3/super.c   | 71 +++++++++++++++++++++++++++++++---------------
  10 files changed, 70 insertions(+), 41 deletions(-)

-- 
2.34.1