Hi Andrey, Please pull this branch with changes for xfsprogs for 6.14-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 4fd999332e19993fb7fd381f5fcd40ff943d98ac: xfsprogs: Release v6.13.0 (2025-02-13 11:28:27 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/random-fixes-6.14_2025-02-25 for you to fetch changes up to c1963d498ad2612203d83fd7f2d1fb88a4a63eb2: libxfs: mark xmbuf_{un,}map_page static (2025-02-25 09:15:56 -0800) ---------------------------------------------------------------- xfsprogs: random bug fixes [1/7] Here's a pile of assorted bug fixes from around the codebase. With a bit of luck, this should all go splendidly. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Christoph Hellwig (1): libxfs: mark xmbuf_{un,}map_page static Darrick J. Wong (3): mkfs,xfs_repair: don't pass a daddr as the flags argument xfs_db: obfuscate rt superblock label when metadumping libxfs: unmap xmbuf pages to avoid disaster include/cache.h | 6 +++ libxfs/buf_mem.h | 3 -- db/metadump.c | 11 ++++ libxfs/buf_mem.c | 159 ++++++++++++++++++++++++++++++++++++++++++++----------- libxfs/cache.c | 11 ++++ mkfs/xfs_mkfs.c | 3 +- repair/rt.c | 2 +- 7 files changed, 157 insertions(+), 38 deletions(-)