]> git.itanic.dy.fi Git - linux-stable/commit
ext4: improve xattr consistency checking and error reporting
authorTheodore Ts'o <tytso@mit.edu>
Wed, 14 Dec 2022 20:08:18 +0000 (15:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Feb 2023 15:35:12 +0000 (10:35 -0500)
commit3478c83cf26bbffd026ae6a56bcb1fe544f0834e
tree8a62e9dc9bac9d4351f75c4ea2fcd75769f8f3a2
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65
ext4: improve xattr consistency checking and error reporting

Refactor the in-inode and xattr block consistency checking, and report
more fine-grained reports of the consistency problems.  Also add more
consistency checks for ea_inode number.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20221214200818.870087-1-tytso@mit.edu
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c