Hi folks, The xfsprogs for-next branch in repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so if your outstanding patches are properly reviewed on the list and not included in this update, please let me know. The for-next branch has also been updated to match the state of master. The new head of the for-next branch is commit: 9ec44397ea2afd001278c33733433f67394b6c87 New commits: Christoph Hellwig (2): [ea5d15f34e81] move xfs_log_recover.h to libxfs/ [0c5c99ee8669] libxfs: update xfs_log_recover.h to kernel version as of Linux 6.16 Xavier Claude (1): [9ec44397ea2a] Document current limitation of shrinking fs Code Diffstat: include/xfs_log_recover.h | 47 ------------- libxfs/xfs_log_recover.h | 174 ++++++++++++++++++++++++++++++++++++++++++++++ man/man8/xfs_growfs.8 | 1 + 3 files changed, 175 insertions(+), 47 deletions(-) delete mode 100644 include/xfs_log_recover.h create mode 100644 libxfs/xfs_log_recover.h -- - Andrey