[U-Boot] [PATCH 0/2] ext4: more fixes for possible file system corruption

The two patches fix two more possible corruptions of ext filesystems during write operations.
This goes ontop the previous pending patches.
Stefan Brüns (2): ext4: Avoid corruption of directories with hash tree indexes ext4: scan all directory blocks when looking up an entry
fs/ext4/ext4_common.c | 74 +++++++++++++++++++++++---------------------------- fs/ext4/ext4_write.c | 5 ++++ include/ext4fs.h | 1 + 3 files changed, 39 insertions(+), 41 deletions(-)

Hi Stefan,
The two patches fix two more possible corruptions of ext filesystems during write operations.
This goes ontop the previous pending patches.
Stefan Brüns (2): ext4: Avoid corruption of directories with hash tree indexes ext4: scan all directory blocks when looking up an entry
Would you consider adding proper tests to our test framework (@./test directory), so we would avoid ext4 regressions in the future?
Thanks for your effort and preparing patches.
fs/ext4/ext4_common.c | 74 +++++++++++++++++++++++---------------------------- fs/ext4/ext4_write.c | 5 ++++ include/ext4fs.h | 1 + 3 files changed, 39 insertions(+), 41 deletions(-)
participants (2)
-
Lukasz Majewski
-
Stefan Brüns