linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] squashfs: Remove page->mapping references
@ 2025-06-12 14:38 Matthew Wilcox (Oracle)
  2025-06-12 14:39 ` [PATCH 1/2] squashfs: Pass the inode to squashfs_readahead_fragment() Matthew Wilcox (Oracle)
  2025-06-12 14:39 ` [PATCH 2/2] squashfs: Use folios in squashfs_bio_read_cached() Matthew Wilcox (Oracle)
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-06-12 14:38 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Matthew Wilcox (Oracle), linux-mm, Phillip Lougher, linux-fsdevel

We're close to being able to kill page->mapping.  These two patches get
us a little bit closer.

Matthew Wilcox (Oracle) (2):
  squashfs: Pass the inode to squashfs_readahead_fragment()
  squashfs: Use folios in squashfs_bio_read_cached()

 fs/squashfs/block.c | 45 ++++++++++++++++++++++-----------------------
 fs/squashfs/file.c  |  7 +++----
 2 files changed, 25 insertions(+), 27 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-06-12 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 14:38 [PATCH 0/2] squashfs: Remove page->mapping references Matthew Wilcox (Oracle)
2025-06-12 14:39 ` [PATCH 1/2] squashfs: Pass the inode to squashfs_readahead_fragment() Matthew Wilcox (Oracle)
2025-06-12 14:39 ` [PATCH 2/2] squashfs: Use folios in squashfs_bio_read_cached() Matthew Wilcox (Oracle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).