Hi folks, The 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. The new head of the for-next branch is commit: a9ab28b3d21a xfs: remove xfs_buf_cache.bc_lock 6 new commits: Christoph Hellwig (3): [89841b23809f] xfs: remove an out of data comment in _xfs_buf_alloc [f5f0ed89f13e] xfs: don't call remap_verify_area with sb write protection held [a9ab28b3d21a] xfs: remove xfs_buf_cache.bc_lock Jinliang Zheng (1): [915175b49f65] xfs: fix the entry condition of exact EOF block allocation optimization Wentao Liang (2): [fb95897b8c60] xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_iomap_end [26b63bee2f6e] xfs: Add error handling for xfs_reflink_cancel_cow_range Code Diffstat: fs/xfs/libxfs/xfs_bmap.c | 13 +++++---- fs/xfs/xfs_buf.c | 36 ++++++++++++------------ fs/xfs/xfs_buf.h | 1 - fs/xfs/xfs_exchrange.c | 71 ++++++++++++++++++------------------------------ fs/xfs/xfs_inode.c | 7 +++-- fs/xfs/xfs_iomap.c | 6 ++-- 6 files changed, 58 insertions(+), 76 deletions(-)