Linux FScrypt
[Prev Page][Next Page]
- [PATCH v2 21/36] btrfs: add fscrypt_info and encryption_type to extent_map, (continued)
- [PATCH v2 21/36] btrfs: add fscrypt_info and encryption_type to extent_map,
Josef Bacik
- [PATCH v2 22/36] btrfs: add fscrypt_info and encryption_type to ordered_extent,
Josef Bacik
- [PATCH v2 23/36] btrfs: plumb through setting the fscrypt_info for ordered extents,
Josef Bacik
- [PATCH v2 28/36] btrfs: pass through fscrypt_extent_info to the file extent helpers,
Josef Bacik
- [PATCH v2 25/36] btrfs: keep track of fscrypt info and orig_start for dio reads,
Josef Bacik
- [PATCH v2 27/36] btrfs: explicitly track file extent length for replace and drop,
Josef Bacik
- [PATCH v2 26/36] btrfs: add an optional encryption context to the end of file extents,
Josef Bacik
- [PATCH v2 24/36] btrfs: populate the ordered_extent with the fscrypt context,
Josef Bacik
- [PATCH v2 33/36] btrfs: set the bio fscrypt context when applicable,
Josef Bacik
- [PATCH v2 34/36] btrfs: add a bio argument to btrfs_csum_one_bio,
Josef Bacik
- [PATCH v2 29/36] btrfs: pass the fscrypt_info through the replace extent infrastructure,
Josef Bacik
- [PATCH v2 36/36] btrfs: implement process_bio cb for fscrypt,
Josef Bacik
- [PATCH v2 31/36] btrfs: setup fscrypt_extent_info for new extents,
Josef Bacik
- [PATCH v2 32/36] btrfs: populate ordered_extent with the orig offset,
Josef Bacik
- [PATCH v2 30/36] btrfs: implement the fscrypt extent encryption hooks,
Josef Bacik
- [PATCH v2 35/36] btrfs: add orig_logical to btrfs_bio,
Josef Bacik
- Re: [PATCH v2 00/36] btrfs: add fscrypt support,
Eric Biggers
- [PATCH 00/12] fstests: fscrypt test updates,
Josef Bacik
- [PATCH 01/12] common/encrypt: separate data and inode nonces,
Josef Bacik
- [PATCH 07/12] btrfs: test snapshotting encrypted subvol,
Josef Bacik
- [PATCH 10/12] fstests: split generic/581 into two tests,
Josef Bacik
- [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem,
Josef Bacik
- [PATCH 12/12] fstest: add a fsstress+fscrypt test,
Josef Bacik
- [PATCH 09/12] fstests: split generic/580 into two tests,
Josef Bacik
- [PATCH 06/12] btrfs: add simple test of reflink of encrypted data,
Josef Bacik
- [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests,
Josef Bacik
- [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce,
Josef Bacik
- [PATCH 11/12] fstests: split generic/613 into two tests,
Josef Bacik
- [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption,
Josef Bacik
- [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename,
Josef Bacik
- [PATCH] fscrypt: rename fscrypt_info => fscrypt_inode_info,
Eric Biggers
- [RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider,
Fan Wu
- [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support,
Fan Wu
- [RFC PATCH v11 03/19] ipe: add evaluation loop,
Fan Wu
- [RFC PATCH v11 09/19] ipe: add permissive toggle,
Fan Wu
- [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider,
Fan Wu
- [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook,
Fan Wu
- [RFC PATCH v11 07/19] ipe: add userspace interface,
Fan Wu
- [RFC PATCH v11 18/19] ipe: kunit test for parser,
Fan Wu
- [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook,
Fan Wu
- [RFC PATCH v11 01/19] security: add ipe lsm,
Fan Wu
- [RFC PATCH v11 06/19] security: add new securityfs delete function,
Fan Wu
- [RFC PATCH v11 12/19] dm: add finalize hook to target_type,
Fan Wu
- [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read,
Fan Wu
- [RFC PATCH v11 17/19] scripts: add boot policy generation program,
Fan Wu
- [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider,
Fan Wu
- [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag,
Fan Wu
- [RFC PATCH v11 19/19] documentation: add ipe documentation,
Fan Wu
- [RFC PATCH v11 10/19] block|security: add LSM blob to block_device,
Fan Wu
- [RFC PATCH v11 02/19] ipe: add policy parser,
Fan Wu
- Master key removal semantics,
Josef Bacik
- [PATCH 00/35] btrfs: add fscrypt support,
Josef Bacik
- [PATCH 04/35] blk-crypto: add a process bio callback,
Josef Bacik
- [PATCH 02/35] fscrypt: add per-extent encryption support,
Josef Bacik
- [PATCH 01/35] fscrypt: rename fscrypt_info => fscrypt_inode_info,
Josef Bacik
- [PATCH 03/35] fscrypt: disable all but standard v2 policies for extent encryption,
Josef Bacik
- [PATCH 05/35] fscrypt: expose fscrypt_nokey_name,
Josef Bacik
- [PATCH 06/35] fscrypt: add documentation about extent encryption,
Josef Bacik
- [PATCH 07/35] btrfs: add infrastructure for safe em freeing,
Josef Bacik
- [PATCH 08/35] btrfs: disable various operations on encrypted inodes,
Josef Bacik
- [PATCH 09/35] btrfs: disable verity on encrypted inodes,
Josef Bacik
- [PATCH 16/35] btrfs: add encryption to CONFIG_BTRFS_DEBUG,
Josef Bacik
- [PATCH 27/35] btrfs: pass through fscrypt_extent_info to the file extent helpers,
Josef Bacik
- [PATCH 29/35] btrfs: implement the fscrypt extent encryption hooks,
Josef Bacik
- [PATCH 33/35] btrfs: add a bio argument to btrfs_csum_one_bio,
Josef Bacik
- [PATCH 30/35] btrfs: setup fscrypt_extent_info for new extents,
Josef Bacik
- [PATCH 21/35] btrfs: add fscrypt_info and encryption_type to ordered_extent,
Josef Bacik
- [PATCH 19/35] btrfs: set file extent encryption excplicitly,
Josef Bacik
- [PATCH 22/35] btrfs: plumb through setting the fscrypt_info for ordered extents,
Josef Bacik
- [PATCH 11/35] btrfs: add inode encryption contexts,
Josef Bacik
- [PATCH 20/35] btrfs: add fscrypt_info and encryption_type to extent_map,
Josef Bacik
- [PATCH 24/35] btrfs: keep track of fscrypt info and orig_start for dio reads,
Josef Bacik
- [PATCH 26/35] btrfs: explicitly track file extent length for replace and drop,
Josef Bacik
- [PATCH 15/35] btrfs: implement fscrypt ioctls,
Josef Bacik
- [PATCH 18/35] btrfs: turn on inlinecrypt mount option for encrypt,
Josef Bacik
- [PATCH 25/35] btrfs: add an optional encryption context to the end of file extents,
Josef Bacik
- [PATCH 13/35] btrfs: adapt readdir for encrypted and nokey names,
Josef Bacik
- [PATCH 28/35] btrfs: pass the fscrypt_info through the replace extent infrastructure,
Josef Bacik
- [PATCH 10/35] btrfs: start using fscrypt hooks,
Josef Bacik
- [PATCH 17/35] btrfs: add get_devices hook for fscrypt,
Josef Bacik
- [PATCH 12/35] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag,
Josef Bacik
- [PATCH 34/35] btrfs: add orig_logical to btrfs_bio,
Josef Bacik
- [PATCH 32/35] btrfs: set the bio fscrypt context when applicable,
Josef Bacik
- [PATCH 23/35] btrfs: populate the ordered_extent with the fscrypt context,
Josef Bacik
- [PATCH 31/35] btrfs: populate ordered_extent with the orig offset,
Josef Bacik
- [PATCH 14/35] btrfs: handle nokey names.,
Josef Bacik
- [PATCH 35/35] btrfs: implement process_bio cb for fscrypt,
Josef Bacik
- [PATCH v3 0/5] fscrypt: add support for data_unit_size < fs_block_size,
Eric Biggers
- [RFC PATCH 0/4] fscrypt: add support for per-extent encryption,
Josef Bacik
- [PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size,
Eric Biggers
- [PATCH 0/5] fscrypt: add support for data_unit_size < fs_block_size,
Eric Biggers
- [PATCH] quota: explicitly forbid quota files from being encrypted,
Eric Biggers
- [RFC PATCH 00/13] fscrypt: add extent encryption,
Sweet Tea Dorminy
- [RFC PATCH 01/13] fscrypt: factor getting info for a specific block,
Sweet Tea Dorminy
- [RFC PATCH 02/13] fscrypt: adjust effective lblks based on extents,
Sweet Tea Dorminy
- [RFC PATCH 03/13] fscrypt: move function call warning of busy inodes,
Sweet Tea Dorminy
- [RFC PATCH 05/13] fscrypt: add creation/usage/freeing of per-extent infos,
Sweet Tea Dorminy
- [RFC PATCH 04/13] fscrypt: split fscrypt_info into general and inode specific parts,
Sweet Tea Dorminy
- [RFC PATCH 07/13] fscrypt: store full fscrypt_contexts for each extent,
Sweet Tea Dorminy
- [RFC PATCH 06/13] fscrypt: allow load/save of extent contexts,
Sweet Tea Dorminy
- [RFC PATCH 08/13] fscrypt: save session key credentials for extent infos,
Sweet Tea Dorminy
- [RFC PATCH 09/13] fscrypt: revamp key removal for extent encryption,
Sweet Tea Dorminy
- [RFC PATCH 11/13] fscrypt: cache list of inlinecrypt devices,
Sweet Tea Dorminy
- [RFC PATCH 10/13] fscrypt: allow multiple extents to reference one info,
Sweet Tea Dorminy
- [RFC PATCH 12/13] fscrypt: allow asynchronous info freeing,
Sweet Tea Dorminy
- [RFC PATCH 13/13] fscrypt: update documentation for per-extent keys,
Sweet Tea Dorminy
- Re: [RFC PATCH 00/13] fscrypt: add extent encryption,
Josef Bacik
- Re: [RFC PATCH 00/13] fscrypt: add extent encryption,
Eric Biggers
- [GIT PULL] fscrypt update for 6.6,
Eric Biggers
- Re: [PATCH 2/12] ubifs: Do not include crypto/algapi.h,
kernel test robot
- [PATCH 0/12] Do not include crypto/algapi.h,
Herbert Xu
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[PATCH v3 00/17] btrfs: add encryption feature,
Sweet Tea Dorminy
- [PATCH v3 13/17] btrfs: turn on the encryption ioctls,
Sweet Tea Dorminy
- [PATCH v3 14/17] btrfs: create and free extent fscrypt_infos,
Sweet Tea Dorminy
- [PATCH v3 15/17] btrfs: start tracking extent encryption context info,
Sweet Tea Dorminy
- [PATCH v3 16/17] btrfs: explicitly track file extent length and encryption,
Sweet Tea Dorminy
- [PATCH v3 17/17] btrfs: save and load fscrypt extent contexts,
Sweet Tea Dorminy
- [PATCH v3 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG,
Sweet Tea Dorminy
- [PATCH v3 11/17] btrfs: add get_devices hook for fscrypt,
Sweet Tea Dorminy
- [PATCH v3 12/17] btrfs: turn on inlinecrypt mount option for encrypt,
Sweet Tea Dorminy
- [PATCH v3 07/17] btrfs: adapt readdir for encrypted and nokey names,
Sweet Tea Dorminy
- [PATCH v3 03/17] fscrypt: expose fscrypt_nokey_name,
Sweet Tea Dorminy
- [PATCH v3 04/17] btrfs: start using fscrypt hooks,
Sweet Tea Dorminy
- [PATCH v3 08/17] btrfs: handle nokey names.,
Sweet Tea Dorminy
- [PATCH v3 05/17] btrfs: add inode encryption contexts,
Sweet Tea Dorminy
- [PATCH v3 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag,
Sweet Tea Dorminy
- [PATCH v3 02/17] btrfs: disable verity on encrypted inodes,
Sweet Tea Dorminy
- [PATCH v3 09/17] btrfs: implement fscrypt ioctls,
Sweet Tea Dorminy
- [PATCH v3 01/17] btrfs: disable various operations on encrypted inodes,
Sweet Tea Dorminy
- Re: [PATCH v3 00/17] btrfs: add encryption feature,
Josef Bacik
[RFC PATCH v3 0/9] fstests: add btrfs encryption testing,
Sweet Tea Dorminy
[PATCH v3 00/16] fscrypt: add extent encryption,
Sweet Tea Dorminy
- [PATCH v3 01/16] fscrypt: factor helper for locking master key,
Sweet Tea Dorminy
- [PATCH v3 02/16] fscrypt: factor getting info for a specific block,
Sweet Tea Dorminy
- [PATCH v3 04/16] fscrypt: add a super_block pointer to fscrypt_info,
Sweet Tea Dorminy
- [PATCH v3 03/16] fscrypt: adjust effective lblks based on extents,
Sweet Tea Dorminy
- [PATCH v3 10/16] fscrypt: add creation/usage/freeing of per-extent infos,
Sweet Tea Dorminy
- [PATCH v3 07/16] fscrypt: use an optional ino equivalent for per-extent infos,
Sweet Tea Dorminy
- [PATCH v3 08/16] fscrypt: move function call warning of busy inodes,
Sweet Tea Dorminy
- [PATCH v3 06/16] fscrypt: allow infos to be owned by extents,
Sweet Tea Dorminy
- [PATCH v3 09/16] fscrypt: revamp key removal for extent encryption,
Sweet Tea Dorminy
- [PATCH v3 05/16] fscrypt: setup leaf inodes for extent encryption,
Sweet Tea Dorminy
- [PATCH v3 11/16] fscrypt: allow load/save of extent contexts,
Sweet Tea Dorminy
- [PATCH v3 12/16] fscrypt: save session key credentials for extent infos,
Sweet Tea Dorminy
- [PATCH v3 13/16] fscrypt: allow multiple extents to reference one info,
Sweet Tea Dorminy
- [PATCH v3 15/16] fscrypt: allow asynchronous info freeing,
Sweet Tea Dorminy
- [PATCH v3 14/16] fscrypt: cache list of inlinecrypt devices,
Sweet Tea Dorminy
- [PATCH v3 16/16] fscrypt: update documentation for per-extent keys,
Sweet Tea Dorminy
- Re: [PATCH v3 00/16] fscrypt: add extent encryption,
Josef Bacik
- Re: [PATCH v3 00/16] fscrypt: add extent encryption,
Eric Biggers
- Re: [PATCH v3 00/16] fscrypt: add extent encryption,
Eric Biggers
[PATCH v6 0/8] fscrypt: preliminary rearrangmeents of key setup,
Sweet Tea Dorminy
[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs,
Gaurav Kashyap
- [PATCH v2 01/10] ice, ufs, mmc: use blk_crypto_key for program_key,
Gaurav Kashyap
- [PATCH v2 02/10] qcom_scm: scm call for deriving a software secret,
Gaurav Kashyap
- [PATCH v2 05/10] ufs: core: support wrapped keys in ufs core,
Gaurav Kashyap
- [PATCH v2 06/10] ufs: host: wrapped keys support in ufs qcom,
Gaurav Kashyap
- [PATCH v2 03/10] soc: qcom: ice: add hwkm support in ice,
Gaurav Kashyap
- [PATCH v2 04/10] soc: qcom: ice: support for hardware wrapped keys,
Gaurav Kashyap
- [PATCH v2 07/10] qcom_scm: scm call for create, prepare and import keys,
Gaurav Kashyap
- [PATCH v2 08/10] ufs: core: add support for generate, import and prepare keys,
Gaurav Kashyap
- [PATCH v2 10/10] ufs: host: support for generate, import and prepare key,
Gaurav Kashyap
- [PATCH v2 09/10] soc: qcom: support for generate, import and prepare key,
Gaurav Kashyap
- Re: [PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs,
Eric Biggers
- Re: [PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs,
Srinivas Kandagatla
- Re: [PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs,
Konrad Dybcio
[PATCH v2 00/17] btrfs: add encryption feature,
Sweet Tea Dorminy
- [PATCH v2 02/17] btrfs: disable verity on encrypted inodes,
Sweet Tea Dorminy
- [PATCH v2 01/17] btrfs: disable various operations on encrypted inodes,
Sweet Tea Dorminy
- [PATCH v2 03/17] fscrypt: expose fscrypt_nokey_name,
Sweet Tea Dorminy
- [PATCH v2 04/17] btrfs: start using fscrypt hooks,
Sweet Tea Dorminy
- [PATCH v2 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag,
Sweet Tea Dorminy
- [PATCH v2 05/17] btrfs: add inode encryption contexts,
Sweet Tea Dorminy
- [PATCH v2 07/17] btrfs: adapt readdir for encrypted and nokey names,
Sweet Tea Dorminy
- [PATCH v2 08/17] btrfs: use correct name hash for nokey names,
Sweet Tea Dorminy
- [PATCH v2 09/17] btrfs: implement fscrypt ioctls,
Sweet Tea Dorminy
- [PATCH v2 12/17] btrfs: turn on inlinecrypt mount option for encrypt,
Sweet Tea Dorminy
- [PATCH v2 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG,
Sweet Tea Dorminy
- [PATCH v2 17/17] btrfs: save and load fscrypt extent contexts,
Sweet Tea Dorminy
- [PATCH v2 16/17] btrfs: explicitly track file extent length and encryption,
Sweet Tea Dorminy
- [PATCH v2 14/17] btrfs: create and free extent fscrypt_infos,
Sweet Tea Dorminy
- [PATCH v2 13/17] btrfs: turn on the encryption ioctls,
Sweet Tea Dorminy
- [PATCH v2 15/17] btrfs: start tracking extent encryption context info,
Sweet Tea Dorminy
- [PATCH v2 11/17] btrfs: add get_devices hook for fscrypt,
Sweet Tea Dorminy
[RFC PATCH v2 0/8] fstests: add btrfs encryption testing,
Sweet Tea Dorminy
[PATCH v2 00/14] fscrypt: add extent encryption,
Sweet Tea Dorminy
- [PATCH v2 01/14] fscrypt: factor helper for locking master key,
Sweet Tea Dorminy
- [PATCH v2 04/14] fscrypt: add a super_block pointer to fscrypt_info,
Sweet Tea Dorminy
- [PATCH v2 03/14] fscrypt: adjust effective lblks based on extents,
Sweet Tea Dorminy
- [PATCH v2 02/14] fscrypt: factor getting info for a specific block,
Sweet Tea Dorminy
- [PATCH v2 05/14] fscrypt: setup leaf inodes for extent encryption,
Sweet Tea Dorminy
- [PATCH v2 07/14] fscrypt: notify per-extent infos if master key vanishes,
Sweet Tea Dorminy
- [PATCH v2 06/14] fscrypt: allow infos to be owned by extents,
Sweet Tea Dorminy
- [PATCH v2 08/14] fscrypt: use an optional ino equivalent for per-extent infos,
Sweet Tea Dorminy
- [PATCH v2 09/14] fscrypt: move function call warning of busy inodes,
Sweet Tea Dorminy
- [PATCH v2 13/14] fscrypt: save session key credentials for extent infos,
Sweet Tea Dorminy
- [PATCH v2 14/14] fscrypt: update documentation for per-extent keys,
Sweet Tea Dorminy
- [PATCH v2 11/14] fscrypt: add creation/usage/freeing of per-extent infos,
Sweet Tea Dorminy
- [PATCH v2 12/14] fscrypt: allow load/save of extent contexts,
Sweet Tea Dorminy
- [PATCH v2 10/14] fscrypt: revamp key removal for extent encryption,
Sweet Tea Dorminy
[PATCH v5 0/8] fscrypt: some rearrangements of key setup,
Sweet Tea Dorminy
[PATCH 0/2] fscrypt: update the encryption mode docs,
Eric Biggers
[PATCH v4 0/4] crypto: LEA block cipher implementation,
Dongsoo Lee
[RFC PATCH 0/8] fstests: add btrfs encryption testing,
Sweet Tea Dorminy
[PATCH v1 00/17] btrfs: add encryption feature,
Sweet Tea Dorminy
- [PATCH v1 04/17] btrfs: start using fscrypt hooks,
Sweet Tea Dorminy
- [PATCH v1 16/17] btrfs: explicitly track file extent length and encryption,
Sweet Tea Dorminy
- [PATCH v1 08/17] btrfs: use correct name hash for nokey names,
Sweet Tea Dorminy
- [PATCH v1 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG,
Sweet Tea Dorminy
- [PATCH v1 11/17] btrfs: add get_devices hook for fscrypt,
Sweet Tea Dorminy
- [PATCH v1 09/17] btrfs: implement fscrypt ioctls,
Sweet Tea Dorminy
- [PATCH v1 17/17] btrfs: save and load fscrypt extent contexts,
Sweet Tea Dorminy
- [PATCH v1 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag,
Sweet Tea Dorminy
- [PATCH v1 07/17] btrfs: adapt readdir for encrypted and nokey names,
Sweet Tea Dorminy
- [PATCH v1 05/17] btrfs: add inode encryption contexts,
Sweet Tea Dorminy
- [PATCH v1 13/17] btrfs: turn on the encryption ioctls,
Sweet Tea Dorminy
- [PATCH v1 03/17] fscrypt: expose fscrypt_nokey_name,
Sweet Tea Dorminy
- [PATCH v1 14/17] btrfs: create and free extent fscrypt_infos,
Sweet Tea Dorminy
- [PATCH v1 12/17] btrfs: turn on inlinecrypt mount option for encrypt,
Sweet Tea Dorminy
- [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes,
Sweet Tea Dorminy
- [PATCH v1 15/17] btrfs: start tracking extent encryption context info,
Sweet Tea Dorminy
- [PATCH v1 02/17] btrfs: disable verity on encrypted inodes,
Sweet Tea Dorminy
[PATCH v4 0/8] fscrypt: some rearrangements of key setup,
Sweet Tea Dorminy
[PATCH v1 00/12] fscrypt: add extent encryption,
Sweet Tea Dorminy
- [PATCH v1 01/12] fscrypt: factor helper for locking master key,
Sweet Tea Dorminy
- [PATCH v1 02/12] fscrypt: factor getting info for a specific block,
Sweet Tea Dorminy
- [PATCH v1 03/12] fscrypt: adjust effective lblks based on extents,
Sweet Tea Dorminy
- [PATCH v1 04/12] fscrypt: add a super_block pointer to fscrypt_info,
Sweet Tea Dorminy
- [PATCH v1 06/12] fscrypt: allow infos to be owned by extents,
Sweet Tea Dorminy
- [PATCH v1 07/12] fscrypt: notify per-extent infos if master key vanishes,
Sweet Tea Dorminy
- [PATCH v1 05/12] fscrypt: setup leaf inodes for extent encryption,
Sweet Tea Dorminy
- [PATCH v1 08/12] fscrypt: use an optional ino equivalent for per-extent infos,
Sweet Tea Dorminy
- [PATCH v1 09/12] fscrypt: add creation/usage/freeing of per-extent infos,
Sweet Tea Dorminy
- [PATCH v1 10/12] fscrypt: allow load/save of extent contexts,
Sweet Tea Dorminy
- [PATCH v1 12/12] fscrypt: update documentation for per-extent keys,
Sweet Tea Dorminy
- [PATCH v1 11/12] fscrypt: save session key credentials for extent infos,
Sweet Tea Dorminy
- Re: [PATCH v1 00/12] fscrypt: add extent encryption,
Eric Biggers
[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE),
Fan Wu
[RFC PATCH v10 07/17] ipe: add userspace interface,
Fan Wu
[RFC PATCH v10 15/17] scripts: add boot policy generation program,
Fan Wu
[RFC PATCH v10 02/17] ipe: add policy parser,
Fan Wu
[RFC PATCH v10 06/17] security: add new securityfs delete function,
Fan Wu
[RFC PATCH v10 10/17] block|security: add LSM blob to block_device,
Fan Wu
[RFC PATCH v10 14/17] ipe: enable support for fs-verity as a trust provider,
Fan Wu
[RFC PATCH v10 09/17] ipe: add permissive toggle,
Fan Wu
[RFC PATCH v10 16/17] ipe: kunit test for parser,
Fan Wu
[RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support,
Fan Wu
[RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider,
Fan Wu
[RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider,
Fan Wu
[RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook,
Fan Wu
[RFC PATCH v10 13/17] fsverity: consume builtin signature via LSM hook,
Fan Wu
[RFC PATCH v10 03/17] ipe: add evaluation loop,
Fan Wu
[RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read,
Fan Wu
[PATCH v3 0/4] crypto: LEA block cipher implementation,
Dongsoo Lee
[GIT PULL] fscrypt updates for 6.5,
Eric Biggers
[PATCH v2] fscrypt: Replace 1-element array with flexible array,
Kees Cook
[PATCH] fscrypt: Replace 1-element array with flexible array,
Kees Cook
Re: fscrypt - Bug or Feature - mv file from encrypted to nonencrypted folder?,
Eric Biggers
[GIT PULL] fscrypt updates for 6.4,
Eric Biggers
[PATCH v1 0/7] fscrypt: add pooled prepared keys facility,
Sweet Tea Dorminy
[PATCH 01/11] fscrypt: move inline crypt decision to info setup.,
Sweet Tea Dorminy
- [PATCH 03/11] fscrypt: split setup_per_mode_enc_key(),
Sweet Tea Dorminy
- [PATCH 02/11] fscrypt: split and rename setup_file_encryption_key(),
Sweet Tea Dorminy
- [PATCH 04/11] fscrypt: move dirhash key setup away from IO key setup,
Sweet Tea Dorminy
- [PATCH 06/11] fscrypt: make infos have a pointer to prepared keys,
Sweet Tea Dorminy
- [PATCH 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32,
Sweet Tea Dorminy
- [PATCH 07/11] fscrypt: move all the shared mode key setup deeper,
Sweet Tea Dorminy
- [PATCH 08/11] fscrypt: make prepared keys record their type.,
Sweet Tea Dorminy
- [PATCH 09/11] fscrypt: lock every time a info needs a mode key,
Sweet Tea Dorminy
- [PATCH 10/11] fscrypt: split key alloc and preparation,
Sweet Tea Dorminy
- [PATCH 11/11] fscrypt: factor helper for locking master key,
Sweet Tea Dorminy
- [PATCH v3 00/11] fscrypt: rearrangements preliminary to extent encryption,
Sweet Tea Dorminy
- [PATCH v3 01/11] fscrypt: move inline crypt decision to info setup.,
Sweet Tea Dorminy
- [PATCH v3 02/11] fscrypt: split and rename setup_file_encryption_key(),
Sweet Tea Dorminy
- [PATCH v3 03/11] fscrypt: split setup_per_mode_enc_key(),
Sweet Tea Dorminy
- [PATCH v3 04/11] fscrypt: move dirhash key setup away from IO key setup,
Sweet Tea Dorminy
- [PATCH v3 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32,
Sweet Tea Dorminy
- [PATCH v3 06/11] fscrypt: make infos have a pointer to prepared keys,
Sweet Tea Dorminy
- [PATCH v3 09/11] fscrypt: lock every time a info needs a mode key,
Sweet Tea Dorminy
- [PATCH v3 07/11] fscrypt: move all the shared mode key setup deeper,
Sweet Tea Dorminy
- [PATCH v3 08/11] fscrypt: make prepared keys record their type.,
Sweet Tea Dorminy
- [PATCH v3 10/11] fscrypt: split key alloc and preparation,
Sweet Tea Dorminy
- [PATCH v3 11/11] fscrypt: factor helper for locking master key,
Sweet Tea Dorminy
[PATCH v2 00/11] fscrypt: rearrangements preliminary to extent encryption,
Sweet Tea Dorminy
- [PATCH v2 01/11] fscrypt: move inline crypt decision to info setup.,
Sweet Tea Dorminy
- [PATCH v2 02/11] fscrypt: split and rename setup_file_encryption_key(),
Sweet Tea Dorminy
- [PATCH v2 03/11] fscrypt: split and rename setup_per_mode_enc_key(),
Sweet Tea Dorminy
- [PATCH v2 04/11] fscrypt: move dirhash key setup away from IO key setup,
Sweet Tea Dorminy
- [PATCH v2 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32,
Sweet Tea Dorminy
- [PATCH v2 06/11] fscrypt: make infos have a pointer to prepared keys,
Sweet Tea Dorminy
- [PATCH v2 07/11] fscrypt: move all the shared mode key setup deeper,
Sweet Tea Dorminy
- [PATCH v2 08/11] fscrypt: make ci->ci_direct_key a bool not a pointer,
Sweet Tea Dorminy
- [PATCH v2 09/11] fscrypt: make prepared keys record their type.,
Sweet Tea Dorminy
- [PATCH v2 10/11] fscrypt: explicitly track prepared parts of key,
Sweet Tea Dorminy
- [PATCH v2 11/11] fscrypt: split key alloc and preparation,
Sweet Tea Dorminy
- Re: [PATCH v2 00/11] fscrypt: rearrangements preliminary to extent encryption,
Eric Biggers
[PATCH v1 00/10] fscrypt: rearrangements preliminary to extent encryption,
Sweet Tea Dorminy
- [PATCH v1 08/10] fscrypt: make prepared keys record their type.,
Sweet Tea Dorminy
- [PATCH v1 03/10] fscrypt: move dirhash key setup away from IO key setup,
Sweet Tea Dorminy
- [PATCH v1 06/10] fscrypt: move all the shared mode key setup deeper,
Sweet Tea Dorminy
- [PATCH v1 04/10] fscrypt: reduce special-casing of IV_INO_LBLK_32,
Sweet Tea Dorminy
- [PATCH v1 05/10] fscrypt: make infos have a pointer to prepared keys,
Sweet Tea Dorminy
- [PATCH v1 07/10] fscrypt: make ci->ci_direct_key a bool not a pointer,
Sweet Tea Dorminy
- [PATCH v1 01/10] fscrypt: split and rename setup_file_encryption_key(),
Sweet Tea Dorminy
- [PATCH v1 09/10] fscrypt: explicitly track prepared parts of key,
Sweet Tea Dorminy
- [PATCH v1 10/10] fscrypt: split key alloc and preparation,
Sweet Tea Dorminy
- [PATCH v1 02/10] fscrypt: split and rename setup_per_mode_enc_key(),
Sweet Tea Dorminy
- Re: [PATCH v1 00/10] fscrypt: rearrangements preliminary to extent encryption,
Eric Biggers
[PATCH] fscrypt: optimize fscrypt_initialize(),
Eric Biggers
[PATCH] fscrypt: use WARN_ON_ONCE instead of WARN_ON,
Eric Biggers
[PATCH v4] fscrypt: new helper function - fscrypt_prepare_lookup_partial(),
Eric Biggers
Re: Is there any userland implementations of fscrypt,
Eric Biggers
[GIT PULL] fscrypt fix for v6.3-rc4,
Eric Biggers
[PATCH 0/3] xfstests: make fscrypt-crypt-util self-tests work with OpenSSL 3.0,
Eric Biggers
[PATCH v3 0/3] ceph: fscrypt: fix atomic open bug for encrypted directories,
Luís Henriques
[Index of Archives]
[linux Cryptography]
[Asterisk User Discussion]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]