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: b894e1b9a567338f62eefb6d6ea0290d0b37060d 4 new commits: David Seifert (1): [987373623] po: Fix invalid .de translation format string Donald Douwsma (1): [248754271] xfstests: add test for xfs_repair progress reporting Pavel Reichl (1): [b894e1b9a] mkfs: fix man's default value for sparse option Weifeng Su (1): [8813e12cc] libxcmd: add return value check for dynamic memory function Code Diffstat: libxcmd/command.c | 4 +++ man/man8/mkfs.xfs.8.in | 2 +- po/de.po | 2 +- tests/xfs/999 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/999.out | 15 ++++++++++++ 5 files changed, 87 insertions(+), 2 deletions(-) create mode 100755 tests/xfs/999 create mode 100644 tests/xfs/999.out -- Carlos