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: 364cc95468f737725b90a91bf11b8e0452aa0122 3 new commits: Darrick J. Wong (2): [d8a19f298] libfrog: move crc32c selftest buffer into a separate file [b9d29568e] misc: test the dir/attr hash before formatting or repairing fs Eric Sandeen (1): [364cc9546] xfsprogs: nrext64 option should be in [inode] section of mkfs conf files Code Diffstat: libfrog/Makefile | 7 +- libfrog/crc32cselftest.h | 533 +---------------------------------------------- libfrog/dahashselftest.h | 172 +++++++++++++++ libfrog/randbytes.c | 527 ++++++++++++++++++++++++++++++++++++++++++++++ libfrog/randbytes.h | 11 + mkfs/lts_4.19.conf | 2 +- mkfs/lts_5.10.conf | 2 +- mkfs/lts_5.15.conf | 2 +- mkfs/lts_5.4.conf | 2 +- mkfs/lts_6.1.conf | 2 +- mkfs/xfs_mkfs.c | 8 + repair/init.c | 5 + 12 files changed, 743 insertions(+), 530 deletions(-) create mode 100644 libfrog/dahashselftest.h create mode 100644 libfrog/randbytes.c create mode 100644 libfrog/randbytes.h -- Carlos Maiolino