Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2023-07-14 20:28:48 to 2023-08-31 08:40:24 UTC [more...]

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-08-31  8:39 UTC  (33+ messages)
` [PATCH v2 01/10] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v2 02/10] qcom_scm: scm call for deriving a software secret
` [PATCH v2 03/10] soc: qcom: ice: add hwkm support in ice
` [PATCH v2 04/10] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v2 05/10] ufs: core: support wrapped keys in ufs core
` [PATCH v2 06/10] ufs: host: wrapped keys support in ufs qcom
` [PATCH v2 07/10] qcom_scm: scm call for create, prepare and import keys
` [PATCH v2 08/10] ufs: core: add support for generate, import and prepare keys
` [PATCH v2 09/10] soc: qcom: support for generate, import and prepare key
` [PATCH v2 10/10] ufs: host: "

[GIT PULL] fscrypt update for 6.6
 2023-08-28 20:15 UTC  (2+ messages)

[PATCH 2/12] ubifs: Do not include crypto/algapi.h
 2023-08-28  9:33 UTC  (4+ messages)
  ` [PATCH] KEYS: Include linux/errno.h in linux/verification.h

[PATCH 0/12] Do not include crypto/algapi.h
 2023-08-25 21:23 UTC  (13+ messages)
  ` [PATCH 6/12] wifi: mac80211: "
  ` [PATCH 11/12] wireguard: "
  ` [PATCH 7/12] mptcp: "
  ` [PATCH 8/12] SUNRPC: "
  ` [PATCH 4/12] ceph: "
  ` [PATCH 9/12] evm: "
  ` [PATCH 10/12] KEYS: encrypted: "
  ` [PATCH 1/12] fscrypt: "
  ` [PATCH 3/12] Bluetooth: "

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH v4 0/4] crypto: LEA block cipher implementation
 2023-08-22  4:53 UTC  (3+ messages)

[PATCH v3 00/16] fscrypt: add extent encryption
 2023-08-16 14:42 UTC  (34+ messages)
` [PATCH v3 01/16] fscrypt: factor helper for locking master key
` [PATCH v3 02/16] fscrypt: factor getting info for a specific block
` [PATCH v3 03/16] fscrypt: adjust effective lblks based on extents
` [PATCH v3 04/16] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v3 05/16] fscrypt: setup leaf inodes for extent encryption
` [PATCH v3 06/16] fscrypt: allow infos to be owned by extents
` [PATCH v3 07/16] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v3 08/16] fscrypt: move function call warning of busy inodes
` [PATCH v3 09/16] fscrypt: revamp key removal for extent encryption
` [PATCH v3 10/16] fscrypt: add creation/usage/freeing of per-extent infos
` [PATCH v3 11/16] fscrypt: allow load/save of extent contexts
` [PATCH v3 12/16] fscrypt: save session key credentials for extent infos
` [PATCH v3 13/16] fscrypt: allow multiple extents to reference one info
` [PATCH v3 14/16] fscrypt: cache list of inlinecrypt devices
` [PATCH v3 15/16] fscrypt: allow asynchronous info freeing
` [PATCH v3 16/16] fscrypt: update documentation for per-extent keys

[PATCH v6 0/8] fscrypt: preliminary rearrangmeents of key setup
 2023-08-10  7:19 UTC  (23+ messages)
` [PATCH v6 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v6 2/8] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v6 3/8] fscrypt: split setup_per_mode_enc_key()
` [PATCH v6 4/8] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v6 5/8] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v6 6/8] fscrypt: move all the shared mode key setup deeper
` [PATCH v6 7/8] fscrypt: make infos have a pointer to prepared keys
` [PATCH v6 8/8] fscrypt: make prepared keys record their type

[PATCH v3 00/17] btrfs: add encryption feature
 2023-08-09 20:39 UTC  (22+ messages)
` [PATCH v3 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v3 02/17] btrfs: disable verity "
` [PATCH v3 03/17] fscrypt: expose fscrypt_nokey_name
` [PATCH v3 04/17] btrfs: start using fscrypt hooks
` [PATCH v3 05/17] btrfs: add inode encryption contexts
` [PATCH v3 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v3 07/17] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v3 08/17] btrfs: handle "
` [PATCH v3 09/17] btrfs: implement fscrypt ioctls
` [PATCH v3 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v3 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v3 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v3 13/17] btrfs: turn on the encryption ioctls
` [PATCH v3 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v3 15/17] btrfs: start tracking extent encryption context info
` [PATCH v3 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v3 17/17] btrfs: save and load fscrypt extent contexts

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-08-09 18:02 UTC  (8+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook

[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
 2023-08-08 18:46 UTC  (11+ messages)
` [RFC PATCH v3 1/9] common/encrypt: separate data and inode nonces
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 3/9] common/encrypt: add btrfs to get_ciphertext_filename
` [RFC PATCH v3 4/9] common/encrypt: enable making a encrypted btrfs filesystem
` [RFC PATCH v3 5/9] generic/613: write some actual data for btrfs
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
` [RFC PATCH v3 7/9] common/verity: explicitly don't allow btrfs encryption
` [RFC PATCH v3 8/9] btrfs: add simple test of reflink of encrypted data
` [RFC PATCH v3 9/9] btrfs: test snapshotting encrypted subvol

[RFC PATCH v10 07/17] ipe: add userspace interface
 2023-08-01 19:29 UTC  (3+ messages)
  ` [PATCH RFC v10 7/17] "

[RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
 2023-08-01 19:24 UTC  (3+ messages)
  ` [PATCH RFC v10 8/17] "

[PATCH v5 0/8] fscrypt: some rearrangements of key setup
 2023-07-24 15:31 UTC  (3+ messages)
` [PATCH v5 8/8] fscrypt: make prepared keys record their type

[PATCH v2 00/17] btrfs: add encryption feature
 2023-07-18  8:36 UTC  (33+ messages)
` [PATCH v2 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v2 02/17] btrfs: disable verity "
` [PATCH v2 03/17] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 04/17] btrfs: start using fscrypt hooks
` [PATCH v2 05/17] btrfs: add inode encryption contexts
` [PATCH v2 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 07/17] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v2 08/17] btrfs: use correct name hash for "
` [PATCH v2 09/17] btrfs: implement fscrypt ioctls
` [PATCH v2 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v2 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v2 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v2 13/17] btrfs: turn on the encryption ioctls
` [PATCH v2 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v2 15/17] btrfs: start tracking extent encryption context info
` [PATCH v2 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v2 17/17] btrfs: save and load fscrypt extent contexts

[PATCH v2 00/14] fscrypt: add extent encryption
 2023-07-17 15:23 UTC  (13+ messages)
` [PATCH v2 07/14] fscrypt: notify per-extent infos if master key vanishes
` [PATCH v2 09/14] fscrypt: move function call warning of busy inodes
` [PATCH v2 10/14] fscrypt: revamp key removal for extent encryption
` [PATCH v2 11/14] fscrypt: add creation/usage/freeing of per-extent infos
` [PATCH v2 12/14] fscrypt: allow load/save of extent contexts
` [PATCH v2 13/14] fscrypt: save session key credentials for extent infos

[PATCH v1 00/17] btrfs: add encryption feature
 2023-07-17  1:43 UTC  (7+ messages)
` [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v1 05/17] btrfs: add inode encryption contexts

[RFC PATCH v10 09/17] ipe: add permissive toggle
 2023-07-15  4:00 UTC  (2+ messages)
  ` [PATCH RFC v10 9/17] "

[RFC PATCH v10 06/17] security: add new securityfs delete function
 2023-07-14 23:59 UTC  (2+ messages)
  ` [PATCH RFC v10 6/17] "

[RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
 2023-07-14 23:56 UTC  (2+ messages)
  ` [PATCH RFC v10 5/17] "

[RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
 2023-07-14 21:47 UTC  (2+ messages)
  ` [PATCH RFC v10 4/17] "

[RFC PATCH v10 03/17] ipe: add evaluation loop
 2023-07-14 20:28 UTC  (2+ messages)
  ` [PATCH RFC v10 3/17] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox