Show patches with: Submitter = Eric Biggers       |   275 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/11] MAINTAINERS: add entry for CRC library Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[10/11] powerpc/crc: delete obsolete crc-vpmsum_test.c Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[09/11] lib/crc32test: delete obsolete crc32test.c Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[08/11] lib/crc_kunit.c: add KUnit test suite for CRC library functions Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[07/11] powerpc/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[06/11] arm64/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[05/11] arm/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[04/11] x86/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[03/11] crypto: crct10dif - expose arch-optimized lib function Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[02/11] lib/crc-t10dif: add support for arch overrides Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[01/11] lib/crc-t10dif: stop wrapping the crypto API Wire up CRC-T10DIF library functions to arch-optimized code - - - --- 2024-11-17 Eric Biggers New
[v3,18/18] scsi: target: iscsi: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code - 2 - --- 2024-11-03 Eric Biggers New
[v3,17/18] f2fs: switch to using the crc32 library Wire up CRC32 library functions to arch-optimized code 1 1 - --- 2024-11-03 Eric Biggers New
[v3,16/18] jbd2: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code 1 2 - --- 2024-11-03 Eric Biggers New
[v3,15/18] ext4: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code 1 2 - --- 2024-11-03 Eric Biggers New
[v3,14/18] lib/crc32: make crc32c() go directly to lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,13/18] x86/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,12/18] x86/crc32: update prototype for crc32_pclmul_le_16() Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,11/18] x86/crc32: update prototype for crc_pcl() Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,10/18] sparc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,09/18] s390/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,08/18] powerpc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code 1 1 - --- 2024-11-03 Eric Biggers New
[v3,07/18] mips/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,06/18] loongarch/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,05/18] arm/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,04/18] crypto: crc32 - don't unnecessarily register arch algorithms Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,03/18] lib/crc32: expose whether the lib is really optimized at runtime Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,02/18] lib/crc32: improve support for arch-specific overrides Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v3,01/18] lib/crc32: drop leading underscores from __crc32c_le_base Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-11-03 Eric Biggers New
[v2,18/18] scsi: target: iscsi: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,17/18] f2fs: switch to using the crc32 library Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,16/18] jbd2: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,15/18] ext4: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code 1 1 - --- 2024-10-25 Eric Biggers New
[v2,14/18] lib/crc32: make crc32c() go directly to lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,13/18] x86/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,12/18] x86/crc32: update prototype for crc32_pclmul_le_16() Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,11/18] x86/crc32: update prototype for crc_pcl() Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,10/18] sparc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,09/18] s390/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,08/18] powerpc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,07/18] mips/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,06/18] loongarch/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 2 - --- 2024-10-25 Eric Biggers New
[v2,05/18] arm/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,04/18] crypto: crc32 - don't unnecessarily register arch algorithms Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-25 Eric Biggers New
[v2,03/18] lib/crc32: expose whether the lib is really optimized at runtime Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-25 Eric Biggers New
[v2,02/18] lib/crc32: improve support for arch-specific overrides Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[v2,01/18] lib/crc32: drop leading underscores from __crc32c_le_base Wire up CRC32 library functions to arch-optimized code - 1 - --- 2024-10-25 Eric Biggers New
[15/15] f2fs: switch to using the crc32 library Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[14/15] jbd2: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[13/15] ext4: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[12/15] lib/crc32: make crc32c() go directly to lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[11/15] x86/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[10/15] x86/crc32: update prototype for crc32_pclmul_le_16() Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[09/15] x86/crc32: update prototype for crc_pcl() Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[08/15] sparc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[07/15] s390/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[06/15] powerpc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[05/15] mips/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[04/15] loongarch/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[03/15] arm/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[02/15] lib/crc32: improve support for arch-specific overrides Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
[01/15] lib/crc32: drop leading underscores from __crc32c_le_base Wire up CRC32 library functions to arch-optimized code - - - --- 2024-10-21 Eric Biggers New
crypto - move crypto_simd_disabled_for_test to lib crypto - move crypto_simd_disabled_for_test to lib 1 - - --- 2024-10-18 Eric Biggers New
[v7,7/7] dm-verity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
[v7,6/7] dm-verity: reduce scope of real and wanted digests Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
[v7,5/7] fsverity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
[v7,4/7] crypto: arm64/sha256-ce - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 2 - --- 2024-10-01 Eric Biggers New
[v7,3/7] crypto: x86/sha256-ni - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
[v7,2/7] crypto: testmgr - add tests for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
[v7,1/7] crypto: shash - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-10-01 Eric Biggers New
crypto: arm/aes-neonbs - go back to using aes-arm directly crypto: arm/aes-neonbs - go back to using aes-arm directly - 1 - --- 2024-08-09 Eric Biggers New
[v6,15/15] dm-verity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,14/15] dm-verity: reduce scope of real and wanted digests Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,13/15] dm-verity: hash blocks with shash import+finup when possible Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,11/15] dm-verity: always "map" the data blocks Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,10/15] dm-verity: provide dma_alignment limit in io_hints Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,09/15] dm-verity: make real_digest and want_digest fixed-length Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,08/15] dm-verity: move data hash mismatch handling into its own function Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,07/15] dm-verity: move hash algorithm setup into its own function Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,06/15] fsverity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,05/15] crypto: arm64/sha256-ce - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 2 - --- 2024-06-21 Eric Biggers New
[v6,04/15] crypto: x86/sha256-ni - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,03/15] crypto: testmgr - add tests for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,02/15] crypto: testmgr - generate power-of-2 lengths more often Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v6,01/15] crypto: shash - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing 1 1 - --- 2024-06-21 Eric Biggers New
[v5,15/15] dm-verity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,14/15] dm-verity: reduce scope of real and wanted digests Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,13/15] dm-verity: hash blocks with shash import+finup when possible Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,11/15] dm-verity: always "map" the data blocks Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,10/15] dm-verity: provide dma_alignment limit in io_hints Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,09/15] dm-verity: make real_digest and want_digest fixed-length Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,08/15] dm-verity: move data hash mismatch handling into its own function Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,07/15] dm-verity: move hash algorithm setup into its own function Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,06/15] fsverity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,05/15] crypto: arm64/sha256-ce - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing - 1 - --- 2024-06-11 Eric Biggers New
[v5,04/15] crypto: x86/sha256-ni - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,03/15] crypto: testmgr - add tests for finup_mb Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
[v5,02/15] crypto: testmgr - generate power-of-2 lengths more often Optimize dm-verity and fsverity using multibuffer hashing - - - --- 2024-06-11 Eric Biggers New
« 1 2 3 »