Message ID | 20190925133728.18027-1-jthumshirn@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: support xxhash64 checksums | expand |
On Wed, Sep 25, 2019 at 03:37:21PM +0200, Johannes Thumshirn wrote: > Now that Nikolay's XXHASH64 support for the Crypto API has landed and BTRFS is > prepared for an easy addition of new checksums, this patchset implements > XXHASH64 as a second, fast but not cryptographically secure checksum hash. > > This patchset is fully bisectible and available on github at > https://github.com/morbidrsa/btrfs-progs/tree/mkfs-xxhash64.v5 > > Changes since v4: > - Rebased onto latest 'devel' branch and dropped applied changes > - Split 'btrfs-progs: add xxhash64 as checksum algorithm' into several atomic > patches > - Changed test code to using 'TEST_ENABLE_OVERRIDE' > > Johannes Thumshirn (7): > btrfs-progs: add option for checksum type to mkfs > btrfs-progs: add is_valid_csum_type() helper > btrfs-progs: add table for checksum type and name > btrfs-progs: also print checksum type when running mkfs > btrfs-progs: add xxhash64 to mkfs > btrfs-progs: move crc32c implementation to crypto/ All of the above added to devel, thanks. There might be some fixups or cleanups but I'll do them as separate patches. Regarding relese, we could do the xxhash support in 5.3, though there's no kernel support yet. I'll think about that if this would not cause too much confusion though.
On 25/09/2019 19:22, David Sterba wrote: [...] > All of the above added to devel, thanks. There might be some fixups or > cleanups but I'll do them as separate patches. Regarding relese, we > could do the xxhash support in 5.3, though there's no kernel support > yet. I'll think about that if this would not cause too much confusion > though. Thanks! I was about to re-send the kernel side (maybe w/o sysfs) today if you don't mind. Byte, Johannes