linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-29 23:35:10 to 2023-03-10 12:58:08 UTC [more...]

[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 v2 0/4] Fix blk-crypto keyslot race condition
 2023-03-08 19:36 UTC  (5+ 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/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)

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-03-02 19:08 UTC  (56+ 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 04/16] security: add new securityfs delete function
` [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 14/16] scripts: add boot policy generation program
` [RFC PATCH v9 15/16] ipe: kunit test for parser
` [RFC PATCH v9 16/16] documentation: add ipe documentation

[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  (16+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [f2fs-dev] [PATCH v2 00/11] fsverity: support for non-4K pages

[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  (28+ messages)
` [RFC PATCH 01/17] fscrypt: factor accessing inode->i_crypt_info
` [RFC PATCH 02/17] fscrypt: separate getting info for a specific block
` [RFC PATCH 03/17] fscrypt: adjust effective lblks based on extents
` [RFC PATCH 04/17] fscrypt: factor out fscrypt_set_inode_info()
` [RFC PATCH 05/17] fscrypt: use parent dir's info for extent-based encryption
` [RFC PATCH 06/17] fscrypt: add a super_block pointer to fscrypt_info
` [RFC PATCH 07/17] fscrypt: update comments about inodes to include extents
` [RFC PATCH 08/17] fscrypt: rename mk->mk_decrypted_inodes*
` [RFC PATCH 09/17] fscrypt: make fscrypt_setup_encryption_info generic for extents
` [RFC PATCH 10/17] fscrypt: let fscrypt_infos be owned by an extent
` [RFC PATCH 11/17] fscrypt: update all the *per_file_* function names
` [RFC PATCH 12/17] fscrypt: notify per-extent infos if master key vanishes
` [RFC PATCH 13/17] fscrypt: use an optional ino equivalent for per-extent infos
` [RFC PATCH 14/17] fscrypt: add creation/usage/freeing of "
` [RFC PATCH 15/17] fscrypt: allow load/save of extent contexts
` [RFC PATCH 16/17] fscrypt: disable inline encryption for extent-based encryption
` [RFC PATCH 17/17] fscrypt: update documentation to mention per-extent keys

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

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

[ANNOUNCE] Moving the fsverity-utils git repo
 2023-01-25 20:01 UTC 

[PATCH 0/4] fsverity cleanups
 2023-01-25 18:12 UTC  (4+ messages)
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

Please update fscrypt and fsverity branches in linux-next
 2023-01-25  4:48 UTC  (2+ messages)

[ANNOUNCE] New mailing list for fsverity development
 2023-01-24 22:19 UTC 

[GIT PULL] fscrypt MAINTAINERS entry update for 6.2-rc6
 2023-01-24 21:16 UTC  (2+ messages)

[GIT PULL] fsverity MAINTAINERS entry update for 6.2-rc6
 2023-01-24 21:16 UTC  (2+ messages)

[e2fsprogs PATCH v2] e2fsck: don't allow journal inode to have encrypt flag
 2023-01-19 15:27 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION f3381a7baf5ccbd091eb2c4fd2afd84266fcef24
 2023-01-18 16:50 UTC 

[PATCH v3] generic/692: generalize the test for non-4K Merkle tree block sizes
 2023-01-18 16:23 UTC  (3+ messages)

[PATCH v2] generic/692: generalize the test for non-4K Merkle tree block sizes
 2023-01-11 20:58 UTC  (2+ messages)

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2023-01-04  6:58 UTC  (2+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[PATCH v3 00/10] xfstests: update verity tests for non-4K block and page size
 2023-01-01 13:30 UTC  (9+ messages)
` [PATCH v3 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH v3 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH v3 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH v3 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH v3 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH v3 09/10] generic/624: "
` [PATCH v3 10/10] generic/575: test 1K Merkle tree block size

[RFC] fs-verity and encryption for EROFS
 2022-12-31  1:38 UTC  (4+ messages)

[PATCH] ceph: make sure all the files successfully put before unmounting
 2022-12-30  5:44 UTC  (8+ messages)

[PATCH v2 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 23:47 UTC  (6+ messages)
` [PATCH v2 08/10] generic/574: test multiple Merkle tree block sizes


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 NNTP newsgroup(s).