Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Aug 2026 00:47:48 +0000 (17:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Aug 2026 00:47:48 +0000 (17:47 -0700)
commit0131b508c0e2489eac6e121135988f6eeb716f19
tree65ad600bd65f718a1c960617f7cd0de3c170213a
parentbc29fe1c617883f65da693be6abde0335d85f24c
parent4e646ecd44759e552b0b9ccd995f3f608daab414
Merge tag 'ntfs-for-7.2-rc6' of git://git./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