]> www.infradead.org Git - users/willy/xarray.git/commit
Merge patch series "Filesystem page flags cleanup"
authorChristian Brauner <brauner@kernel.org>
Fri, 4 Oct 2024 07:24:28 +0000 (09:24 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 4 Oct 2024 07:24:28 +0000 (09:24 +0200)
commitc6bbfc7ce1567eb7928f22d92b6ad34d8e4ea22b
tree88ad5b79876361b117c42e3ed9daf68c57372d29
parent9852d85ec9d492ebef56dc5f229416c925758edc
parent7735348d9f3a64a2d9a40f39d17265f836f31b10
Merge patch series "Filesystem page flags cleanup"

Matthew Wilcox (Oracle) <willy@infradead.org> says:

The first four patches 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).

* patches from https://lore.kernel.org/r/20241002040111.1023018-1-willy@infradead.org:
  migrate: Remove references to Private2
  ceph: Remove call to PagePrivate2()
  btrfs: Switch from using the private_2 flag to owner_2
  mm: Remove PageMappedToDisk
  nilfs2: Convert nilfs_copy_buffer() to use folios
  fs: Move clearing of mappedtodisk to buffer.c

Link: https://lore.kernel.org/r/20241002040111.1023018-1-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>