All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 0/6] Remove page_mapping()
@ 2024-04-23 22:55 ` Matthew Wilcox (Oracle)
  0 siblings, 0 replies; 40+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-04-23 22:55 UTC (permalink / raw)
  To: Andrew Morton, linux-mm
  Cc: linux-fsdevel, linux-fscrypt, Matthew Wilcox (Oracle),
	linux-f2fs-devel

There are only a few users left.  Convert them all to either call
folio_mapping() or just use folio->mapping directly.

Matthew Wilcox (Oracle) (6):
  fscrypt: Convert bh_get_inode_and_lblk_num to use a folio
  f2fs: Convert f2fs_clear_page_cache_dirty_tag to use a folio
  memory-failure: Remove calls to page_mapping()
  migrate: Expand the use of folio in __migrate_device_pages()
  userfault; Expand folio use in mfill_atomic_install_pte()
  mm: Remove page_mapping()

 fs/crypto/inline_crypt.c |  6 +++---
 fs/f2fs/data.c           |  5 +++--
 include/linux/pagemap.h  |  1 -
 mm/folio-compat.c        |  6 ------
 mm/memory-failure.c      |  6 ++++--
 mm/migrate_device.c      | 13 +++++--------
 mm/userfaultfd.c         |  5 ++---
 7 files changed, 17 insertions(+), 25 deletions(-)

-- 
2.43.0



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2024-07-24  2:16 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 22:55 [f2fs-dev] [PATCH 0/6] Remove page_mapping() Matthew Wilcox (Oracle)
2024-04-23 22:55 ` Matthew Wilcox (Oracle)
2024-04-23 22:55 ` [f2fs-dev] [PATCH 1/6] fscrypt: Convert bh_get_inode_and_lblk_num to use a folio Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-23 23:34   ` [f2fs-dev] " Eric Biggers
2024-04-23 23:34     ` Eric Biggers
2024-04-24 11:53   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:53     ` David Hildenbrand
2024-04-23 22:55 ` [f2fs-dev] [PATCH 2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag " Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-24 11:53   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:53     ` David Hildenbrand
2024-04-23 22:55 ` [f2fs-dev] [PATCH 3/6] memory-failure: Remove calls to page_mapping() Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-23 23:52   ` [f2fs-dev] " Sidhartha Kumar via Linux-f2fs-devel
2024-04-23 23:52     ` Sidhartha Kumar
2024-04-24 11:54   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:54     ` David Hildenbrand
2024-04-25  6:21   ` [f2fs-dev] " Miaohe Lin via Linux-f2fs-devel
2024-04-25  6:21     ` Miaohe Lin
2024-04-23 22:55 ` [f2fs-dev] [PATCH 4/6] migrate: Expand the use of folio in __migrate_device_pages() Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-24 11:54   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:54     ` David Hildenbrand
2024-04-23 22:55 ` [f2fs-dev] [PATCH 5/6] userfault; Expand folio use in mfill_atomic_install_pte() Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-24 11:55   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:55     ` David Hildenbrand
2024-04-23 22:55 ` [f2fs-dev] [PATCH 6/6] mm: Remove page_mapping() Matthew Wilcox (Oracle)
2024-04-23 22:55   ` Matthew Wilcox (Oracle)
2024-04-24 11:55   ` [f2fs-dev] " David Hildenbrand
2024-04-24 11:55     ` David Hildenbrand
2024-04-24 23:34     ` [f2fs-dev] " Andrew Morton
2024-04-24 23:34       ` Andrew Morton
2024-04-24 23:59       ` [f2fs-dev] " Matthew Wilcox
2024-04-24 23:59         ` Matthew Wilcox
2024-05-20 21:16 ` [f2fs-dev] [PATCH 0/6] " patchwork-bot+f2fs
2024-05-20 21:16   ` patchwork-bot+f2fs
2024-07-24  2:16 ` patchwork-bot+f2fs
2024-07-24  2:16   ` patchwork-bot+f2fs

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.