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

From: Konstantin Komarov
Date: Mon Jul 03 2023 - 03:32:47 EST


This series contains various fixes and refactoring for ntfs3.
Added more checks in record.


Konstantin Komarov (8):
  fs/ntfs3: Add ckeck in ni_update_parent()
  fs/ntfs3: Write immediately updated ntfs state
  fs/ntfs3: Minor code refactoring and formatting
  fs/ntfs3: Don't allow to change label if volume is read-only
  fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
  fs/ntfs3: Add more attributes checks in mi_enum_attr()
  fs/ntfs3: fix deadlock in mark_as_free_ex
  fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super

 fs/ntfs3/attrlist.c | 15 +++++++--
 fs/ntfs3/bitmap.c   |  3 +-
 fs/ntfs3/frecord.c  |  6 ++++
 fs/ntfs3/fsntfs.c   | 19 +++++-------
 fs/ntfs3/namei.c    |  2 +-
 fs/ntfs3/ntfs.h     |  2 +-
 fs/ntfs3/ntfs_fs.h  |  2 ++
 fs/ntfs3/record.c   | 74 +++++++++++++++++++++++++++++++++++----------
 fs/ntfs3/super.c    | 38 +++++++++++++++++------
 fs/ntfs3/xattr.c    |  3 +-
 10 files changed, 121 insertions(+), 43 deletions(-)

--
2.34.1