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 push adds a couple of patches that have trickled in, and reverts the broken strscpy thing. I'll think about Dave's lengthy allocator rework next week after fstestscloud finishes with it. The new head of the for-next branch is commit: dd07bb8b6baf xfs: revert commit 8954c44ff477 13 new commits: Darrick J. Wong (9): [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 [dd07bb8b6baf] xfs: revert commit 8954c44ff477 Dave Chinner (1): [c85007e2e394] xfs: don't use BMBT btree split workers for IO completion Donald Douwsma (1): [167ce4cbfa37] xfs: allow setting full range of panic tags Thomas Weißschuh (1): [2ee833352985] xfs: make kobj_type structures constant Xu Panda (1): [8954c44ff477] xfs: use strscpy() to instead of strncpy() Code Diffstat: Documentation/admin-guide/xfs.rst | 2 +- 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_error.c | 2 +- fs/xfs/xfs_error.h | 12 +++- fs/xfs/xfs_extfree_item.c | 99 +++++++++++++------------- fs/xfs/xfs_globals.c | 3 +- fs/xfs/xfs_refcount_item.c | 110 ++++++++++++++--------------- fs/xfs/xfs_rmap_item.c | 142 ++++++++++++++++++-------------------- fs/xfs/xfs_sysfs.c | 12 ++-- fs/xfs/xfs_sysfs.h | 10 +-- fs/xfs/xfs_trace.h | 15 ++-- 19 files changed, 377 insertions(+), 412 deletions(-)