Open
Description
Hi btrfs devs. Some suggestions related to hashing algorithms:
Make xxHash 64-bit as default hashing algorithm on new btrfs partition creating.
Add support for:
- xxHash3 64-bit;
- xxHash3 128-bit;
- Blake3 256-bit.
Deprecate crc32 for new kernels - weak and worst hashing algorithm. xxHash have same performance with a lot better hashing quality.