Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-ntfs3
Pull ntfs3 fixes from Konstantin Komarov: - memory leak - some logic errors, NULL dereferences - some code was refactored - more sanity checks * tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-ntfs3: fs/ntfs3: Avoid possible memory leak fs/ntfs3: Fix directory element type detection fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() fs/ntfs3: Fix OOB read in ntfs_init_from_boot fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() fs/ntfs3: Do not allow to change label if volume is read-only fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo fs/ntfs3: Refactoring and comments fs/ntfs3: Fix alternative boot searching fs/ntfs3: Allow repeated call to ntfs3_put_sbi fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super fs/ntfs3: fix deadlock in mark_as_free_ex fs/ntfs3: Add more attributes checks in mi_enum_attr() fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) fs/ntfs3: Write immediately updated ntfs state fs/ntfs3: Add ckeck in ni_update_parent()
Showing
- fs/ntfs3/attrib.c 5 additions, 7 deletionsfs/ntfs3/attrib.c
- fs/ntfs3/attrlist.c 13 additions, 2 deletionsfs/ntfs3/attrlist.c
- fs/ntfs3/bitmap.c 3 additions, 1 deletionfs/ntfs3/bitmap.c
- fs/ntfs3/dir.c 5 additions, 1 deletionfs/ntfs3/dir.c
- fs/ntfs3/file.c 2 additions, 2 deletionsfs/ntfs3/file.c
- fs/ntfs3/frecord.c 7 additions, 1 deletionfs/ntfs3/frecord.c
- fs/ntfs3/fslog.c 4 additions, 2 deletionsfs/ntfs3/fslog.c
- fs/ntfs3/fsntfs.c 8 additions, 11 deletionsfs/ntfs3/fsntfs.c
- fs/ntfs3/index.c 3 additions, 0 deletionsfs/ntfs3/index.c
- fs/ntfs3/inode.c 3 additions, 2 deletionsfs/ntfs3/inode.c
- fs/ntfs3/namei.c 3 additions, 3 deletionsfs/ntfs3/namei.c
- fs/ntfs3/ntfs.h 1 addition, 1 deletionfs/ntfs3/ntfs.h
- fs/ntfs3/ntfs_fs.h 2 additions, 2 deletionsfs/ntfs3/ntfs_fs.h
- fs/ntfs3/record.c 58 additions, 16 deletionsfs/ntfs3/record.c
- fs/ntfs3/super.c 74 additions, 30 deletionsfs/ntfs3/super.c
- fs/ntfs3/xattr.c 6 additions, 1 deletionfs/ntfs3/xattr.c
Loading
Please register or sign in to comment