fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] btrfs: add FS_IOC_READ_VERITY_METADATA ioctl
 2024-11-26 16:23 UTC  (9+ messages)
      ` [PATCH] Documentation: add a usecase for FS_IOC_READ_VERITY_METADATA

[PATCH] Documentation: filesystems: update filename extensions
 2024-11-22 17:34 UTC  (4+ messages)

[PATCH v7 0/7] Optimize dm-verity and fsverity using multibuffer hashing
 2024-10-10  8:29 UTC  (9+ messages)
` [PATCH v7 1/7] crypto: shash - add support for finup_mb
` [PATCH v7 2/7] crypto: testmgr - add tests "
` [PATCH v7 3/7] crypto: x86/sha256-ni - add support "
` [PATCH v7 4/7] crypto: arm64/sha256-ce "
` [PATCH v7 5/7] fsverity: improve performance by using multibuffer hashing
` [PATCH v7 6/7] dm-verity: reduce scope of real and wanted digests
` [PATCH v7 7/7] dm-verity: improve performance by using multibuffer hashing

[PATCH bpf-next] bpf: use kfunc hooks instead of program types
 2024-08-20  6:34 UTC  (2+ messages)

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

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

Handing xfs fsverity development back to you
 2024-06-22  5:19 UTC  (5+ messages)

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

[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 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-04  9:39 UTC  (9+ messages)

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-06-03  1:40 UTC  (30+ messages)
` [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)

[PATCH 18/26] xfs: use merkle tree offset as attr hash
 2024-05-31 21:45 UTC  (12+ 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).