messages from 2022-03-22 14:15:20 to 2022-05-05 05:56:55 UTC [more...]
[PATCH v6 0/9] crypto: HCTR2 support
2022-05-05 5:56 UTC (13+ 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
[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
2022-05-02 17:19 UTC (5+ 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 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 v2 0/7] test_dummy_encryption fixes and cleanups
2022-05-01 5:08 UTC (8+ 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
` [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 0/2] fsverity: killswitch sysctl
2022-04-28 22:19 UTC (3+ messages)
` [PATCH 1/2] fsverity: factor out sysctl from signature.c
` [PATCH 2/2] fsverity: add mode sysctl
[PATCH v7 0/5] ima: support fs-verity digests and signatures
2022-04-28 2:05 UTC (17+ messages)
` [PATCH v7 1/5] fs-verity: define a function to return the integrity protected file digest
` [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 v7 5/5] fsverity: update the documentation
[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 (9+ messages)
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v8 3/5] btrfs: test btrfs specific fsverity corruption
[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)
f2fs compressed file bio merge problem
2022-04-19 2:48 UTC (2+ messages)
why fscrypt_mergeable_bio use logical block number?
2022-04-18 7:25 UTC (4+ messages)
[xfstests PATCH v2] common/encrypt: use a sub-keyring within the session keyring
2022-04-14 9:02 UTC (2+ messages)
[xfstests PATCH] common/encrypt: use a sub-keyring within the session keyring
2022-04-14 7:27 UTC (3+ messages)
[PATCH] fscrypt: split up FS_CRYPTO_BLOCK_SIZE
2022-04-14 5:31 UTC (2+ messages)
` [f2fs-dev] "
"Operation not permitted" message with "-g encrypt" in xfstests
2022-04-07 1:50 UTC
[PATCH v13 00/59] ceph+fscrypt: full support
2022-04-05 19:20 UTC (60+ messages)
` [PATCH v13 01/59] libceph: add spinlock around osd->o_requests
` [PATCH v13 02/59] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v13 03/59] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v13 04/59] libceph: add sparse read support to OSD client
` [PATCH v13 05/59] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v13 06/59] libceph: add sparse read support to msgr1
` [PATCH v13 07/59] ceph: add new mount option to enable sparse reads
` [PATCH v13 08/59] fs: change test in inode_insert5 for adding to the sb list
` [PATCH v13 09/59] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [PATCH v13 10/59] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [PATCH v13 11/59] fscrypt: add fscrypt_context_for_new_inode
` [PATCH v13 12/59] ceph: preallocate inode for ops that may create one
` [PATCH v13 13/59] ceph: fscrypt_auth handling for ceph
` [PATCH v13 14/59] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v13 15/59] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v13 16/59] ceph: implement -o test_dummy_encryption mount option
` [PATCH v13 17/59] ceph: decode alternate_name in lease info
` [PATCH v13 18/59] ceph: add fscrypt ioctls
` [PATCH v13 19/59] ceph: make the ioctl cmd more readable in debug log
` [PATCH v13 20/59] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v13 21/59] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v13 22/59] ceph: send altname in MClientRequest
` [PATCH v13 23/59] ceph: encode encrypted name in dentry release
` [PATCH v13 24/59] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v13 25/59] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v13 26/59] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v13 27/59] ceph: add helpers for converting names for userland presentation
` [PATCH v13 28/59] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v13 29/59] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v13 30/59] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v13 31/59] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v13 32/59] ceph: add support to readdir for encrypted filenames
` [PATCH v13 33/59] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v13 34/59] ceph: make ceph_get_name decrypt filenames
` [PATCH v13 35/59] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v13 36/59] ceph: add some fscrypt guardrails
` [PATCH v13 37/59] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v13 38/59] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v13 39/59] ceph: size handling for encrypted inodes in cap updates
` [PATCH v13 40/59] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v13 41/59] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v13 42/59] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v13 43/59] ceph: update WARN_ON message to pr_warn
` [PATCH v13 44/59] ceph: add __ceph_get_caps helper support
` [PATCH v13 45/59] ceph: add __ceph_sync_read "
` [PATCH v13 46/59] ceph: add object version support for sync read
` [PATCH v13 47/59] ceph: add infrastructure for file encryption and decryption
` [PATCH v13 48/59] ceph: add truncate size handling support for fscrypt
` [PATCH v13 49/59] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v13 50/59] ceph: disable fallocate for encrypted inodes
` [PATCH v13 51/59] ceph: disable copy offload on "
` [PATCH v13 52/59] ceph: don't use special DIO path for "
` [PATCH v13 53/59] ceph: align data in pages in ceph_sync_write
` [PATCH v13 54/59] ceph: add read/modify/write to ceph_sync_write
` [PATCH v13 55/59] ceph: plumb in decryption during sync reads
` [PATCH v13 56/59] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v13 57/59] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v13 58/59] ceph: add encryption support to writepage
` [PATCH v13 59/59] ceph: fscrypt support for writepages
[PATCH v6 0/5] ima: support fs-verity digests and signatures
2022-03-25 13:49 UTC (5+ messages)
` [PATCH v6 4/5] ima: support fs-verity file digest based version 3 signatures
[RFC PATCH v11 00/51] ceph+fscrypt : full support
2022-03-25 9:59 UTC (25+ messages)
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v11 06/51] ceph: crypto context handling for ceph
` [RFC PATCH v11 07/51] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v11 08/51] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [RFC PATCH v11 09/51] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v11 12/51] ceph: add fscrypt ioctls
` [RFC PATCH v11 13/51] ceph: make the ioctl cmd more readable in debug log
` [RFC PATCH v11 14/51] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v11 15/51] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v11 20/51] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v11 21/51] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [RFC PATCH v11 30/51] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v11 38/51] ceph: add object version support for sync read
` [RFC PATCH v11 46/51] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v11 47/51] ceph: plumb in decryption during sync reads
` [RFC PATCH v11 50/51] ceph: add encryption support to writepage
` [RFC PATCH v11 51/51] ceph: fscrypt support for writepages
[GIT PULL] fscrypt updates for 5.18
2022-03-22 18:31 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).