Linux-FSCrypt Archive mirror
 help / color / mirror / Atom feed
[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  (37+ messages)
` [PATCH v6 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH v6 02/17] blk-crypto: show supported key types in sysfs
` [PATCH v6 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v6 04/17] fscrypt: add support for "
` [PATCH v6 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v6 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH v6 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v6 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH v6 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH v6 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH v6 13/17] ufs: core: add support for deriving the software secret
` [PATCH v6 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH v6 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH v6 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH v6 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-12  6:06 UTC  (29+ messages)
` [PATCH RESEND v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 02/19] crypto: testmgr: "
` [PATCH RESEND v2 03/19] drm/i915/selftests: "
` [PATCH RESEND v2 04/19] drm/lib: "
` [PATCH RESEND v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH RESEND v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [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 09/19] bpf: "
` [PATCH RESEND v2 10/19] lib/interval_tree_test.c: "
` [PATCH RESEND v2 11/19] kunit: string-stream-test: "
` [PATCH RESEND v2 12/19] random32: "
` [PATCH RESEND v2 13/19] lib/rbtree-test: "
` [PATCH RESEND v2 14/19] bpf/tests: "
` [PATCH RESEND v2 15/19] lib/test_parman: "
` [PATCH RESEND v2 16/19] lib/test_scanf: "
` [PATCH RESEND v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH RESEND v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH RESEND v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>

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

[PATCH 00/18] random: Include <linux/percpu.h> and resolve circular include dependency
 2024-09-06  8:09 UTC  (6+ messages)
  ` [PATCH 06/18] fscrypt: Include <linux/prandom.h> instead of <linux/random.h>

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-09-05 14:53 UTC  (5+ messages)
` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash
    ` [PATCH] ext4: Fix error message when rejecting the default hash

Software encryption at fscrypt causing the filesystem access unresponsive
 2024-07-25  7:51 UTC  (4+ messages)

[PATCH 0/6] Remove page_mapping()
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] scsi: ufs: exynos: Don't resume FMP when crypto support disabled
 2024-07-23  0:52 UTC  (3+ messages)

Possible kernel bug: Ubuntu Kernel linux-image-6.5.0-44-generic appears to have issues with fscrypt running on CephFS backend
 2024-07-20 22:48 UTC 

[PATCH v3 0/6] Basic inline encryption support for ufs-exynos
 2024-07-16  2:29 UTC  (18+ messages)
` [PATCH v3 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v3 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
` [PATCH v3 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
` [PATCH v3 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
` [PATCH v3 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
` [PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)

[PATCH v2 0/6] Basic inline encryption support for ufs-exynos
 2024-07-10 22:27 UTC  (19+ messages)
` [PATCH v2 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v2 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
` [PATCH v2 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
` [PATCH v2 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
` [PATCH v2 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
` [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)

[PATCH 0/6] Basic inline encryption support for ufs-exynos
 2024-07-02  7:28 UTC  (10+ messages)
` [PATCH 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
` [PATCH 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
` [PATCH 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
` [PATCH 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
` [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)


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).