Searched hist:ddfa17e4adc4bd19c32216aaa6250dc38b0579df (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | diff ddfa17e4adc4bd19c32216aaa6250dc38b0579df Wed Jun 21 20:36:51 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: call journal revoke when freeing ea_inode blocks
ea_inode contents are treated as metadata, that's why it is journaled during initial writes. Failing to call revoke during freeing could cause user data to be overwritten with original ea_inode contents during journal replay.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | extents.c | diff ddfa17e4adc4bd19c32216aaa6250dc38b0579df Wed Jun 21 20:36:51 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: call journal revoke when freeing ea_inode blocks
ea_inode contents are treated as metadata, that's why it is journaled during initial writes. Failing to call revoke during freeing could cause user data to be overwritten with original ea_inode contents during journal replay.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|