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's one bug fix and a number of cleanups here. I merged the first patchset in the online fsck series because all it does is rename variables and push pointer arguments down to reduce argument boxing and unboxing, and I wanted to make forward progress despite staff time being severely limited in January due to new years, sickness, etc. Dave's very large allocator rework is still pending. It mostly looked good, though I had a few minor questions and comprehension checks. Seeing as we're about to pass -rc7 I hope that gets done soon. The new head of the for-next branch is commit: c85007e2e394 xfs: don't use BMBT btree split workers for IO completion 10 new commits: Darrick J. Wong (8): [ddccb81b26ec] xfs: pass the xfs_bmbt_irec directly through the log intent code [f3ebac4c94c1] xfs: fix confusing variable names in xfs_bmap_item.c [72ba455599ad] xfs: pass xfs_extent_free_item directly through the log intent code [578c714b215d] xfs: fix confusing xfs_extent_item variable names [1534328bb427] xfs: pass rmap space mapping directly through the log intent code [ffaa196f6221] xfs: fix confusing variable names in xfs_rmap_item.c [0b11553ec54a] xfs: pass refcount intent directly through the log intent code [01a3af226b7d] xfs: fix confusing variable names in xfs_refcount_item.c Dave Chinner (1): [c85007e2e394] xfs: don't use BMBT btree split workers for IO completion Xu Panda (1): [8954c44ff477] xfs: use strscpy() to instead of strncpy() Code Diffstat: fs/xfs/libxfs/xfs_alloc.c | 32 +++++----- fs/xfs/libxfs/xfs_bmap.c | 32 +++++----- fs/xfs/libxfs/xfs_bmap.h | 5 +- fs/xfs/libxfs/xfs_btree.c | 18 +++++- fs/xfs/libxfs/xfs_refcount.c | 96 +++++++++++++---------------- fs/xfs/libxfs/xfs_refcount.h | 4 +- fs/xfs/libxfs/xfs_rmap.c | 52 ++++++++-------- fs/xfs/libxfs/xfs_rmap.h | 6 +- fs/xfs/xfs_bmap_item.c | 137 ++++++++++++++++++----------------------- fs/xfs/xfs_extfree_item.c | 99 ++++++++++++++++-------------- fs/xfs/xfs_refcount_item.c | 110 +++++++++++++++------------------ fs/xfs/xfs_rmap_item.c | 142 +++++++++++++++++++++---------------------- fs/xfs/xfs_trace.h | 15 ++--- fs/xfs/xfs_xattr.c | 4 +- 14 files changed, 352 insertions(+), 400 deletions(-)