On Fri, Feb 04, 2022 at 07:57:37PM +0000, Matthew Wilcox (Oracle) wrote: > Whole series availabke through git, and shortly in linux-next: > https://git.infradead.org/users/willy/pagecache.git/shortlog/refs/heads/for-next > or git://git.infradead.org/users/willy/pagecache.git for-next I've just pushed out a new version to infradead. I'll probably forget a few things, but major differences: - Incorporate various fixes from others including: - Implement pmd_pfn() for various arches from Mike Rapoport - lru_to_folio() now a function from Christoph Hellwig - Change a unpin_user_page() call to gup_put_folio() from Mark Hemment - Use DEFINE_PAGE_VMA_WALK() and DEFINE_FOLIO_VMA_WALK() instead of the pvmw_set_page()/folio() calls that were in this patch set. - A new set of ten patches around invalidate_inode_page(). I'll send them out as a fresh patchset tomorrow. - Add various Reviewed-by trailers. - Updated to -rc4.