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 second update contains bugfixes for log recovery so that they can get wider testing in for-next. There will be a third update in a day or two with the fixes for infinite loops in the refcount processing code. The new head of the for-next branch is commit: 9f187ba0d517 Merge tag 'fix-log-recovery-misuse-6.1_2022-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.1-fixes 9 new commits: Darrick J. Wong (9): [59da7ff49d67] xfs: fix validation in attr log item recovery [a38ebce1da27] xfs: fix memcpy fortify errors in BUI log format copying [a38935c03c79] xfs: fix memcpy fortify errors in CUI log format copying [b45ca961e946] xfs: fix memcpy fortify errors in RUI log format copying [03a7485cd701] xfs: fix memcpy fortify errors in EFI log format copying [3c5aaaced999] xfs: refactor all the EFI/EFD log item sizeof logic [921ed96b4f4e] xfs: actually abort log recovery on corrupt intent-done log items [950f0d50ee71] xfs: dump corrupt recovered log intent items to dmesg consistently [9f187ba0d517] Merge tag 'fix-log-recovery-misuse-6.1_2022-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.1-fixes Code Diffstat: fs/xfs/libxfs/xfs_log_format.h | 60 ++++++++++++++++++++++++--- fs/xfs/xfs_attr_item.c | 67 +++++++++++++++--------------- fs/xfs/xfs_bmap_item.c | 54 ++++++++++++------------ fs/xfs/xfs_extfree_item.c | 94 ++++++++++++++++++++---------------------- fs/xfs/xfs_extfree_item.h | 16 +++++++ fs/xfs/xfs_ondisk.h | 23 +++++++++-- fs/xfs/xfs_refcount_item.c | 57 +++++++++++++------------ fs/xfs/xfs_rmap_item.c | 70 ++++++++++++++++--------------- fs/xfs/xfs_super.c | 12 ++---- 9 files changed, 266 insertions(+), 187 deletions(-)