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. Just so everyone knows -- I've been summoned for local jury duty service, which means that I will be out starting January 30th until further notice. "Further notice" could mean February 1st, or it could mean March 1st. Hopefully there won't be any other iomap changes necessary for 6.3; I'll post here again when I figure out what the backup plan is. It is likely that I will be summoned *again* for federal service before the end of 2023. The new head of the iomap-for-next branch is commit: 471859f57d42 iomap: Rename page_ops to folio_ops 8 new commits: Andreas Gruenbacher (8): [7a70a5085ed0] iomap: Add __iomap_put_folio helper [80baab88bb93] iomap/gfs2: Unlock and put folio in page_done handler [40405dddd98a] iomap: Rename page_done handler to put_folio [98321b5139f9] iomap: Add iomap_get_folio helper [9060bc4d3aca] iomap/gfs2: Get page in page_prepare handler [07c22b56685d] iomap: Add __iomap_get_folio helper [c82abc239464] iomap: Rename page_prepare handler to get_folio [471859f57d42] iomap: Rename page_ops to folio_ops Code Diffstat: fs/gfs2/bmap.c | 38 ++++++++++++++------- fs/iomap/buffered-io.c | 91 +++++++++++++++++++++++++++++++++----------------- fs/xfs/xfs_iomap.c | 4 +-- include/linux/iomap.h | 27 ++++++++------- 4 files changed, 103 insertions(+), 57 deletions(-)