Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2023-03-08 19:39:42 to 2023-06-26 20:06:19 UTC [more...]

[GIT PULL] fscrypt updates for 6.5
 2023-06-26 20:02 UTC  (2+ messages)

[PATCH v3 0/4] crypto: LEA block cipher implementation
 2023-06-26  8:47 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] crypto: add LEA testmgr tests
` [PATCH v3 3/4] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v3 4/4] fscrypt: Add LEA-256-XTS, LEA-256-CTS support

[PATCH v2] fscrypt: Replace 1-element array with flexible array
 2023-05-24  2:55 UTC  (2+ messages)

[PATCH] fscrypt: Replace 1-element array with flexible array
 2023-05-23  2:50 UTC  (5+ messages)

[PATCH v1 0/7] fscrypt: add pooled prepared keys facility
 2023-05-16 18:34 UTC  (14+ messages)
` [PATCH v1 1/7] fscrypt: add new pooled prepared keys
` [PATCH v1 2/7] fscrypt: set up pooled keys upon first use
` [PATCH v1 3/7] fscrypt: add pooling of pooled prepared keys
` [PATCH v1 4/7] fscrypt: add pooled prepared key locking around use
` [PATCH v1 5/7] fscrypt: reclaim pooled prepared keys under pressure
` [PATCH v1 6/7] fscrypt: add facility to shrink a pool of keys
` [PATCH v1 7/7] fscrypt: add lru mechanism to choose pooled key

fscrypt - Bug or Feature - mv file from encrypted to nonencrypted folder?
 2023-05-10  6:23 UTC 

[GIT PULL] fscrypt updates for 6.4
 2023-04-26 17:06 UTC  (2+ messages)

[PATCH 01/11] fscrypt: move inline crypt decision to info setup
 2023-04-18 17:04 UTC  (23+ messages)
` [PATCH 02/11] fscrypt: split and rename setup_file_encryption_key()
` [PATCH 03/11] fscrypt: split setup_per_mode_enc_key()
` [PATCH 04/11] fscrypt: move dirhash key setup away from IO key setup
` [PATCH 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH 06/11] fscrypt: make infos have a pointer to prepared keys
` [PATCH 07/11] fscrypt: move all the shared mode key setup deeper
` [PATCH 08/11] fscrypt: make prepared keys record their type
` [PATCH 09/11] fscrypt: lock every time a info needs a mode key
` [PATCH 10/11] fscrypt: split key alloc and preparation
` [PATCH 11/11] fscrypt: factor helper for locking master key
` [PATCH v3 00/11] fscrypt: rearrangements preliminary to extent encryption
  ` [PATCH v3 01/11] fscrypt: move inline crypt decision to info setup
  ` [PATCH v3 02/11] fscrypt: split and rename setup_file_encryption_key()
  ` [PATCH v3 03/11] fscrypt: split setup_per_mode_enc_key()
  ` [PATCH v3 04/11] fscrypt: move dirhash key setup away from IO key setup
  ` [PATCH v3 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32
  ` [PATCH v3 06/11] fscrypt: make infos have a pointer to prepared keys
  ` [PATCH v3 07/11] fscrypt: move all the shared mode key setup deeper
  ` [PATCH v3 08/11] fscrypt: make prepared keys record their type
  ` [PATCH v3 09/11] fscrypt: lock every time a info needs a mode key
  ` [PATCH v3 10/11] fscrypt: split key alloc and preparation
  ` [PATCH v3 11/11] fscrypt: factor helper for locking master key

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-04-17 21:31 UTC  (34+ messages)
` [RFC PATCH v9 01/16] security: add ipe lsm
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider

[PATCH v2 00/11] fscrypt: rearrangements preliminary to extent encryption
 2023-04-11 21:21 UTC  (24+ messages)
` [PATCH v2 01/11] fscrypt: move inline crypt decision to info setup
` [PATCH v2 02/11] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v2 03/11] fscrypt: split and rename setup_per_mode_enc_key()
` [PATCH v2 04/11] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v2 05/11] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v2 06/11] fscrypt: make infos have a pointer to prepared keys
` [PATCH v2 07/11] fscrypt: move all the shared mode key setup deeper
` [PATCH v2 08/11] fscrypt: make ci->ci_direct_key a bool not a pointer
` [PATCH v2 09/11] fscrypt: make prepared keys record their type
` [PATCH v2 10/11] fscrypt: explicitly track prepared parts of key
` [PATCH v2 11/11] fscrypt: split key alloc and preparation

[PATCH v1 00/10] fscrypt: rearrangements preliminary to extent encryption
 2023-04-10 19:40 UTC  (13+ messages)
` [PATCH v1 01/10] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v1 02/10] fscrypt: split and rename setup_per_mode_enc_key()
` [PATCH v1 03/10] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v1 04/10] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v1 05/10] fscrypt: make infos have a pointer to prepared keys
` [PATCH v1 06/10] fscrypt: move all the shared mode key setup deeper
` [PATCH v1 07/10] fscrypt: make ci->ci_direct_key a bool not a pointer
` [PATCH v1 08/10] fscrypt: make prepared keys record their type
` [PATCH v1 09/10] fscrypt: explicitly track prepared parts of key
` [PATCH v1 10/10] fscrypt: split key alloc and preparation

[PATCH] fscrypt: optimize fscrypt_initialize()
 2023-04-06 18:12 UTC 

[GIT PULL] fscrypt fix for v6.3-rc4
 2023-03-21 19:03 UTC  (6+ messages)

[PATCH v3 0/3] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-21 12:13 UTC  (10+ messages)
` [PATCH v3 1/3] fscrypt: new helper function - fscrypt_prepare_lookup_partial()
` [PATCH v3 2/3] ceph: switch ceph_open() to use new fscrypt helper
` [PATCH v3 3/3] ceph: switch ceph_open_atomic() to use the "

Is there any userland implementations of fscrypt
 2023-03-21  1:21 UTC  (3+ messages)

[PATCH] fscrypt: use WARN_ON_ONCE instead of WARN_ON
 2023-03-20 23:39 UTC 

[PATCH v4] fscrypt: new helper function - fscrypt_prepare_lookup_partial()
 2023-03-20 22:01 UTC 

[PATCH 0/3] xfstests: make fscrypt-crypt-util self-tests work with OpenSSL 3.0
 2023-03-20 16:20 UTC  (6+ messages)
` [PATCH 1/3] fscrypt-crypt-util: fix HKDF self-test with latest OpenSSL
` [PATCH 2/3] fscrypt-crypt-util: use OpenSSL EVP API for AES self-tests
` [PATCH 3/3] fscrypt-crypt-util: fix XTS self-test with latest OpenSSL

[PATCH v3 0/6] Fix blk-crypto keyslot race condition
 2023-03-16 15:35 UTC  (16+ messages)
` [PATCH v3 1/6] blk-mq: release crypto keyslot before reporting I/O complete
` [PATCH v3 2/6] blk-crypto: make blk_crypto_evict_key() return void
` [PATCH v3 3/6] blk-crypto: make blk_crypto_evict_key() more robust
` [PATCH v3 4/6] blk-crypto: remove blk_crypto_insert_cloned_request()
` [PATCH v3 5/6] blk-mq: return actual keyslot error in blk_insert_cloned_request()
` [PATCH v3 6/6] blk-crypto: drop the NULL check from blk_crypto_put_keyslot()

[PATCH v2 0/4] Fix blk-crypto keyslot race condition
 2023-03-15 18:27 UTC  (14+ messages)
` [PATCH v2 1/4] blk-mq: release crypto keyslot before reporting I/O complete
` [PATCH v2 2/4] blk-crypto: make blk_crypto_evict_key() more robust
` [PATCH v2 3/4] blk-crypto: remove blk_crypto_insert_cloned_request()
` [PATCH v2 4/4] blk-crypto: drop the NULL check from blk_crypto_put_keyslot()

[PATCH 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-15 17:59 UTC  (18+ messages)
` [PATCH 1/2] fscrypt: new helper function - fscrypt_prepare_atomic_open()
` [PATCH 2/2] ceph: switch atomic open to use new fscrypt helper

[PATCH v2 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-14 13:37 UTC  (4+ messages)
` [PATCH v2 1/2] fscrypt: new helper function - fscrypt_prepare_atomic_open()
` [PATCH v2 2/2] ceph: switch atomic open to use new fscrypt helper

[PATCH 0/3] Fix crash with fscrypt + Landlock
 2023-03-14  9:28 UTC  (5+ messages)
` [PATCH 1/3] fscrypt: destroy keyring after security_sb_delete()
` [PATCH 2/3] fscrypt: improve fscrypt_destroy_keyring() documentation
` [PATCH 3/3] fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()

[syzbot] [fscrypt?] WARNING in fscrypt_destroy_keyring
 2023-03-13 22:17 UTC  (2+ messages)

[PATCH 4.19] f2fs: fix cgroup writeback accounting with fs-layer encryption
 2023-03-10 12:57 UTC  (2+ messages)

[RFC PATCH 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-10 12:05 UTC  (5+ messages)
` [RFC PATCH 1/2] fscrypt: new helper function - __fscrypt_prepare_atomic_open()
` [RFC PATCH 2/2] ceph: switch atomic open to use new fscrypt helper


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