Please pull this branch containing ntfs3 code for 6.14. Only one change from me this time. Regards, Konstantin ---------------------------------------------------------------- The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://github.com/Paragon-Software-Group/linux-ntfs3.git tags/ntfs3_for_6.14 for you to fetch changes up to 55ad333de0f80bc0caee10c6c27196cdcf8891bb: fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode() (2024-12-30 11:37:40 +0300) ---------------------------------------------------------------- Changes for 6.14-rc1 Refactored: unify inode corruption marking and mark them as bad immediately upon detection of an error in attribute enumeration. ---------------------------------------------------------------- Konstantin Komarov (2): fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr() fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode() Matthew Wilcox (Oracle) (1): ntfs3: Remove an access to page->index fs/ntfs3/attrib.c | 15 ++++++----- fs/ntfs3/dir.c | 2 +- fs/ntfs3/frecord.c | 74 +++++++++++++++++++++++++++----------------------- fs/ntfs3/fsntfs.c | 6 ++++- fs/ntfs3/index.c | 6 ++--- fs/ntfs3/inode.c | 3 +++ fs/ntfs3/ntfs_fs.h | 21 ++++++++------- fs/ntfs3/record.c | 79 +++++++++++++++++++++++++++++------------------------- 8 files changed, 112 insertions(+), 94 deletions(-)