]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: detect and repair external journal superblock checksum errors
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Sep 2014 23:12:15 +0000 (16:12 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Sep 2014 16:40:55 +0000 (12:40 -0400)
commit6aabb75493a77aaee301fb5e9d39202439c4a325
treef944721177cc4481ccc29554a5eba38a68edbdfb
parent7a8f49735679c86d34e0840dcfde1340da6de90a
e2fsck: detect and repair external journal superblock checksum errors

Verify the (ext4) superblock checksum of an external journal device
and prompt to correct the checksum if nothing else is wrong with the
superblock.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Cc: TR Reardon <thomas_reardon@hotmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/journal.c
e2fsck/problem.c
e2fsck/problem.h
tests/j_corrupt_ext_jnl_sb_block/expect [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_block/image.tar.bz2 [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_block/name [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_block/script [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_csum/expect [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_csum/image.tar.bz2 [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_csum/name [new file with mode: 0644]
tests/j_corrupt_ext_jnl_sb_csum/script [new file with mode: 0644]