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. There are still a few bug fixes on the list waiting for review (patches 2-4 of "xfs: fix various scrub problems"), though I get that it's a US holiday and not as many people are around today. I'm currently sneaking online to push this out to get some soak time in for-next. ;) The new head of the for-next branch is commit: 2bd3fa793aaa xfs: fix a missing unlock on error in xfs_fs_map_blocks New Commits: Christoph Hellwig (1): [2bd3fa793aaa] xfs: fix a missing unlock on error in xfs_fs_map_blocks Darrick J. Wong (4): [ea8439899c0b] xfs: fix flags argument to rmap lookup when converting shared file rmaps [5dda3897fd90] xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents [6ff646b2ceb0] xfs: fix rmap key and record comparison functions [54e9b09e1538] xfs: fix brainos in the refcount scrubber's rmap fragment processor Code Diffstat: fs/xfs/libxfs/xfs_rmap.c | 2 +- fs/xfs/libxfs/xfs_rmap_btree.c | 16 ++++++++-------- fs/xfs/scrub/bmap.c | 2 ++ fs/xfs/scrub/refcount.c | 8 +++----- fs/xfs/xfs_pnfs.c | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-)