On Wed, 28 Feb 2024 at 19:29, Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> wrote: > > The writepage operation is deprecated as it leads to worse performance > under high memory pressure due to folios being written out in LRU order > rather than sequentially within a file. Use filemap_migrate_folio() to > support dirty folio migration instead of writepage. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Applied series, thanks. Miklos