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. This is the last of the bugfixes before I hand things over to Dave on Sunday. The new head of the for-next branch is commit: 031d166f968e xfs: fix inode reservation space for removing transaction 4 new commits: Chandan Babu R (1): [d62113303d69] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork Darrick J. Wong (2): [7d839e325af2] xfs: check return codes when flushing block devices [f0c2d7d2abca] xfs: fix intermittent hang during quotacheck hexiaole (1): [031d166f968e] xfs: fix inode reservation space for removing transaction Code Diffstat: fs/xfs/libxfs/xfs_trans_resv.c | 2 +- fs/xfs/xfs_file.c | 22 +++-- fs/xfs/xfs_log.c | 12 ++- fs/xfs/xfs_qm.c | 5 ++ fs/xfs/xfs_reflink.c | 198 +++++++++++++++++++++++++++++++++-------- 5 files changed, 193 insertions(+), 46 deletions(-)