fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 08:08:22 to 2025-06-30 17:24:09 UTC [more...]

[PATCH 0/2] Convert fs/verity/ to use SHA-2 library API
 2025-06-30 17:22 UTC  (3+ messages)
` [PATCH 1/2] lib/crypto: hash_info: Move hash_info.c into lib/crypto/
` [PATCH 2/2] fsverity: Switch from crypto_shash to SHA-2 library

[PATCH] fsverity: explicitly include <linux/export.h>
 2025-06-17  3:24 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.15
 2025-03-26  2:05 UTC  (2+ messages)

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

OpenSSL engine removal and fsverity-utils compilation issue
 2025-02-17 19:43 UTC  (3+ messages)

[PATCH] btrfs: add FS_IOC_READ_VERITY_METADATA ioctl
 2025-02-17 19:35 UTC  (10+ messages)
      ` [PATCH] Documentation: add a usecase for FS_IOC_READ_VERITY_METADATA

[PATCH] Revert "fsverity: relax build time dependency on CRYPTO_SHA256"
 2025-02-17 19:15 UTC  (2+ messages)

[PATCH] fsverity: Select CRYPTO_HASH
 2025-02-17 18:25 UTC  (2+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (15+ messages)
  `  "
      `  "
            `  "
                `  "

[fsverity-utils PATCH] lib/sign_digest: disable PKCS#11 support when not available in OpenSSL
 2025-01-29  4:03 UTC 

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

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

[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


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