Re: [PATCH] fs: ext4: Add metadata checksums support

2021-02-22 Thread Fredrik Hallenberg
Anything I can do to improve the patch? On Sat, Feb 13, 2021 at 10:51 AM Fredrik Hallenberg wrote: > > Thanks for trying it out. I have only used it on a custom arm-based > board. I have done quite a lot of writing with and without metadata > flag and have also tried to trigger

Re: [PATCH] fs: ext4: Add metadata checksums support

2021-02-13 Thread Fredrik Hallenberg
case. On Fri, Feb 12, 2021 at 9:48 PM Tom Rini wrote: > > On Fri, Feb 12, 2021 at 05:57:47PM +0100, Fredrik Hallenberg wrote: > > > Support crc32c checksums in ext4 filesystems with metadata_csum flag > > active. This includes superblock, inodes, inode and block group tables,

[PATCH] fs: ext4: Add metadata checksums support

2021-02-12 Thread Fredrik Hallenberg
Support crc32c checksums in ext4 filesystems with metadata_csum flag active. This includes superblock, inodes, inode and block group tables, directory blocks and journal. Signed-off-by: Fredrik Hallenberg --- fs/ext4/Kconfig | 1 + fs/ext4/ext4_common.c | 91

ext4 metadata checksums

2021-02-02 Thread Fredrik Hallenberg
Hi, I have done some work on improving ext4 write support. In particular adding metadata checksums. It seems to work ok but as there are so many special cases it would be good if some more people could help with testing. If someone is interested the fork is here: https://github.com/megahallon/u-bo