All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] vfs pagecache
@ 2024-11-15 13:58 Christian Brauner
  2024-11-18 19:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2024-11-15 13:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christian Brauner, linux-fsdevel, linux-kernel

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@canb.auug.org.au

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@gitolite.kernel.org: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(-)

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

end of thread, other threads:[~2024-11-18 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15 13:58 [GIT PULL] vfs pagecache Christian Brauner
2024-11-18 19:49 ` pr-tracker-bot

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.