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: ca10888d51a51ccb8ef02c9182c554eee4493aac 3 new commits: Christoph Hellwig (1): [c988ff56258a] mkfs: use a default sector size that is also suitable for the rtdev Darrick J. Wong (2): [ff12f3956648] xfs_scrub_all.timer: don't run if /var/lib/xfsprogs is readonly [ca10888d51a5] xfs_repair: require zeroed quota/rt inodes in metadir superblocks Code Diffstat: mkfs/xfs_mkfs.c | 16 +++++++++++++-- repair/agheader.c | 49 +++++++++++++++++++++++++++++++++++++++++++- scrub/Makefile | 6 +++++- scrub/xfs_scrub_all.timer | 16 --------------- scrub/xfs_scrub_all.timer.in | 23 +++++++++++++++++++++ 5 files changed, 90 insertions(+), 20 deletions(-) delete mode 100644 scrub/xfs_scrub_all.timer create mode 100644 scrub/xfs_scrub_all.timer.in -- - Andrey