mbox series

[GIT,PULL] Pagecache fixes for 5.19-rc4

Message ID YrSYAKtoRrrgayrZ@casper.infradead.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Pagecache fixes for 5.19-rc4 | expand

Pull-request

git://git.infradead.org/users/willy/pagecache.git tags/folio-5.19b

Message

Matthew Wilcox June 23, 2022, 4:42 p.m. UTC
The following changes since commit 78ca55889a549a9a194c6ec666836329b774ab6d:

  Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2022-06-20 09:35:04 -0500)

are available in the Git repository at:

  git://git.infradead.org/users/willy/pagecache.git tags/folio-5.19b

for you to fetch changes up to 00fa15e0d56482e32d8ca1f51d76b0ee00afb16b:

  filemap: Fix serialization adding transparent huge pages to page cache (2022-06-23 12:22:00 -0400)

----------------------------------------------------------------
Four folio-related fixes for 5.19:

 - Mark a folio accessed at the right time (Yu Kuai)

 - Fix a race for folios being replaced in the middle of a read (Brian Foster)

 - Clear folio->private in more places (Xiubo Li)

 - Take the invalidate_lock in page_cache_ra_order() (Alistair Popple)

----------------------------------------------------------------
Alistair Popple (1):
      filemap: Fix serialization adding transparent huge pages to page cache

Matthew Wilcox (Oracle) (3):
      filemap: Correct the conditions for marking a folio as accessed
      filemap: Handle sibling entries in filemap_get_read_batch()
      mm: Clear page->private when splitting or migrating a page

 mm/filemap.c     | 15 ++++++++++++---
 mm/huge_memory.c |  1 +
 mm/migrate.c     |  1 +
 mm/readahead.c   |  2 ++
 4 files changed, 16 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org June 23, 2022, 5:19 p.m. UTC | #1
The pull request you sent on Thu, 23 Jun 2022 17:42:40 +0100:

> git://git.infradead.org/users/willy/pagecache.git tags/folio-5.19b

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/16e4bce6de64c8f6a0f2f221154ffa8c5fe9cdd0

Thank you!