Hi folks, The iomap-for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. It's been conclusively shown that the three filesystems using iomap for the page cache never get ->writepage called, so I decided it wasn't a big risk to remove all that dead code. The new head of the iomap-for-next branch is commit: 478af190cb6c iomap: remove iomap_writepage 7 new commits: Chris Mason (1): [d58562ca6c99] iomap: skip pages past eof in iomap_do_writepage() Christoph Hellwig (4): [b2b0a5e97855] gfs2: stop using generic_writepages in gfs2_ail1_start_one [d3d71901b1ea] gfs2: remove ->writepage [7b86e8a5ba86] zonefs: remove ->writepage [478af190cb6c] iomap: remove iomap_writepage Kaixu Xia (2): [98eb8d95025b] iomap: set did_zero to true when zeroing successfully [f8189d5d5fbf] dax: set did_zero to true when zeroing successfully Code Diffstat: fs/dax.c | 4 ++-- fs/gfs2/aops.c | 26 -------------------------- fs/gfs2/log.c | 5 ++--- fs/iomap/buffered-io.c | 30 ++++++++---------------------- fs/zonefs/super.c | 8 -------- include/linux/iomap.h | 3 --- 6 files changed, 12 insertions(+), 64 deletions(-)