mbox series

[f2fs-dev,0/6] Remove page_mapping()

Message ID 20240423225552.4113447-1-willy@infradead.org (mailing list archive)
Headers show
Series Remove page_mapping() | expand

Message

Matthew Wilcox April 23, 2024, 10:55 p.m. UTC
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(-)

Comments

patchwork-bot+f2fs@kernel.org May 20, 2024, 9:16 p.m. UTC | #1
Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Andrew Morton <akpm@linux-foundation.org>:

On Tue, 23 Apr 2024 23:55:31 +0100 you wrote:
> 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()
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,1/6] fscrypt: Convert bh_get_inode_and_lblk_num to use a folio
    https://git.kernel.org/jaegeuk/f2fs/c/262f014dd7de
  - [f2fs-dev,2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag to use a folio
    https://git.kernel.org/jaegeuk/f2fs/c/196ad49cd626
  - [f2fs-dev,3/6] memory-failure: Remove calls to page_mapping()
    https://git.kernel.org/jaegeuk/f2fs/c/89f5c54b2281
  - [f2fs-dev,4/6] migrate: Expand the use of folio in __migrate_device_pages()
    https://git.kernel.org/jaegeuk/f2fs/c/e18a9faf06c2
  - [f2fs-dev,5/6] userfault; Expand folio use in mfill_atomic_install_pte()
    https://git.kernel.org/jaegeuk/f2fs/c/a568b4126b20
  - [f2fs-dev,6/6] mm: Remove page_mapping()
    (no matching commit)

You are awesome, thank you!
patchwork-bot+f2fs@kernel.org July 24, 2024, 2:16 a.m. UTC | #2
Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Andrew Morton <akpm@linux-foundation.org>:

On Tue, 23 Apr 2024 23:55:31 +0100 you wrote:
> 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()
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,1/6] fscrypt: Convert bh_get_inode_and_lblk_num to use a folio
    (no matching commit)
  - [f2fs-dev,2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag to use a folio
    (no matching commit)
  - [f2fs-dev,3/6] memory-failure: Remove calls to page_mapping()
    (no matching commit)
  - [f2fs-dev,4/6] migrate: Expand the use of folio in __migrate_device_pages()
    (no matching commit)
  - [f2fs-dev,5/6] userfault; Expand folio use in mfill_atomic_install_pte()
    (no matching commit)
  - [f2fs-dev,6/6] mm: Remove page_mapping()
    https://git.kernel.org/jaegeuk/f2fs/c/06668257a355

You are awesome, thank you!