Hi folks, The for-next branch of the xfs-linux repository at: gitolite.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. The new head of the for-next branch is commit: f6f91d290c8b xfs: punch delalloc extents from the COW fork for COW writes 11 new commits: Christoph Hellwig (10): [c0adf8c3a9bf] iomap: factor out a iomap_last_written_block helper [caf0ea451d97] iomap: remove iomap_file_buffered_write_punch_delalloc [b78495166264] iomap: move locking out of iomap_write_delalloc_release [3c399374af28] xfs: factor out a xfs_file_write_zero_eof helper [acfbac776496] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof [abd7d651ad2c] xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock [8fe3b21efa07] xfs: support the COW fork in xfs_bmap_punch_delalloc_range [c29440ff66d6] xfs: share more code in xfs_buffered_write_iomap_begin [7d6fe5c586e6] xfs: set IOMAP_F_SHARED for all COW fork allocations [f6f91d290c8b] xfs: punch delalloc extents from the COW fork for COW writes Darrick J. Wong (1): [0fb823f1cf34] xfs: fix integer overflow in xrep_bmap Code Diffstat: Documentation/filesystems/iomap/operations.rst | 2 +- fs/iomap/buffered-io.c | 111 ++++++------------- fs/xfs/scrub/bmap_repair.c | 2 +- fs/xfs/xfs_aops.c | 4 +- fs/xfs/xfs_bmap_util.c | 10 +- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_file.c | 146 +++++++++++++++---------- fs/xfs/xfs_iomap.c | 67 ++++++++---- include/linux/iomap.h | 20 +++- 9 files changed, 199 insertions(+), 165 deletions(-)