linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 07:16:26 to 2022-03-16 20:25:34 UTC [more...]

[PATCH v8 0/5] tests for btrfs fsverity
 2022-03-16 20:25 UTC  (5+ messages)
` [PATCH v8 1/5] common/verity: require corruption functionality
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v8 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v8 4/5] btrfs: test verity orphans with dmlogwrites

[PATCH v7 0/5] tests for btrfs fsverity
 2022-03-16 17:36 UTC  (11+ messages)
` [PATCH v7 1/5] verity: require corruption functionality
` [PATCH v7 2/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v7 3/5] generic/574: corrupt btrfs merkle tree data
` [PATCH v7 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v7 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v6 0/4] tests for btrfs fsverity
 2022-03-15 22:06 UTC  (10+ messages)
` [PATCH v6 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v6 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v6 3/4] btrfs: test verity orphans with dmlogwrites
` [PATCH v6 4/4] generic: test fs-verity EFBIG scenarios

[PATCH v2 0/5] xfstests: fscrypt test cleanups
 2022-03-13  1:05 UTC  (6+ messages)
` [PATCH v2 1/5] fscrypt-crypt-util: use an explicit --direct-key option
` [PATCH v2 2/5] fscrypt-crypt-util: refactor get_key_and_iv()
` [PATCH v2 3/5] fscrypt-crypt-util: add support for dumping key identifier
` [PATCH v2 4/5] common/encrypt: log full ciphertext verification params
` [PATCH v2 5/5] common/encrypt: verify the key identifiers

[PATCH v5 0/3] Support for hardware-wrapped inline encryption keys
 2022-03-11  5:18 UTC  (9+ messages)
` [PATCH v5 1/3] block: add basic hardware-wrapped key support
` [PATCH v5 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v5 3/3] fscrypt: add support for "

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-03-01 14:30 UTC  (33+ messages)
` [RFC PATCH v10 03/48] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v10 07/48] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v10 10/48] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info

[RFC PATCH 0/8] xfstests: test the fscrypt hardware-wrapped key support
 2022-02-28  7:47 UTC  (9+ messages)
` [RFC PATCH 1/8] fscrypt-crypt-util: use an explicit --direct-key option
` [RFC PATCH 2/8] fscrypt-crypt-util: refactor get_key_and_iv()
` [RFC PATCH 3/8] fscrypt-crypt-util: add support for dumping key identifier
` [RFC PATCH 4/8] common/encrypt: log full ciphertext verification params
` [RFC PATCH 5/8] common/encrypt: verify the key identifiers
` [RFC PATCH 6/8] fscrypt-crypt-util: add hardware KDF support
` [RFC PATCH 7/8] common/encrypt: support hardware-wrapped key testing
` [RFC PATCH 8/8] generic: verify ciphertext with hardware-wrapped keys

[PATCH v3 1/2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-26 20:57 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v5 0/8] ima: support fs-verity digests and signatures
 2022-02-25 20:01 UTC  (24+ messages)
` [PATCH v5 1/8] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v5 2/8] ima: define ima_max_digest_data struct without a flexible array variable
` [PATCH v5 3/8] fs-verity: define a function to return the integrity protected file digest
` [PATCH v5 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v5 5/8] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v5 6/8] ima: define signature version 3
` [PATCH v5 7/8] ima: support fs-verity file digest based version 3 signatures
` [PATCH v5 8/8] fsverity: update the documentation

[PATCH v2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-24 11:05 UTC  (2+ messages)

[PATCH] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-23  9:48 UTC 

[RFC PATCH 0/7] make statx() return I/O alignment information
 2022-02-11 11:45 UTC  (10+ messages)
` [RFC PATCH 1/7] statx: add "
` [RFC PATCH 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH 7/7] f2fs: support STATX_IOALIGN

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-11  6:17 UTC  (10+ messages)
` [PATCH v11 1/5] fscrypt: add functions for direct I/O support
` [PATCH v11 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v11 3/5] ext4: "
` [PATCH v11 4/5] f2fs: "
` [PATCH v11 5/5] fscrypt: update documentation for direct I/O support

[PATCH v4 0/8] ima: support fs-verity digests and signatures
 2022-02-11  0:20 UTC  (12+ messages)
` [PATCH v4 1/8] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v4 2/8] ima: define ima_max_digest_data struct without a flexible array variable
` [PATCH v4 3/8] fs-verity: define a function to return the integrity protected file digest
` [PATCH v4 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v4 5/8] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v4 6/8] ima: define signature version 3
` [PATCH v4 7/8] ima: support fs-verity file digest based version 3 signatures
` [PATCH v4 8/8] fsverity: update the documentation

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-10  4:03 UTC  (22+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support
` [PATCH v10 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v10 3/5] ext4: "
` [PATCH v10 4/5] f2fs: "
` [PATCH v10 5/5] fscrypt: update documentation for direct I/O support

[PATCH v5 0/4] tests for btrfs fsverity
 2022-02-08 22:34 UTC  (3+ messages)

[ANNOUNCE] fsverity-utils v1.5
 2022-02-06 19:06 UTC 

[PATCH v3 0/8] ima: support fs-verity digests and signatures
 2022-02-01 19:20 UTC  (15+ messages)
` [PATCH v3 1/8] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v3 2/8] ima: define ima_max_digest_data struct without a flexible array variable
` [PATCH v3 3/8] fs-verity: define a function to return the integrity protected file digest
` [PATCH v3 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v3 5/8] ima: include fsverity's file digests in the IMA measurement list
` [PATCH v3 6/8] ima: define signature version 3
` [PATCH v3 7/8] ima: support fs-verity file digest based version 3 signatures
` [PATCH v3 8/8] fsverity: update the documentation

[RFC][PATCH v3a 00/11] ima: support fs-verity digests and signatures (alternative)
 2022-01-31 20:51 UTC  (15+ messages)
` [RFC][PATCH v3a 06/11] fsverity: Introduce fsverity_get_formatted_digest()
` [RFC][PATCH v3a 07/11] fsverity: Introduce fsverity_get_signature()
` [RFC][PATCH v3a 08/11] fsverity: Completely disable signature verification if not requested
` [RFC][PATCH v3a 09/11] ima: Add support for fsverity signatures
` [RFC][PATCH v3a 10/11] evm: Include fsverity formatted digest in the HMAC/digest calculation

[PATCH 00/10] Add wrapped key support for Qualcomm ICE
 2022-01-27  0:51 UTC  (4+ messages)

fscrypt and potential issues from file sparseness
 2022-01-26 18:52 UTC  (2+ messages)

[PATCH 00/14] KEYS: Add support for PGP keys and signatures
 2022-01-23 21:00 UTC  (8+ messages)

[PATCH v1 0/5] ima: support fs-verity signatures stored as
 2022-01-20 21:05 UTC  (13+ messages)
` [PATCH v1 4/5] ima: support fs-verity file digest based signatures


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