public inbox for linux-fscrypt@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-08 05:37:16 to 2023-08-10 06:57:43 UTC [more...]

[PATCH v6 0/8] fscrypt: preliminary rearrangmeents of key setup
 2023-08-10  6:57 UTC  (21+ 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 v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-08-10  5:36 UTC  (22+ 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: "

[PATCH v3 00/16] fscrypt: add extent encryption
 2023-08-10  4:55 UTC  (21+ 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 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  (4+ messages)
` [PATCH RFC v10 7/17] "

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

[PATCH v5 0/8] fscrypt: some rearrangements of key setup
 2023-07-24 15:31 UTC  (10+ messages)
` [PATCH v5 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v5 2/8] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v5 3/8] fscrypt: split setup_per_mode_enc_key()
` [PATCH v5 4/8] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v5 5/8] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v5 6/8] fscrypt: move all the shared mode key setup deeper
` [PATCH v5 7/8] fscrypt: make infos have a pointer to prepared keys
` [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  (23+ messages)
` [PATCH v2 01/14] fscrypt: factor helper for locking master key
` [PATCH v2 02/14] fscrypt: factor getting info for a specific block
` [PATCH v2 03/14] fscrypt: adjust effective lblks based on extents
` [PATCH v2 04/14] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v2 05/14] fscrypt: setup leaf inodes for extent encryption
` [PATCH v2 06/14] fscrypt: allow infos to be owned by extents
` [PATCH v2 07/14] fscrypt: notify per-extent infos if master key vanishes
` [PATCH v2 08/14] fscrypt: use an optional ino equivalent for per-extent infos
` [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 v2 14/14] fscrypt: update documentation for per-extent keys

[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  (3+ messages)
` [PATCH RFC v10 9/17] "

[RFC PATCH v10 06/17] security: add new securityfs delete function
 2023-07-14 23:59 UTC  (3+ 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  (3+ 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  (3+ messages)
` [PATCH RFC v10 4/17] "

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

[RFC PATCH v10 02/17] ipe: add policy parser
 2023-07-14  4:18 UTC  (3+ messages)
` [PATCH RFC v10 2/17] "

[RFC PATCH v10 01/17] security: add ipe lsm
 2023-07-13 23:31 UTC  (2+ messages)
  ` [PATCH RFC v10 1/17] "

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

[RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider
 2023-07-08  5:37 UTC  (2+ messages)
` [PATCH RFC "


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