Hi all, Here's a short patch series that rolls up all my pending fixes for e2fsprogs. The first five patches introduce the "metdata_csum_seed" feature which decouples the metadata block checksums from the FS UUID so that said UUID can be changed while the FS is mounted. Patch #6 fixes filefrag not to report holes as fragmentation. Patch #7 changes tune2fs so that prior to making invasive changes to the filesystem it'll check that the FS has been fsck'd recently and if so confirms with the administrator that they actually want to proceed. Patch #8 teaches tune2fs to recover the journal if necessary. This prevents tune2fs modifications from being clobbered by a journal replay. Patch #9 fixes a bug reported by Richard Purdie wherein we didn't sort extended attributes in an external block according to the kernel's expectations, which results in mke2fs creating attributes that the kernel cannot read. The patchset should apply cleanly against the -next branch as of 13 February (it hasn't been updated since 30 November 2015). Comments and questions are, as always, welcome. (Except for patch #9, none of the patches in this set have changed since the last posting on 4 Dec 2015.) --D -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html