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. The new head of the for-next branch is commit: 25dfa65f8149 xfs: fix xfs_trans slab cache name New Commits: Anthony Iliopoulos (1): [25dfa65f8149] xfs: fix xfs_trans slab cache name Bhaskar Chowdhury (3): [bd24a4f5f7fd] xfs: Rudimentary typo fixes [0145225e353e] xfs: Rudimentary spelling fix [f9dd7ba4308c] xfs: Fix a typo Darrick J. Wong (10): [e424aa5f547d] xfs: drop freeze protection when running GETFSMAP [1aa26707ebd6] xfs: fix uninitialized variables in xrep_calc_ag_resblks [05237032fdec] xfs: fix dquot scrub loop cancellation [7716ee54cb88] xfs: bail out of scrub immediately if scan incomplete [9de4b514494a] xfs: mark a data structure sick if there are cross-referencing errors [de9d2a78add1] xfs: set the scrub AG number in xchk_ag_read_headers [f53acface7a9] xfs: remove return value from xchk_ag_btcur_init [973975b72a36] xfs: validate ag btree levels using the precomputed values [383e32b0d0db] xfs: prevent metadata files from being inactivated [3fef46fc43ca] xfs: rename the blockgc workqueue Dave Chinner (8): [e6a688c33238] xfs: initialise attr fork on inode create [accc661bf99a] xfs: reduce buffer log item shadow allocations [c81ea11e0332] xfs: xfs_buf_item_size_segment() needs to pass segment offset [929f8b0deb83] xfs: optimise xfs_buf_item_size/format for contiguous regions [ec08c14ba28c] xfs: type verification is expensive [39d3c0b5968b] xfs: No need for inode number error injection in __xfs_dir3_data_check [1fea323ff005] xfs: reduce debug overhead of dir leaf/node checks [5825bea05265] xfs: __percpu_counter_compare() inode count debug too expensive Gao Xiang (6): [b2c2974b8cdf] xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX [014695c0a78e] xfs: update lazy sb counters immediately for resizefs [c789c83c7ef8] xfs: hoist out xfs_resizefs_init_new_ags() [46141dc891f7] xfs: introduce xfs_ag_shrink_space() [fb2fc1720185] xfs: support shrinking unused space in the last AG [2b92faed5511] xfs: add error injection for per-AG resv failure Pavel Reichl (2): [0f98b4ece18d] xfs: rename variable mp to parsing_mp [92cf7d36384b] xfs: Skip repetitive warnings about mount options Code Diffstat: Documentation/admin-guide/xfs.rst | 2 +- fs/xfs/libxfs/xfs_ag.c | 115 ++++++++++++++++++++++ fs/xfs/libxfs/xfs_ag.h | 2 + fs/xfs/libxfs/xfs_ag_resv.c | 6 +- fs/xfs/libxfs/xfs_alloc.c | 8 +- fs/xfs/libxfs/xfs_bmap.c | 9 +- fs/xfs/libxfs/xfs_dir2_data.c | 2 +- fs/xfs/libxfs/xfs_dir2_leaf.c | 10 +- fs/xfs/libxfs/xfs_dir2_node.c | 2 +- fs/xfs/libxfs/xfs_dir2_priv.h | 3 +- fs/xfs/libxfs/xfs_errortag.h | 4 +- fs/xfs/libxfs/xfs_ialloc.c | 4 +- fs/xfs/libxfs/xfs_iext_tree.c | 2 +- fs/xfs/libxfs/xfs_inode_fork.c | 22 +++-- fs/xfs/libxfs/xfs_inode_fork.h | 2 + fs/xfs/libxfs/xfs_types.c | 18 ++-- fs/xfs/scrub/agheader.c | 33 ++----- fs/xfs/scrub/common.c | 23 ++--- fs/xfs/scrub/common.h | 5 +- fs/xfs/scrub/health.c | 3 +- fs/xfs/scrub/quota.c | 6 +- fs/xfs/scrub/repair.c | 6 +- fs/xfs/scrub/scrub.c | 2 +- fs/xfs/xfs_aops.c | 2 +- fs/xfs/xfs_buf_item.c | 141 +++++++++++++++++++++------ fs/xfs/xfs_error.c | 5 + fs/xfs/xfs_fsmap.c | 14 +-- fs/xfs/xfs_fsops.c | 195 ++++++++++++++++++++++++-------------- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 30 +++++- fs/xfs/xfs_inode.h | 14 ++- fs/xfs/xfs_iops.c | 34 ++++++- fs/xfs/xfs_log_recover.c | 4 +- fs/xfs/xfs_mount.h | 2 +- fs/xfs/xfs_qm.c | 2 +- fs/xfs/xfs_super.c | 128 ++++++++++++++----------- fs/xfs/xfs_symlink.c | 2 +- fs/xfs/xfs_trans.c | 12 +-- fs/xfs/xfs_xattr.c | 2 + 39 files changed, 608 insertions(+), 270 deletions(-)