Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux-ntfs3
Pull ntfs3 updates from Konstantin Komarov: "Fixes: - reusing of the file index (could cause the file to be trimmed) - infinite dir enumeration - taking DOS names into account during link counting - le32_to_cpu conversion, 32 bit overflow, NULL check - some code was refactored Changes: - removed max link count info display during driver init Remove: - atomic_open has been removed for lack of use" * tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux-ntfs3: fs/ntfs3: Break dir enumeration if directory contents error fs/ntfs3: Fix case when index is reused during tree transformation fs/ntfs3: Mark volume as dirty if xattr is broken fs/ntfs3: Always make file nonresident on fallocate call fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode fs/ntfs3: Use variable length array instead of fixed size fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow fs/ntfs3: Check 'folio' pointer for NULL fs/ntfs3: Missed le32_to_cpu conversion fs/ntfs3: Remove max link count info display during driver init fs/ntfs3: Taking DOS names into account during link counting fs/ntfs3: remove atomic_open fs/ntfs3: use kcalloc() instead of kzalloc()
Showing
- fs/ntfs3/attrib.c 32 additions, 0 deletionsfs/ntfs3/attrib.c
- fs/ntfs3/dir.c 1 addition, 0 deletionsfs/ntfs3/dir.c
- fs/ntfs3/file.c 9 additions, 0 deletionsfs/ntfs3/file.c
- fs/ntfs3/frecord.c 1 addition, 1 deletionfs/ntfs3/frecord.c
- fs/ntfs3/fslog.c 3 additions, 2 deletionsfs/ntfs3/fslog.c
- fs/ntfs3/index.c 6 additions, 0 deletionsfs/ntfs3/index.c
- fs/ntfs3/inode.c 26 additions, 20 deletionsfs/ntfs3/inode.c
- fs/ntfs3/namei.c 8 additions, 113 deletionsfs/ntfs3/namei.c
- fs/ntfs3/ntfs.h 1 addition, 1 deletionfs/ntfs3/ntfs.h
- fs/ntfs3/ntfs_fs.h 5 additions, 5 deletionsfs/ntfs3/ntfs_fs.h
- fs/ntfs3/record.c 2 additions, 9 deletionsfs/ntfs3/record.c
- fs/ntfs3/super.c 0 additions, 2 deletionsfs/ntfs3/super.c
- fs/ntfs3/xattr.c 4 additions, 1 deletionfs/ntfs3/xattr.c
Please register or sign in to comment