Merge tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux-ntfs3
Pull ntfs3 updates from Konstantin Komarov: "New code: - simple fileattr support Fixes: - transform resident to nonresident for compressed files - the format of the "nocase" mount option - getting file type - many other internal bugs Refactoring: - remove unused functions and macros - partial transition from page to folio (suggested by Matthew Wilcox) - legacy ntfs support" * tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux-ntfs3: (42 commits) fs/ntfs3: Fix formatting, change comments, renaming fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed fs/ntfs3: Implement simple fileattr fs/ntfs3: Redesign legacy ntfs support fs/ntfs3: Use function file_inode to get inode from file fs/ntfs3: Minor ntfs_list_ea refactoring fs/ntfs3: Check more cases when directory is corrupted fs/ntfs3: Do copy_to_user out of run_lock fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP fs/ntfs3: Missed error return fs/ntfs3: Fix the format of the "nocase" mount option fs/ntfs3: Fix field-spanning write in INDEX_HDR ntfs3: Convert attr_wof_frame_info() to use a folio ntfs3: Convert ni_readpage_cmpr() to take a folio ntfs3: Convert ntfs_get_frame_pages() to use a folio ntfs3: Remove calls to set/clear the error flag ntfs3: Convert attr_make_nonresident to use a folio ntfs3: Convert attr_data_write_resident to use a folio ntfs3: Convert ntfs_write_end() to work on a folio ntfs3: Convert attr_data_read_resident() to take a folio ...
Showing
- fs/ntfs3/attrib.c 71 additions, 61 deletionsfs/ntfs3/attrib.c
- fs/ntfs3/bitmap.c 1 addition, 1 deletionfs/ntfs3/bitmap.c
- fs/ntfs3/dir.c 36 additions, 21 deletionsfs/ntfs3/dir.c
- fs/ntfs3/file.c 96 additions, 28 deletionsfs/ntfs3/file.c
- fs/ntfs3/frecord.c 89 additions, 21 deletionsfs/ntfs3/frecord.c
- fs/ntfs3/fslog.c 54 additions, 23 deletionsfs/ntfs3/fslog.c
- fs/ntfs3/fsntfs.c 6 additions, 5 deletionsfs/ntfs3/fsntfs.c
- fs/ntfs3/index.c 2 additions, 2 deletionsfs/ntfs3/index.c
- fs/ntfs3/inode.c 62 additions, 57 deletionsfs/ntfs3/inode.c
- fs/ntfs3/namei.c 3 additions, 3 deletionsfs/ntfs3/namei.c
- fs/ntfs3/ntfs.h 5 additions, 10 deletionsfs/ntfs3/ntfs.h
- fs/ntfs3/ntfs_fs.h 15 additions, 21 deletionsfs/ntfs3/ntfs_fs.h
- fs/ntfs3/super.c 27 additions, 44 deletionsfs/ntfs3/super.c
- fs/ntfs3/xattr.c 13 additions, 12 deletionsfs/ntfs3/xattr.c
Please register or sign in to comment