[PATCH v3 0/4] ntfs: Remove __folio_index from ntfs

Hyunchul Lee <[email protected]> Wed, 15 Jul 2026 10:37:59 +0900
Newsgroups dev.linux.lists.ntfs,org.kernel.vger.linux-fsdevel
Message-ID <[email protected]>
This is a continuation of the NTFS part of Matthew's
"Remove __folio_index" patch set [1].

[1]: https://lore.kernel.org/all/[email protected]/

To: Namjae Jeon <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]

--
Changes in v3:
- Patch 2: Fixed the boundary check so pages straddling initialized_size
  are zeroed(Suggested by Usama).
- Patch 3: Rebased on the top of patch 2.

Signed-off-by: Hyunchul Lee <[email protected]>
---
Matthew Wilcox (Oracle) (4):
      ntfs: Inline zero_partial_compressed_page()
      ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
      ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
      ntfs: Remove references to page->__folio_index

 fs/ntfs/compress.c | 54 +++++++++++++++++++++++-------------------------------
 1 file changed, 23 insertions(+), 31 deletions(-)
---
base-commit: 0ebe8f625ab0520217a425d7cd366e4670484941
change-id: 20260713-review-matthew-v2-e06bc4211b3e

Best regards,
-- 
Thanks,
Hyunchul