Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2023-01-31 12:58:52 to 2023-04-10 19:10:43 UTC [more...]

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-04-10 19:10 UTC  (58+ 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 08/16] ipe: add permissive toggle
` [RFC PATCH v9 09/16] block|security: add LSM blob to block_device
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v9 12/16] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v9 16/16] documentation: add ipe documentation

[PATCH v1 00/10] fscrypt: rearrangements preliminary to extent encryption
 2023-04-10 10:16 UTC  (11+ 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

[PATCH 0/3] Fix blk-crypto keyslot race condition
 2023-03-08 18:21 UTC  (9+ messages)
` [PATCH 1/3] blk-mq: release crypto keyslot before reporting I/O complete
` [PATCH 2/3] blk-crypto: make blk_crypto_evict_key() more robust
` [PATCH 3/3] blk-crypto: remove blk_crypto_insert_cloned_request()

[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-03-08  4:33 UTC  (4+ messages)

[PATCH] fs/buffer.c: use b_folio for fscrypt work
 2023-03-07 19:42 UTC  (2+ messages)

[PATCH] blk-crypto: make blk_crypto_evict_key() always try to evict
 2023-03-02 22:36 UTC  (3+ messages)

[syzbot] [fscrypt?] possible deadlock in fscrypt_initialize (2)
 2023-03-01 19:02 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in start_this_handle (4)
 2023-03-01  0:19 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-28  3:53 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/5] Add the test_dummy_encryption key on-demand
 2023-02-28  1:01 UTC  (8+ messages)
` [PATCH 1/5] fscrypt: add the test dummy encryption "
` [PATCH 2/5] ext4: stop calling fscrypt_add_test_dummy_key()
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
` [PATCH 5/5] fscrypt: clean up fscrypt_add_test_dummy_key()
` [f2fs-dev] [PATCH 0/5] Add the test_dummy_encryption key on-demand

[PATCH] MAINTAINERS: update fscrypt git repo
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[RFC PATCH 00/17] fscrypt: add per-extent encryption keys
 2023-02-22 20:53 UTC  (4+ messages)

[GIT PULL] fscrypt updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

Backup/restore of fscrypt files and directories
 2023-02-16  0:54 UTC  (5+ messages)

[PATCH] f2fs: fix cgroup writeback accounting with fs-layer encryption
 2023-02-06  3:40 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] fscrypt: support decrypting data from large folios
 2023-02-03 21:57 UTC  (2+ messages)

[PATCH] fscrypt: Copy the memcg information to the ciphertext page
 2023-02-03  1:07 UTC  (7+ messages)


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