linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-07 14:42:46 to 2022-12-29 23:35:10 UTC [more...]

[PATCH v3 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 23:32 UTC  (5+ messages)
` [PATCH v3 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH v3 06/10] generic/573: "
` [PATCH v3 07/10] generic/577: "
` [PATCH v3 09/10] generic/624: test multiple Merkle tree block sizes

[PATCH v2 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 16:32 UTC  (15+ messages)
` [PATCH v2 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH v2 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH v2 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH v2 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH v2 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH v2 06/10] generic/573: "
` [PATCH v2 07/10] generic/577: "
` [PATCH v2 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH v2 09/10] generic/624: "
` [PATCH v2 10/10] generic/575: test 1K Merkle tree block size

[PATCH v2 00/11] fsverity: support for non-4K pages
 2022-12-23 20:36 UTC  (12+ messages)
` [PATCH v2 01/11] fsverity: use unsigned long for level_start
` [PATCH v2 02/11] fsverity: simplify Merkle tree readahead size calculation
` [PATCH v2 03/11] fsverity: store log2(digest_size) precomputed
` [PATCH v2 04/11] fsverity: use EFBIG for file too large to enable verity
` [PATCH v2 05/11] fsverity: replace fsverity_hash_page() with fsverity_hash_block()
` [PATCH v2 06/11] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH v2 07/11] fsverity: support enabling "
` [PATCH v2 08/11] ext4: simplify ext4_readpage_limit()
` [PATCH v2 09/11] f2fs: simplify f2fs_readpage_limit()
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH v2 11/11] ext4: allow verity with fs block size < PAGE_SIZE

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-22 16:51 UTC  (3+ messages)

[RFC] fs-verity and encryption for EROFS
 2022-12-22  3:24 UTC  (2+ messages)

[PATCH 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-20 20:40 UTC  (14+ messages)
` [PATCH 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH 06/10] generic/573: "
` [PATCH 07/10] generic/577: "
` [PATCH 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH 09/10] generic/624: "
` [PATCH 10/10] generic/575: test 1K Merkle tree block size

Livraison d'emballage
 2022-12-20  9:15 UTC 

[PATCH] fsverity: don't check builtin signatures when require_signatures=0
 2022-12-17  3:53 UTC  (5+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-17  2:04 UTC  (8+ messages)

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

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2022-12-15  6:04 UTC 

[PATCH 0/4] fsverity cleanups
 2022-12-14 23:10 UTC  (6+ messages)
` [PATCH 1/4] fsverity: optimize fsverity_file_open() on non-verity files
` [PATCH 2/4] fsverity: optimize fsverity_prepare_setattr() "
` [PATCH 3/4] fsverity: optimize fsverity_cleanup_inode() "
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

[PATCH] fscrypt: Fix null pointer when defer i_crypt_info
 2022-12-14  6:54 UTC  (4+ messages)

[GIT PULL] fsverity updates for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[PATCH 0/7] ext4 fast-commit fixes
 2022-12-09 16:12 UTC  (5+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-08 17:41 UTC 

[PATCH] ext4: don't allow journal inode to have encrypt flag
 2022-12-08  3:41 UTC  (4+ messages)

[PATCH] fscrypt: add additional documentation for SM4 support
 2022-12-02 12:08 UTC  (2+ messages)

[PATCH v4 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-12-02 12:01 UTC  (5+ messages)
` [PATCH v4 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH v4 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH] ceph: make sure all the files successfully put before unmounting
 2022-12-02  7:04 UTC  (9+ messages)

[PATCH] fscrypt: remove unused Speck definitions
 2022-12-02  3:55 UTC 

Feature proposal: support file content integrity verification based on fs-verity
 2022-12-01 23:42 UTC  (4+ messages)

[PATCH v3 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-12-01 12:45 UTC  (10+ messages)
` [PATCH v3 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH v3 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH v4] fsverity: stop using PG_error to track error status
 2022-11-29 16:51 UTC  (5+ messages)

[PATCH] fsverity: simplify fsverity_get_digest()
 2022-11-29 11:32 UTC  (3+ messages)

[PATCH v5] fsverity: stop using PG_error to track error status
 2022-11-29  7:04 UTC 

[PATCH v5 00/18] btrfs: add fscrypt integration
 2022-11-28 20:34 UTC  (10+ messages)

[PATCH v3] fsverity: stop using PG_error to track error status
 2022-11-25 19:22 UTC  (7+ messages)
` [f2fs-dev] "

[PATCH] fscrypt: add comment for fscrypt_valid_enc_modes_v1()
 2022-11-25 19:20 UTC 

[PATCH v2 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-11-24  7:59 UTC  (5+ messages)
` [PATCH v2 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH v2 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

Silikonmischungen
 2022-11-23  8:45 UTC 

pass a struct block_device to the blk-crypto interfaces v3
 2022-11-21 18:39 UTC  (9+ messages)
` [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces
` [PATCH 2/3] blk-crypto: add a blk_crypto_config_supported_natively helper
` [PATCH 3/3] blk-crypto: move internal only declarations to blk-crypto-internal.h
  ` [dm-devel] "

[RFC 0/4] fs: provide per-filesystem options to disable fscrypt
 2022-11-18 13:25 UTC  (14+ messages)
` [RFC 1/4] fscrypt: introduce USE_FS_ENCRYPTION
` [RFC 2/4] fs: make fscrypt support an ext4 config option
` [RFC 3/4] fs: make fscrypt support a f2fs "
` [RFC 4/4] fs: make fscrypt support a UBIFS "

[PATCH 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-11-17  2:58 UTC  (5+ messages)
` [PATCH 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH] fscrypt: pass super_block to fscrypt_put_master_key_activeref()
 2022-11-10  8:29 UTC 

pass a struct block_device to the blk-crypto interfaces v2
 2022-11-09 13:14 UTC  (8+ messages)
` [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces
` [PATCH 2/3] blk-crypto: add a blk_crypto_config_supported_natively helper
` [PATCH 3/3] blk-crypto: move __blk_crypto_cfg_supported to blk-crypto-internal.h

[PATCH 6.0 124/197] fscrypt: stop using keyrings subsystem for fscrypt_master_key
 2022-11-08 13:39 UTC  (2+ messages)
` [PATCH 6.0 125/197] fscrypt: fix keyring memory leak on mount failure

[PATCH 5.15 100/144] fscrypt: stop using keyrings subsystem for fscrypt_master_key
 2022-11-08 13:39 UTC  (2+ messages)
` [PATCH 5.15 101/144] fscrypt: fix keyring memory leak on mount failure

[PATCH 5.10 080/118] fscrypt: simplify master key locking
 2022-11-08 13:39 UTC  (3+ messages)
` [PATCH 5.10 081/118] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH 5.10 082/118] fscrypt: fix keyring memory leak on mount failure

Please apply "ext4,f2fs: fix readahead of verity data" to stable
 2022-11-08 12:19 UTC  (2+ messages)

[PATCH 5.10] ext4,f2fs: fix readahead of verity data
 2022-11-07 18:18 UTC 


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