Greetings; When using XFS with a 1k block size atop our device, we regularly get "log record CRC mismatch"es when mounting XFS after a crash, and we are attempting to understand why. We are using RHEL7.3 with its kernel 3.10.0-514.10.2.el7.x86_64, xfsprogs version 4.5.0. Tracing indicates the following situation occurs: Some pair of consecutive locations contains data A1 and B1, respectively. The XFS journal issues new writes to those locations, containing data A2 and B2. The write of B' finishes, but A' is still outstanding at the time of the crash. Crash occurs. The data on disk is A1 and B2, respectively. XFS fails to mount, complaining that the checksum mismatches. Does XFS expect sequentially issued journal IO to be committed to disk in the order of issuance due to the use of FUA? Thanks! Sweet Tea Dorminy Permabit Technology Corporation Cambridge, MA -- 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