]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: calculate and verify inode checksums
authorDarrick J. Wong <djwong@us.ibm.com>
Sun, 29 Apr 2012 22:31:10 +0000 (18:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Apr 2012 22:31:10 +0000 (18:31 -0400)
commite870e541afbe73a6da8105cf29fbb18de7cf9db3
tree221de5b0331240ff6bc99a2dd7c48460e1305075
parent21d02302bbe02712d8f3b1dd4be6298c6bd44791
ext4: calculate and verify inode checksums

This patch introduces to ext4 the ability to calculate and verify
inode checksums.  This requires the use of a new ro compatibility flag
and some accompanying e2fsprogs patches to provide the relevant
features in tune2fs and e2fsck.  The inode generation changes have
been integrated into this patch.

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