]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: calculate and verify block bitmap checksum
authorDarrick J. Wong <djwong@us.ibm.com>
Sun, 29 Apr 2012 22:35:10 +0000 (18:35 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Apr 2012 22:35:10 +0000 (18:35 -0400)
commit43ec8adb0d3f68c3688810f1883d62d341fa2efd
tree66c4232c2e5c1f59666e05164b77539a9b1dd290
parent589cfa0b6970b32dbb7bc6a5a39dbe055ce74ff9
ext4: calculate and verify block bitmap checksum

Compute and verify the checksum of the block bitmap; this checksum is
stored in the block group descriptor.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/bitmap.c
fs/ext4/ext4.h
fs/ext4/ialloc.c
fs/ext4/mballoc.c
fs/ext4/resize.c