On Mon, Jun 26, 2023 at 02:07:36PM +0200, Carlos Maiolino wrote: > 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. Are https://lore.kernel.org/linux-xfs/168597945354.1226461.5438962607608083851.stgit@frogsfrogsfrogs/ and https://lore.kernel.org/linux-xfs/168597943893.1226372.1356501443716713637.stgit@frogsfrogsfrogs/ (already fully reviewed) and maybe https://lore.kernel.org/linux-xfs/168597936664.1225991.1267673489846772229.stgit@frogsfrogsfrogs/ on the list for the next push? --D > 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