Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 May 2025 15:23:09 +0000 (08:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 May 2025 15:23:09 +0000 (08:23 -0700)
commitdc762851444b32057709cb40e7cdb3054e60b646
treeaf0205d6bf92d93370d5c6ed63886123bc544f2e
parent6d5b940e1e14fcc20b5a3536647fe3c41b07d4f5
parentfb5a381d624bf6ad3dc2541387feb5d835e1f377
Merge tag 'vfs-6.16-rc1.writepage' of git://git./linux/kernel/git/vfs/vfs

Pull final writepage conversion from Christian Brauner:
 "This converts vboxfs from ->writepage() to ->writepages().

  This was the last user of the ->writepage() method. So remove
  ->writepage() completely and all references to it"

* tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  fs: Remove aops->writepage
  mm: Remove swap_writepage() and shmem_writepage()
  ttm: Call shmem_writeout() from ttm_backup_backup_page()
  i915: Use writeback_iter()
  shmem: Add shmem_writeout()
  writeback: Remove writeback_use_writepage()
  migrate: Remove call to ->writepage
  vboxsf: Convert to writepages
  9p: Add a migrate_folio method
drivers/gpu/drm/ttm/ttm_backup.c
fs/buffer.c
include/linux/fs.h
mm/migrate.c
mm/swapfile.c
mm/vmscan.c