linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-01 23:26:03 to 2022-06-08 19:41:27 UTC [more...]

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-08 19:41 UTC  (20+ messages)
` [RFC PATCH v8 01/17] security: add ipe lsm & initial context creation
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 03/17] ipe: add evaluation loop
` [RFC PATCH v8 04/17] ipe: add userspace interface
` [RFC PATCH v8 05/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v8 06/17] uapi|audit: add ipe audit message definitions
` [RFC PATCH v8 07/17] ipe: add auditing support
` [RFC PATCH v8 08/17] ipe: add permissive toggle
` [RFC PATCH v8 09/17] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v8 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v8 11/17] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v8 12/17] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v8 13/17] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v8 14/17] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v8 15/17] scripts: add boot policy generation program
` [RFC PATCH v8 16/17] ipe: kunit tests
` [RFC PATCH v8 17/17] documentation: add ipe documentation

[PATCH 5.10] ext4: only allow test_dummy_encryption when supported
 2022-06-07  9:54 UTC  (2+ messages)

[PATCH 5.15] ext4: only allow test_dummy_encryption when supported
 2022-06-06 23:11 UTC 

[PATCH RESEND v3] f2fs: use the updated test_dummy_encryption helper functions
 2022-06-06 22:32 UTC 

Registrierung Mountainbike Forum
 2022-06-01 18:05 UTC 

[RFC PATCH v4 0/2] generic: test HCTR2 filename encryption
 2022-06-01  7:18 UTC  (3+ messages)
` [RFC PATCH v4 1/2] fscrypt-crypt-util: add HCTR2 implementation
` [RFC PATCH v4 2/2] generic: add tests for fscrypt policies with HCTR2

[RFC PATCH v3 1/2] fscrypt-crypt-util: add HCTR2 reference implementation
 2022-05-30 18:17 UTC 

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-27 16:22 UTC  (15+ messages)
` [RFC PATCH v2 1/7] statx: add "
` [RFC PATCH v2 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH v2 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH v2 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH v2 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH v2 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH v2 7/7] f2fs: support STATX_IOALIGN

[PATCH v4] ext4: fix up test_dummy_encryption handling for new mount API
 2022-05-26 18:08 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.19
 2022-05-24 19:53 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 5.19
 2022-05-24 19:53 UTC  (2+ messages)

[PATCH v4] ext4: only allow test_dummy_encryption when supported
 2022-05-22  2:31 UTC  (3+ messages)

[PATCH v9 0/9] crypto: HCTR2 support
 2022-05-20 18:15 UTC  (10+ messages)
` [PATCH v9 1/9] crypto: xctr - Add XCTR support
` [PATCH v9 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v9 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v9 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v9 5/9] crypto: arm64/aes-xctr: "
` [PATCH v9 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v9 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v9 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v9 9/9] fscrypt: Add HCTR2 support for filename encryption

[xfstests PATCH] generic/556: add test case for top-level dir rename
 2022-05-20 17:21 UTC  (2+ messages)

[PATCH v8 0/9] crypto: HCTR2 support
 2022-05-20  5:53 UTC  (12+ messages)
` [PATCH v8 1/9] crypto: xctr - Add XCTR support
` [PATCH v8 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v8 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v8 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v8 5/9] crypto: arm64/aes-xctr: "
` [PATCH v8 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v8 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v8 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v8 9/9] fscrypt: Add HCTR2 support for filename encryption

[PATCH -next v2] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-19 16:57 UTC  (7+ messages)

[PATCH] fscrypt: allow alternative bounce buffers
 2022-05-19 16:52 UTC  (2+ messages)

[PATCH v3 0/5] test_dummy_encryption fixes and cleanups
 2022-05-19 11:21 UTC  (10+ messages)
` [PATCH v3 1/5] ext4: fix memory leak in parse_apply_sb_mount_options()
  ` [f2fs-dev] "
` [PATCH v3 2/5] ext4: only allow test_dummy_encryption when supported
` [PATCH v3 3/5] ext4: fix up test_dummy_encryption handling for new mount API
` [PATCH v3 4/5] f2fs: use the updated test_dummy_encryption helper functions
  ` [f2fs-dev] "
` [PATCH v3 5/5] fscrypt: remove fscrypt_set_test_dummy_encryption()

[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
 2022-05-19 10:58 UTC  (15+ messages)
` [xfstests PATCH 1/2] ext4/053: update the test_dummy_encryption tests

[PATCH -next v2] fs-verity: Use struct_size() helper in fsverity_ioctl_measure()
 2022-05-19  2:27 UTC 

[PATCHv3 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-19  2:08 UTC  (5+ messages)
` [PATCHv3 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv3 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv3 3/3] ext4: Refactor and move ext4_ioctl_get_encryption_pwsalt()

[PATCH -next] fs-verity: Use struct_size() helper in fsverity_ioctl_measure()
 2022-05-19  1:50 UTC  (3+ messages)

[PATCH -next] fs-verity: remove unused parameter desc_size in fsverity_create_info()
 2022-05-18 18:05 UTC  (2+ messages)

[PATCH -next] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-18 17:55 UTC  (2+ messages)

[PATCH 0/2] fsverity: killswitch sysctl
 2022-05-17 23:03 UTC  (5+ messages)
` [PATCH 1/2] fsverity: factor out sysctl from signature.c
` [PATCH 2/2] fsverity: add mode sysctl

[PATCH] f2fs: don't use casefolded comparison for "." and ".."
 2022-05-16 17:22 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCHv2 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-15  4:51 UTC  (10+ messages)
` [PATCHv2 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv2 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv2 3/3] ext4: Refactor and move ext4_ioc_get_encryption_pwsalt()

[PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-13 23:26 UTC  (16+ messages)
` [PATCH v2 1/7] ext4: only allow test_dummy_encryption when supported
` [PATCH v2 5/7] ext4: fix up test_dummy_encryption handling for new mount API
    ` [f2fs-dev] "

[PATCH v9 0/7] ima: support fs-verity digests and signatures
 2022-05-12 22:48 UTC  (14+ messages)
` [PATCH v9 1/7] ima: fix 'd-ng' comments and documentation
` [PATCH v9 2/7] ima: use IMA default hash algorithm for integrity violations
` [PATCH v9 3/7] fs-verity: define a function to return the integrity protected file digest
` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates
  ` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates (repost)
  ` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates (repost with fix)
` [PATCH v9 5/7] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v9 6/7] ima: support fs-verity file digest based version 3 signatures
` [PATCH v9 7/7] fsverity: update the documentation

[PATCH v7 0/9] crypto: HCTR2 support
 2022-05-09 21:56 UTC  (13+ messages)
` [PATCH v7 1/9] crypto: xctr - Add XCTR support
` [PATCH v7 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v7 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v7 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v7 5/9] crypto: arm64/aes-xctr: "
` [PATCH v7 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v7 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v7 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v7 9/9] fscrypt: Add HCTR2 support for filename encryption

[PATCH v6 0/9] crypto: HCTR2 support
 2022-05-06 21:22 UTC  (17+ messages)
` [PATCH v6 1/9] crypto: xctr - Add XCTR support
` [PATCH v6 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v6 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v6 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v6 5/9] crypto: arm64/aes-xctr: "
` [PATCH v6 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v6 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v6 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v6 9/9] fscrypt: Add HCTR2 support for filename encryption

Merz Podcast- Kontaktanfrage
 2022-05-04 10:48 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[RFC 0/6] ext4: Move out crypto ops to ext4_crypto.c
 2022-05-02 14:26 UTC  (3+ messages)

[PATCH v8 0/7] ima: support fs-verity digests and signatures
 2022-05-02 12:16 UTC  (7+ messages)
` [PATCH v8 1/7] ima: fix 'd-ng' comments and documentation
` [PATCH v8 6/7] ima: support fs-verity file digest based version 3 signatures

[PATCH v9 0/5] tests for btrfs fsverity
 2022-05-01 23:25 UTC  (3+ messages)
` [PATCH v9 5/5] generic: test fs-verity EFBIG scenarios


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