Re: [PATCH] btrfs-progs: add sha256 as supported checksumming algorithm

2019-10-07 Thread David Sterba
On Mon, Oct 07, 2019 at 01:13:26PM +0200, Johannes Thumshirn wrote: > Signed-off-by: Johannes Thumshirn Please write even a short changelog. The patch adds the definition and allows the new hash in mkfs, that's beyond what I'd consider trivial that a subject would be sufficient. I wrote something

[PATCH] btrfs-progs: add sha256 as supported checksumming algorithm

2019-10-07 Thread Johannes Thumshirn
Signed-off-by: Johannes Thumshirn --- Makefile | 2 +- cmds/inspect-dump-super.c | 1 + crypto/hash.c | 12 crypto/hash.h | 1 + crypto/sha224-256.c | 4 ++-- ctree.c | 1 + ctree.h | 1 + disk-i