Re: [f2fs-dev] [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code

2024-10-25 Thread Ard Biesheuvel via Linux-f2fs-devel
On Mon, 21 Oct 2024 at 02:29, Eric Biggers wrote: > > This patchset is also available in git via: > > git fetch > https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git > crc32-lib-v1 > > CRC32 is a family of common non-cryptographic integrity check algorithms > that are fairly f

[f2fs-dev] [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code

2024-10-20 Thread Eric Biggers via Linux-f2fs-devel
This patchset is also available in git via: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git crc32-lib-v1 CRC32 is a family of common non-cryptographic integrity check algorithms that are fairly fast with a portable C implementation and become far faster still wit