public inbox for linux-fscrypt@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 01:42:24 to 2022-05-19 11:22:06 UTC [more...]

[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  (16+ messages)
` [xfstests PATCH 1/2] ext4/053: update the test_dummy_encryption tests
` [xfstests PATCH 2/2] ext4/053: test changing test_dummy_encryption on remount

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-19  7:05 UTC  (9+ 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 -next v2] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-19  6:22 UTC  (5+ messages)

[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()

[xfstests PATCH] generic/556: add test case for top-level dir rename
 2022-05-14 18:01 UTC 

[PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-13 23:26 UTC  (21+ messages)
` [PATCH v2 1/7] ext4: only allow test_dummy_encryption when supported
` [PATCH v2 2/7] f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
` [PATCH v2 3/7] fscrypt: factor out fscrypt_policy_to_key_spec()
` [PATCH v2 4/7] fscrypt: add new helper functions for test_dummy_encryption
` [PATCH v2 5/7] ext4: fix up test_dummy_encryption handling for new mount API
    ` [f2fs-dev] "
` [PATCH v2 6/7] f2fs: use the updated test_dummy_encryption helper functions
` [PATCH v2 7/7] fscrypt: remove fscrypt_set_test_dummy_encryption()

[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 v8 0/9] crypto: HCTR2 support
 2022-05-10 19:05 UTC  (11+ 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 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  (11+ messages)
` [RFC 1/6] fscrypt: Provide definition of fscrypt_set_test_dummy_encryption
` [RFC 2/6] ext4: Move ext4 crypto code to its own file ext4_crypto.c
` [RFC 3/6] ext4: Directly opencode ext4_set_test_dummy_encryption
` [RFC 4/6] ext4: Cleanup function defs from ext4.h into ext4_crypto.c
` [RFC 5/6] ext4: Move all encryption related into a common #ifdef
` [RFC 6/6] ext4: Use provided macro for checking dummy_enc_policy

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

[PATCH v9 0/5] tests for btrfs fsverity
 2022-05-01 23:25 UTC  (12+ messages)
` [PATCH v9 1/5] common/verity: require corruption functionality
` [PATCH v9 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v9 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v9 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v9 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v5 8/8] fscrypt: Add HCTR2 support for filename encryption
 2022-05-01 18:37 UTC 

[PATCH v7 0/5] ima: support fs-verity digests and signatures
 2022-04-28  2:05 UTC  (10+ messages)
` [PATCH v7 2/5] ima: define a new template field named 'd-ngv2' and templates
` [PATCH v7 3/5] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v7 4/5] ima: support fs-verity file digest based version 3 signatures

[PATCH] ext4: make test_dummy_encryption require the encrypt feature
 2022-04-27 15:24 UTC  (2+ messages)

[PATCH v8 0/5] tests for btrfs fsverity
 2022-04-23  0:59 UTC  (5+ messages)
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests

[PATCH] fscrypt: log when starting to use inline encryption
 2022-04-21 18:46 UTC  (2+ messages)

[syzbot] possible deadlock in fscrypt_initialize
 2022-04-21  1:42 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox