Hi folks, The for-next branch of the xfs-linux repository at: https://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. The new head of the for-next branch is commit: 673cd885bbbf xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs 5 new commits: Christoph Hellwig (1): [610b29161b0a] xfs: fix freeing speculative preallocations for preallocated files Darrick J. Wong (4): [288e1f693f04] xfs: restrict when we try to align cow fork delalloc to cowextsz hints [1ec9307fc066] xfs: allow unlinked symlinks and dirs with zero size [dc5e1cbae270] xfs: fix direction in XFS_IOC_EXCHANGE_RANGE [673cd885bbbf] xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs Code Diffstat: fs/xfs/libxfs/xfs_bmap.c | 31 +++++++++++++++++++++---- fs/xfs/libxfs/xfs_fs.h | 2 +- fs/xfs/libxfs/xfs_inode_buf.c | 23 +++++++++++++++---- fs/xfs/xfs_bmap_util.c | 30 +++++++++++++++++------- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 24 +++++++++++--------- fs/xfs/xfs_iomap.c | 34 ++++++++++------------------ 8 files changed, 95 insertions(+), 53 deletions(-)