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

Message ID 7c217d7d-6ee4-4603-b5f1-ebe7b68cf430@paragon-software.com
Headers
Series fs/ntfs3: Bugfix and refactoring |

Message

Konstantin Komarov Sept. 26, 2023, 9:54 a.m. UTC
  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(-)