Hi Andrey, Please pull this branch with changes for xfsprogs for 6.13-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 773c4c6f33cfd0a909fb742f149bd6f59cfa62b6: xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT (2025-01-16 13:27:27 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfs-fixes-6.13_2025-01-16 for you to fetch changes up to 34738ff0ee80de73c4fd3078a89a7bef39be46b6: mkfs: allow sizing realtime allocation groups for concurrency (2025-01-16 13:27:27 -0800) ---------------------------------------------------------------- xfs: bug fixes for 6.13 [2/2] Bug fixes for 6.13. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (8): xfs_db: fix multiple dblock commands xfs_repair: don't obliterate return codes libxfs: fix uninit variable in libxfs_alloc_file_space xfs_db: improve error message when unknown btree type given to btheight mkfs: fix parsing of value-less -d/-l concurrency cli option m4: fix statx override selection if /usr/include doesn't define it build: initialize stack variables to zero by default mkfs: allow sizing realtime allocation groups for concurrency configure.ac | 1 + db/block.c | 4 +- db/btheight.c | 6 ++ include/builddefs.in | 2 +- libxfs/util.c | 2 +- m4/package_libcdev.m4 | 2 +- m4/package_sanitizer.m4 | 14 +++++ man/man8/mkfs.xfs.8.in | 28 ++++++++++ mkfs/xfs_mkfs.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++-- repair/quotacheck.c | 2 +- 10 files changed, 195 insertions(+), 10 deletions(-)