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. These are the accumulated bugfixes before I hand things off to Dave. The new head of the for-next branch is commit: d62113303d69 xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork 3 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 Code Diffstat: fs/xfs/xfs_file.c | 22 +++--- fs/xfs/xfs_log.c | 12 +++- fs/xfs/xfs_qm.c | 5 ++ fs/xfs/xfs_reflink.c | 198 ++++++++++++++++++++++++++++++++++++++++++--------- 4 files changed, 192 insertions(+), 45 deletions(-)