Show patches with: Submitter = Eric Biggers       |    State = Action Required       |    Archived = No       |   41 patches
Patch Series S/W/F Date Submitter Delegate State
[v3,18/18] scsi: target: iscsi: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 2024-11-03 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
scsi: ufs: exynos: Don't resume FMP when crypto support disabled scsi: ufs: exynos: Don't resume FMP when crypto support disabled --- 2024-07-21 Eric Biggers New
[v3,6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP) Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[v3,5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[v3,4/6] scsi: ufs: core: Add fill_crypto_prdt variant op Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[v3,3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[v3,2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[v3,1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE Basic inline encryption support for ufs-exynos --- 2024-07-08 Eric Biggers New
[6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP) Basic inline encryption support for ufs-exynos --- 2024-06-11 Eric Biggers New
[v5,3/3] fscrypt: add support for hardware-wrapped keys Support for hardware-wrapped inline encryption keys --- 2022-02-28 Eric Biggers New
[v5,2/3] block: add ioctls to create and prepare hardware-wrapped keys Support for hardware-wrapped inline encryption keys --- 2022-02-28 Eric Biggers New
[v5,1/3] block: add basic hardware-wrapped key support Support for hardware-wrapped inline encryption keys --- 2022-02-28 Eric Biggers New
[v4,3/3] blk-crypto: show crypto capabilities in sysfs [v4,1/3] block: simplify calling convention of elv_unregister_queue() --- 2022-01-24 Eric Biggers New
[v4,1/3] block: simplify calling convention of elv_unregister_queue() [v4,1/3] block: simplify calling convention of elv_unregister_queue() --- 2022-01-24 Eric Biggers New
[v3,2/3] block: don't delete queue kobject before its children Untitled series #161793 --- 2021-12-08 Eric Biggers New
[3/3] blk-crypto: show crypto capabilities in sysfs block: show crypto capabilities in sysfs --- 2021-11-26 Eric Biggers New
[v2,4/4] blk-crypto: update inline encryption documentation blk-crypto cleanups --- 2021-09-16 Eric Biggers New
[2/5] blk-crypto-fallback: consolidate static variables blk-crypto cleanups --- 2021-09-13 Eric Biggers New
[2/2] scsi: ufs: use devm_blk_ksm_init() Resource-managed blk_ksm_init() --- 2021-01-21 Eric Biggers New
[1/2] block/keyslot-manager: introduce devm_blk_ksm_init() Resource-managed blk_ksm_init() --- 2021-01-21 Eric Biggers New
[v5,5/5] scsi: ufs-qcom: add Inline Crypto Engine support Untitled series #39046 --- 2020-06-21 Eric Biggers New
[v5,4/5] scsi: ufs: add program_key() variant op Untitled series #39046 --- 2020-06-21 Eric Biggers New
[v5,2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers Untitled series #39046 --- 2020-06-21 Eric Biggers New