Linux-FSCrypt Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-08 18:54:48 to 2023-10-10 03:21:17 UTC [more...]

[PATCH] fscrypt: rename fscrypt_info => fscrypt_inode_info
 2023-10-10  3:20 UTC  (4+ messages)

[PATCH 00/35] btrfs: add fscrypt support
 2023-10-07  1:15 UTC  (37+ messages)
` [PATCH 01/35] fscrypt: rename fscrypt_info => fscrypt_inode_info
` [PATCH 02/35] fscrypt: add per-extent encryption support
` [PATCH 03/35] fscrypt: disable all but standard v2 policies for extent encryption
` [PATCH 04/35] blk-crypto: add a process bio callback
` [PATCH 05/35] fscrypt: expose fscrypt_nokey_name
` [PATCH 06/35] fscrypt: add documentation about extent encryption
` [PATCH 07/35] btrfs: add infrastructure for safe em freeing
` [PATCH 08/35] btrfs: disable various operations on encrypted inodes
` [PATCH 09/35] btrfs: disable verity "
` [PATCH 10/35] btrfs: start using fscrypt hooks
` [PATCH 11/35] btrfs: add inode encryption contexts
` [PATCH 12/35] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH 13/35] btrfs: adapt readdir for encrypted and nokey names
` [PATCH 14/35] btrfs: handle "
` [PATCH 15/35] btrfs: implement fscrypt ioctls
` [PATCH 16/35] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH 17/35] btrfs: add get_devices hook for fscrypt
` [PATCH 18/35] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH 19/35] btrfs: set file extent encryption excplicitly
` [PATCH 20/35] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH 21/35] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH 22/35] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH 23/35] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH 24/35] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH 25/35] btrfs: add an optional encryption context to the end of file extents
` [PATCH 26/35] btrfs: explicitly track file extent length for replace and drop
` [PATCH 27/35] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH 28/35] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH 29/35] btrfs: implement the fscrypt extent encryption hooks
` [PATCH 30/35] btrfs: setup fscrypt_extent_info for new extents
` [PATCH 31/35] btrfs: populate ordered_extent with the orig offset
` [PATCH 32/35] btrfs: set the bio fscrypt context when applicable
` [PATCH 33/35] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH 34/35] btrfs: add orig_logical to btrfs_bio
` [PATCH 35/35] btrfs: implement process_bio cb for fscrypt

[RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-10-05  2:49 UTC  (24+ messages)
` [RFC PATCH v11 01/19] security: add ipe lsm
` [RFC PATCH v11 02/19] ipe: add policy parser
` [RFC PATCH v11 03/19] ipe: add evaluation loop
` [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v11 06/19] security: add new securityfs delete function
` [RFC PATCH v11 07/19] ipe: add userspace interface
` [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v11 09/19] ipe: add permissive toggle
` [RFC PATCH v11 10/19] block|security: add LSM blob to block_device
` [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v11 12/19] dm: add finalize hook to target_type
` [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v11 17/19] scripts: add boot policy generation program
` [RFC PATCH v11 18/19] ipe: kunit test for parser
` [RFC PATCH v11 19/19] documentation: add ipe documentation

Master key removal semantics
 2023-10-05  3:09 UTC  (2+ messages)

[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
 2023-10-02 11:22 UTC  (7+ messages)
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
` [RFC PATCH v3 9/9] btrfs: test snapshotting encrypted subvol

[PATCH v3 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-25  5:54 UTC  (6+ messages)
` [PATCH v3 1/5] fscrypt: make it clearer that key_prefix is deprecated
` [PATCH v3 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [PATCH v3 3/5] fscrypt: compute max_lblk_bits from s_maxbytes and block size
` [PATCH v3 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [PATCH v3 5/5] fscrypt: support crypto data unit size less than filesystem block size

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-09-19 23:18 UTC  (20+ messages)
` [PATCH v2 03/10] soc: qcom: ice: add hwkm support in ice
` [PATCH v2 04/10] soc: qcom: ice: support for hardware wrapped keys

[RFC PATCH 0/4] fscrypt: add support for per-extent encryption
 2023-09-15 13:28 UTC  (9+ messages)
` [PATCH 1/4] fscrypt: rename fscrypt_info => fscrypt_inode_info
` [PATCH 2/4] fscrypt: add per-extent encryption support
` [PATCH 3/4] fscrypt: disable all but standard v2 policies for extent encryption
` [PATCH 4/4] blk-crypto: add a process bio callback

[PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-14  8:12 UTC  (6+ messages)
` [PATCH v2 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [PATCH v2 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [PATCH v2 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [PATCH v2 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [PATCH v2 5/5] fscrypt: support crypto data unit size less than filesystem block size

[RFC PATCH 00/13] fscrypt: add extent encryption
 2023-09-07  5:52 UTC  (17+ messages)
` [RFC PATCH 01/13] fscrypt: factor getting info for a specific block
` [RFC PATCH 02/13] fscrypt: adjust effective lblks based on extents
` [RFC PATCH 03/13] fscrypt: move function call warning of busy inodes
` [RFC PATCH 04/13] fscrypt: split fscrypt_info into general and inode specific parts
` [RFC PATCH 05/13] fscrypt: add creation/usage/freeing of per-extent infos
` [RFC PATCH 06/13] fscrypt: allow load/save of extent contexts
` [RFC PATCH 07/13] fscrypt: store full fscrypt_contexts for each extent
` [RFC PATCH 08/13] fscrypt: save session key credentials for extent infos
` [RFC PATCH 09/13] fscrypt: revamp key removal for extent encryption
` [RFC PATCH 10/13] fscrypt: allow multiple extents to reference one info
` [RFC PATCH 11/13] fscrypt: cache list of inlinecrypt devices
` [RFC PATCH 12/13] fscrypt: allow asynchronous info freeing
` [RFC PATCH 13/13] fscrypt: update documentation for per-extent keys

[PATCH] quota: explicitly forbid quota files from being encrypted
 2023-09-05  9:11 UTC  (2+ messages)

[PATCH 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-05  0:58 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [PATCH 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [PATCH 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [PATCH 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [PATCH 5/5] fscrypt: support crypto data unit size less than filesystem block size

[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  (25+ messages)
` [PATCH v3 01/16] fscrypt: factor helper for locking master key
` [PATCH v3 07/16] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v3 09/16] fscrypt: revamp key removal for extent encryption
` [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 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  (14+ 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 08/17] btrfs: handle nokey names
` [PATCH v3 09/17] btrfs: implement fscrypt ioctls
` [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


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