Merge tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux-ntfs3
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 May 2025 19:08:26 +0000 (12:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 May 2025 19:08:26 +0000 (12:08 -0700)
commite9d712653633a05ffff19c39809a7c1820edb2bf
tree1ed2b15f9262b412ba52c027d97d3bb60c920550
parentb04f9f88936c7b1113b4a74e4b3e6b46858a4c9a
parenteeb0819318cc0c30161821d429ca022dfbedc6ac
Merge tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux-ntfs3

Pull  ntfs updates from Konstantin Komarov:
 "Added:
   - missing direct_IO in ntfs_aops_cmpr
   - handling of hdr_first_de() return value

  Fixed:
   - handling of InitializeFileRecordSegment operation.

  Removed:
   - ability to change compression on mounted volume
   - redundant NULL check"

* tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux-ntfs3:
  fs/ntfs3: remove ability to change compression on mounted volume
  fs/ntfs3: Fix handling of InitializeFileRecordSegment
  fs/ntfs3: Add missing direct_IO in ntfs_aops_cmpr
  fs/ntfs3: handle hdr_first_de() return value
  fs/ntfs3: Drop redundant NULL check