On 26.08.19 г. 14:48 ч., Johannes Thumshirn wrote: > From: David Sterba <[email protected]> > > git://github.com/Cyan4973/xxHash > > Signed-off-by: David Sterba <[email protected]> > Signed-off-by: Johannes Thumshirn <[email protected]>> --- > crypto/xxhash.c | 1024 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > crypto/xxhash.h | 445 ++++++++++++++++++++++++ > 2 files changed, 1469 insertions(+) Existing crc32c implementation is under kernel-lib/, whereas the xxhash will be under crypto. I think we should have some consistency among the various hashes we might be implementing in the future. I don't have strong preferences either way. I guess crypto/ makes more sense. <snip>
- [PATCH v2 00/11] btrfs-progs: support xxhash64 checksum... Johannes Thumshirn
- [PATCH v2 11/11] btrfs-progs: add test-case for mk... Johannes Thumshirn
- [PATCH v2 05/11] btrfs-progs: pass checksum type t... Johannes Thumshirn
- Re: [PATCH v2 05/11] btrfs-progs: pass checksu... Nikolay Borisov
- [PATCH v2 09/11] btrfs-progs: add xxhash sources Johannes Thumshirn
- Re: [PATCH v2 09/11] btrfs-progs: add xxhash s... Nikolay Borisov
- Re: [PATCH v2 09/11] btrfs-progs: add xxha... David Sterba
- [PATCH v2 08/11] btrfs-progs: add option for check... Johannes Thumshirn
- Re: [PATCH v2 08/11] btrfs-progs: add option f... Nikolay Borisov
- [PATCH v2 03/11] btrfs-progs: add checksum type to... Johannes Thumshirn
- Re: [PATCH v2 03/11] btrfs-progs: add checksum... Nikolay Borisov
- [PATCH v2 01/11] btrfs-progs: don't blindly assume... Johannes Thumshirn
- Re: [PATCH v2 01/11] btrfs-progs: don't blindl... David Sterba
- Re: [PATCH v2 01/11] btrfs-progs: don't bl... David Sterba
- Re: [PATCH v2 01/11] btrfs-progs: don'... Johannes Thumshirn
- [PATCH v2 10/11] btrfs-progs: add xxhash64 as chec... Johannes Thumshirn
