fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-03 22:32:34 to 2024-06-21 17:00:16 UTC [more...]

[PATCH v6 00/15] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-21 16:59 UTC  (2+ messages)
` [PATCH v6 01/15] crypto: shash - add support for finup_mb

[xfstests PATCH] generic/574: test corruption at more offsets
 2024-06-21  4:52 UTC  (3+ messages)

Handing xfs fsverity development back to you
 2024-06-21  4:35 UTC  (3+ messages)

[PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-12 19:14 UTC  (23+ messages)
` [PATCH v5 01/15] crypto: shash - add support for finup_mb
` [PATCH v5 02/15] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v5 03/15] crypto: testmgr - add tests for finup_mb
` [PATCH v5 04/15] crypto: x86/sha256-ni - add support "
` [PATCH v5 05/15] crypto: arm64/sha256-ce "
` [PATCH v5 06/15] fsverity: improve performance by using multibuffer hashing
` [PATCH v5 07/15] dm-verity: move hash algorithm setup into its own function
` [PATCH v5 08/15] dm-verity: move data hash mismatch handling "
` [PATCH v5 09/15] dm-verity: make real_digest and want_digest fixed-length
` [PATCH v5 10/15] dm-verity: provide dma_alignment limit in io_hints
` [PATCH v5 11/15] dm-verity: always "map" the data blocks
` [PATCH v5 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
` [PATCH v5 13/15] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v5 14/15] dm-verity: reduce scope of real and wanted digests
` [PATCH v5 15/15] dm-verity: improve performance by using multibuffer hashing

[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 18:10 UTC  (3+ messages)
` [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view

[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-11 20:32 UTC  (35+ messages)
` [PATCH v4 1/8] crypto: shash - add support for finup_mb
` [PATCH v4 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v4 3/8] crypto: testmgr - add tests for finup_mb
` [PATCH v4 4/8] crypto: x86/sha256-ni - add support "
` [PATCH v4 5/8] crypto: arm64/sha256-ce "
` [PATCH v4 6/8] fsverity: improve performance by using multibuffer hashing
` [PATCH v4 7/8] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v4 8/8] dm-verity: improve performance by using multibuffer hashing

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-09  1:35 UTC  (5+ messages)
` [PATCH bpf-next v4 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view

[PATCH v3 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-04  9:39 UTC  (17+ messages)
` [PATCH v3 1/8] crypto: shash - add support for finup_mb
` [PATCH v3 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v3 3/8] crypto: testmgr - add tests for finup_mb
` [PATCH v3 4/8] crypto: x86/sha256-ni - add support "
` [PATCH v3 5/8] crypto: arm64/sha256-ce "
` [PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
` [PATCH v3 7/8] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v3 8/8] dm-verity: improve performance by using multibuffer hashing

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-06-03  1:40 UTC  (40+ messages)
` [PATCH v19 01/20] security: add ipe lsm
` [PATCH v19 02/20] ipe: add policy parser
` [PATCH v19 03/20] ipe: add evaluation loop
` [PATCH v19 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v19 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v19 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v19 07/20] security: add new securityfs delete function
` [PATCH v19 08/20] ipe: add userspace interface
` [PATCH v19 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v19 10/20] ipe: add permissive toggle
` [PATCH v19 11/20] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v19 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v19 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v19 14/20] security: add security_inode_setintegrity() hook
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v19 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v19 17/20] scripts: add boot policy generation program
` [PATCH v19 18/20] ipe: kunit test for parser
` [PATCH v19 19/20] Documentation: add ipe documentation
` [PATCH v19 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH] fsverity: support block-based Merkle tree caching
 2024-05-31 21:52 UTC  (3+ messages)

[PATCHSET v5.6 2/2] xfs: fs-verity support
 2024-05-31 21:45 UTC  (38+ messages)
` [PATCH 18/26] xfs: use merkle tree offset as attr hash
` [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
` [PATCH 25/26] xfs: make it possible to disable fsverity

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-21 21:42 UTC  (33+ messages)
` [PATCH v18 01/21] security: add ipe lsm
` [PATCH v18 02/21] ipe: add policy parser
` [PATCH v18 03/21] ipe: add evaluation loop
` [PATCH v18 04/21] ipe: add LSM hooks on execution and kernel read
` [PATCH v18 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v18 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v18 07/21] security: add new securityfs delete function
` [PATCH v18 08/21] ipe: add userspace interface
` [PATCH v18 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v18 10/21] ipe: add permissive toggle
` [PATCH v18 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 13/21] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v18 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v18 15/21] security: add security_inode_setintegrity() hook
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v18 18/21] scripts: add boot policy generation program
` [PATCH v18 19/21] ipe: kunit test for parser
` [PATCH v18 20/21] Documentation: add ipe documentation
` [PATCH v18 21/21] MAINTAINERS: ipe: add ipe maintainer information

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-05-17 15:56 UTC  (4+ messages)
` [PATCHSET v5.6] fstests: "

[PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
 2024-05-15  2:16 UTC  (11+ messages)
` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
` [PATCH 04/18] fsverity: support block-based Merkle tree caching

[GIT PULL] fsverity update for 6.10
 2024-05-15  0:53 UTC  (2+ messages)

[PATCH v2 1/8] crypto: shash - add support for finup2x
 2024-05-07  0:33 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).