This series contains various fixes and refactoring for ntfs3. Konstantin Komarov (5): fs/ntfs3: Add null pointer checks fs/ntfs3: Improved checking of attribute's name length fs/ntfs3: Check for extremely large size of $AttrDef fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr fs/ntfs3: Refactoring of various minor issues fs/ntfs3/bitmap.c | 3 ++- fs/ntfs3/frecord.c | 2 +- fs/ntfs3/fsntfs.c | 22 ++++++++++++++-------- fs/ntfs3/index.c | 10 ++++++---- fs/ntfs3/inode.c | 8 +++++++- fs/ntfs3/namei.c | 2 +- fs/ntfs3/ntfs.h | 3 --- fs/ntfs3/record.c | 5 +++++ fs/ntfs3/super.c | 10 +++++++++- 9 files changed, 45 insertions(+), 20 deletions(-) -- 2.34.1