All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ext4: more fixes for possible file system corruption
@ 2016-08-19  0:05 Stefan Brüns
  2016-08-19 15:21 ` Lukasz Majewski
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Brüns @ 2016-08-19  0:05 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.9.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 0/2] ext4: more fixes for possible file system corruption
  2016-08-19  0:05 [U-Boot] [PATCH 0/2] ext4: more fixes for possible file system corruption Stefan Brüns
@ 2016-08-19 15:21 ` Lukasz Majewski
  0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2016-08-19 15:21 UTC (permalink / raw)
  To: u-boot

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(-)
> 



-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-19 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  0:05 [U-Boot] [PATCH 0/2] ext4: more fixes for possible file system corruption Stefan Brüns
2016-08-19 15:21 ` Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.