linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-14 06:02:43 to 2023-01-02 21:47:08 UTC [more...]

[RFC PATCH 00/17] fscrypt: add per-extent encryption keys
 2023-01-02 21:47 UTC  (20+ 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

[PATCH v3 00/10] xfstests: update verity tests for non-4K block and page size
 2023-01-01 13:30 UTC  (12+ 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 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 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  (11+ messages)

[PATCH v2 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 23:47 UTC  (16+ 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)

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

[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


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