Hi all, This patch series combines all the random little fixes and improvements to the verifiers that we've been talking about for the past month or so into a single patch series! We start by refactoring the long format btree block header verifier into a single helper functionn and de-macroing dir block verifiers to make them less shouty. Next, we change verifier functions to return the approximate instruction pointer of the faulting test so that we can report more precise fault information to dmesg/tracepoints. Then, we move on to creating verifiers for all the inline format fork formats, and create a helper function for _iget that can dispatch inline verification. The ability to supply custom verifier functions will be used by xfs_repair to deal with corrupt inodes. The last patch enables us to (re)check the structure of incore metadata buffers to try to detect memory corruption. --D -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html