All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Pagecache fixes for 5.19-rc4
@ 2022-06-23 16:42 Matthew Wilcox
  2022-06-23 17:19 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2022-06-23 16:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, linux-fsdevel, linux-kernel

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(-)


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

* Re: [GIT PULL] Pagecache fixes for 5.19-rc4
  2022-06-23 16:42 [GIT PULL] Pagecache fixes for 5.19-rc4 Matthew Wilcox
@ 2022-06-23 17:19 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-23 17:19 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Linus Torvalds, linux-mm, linux-fsdevel, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-06-23 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 16:42 [GIT PULL] Pagecache fixes for 5.19-rc4 Matthew Wilcox
2022-06-23 17:19 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.