linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Some more filemap folio conversions
@ 2023-01-16 19:39 Matthew Wilcox (Oracle)
  2023-01-16 19:39 ` [PATCH 1/3] filemap: Convert filemap_map_pmd() to take a folio Matthew Wilcox (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-01-16 19:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Matthew Wilcox (Oracle), linux-mm

Three more places which could easily be converted to folios.  The third
one fixes a minor bug in readahead_expand(), but it's only a performance
bug and there's few users of readahead_expand(), so I don't think it's
worth backporting.

Matthew Wilcox (Oracle) (3):
  filemap: Convert filemap_map_pmd() to take a folio
  filemap: Convert filemap_range_has_page() to use a folio
  readahead: Convert readahead_expand() to use a folio

 mm/filemap.c   | 28 +++++++++++++++-------------
 mm/readahead.c | 39 ++++++++++++++++++++++-----------------
 2 files changed, 37 insertions(+), 30 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-16 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 19:39 [PATCH 0/3] Some more filemap folio conversions Matthew Wilcox (Oracle)
2023-01-16 19:39 ` [PATCH 1/3] filemap: Convert filemap_map_pmd() to take a folio Matthew Wilcox (Oracle)
2023-01-16 19:39 ` [PATCH 2/3] filemap: Convert filemap_range_has_page() to use " Matthew Wilcox (Oracle)
2023-01-16 19:39 ` [PATCH 3/3] readahead: Convert readahead_expand() " Matthew Wilcox (Oracle)
2023-01-16 23:00 ` [PATCH 0/3] Some more filemap folio conversions William Kucharski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox