Linux-FSCrypt Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-09 13:02:52 to 2025-04-05 01:17:26 UTC [more...]

[PATCH] docs: Remove literal markup from Documentation/ paths
 2025-04-05  1:17 UTC  (5+ messages)

[PATCH v13 0/3] Support for wrapped inline encryption keys on Qualcomm SoCs
 2025-04-04 23:15 UTC  (4+ messages)
` [PATCH v13 1/3] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v13 2/3] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v13 3/3] ufs: qcom: add support for wrapped keys

[PATCH v13] fscrypt: add support for hardware-wrapped keys
 2025-04-04 22:58 UTC 

[GIT PULL] fscrypt updates for 6.15
 2025-03-26  2:05 UTC  (2+ messages)

[PATCH v12 0/4] Driver and fscrypt support for HW-wrapped inline encryption keys
 2025-03-10 16:41 UTC  (8+ messages)
` [PATCH v12 1/4] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v12 2/4] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v12 3/4] ufs: qcom: add support for wrapped keys
` [PATCH v12 4/4] fscrypt: add support for hardware-wrapped keys

[PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
 2025-03-05 11:57 UTC  (3+ messages)

RFE: Support for client-side content encryption in AFS
 2025-03-05  9:33 UTC  (3+ messages)

[PATCH] fscrypt: mention init_on_free instead of page poisoning
 2025-03-04 21:01 UTC 

[PATCH] fscrypt: drop obsolete recommendation to enable optimized ChaCha20
 2025-03-04 20:55 UTC 

[PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
 2025-02-21 22:41 UTC  (6+ messages)

[PATCH] Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"
 2025-02-17 19:16 UTC  (2+ messages)

crypto: fscrypt: crypto_create_tfm_node memory leak
 2025-02-17 19:08 UTC  (3+ messages)

[xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
 2025-02-11  4:06 UTC  (3+ messages)

[PATCH v11 0/7] Support for hardware-wrapped inline encryption keys
 2025-02-10 16:54 UTC  (15+ messages)
` [PATCH v11 1/7] blk-crypto: add basic hardware-wrapped key support
` [PATCH v11 2/7] blk-crypto: show supported key types in sysfs
` [PATCH v11 3/7] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v11 4/7] fscrypt: add support for "
` [PATCH v11 5/7] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v11 6/7] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v11 7/7] ufs: qcom: add support for wrapped keys
` (subset) [PATCH v11 0/7] Support for hardware-wrapped inline encryption keys

[PATCH v10 00/15] Support for hardware-wrapped inline encryption keys
 2025-01-10 21:16 UTC  (26+ messages)
` [PATCH v10 01/15] ufs: qcom: fix crypto key eviction
` [PATCH v10 02/15] ufs: crypto: add ufs_hba_from_crypto_profile()
` [PATCH v10 03/15] ufs: qcom: convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v10 04/15] ufs: crypto: remove ufs_hba_variant_ops::program_key
` [PATCH v10 05/15] mmc: sdhci-msm: fix crypto key eviction
` [PATCH v10 06/15] mmc: crypto: add mmc_from_crypto_profile()
` [PATCH v10 07/15] mmc: sdhci-msm: convert to use custom crypto profile
` [PATCH v10 08/15] firmware: qcom: scm: add calls for wrapped key support
` [PATCH v10 09/15] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v10 10/15] blk-crypto: add basic hardware-wrapped key support
` [PATCH v10 11/15] blk-crypto: show supported key types in sysfs
` [PATCH v10 12/15] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v10 13/15] fscrypt: add support for "
` [PATCH v10 14/15] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v10 15/15] ufs: qcom: add support for wrapped keys
` (subset) [PATCH v10 00/15] Support for hardware-wrapped inline encryption keys

[PATCH v2 0/3] xfstests: test the fscrypt hardware-wrapped key support
 2025-01-07 13:59 UTC  (5+ messages)
` [PATCH v2 1/3] fscrypt-crypt-util: add hardware KDF support
` [PATCH v2 2/3] common/encrypt: support hardware-wrapped key testing
` [PATCH v2 3/3] generic: verify ciphertext with hardware-wrapped keys

Fwd: Hash algorithm ask for include in linux kernel
 2025-01-03 18:08 UTC 

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH v9 00/12] Support for hardware-wrapped inline encryption keys
 2024-12-10  9:13 UTC  (20+ messages)
` [PATCH v9 01/12] ufs: crypto: add ufs_hba_from_crypto_profile()
` [PATCH v9 02/12] ufs: qcom: convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v9 03/12] mmc: crypto: add mmc_from_crypto_profile()
` [PATCH v9 04/12] mmc: sdhci-msm: convert to use custom crypto profile
` [PATCH v9 05/12] firmware: qcom: scm: add calls for wrapped key support
` [PATCH v9 06/12] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v9 07/12] blk-crypto: add basic hardware-wrapped key support
` [PATCH v9 08/12] blk-crypto: show supported key types in sysfs
` [PATCH v9 09/12] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v9 10/12] fscrypt: add support for "
` [PATCH v9 11/12] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v9 12/12] ufs: qcom: add support for wrapped keys

[PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-12-03 15:09 UTC  (22+ messages)
` [PATCH RESEND v7 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH RESEND v7 02/17] blk-crypto: show supported key types in sysfs
` [PATCH RESEND v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH RESEND v7 04/17] fscrypt: add support for "
` [PATCH RESEND v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH RESEND v7 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH RESEND v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH RESEND v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH RESEND v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH RESEND v7 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH RESEND v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH RESEND v7 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH RESEND v7 13/17] ufs: core: add support for deriving the software secret
` [PATCH RESEND v7 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH RESEND v7 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH RESEND v7 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH RESEND v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption
 2024-10-21 19:10 UTC  (9+ messages)
` [RFC PATCH 1/4] block: export blk-crypto symbols required by dm-default-key
` [RFC PATCH 2/4] block: add the bi_skip_dm_default_key flag
` [RFC PATCH 3/4] dm-default-key: add target for filesystem metadata encryption
` [RFC PATCH 4/4] ext4,f2fs: support metadata encryption via dm-default-key

[PATCH v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-10-11 18:54 UTC  (18+ messages)
` [PATCH v7 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH v7 02/17] blk-crypto: show supported key types in sysfs
` [PATCH v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v7 04/17] fscrypt: add support for "
` [PATCH v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH v7 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v7 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH v7 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH v7 13/17] ufs: core: add support for deriving the software secret
` [PATCH v7 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH v7 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH v7 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-10-01  0:37 UTC  (23+ messages)
` [PATCH v3 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 02/19] crypto: testmgr: "
` [PATCH v3 03/19] drm/i915/selftests: "
` [PATCH v3 04/19] drm/lib: "
` [PATCH v3 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH v3 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH v3 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 09/19] bpf: "
` [PATCH v3 10/19] lib/interval_tree_test.c: "
` [PATCH v3 11/19] kunit: string-stream-test: Include <linux/prandom.h>
` [PATCH v3 12/19] random32: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 13/19] lib/rbtree-test: "
` [PATCH v3 14/19] bpf/tests: "
` [PATCH v3 15/19] lib/test_parman: "
` [PATCH v3 16/19] lib/test_scanf: "
` [PATCH v3 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH v3 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH v3 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-26 14:45 UTC  (18+ messages)
` [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver

[PATCH RESEND v2 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
 2024-09-12  6:06 UTC  (2+ messages)

[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-10 17:13 UTC  (10+ messages)
` [PATCH RESEND v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 16/19] lib/test_scanf: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).