Bug 21538 - [ANCK 6.6][Feature] Change ext4 large folio support from iomap to buffer_head based
Summary: [ANCK 6.6][Feature] Change ext4 large folio support from iomap to buffer_head...
Status: RESOLVED DUPLICATE of bug 21672
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: fghui_kernel
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-28 14:27 UTC by justinhe
Modified: 2025-06-09 14:16 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description justinhe 2025-05-28 14:27:01 UTC
Description of problem:
Zhangyi implemented the the solution based on the original buffer_head. It primarily modifies the block offset and length calculations within a single folio in the buffer write, buffer read, zero range, writeback, and move extents paths to support large folio

We need to revert the previous iomap based solution and backport the merged patches.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 justinhe 2025-05-28 14:28:05 UTC
https://lore.kernel.org/linux-ext4/20250512063319.3539411-1-yi.zhang@huaweicloud.com/
The series has been merged into ext4 maintainer's tree. Await for the mainline merging.
Comment 2 justinhe 2025-06-09 14:16:47 UTC
dup with #21672

*** This bug has been marked as a duplicate of bug 21672 ***