Commit 0131b508c0e2 for kernel

commit 0131b508c0e2489eac6e121135988f6eeb716f19
Merge: bc29fe1c6178 4e646ecd4475
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jul 31 17:47:48 2026 -0700

    Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs

    Pull ntfs fixes from Namjae Jeon:

     - Keep RECALL_ON_OPEN in inode flags when reloading them from
       $FILE_NAME

     - Check runlist reallocation sizes for negative values and overflow

     - Drop stale page cache after shrinking non-resident attributes to
       prevent writeback failures and data loss

    * tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs:
      ntfs: drop stale page-cache when shrinking a non-resident attr
      ntfs: harden runlist realloc size calculations
      ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse points