[GIT PULL] vfs pagecache
From: Christian Brauner
Date: Fri Nov 15 2024 - 08:59:24 EST
Hey Linus,
/* Summary */
Cleanup filesystem page flag usage: This continues the work to make the
mappedtodisk/owner_2 flag available to filesystems which don't use
buffer heads. Further patches remove uses of Private2. This brings us
very close to being rid of it entirely.
/* Testing */
gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)
All patches are based on v6.12-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
(1) linux-next: manual merge of the vfs-brauner tree with the btrfs tree
https://lore.kernel.org/r/20241101092212.1c112872@xxxxxxxxxxxxxxxx
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.13.pagecache
for you to fetch changes up to c6bbfc7ce1567eb7928f22d92b6ad34d8e4ea22b:
Merge patch series "Filesystem page flags cleanup" (2024-10-04 09:24:28 +0200)
Please consider pulling these changes from the signed vfs-6.13.pagecache tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.13.pagecache
----------------------------------------------------------------
Christian Brauner (1):
Merge patch series "Filesystem page flags cleanup"
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(-)