Home
last modified time | relevance | path

Searched hist:"8805 dbcb3e83a4e5a6c91edc15643a7498e576ce" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfast_commit.cdiff 8805dbcb3e83a4e5a6c91edc15643a7498e576ce Sun Nov 06 16:48:41 CST 2022 Eric Biggers <ebiggers@google.com> ext4: simplify fast-commit CRC calculation

Instead of checksumming each field as it is added to the block, just
checksum each block before it is written. This is simpler, and also
much more efficient.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20221106224841.279231-8-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>