Re: [f2fs-dev] [PATCH v2] f2fs: another way to set large folio by remembering inode number
From: Matthew Wilcox
Date: Tue May 26 2026 - 23:31:13 EST
On Wed, May 27, 2026 at 02:43:21AM +0000, Jaegeuk Kim wrote:
> Thanks for the context. To clarify a piece I missed earlier: the model pages
> are also utilized for inference. Our data shows that larger chunks yield
> higher inference speeds. Consequently, I required high-order pages to optimize
> both read throughput and inference latency. I will halt my current efforts
> and wait for alternative suggestions.
I think your efforts would be best directed towards general support for
large folios in f2fs. There's still 40+ places in f2fs that use a
struct page, and converting them all to folios would be a great help.