Linux-FSCrypt Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 06:48:44 to 2023-11-08 20:25:54 UTC [more...]

[PATCH 00/12] fstests: fscrypt test updates
 2023-11-08 20:25 UTC  (28+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fstest: add a fsstress+fscrypt test

PSA: migrating linux-fscrypt to new vger infrastructure
 2023-11-06 13:13 UTC 

[RFC PATCH v8 0/4] Support for hardware-wrapped inline encryption keys
 2023-11-04 21:12 UTC  (5+ messages)
` [RFC PATCH v8 1/4] blk-crypto: add basic hardware-wrapped key support
` [RFC PATCH v8 2/4] blk-crypto: show supported key types in sysfs
` [RFC PATCH v8 3/4] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v8 4/4] fscrypt: add support for "

[RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-11-03 22:30 UTC  (58+ messages)
` [RFC PATCH v11 01/19] security: add ipe lsm
` [RFC PATCH v11 02/19] ipe: add policy parser
  ` [PATCH RFC v11 2/19] "
` [RFC PATCH v11 03/19] ipe: add evaluation loop
  ` [PATCH RFC v11 3/19] "
` [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
  ` [PATCH RFC v11 4/19] "
` [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
  ` [PATCH RFC v11 5/19] "
` [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
  ` [PATCH RFC v11 8/19] "
` [RFC PATCH v11 09/19] ipe: add permissive toggle
  ` [PATCH RFC v11 9/19] "
` [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
  ` [PATCH RFC "
` [RFC PATCH v11 12/19] dm: add finalize hook to target_type
  ` [PATCH RFC "
` [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
  ` [PATCH RFC "
` [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
  ` [PATCH RFC "
` [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v11 17/19] scripts: add boot policy generation program
  ` [PATCH RFC "
` [RFC PATCH v11 18/19] ipe: kunit test for parser
  ` [PATCH RFC "
` [RFC PATCH v11 19/19] documentation: add ipe documentation

[GIT PULL] fscrypt updates for 6.7
 2023-10-30 23:50 UTC  (2+ messages)

[PATCH] fscrypt: track master key presence separately from secret
 2023-10-17  5:13 UTC  (4+ messages)

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

[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
 2023-10-13  6:26 UTC 

[PATCH 0/4] xfstests: test custom crypto data unit size
 2023-10-13  6:14 UTC  (5+ messages)
` [PATCH 1/4] fscrypt-crypt-util: rename block to data unit
` [PATCH 2/4] common/rc: fix _require_xfs_io_command with digits in argument
` [PATCH 3/4] common/encrypt: support custom data unit size
` [PATCH 4/4] generic: add test for custom crypto "

[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

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  (5+ 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

[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  (5+ messages)

[RFC PATCH 0/4] fscrypt: add support for per-extent encryption
 2023-09-15 13:28 UTC  (3+ messages)


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