Hi Carlos, Please pull this branch with changes for xfsprogs for 6.6-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. The following changes since commit 1665923a8302088744a69403ff60a1709f5d24ed: xfs_db: report the device associated with each io cursor (2023-12-21 18:29:14 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/metadump-fixes-6.6_2023-12-21 for you to fetch changes up to 2cbc52f5c9a9588e1e9c8e54c0435c121424fe5a: xfs_mdrestore: refactor progress printing and sb fixup code (2023-12-21 18:29:14 -0800) ---------------------------------------------------------------- xfs_metadump: various bug fixes [2/8] This series fixes numerous errors I found in the new metadump v2 format handling code. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (6): xfs_metadump.8: update for external log device options xfs_mdrestore: fix uninitialized variables in mdrestore main xfs_mdrestore: emit newlines for fatal errors xfs_mdrestore: EXTERNALLOG is a compat value, not incompat xfs_mdrestore: fix missed progress reporting xfs_mdrestore: refactor progress printing and sb fixup code man/man8/xfs_mdrestore.8 | 6 ++- man/man8/xfs_metadump.8 | 7 ++- mdrestore/xfs_mdrestore.c | 122 +++++++++++++++++++++++++++------------------- 3 files changed, 81 insertions(+), 54 deletions(-)