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: e05d65121e7dc97a2b010d87514187fec28e4eb4 10 new commits: Darrick J. Wong (10): [5a9c316e3] xfs_repair: don't spray correcting imap all by itself [61872b1b2] xfs_repair: don't log inode problems without printing resolution [3668ccd82] xfs_repair: fix messaging when shortform_dir2_junk is called [42453d22a] xfs_repair: fix messaging in longform_dir2_entry_check_data [54f51a36c] xfs_repair: fix messaging when fixing imap due to sparse cluster [ceec18a22] xfs_repair: don't add junked entries to the rebuilt directory [3f734ce4c] xfs_repair: always perform extended xattr checks on uncertain inodes [36f558c4f] xfs_repair: check low keys of rmap btrees [144a92750] xfs_repair: warn about unwritten bits set in rmap btree keys [e05d65121] xfs_db: expose the unwritten flag in rmapbt keys Code Diffstat: db/btblock.c | 4 ++++ repair/dino_chunks.c | 14 ++++++------ repair/phase6.c | 46 ++++++++++++++++++---------------------- repair/scan.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 90 insertions(+), 34 deletions(-) -- Carlos