Re: [PATCH] hostfs: Convert to writepages

2025-01-09 Thread Matthew Wilcox
On Fri, Dec 20, 2024 at 05:14:58AM +, Matthew Wilcox (Oracle) wrote: > If we add a migrate_folio operation, we can convert the writepage > operation to writepages. The large folio support here is illusory; > we would need to kmap each page in turn for proper support. But we do > remove a few

[PATCH] hostfs: Convert to writepages

2024-12-19 Thread Matthew Wilcox (Oracle)
If we add a migrate_folio operation, we can convert the writepage operation to writepages. The large folio support here is illusory; we would need to kmap each page in turn for proper support. But we do remove a few hidden calls to compound_head(). Signed-off-by: Matthew Wilcox (Oracle) --- fs