Hello. The xfsprogs for-next branch, located at: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next 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 new head of the for-next branch is commit: 3eb8c349c5cda8f95ef390b1b08cc05328896ad8 9 new commits: Chi Zhiling (1): [3eb8c349c5cd] xfs_logprint: Fix super block buffer interpretation issue Darrick J. Wong (8): [741eb9b6f9a8] xfs_db: fix multiple dblock commands [c08fe89d4441] xfs_repair: don't obliterate return codes [fe9efcb37d1f] libxfs: fix uninit variable in libxfs_alloc_file_space [c414a08700c5] xfs_db: improve error message when unknown btree type given to btheight [93711a36ed54] mkfs: fix parsing of value-less -d/-l concurrency cli option [43025caf770e] m4: fix statx override selection if /usr/include doesn't define it [e1d3ce600d70] build: initialize stack variables to zero by default [34738ff0ee80] mkfs: allow sizing realtime allocation groups for concurrency Code Diffstat: configure.ac | 1 + db/block.c | 4 +- db/btheight.c | 6 ++ include/builddefs.in | 2 +- libxfs/util.c | 2 +- logprint/log_misc.c | 17 ++---- logprint/log_print_all.c | 22 ++++---- 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 +- 12 files changed, 210 insertions(+), 34 deletions(-) -- - Andrey