mbox series

[0/6] Filesystem page flags cleanup

Message ID 20241002040111.1023018-1-willy@infradead.org (mailing list archive)
Headers show
Series Filesystem page flags cleanup | expand

Message

Matthew Wilcox Oct. 2, 2024, 4:01 a.m. UTC
I think this pile of patches makes most sense to take through the VFS
tree.  The first four continue the work begun in 02e1960aafac to make the
mappedtodisk/owner_2 flag available to filesystems which don't use
buffer heads.  The last two remove uses of Private2 (we're achingly
close to being rid of it entirely, but that doesn't seem like it'll
land this merge window).

Matthew Wilcox (Oracle) (6):
  fs: Move clearing of mappedtodisk to buffer.c
  nilfs2: Convert nilfs_copy_buffer() to use folios
  mm: Remove PageMappedToDisk
  btrfs: Switch from using the private_2 flag to owner_2
  ceph: Remove call to PagePrivate2()
  migrate: Remove references to Private2

 fs/btrfs/ctree.h           | 13 ++++---------
 fs/btrfs/inode.c           |  8 ++++----
 fs/btrfs/ordered-data.c    |  4 ++--
 fs/buffer.c                |  1 +
 fs/ceph/addr.c             | 20 ++++++++++----------
 fs/nilfs2/page.c           | 22 +++++++++++-----------
 include/linux/page-flags.h |  4 ++--
 mm/migrate.c               |  4 ++--
 mm/truncate.c              |  1 -
 9 files changed, 36 insertions(+), 41 deletions(-)

Comments

Christian Brauner Oct. 4, 2024, 7:24 a.m. UTC | #1
On Wed, 02 Oct 2024 05:01:02 +0100, Matthew Wilcox (Oracle) wrote:
> I think this pile of patches makes most sense to take through the VFS
> tree.  The first four continue the work begun in 02e1960aafac to make the
> mappedtodisk/owner_2 flag available to filesystems which don't use
> buffer heads.  The last two remove uses of Private2 (we're achingly
> close to being rid of it entirely, but that doesn't seem like it'll
> land this merge window).
> 
> [...]

Applied to the vfs.pagecache branch of the vfs/vfs.git tree.
Patches in the vfs.pagecache branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.pagecache

[1/6] fs: Move clearing of mappedtodisk to buffer.c
      https://git.kernel.org/vfs/vfs/c/9c33d85e34c2
[2/6] nilfs2: Convert nilfs_copy_buffer() to use folios
      https://git.kernel.org/vfs/vfs/c/a38117bc0de6
[3/6] mm: Remove PageMappedToDisk
      https://git.kernel.org/vfs/vfs/c/a04d5f82fa38
[4/6] btrfs: Switch from using the private_2 flag to owner_2
      https://git.kernel.org/vfs/vfs/c/a6752a6e7fb0
[5/6] ceph: Remove call to PagePrivate2()
      https://git.kernel.org/vfs/vfs/c/fd15ba4cb00a
[6/6] migrate: Remove references to Private2
      https://git.kernel.org/vfs/vfs/c/7735348d9f3a