Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2022-03-04 00:54:02 to 2022-04-14 07:20:29 UTC [more...]

[xfstests PATCH v2] common/encrypt: use a sub-keyring within the session keyring
 2022-04-14  7:19 UTC 

[PATCH] fscrypt: log when starting to use inline encryption
 2022-04-14  5:34 UTC 

[PATCH] fscrypt: split up FS_CRYPTO_BLOCK_SIZE
 2022-04-14  5:31 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v8 0/5] tests for btrfs fsverity
 2022-04-11 21:22 UTC  (13+ messages)
` [PATCH v8 1/5] common/verity: require corruption functionality
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v8 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v8 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v8 5/5] generic: test fs-verity EFBIG scenarios

[xfstests PATCH] common/encrypt: use a sub-keyring within the session keyring
 2022-04-10 15:49 UTC  (2+ messages)

"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 v7 0/5] ima: support fs-verity digests and signatures
 2022-04-05 20:35 UTC  (14+ 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 v6 0/5] ima: support fs-verity digests and signatures
 2022-03-25 13:49 UTC  (16+ messages)
` [PATCH v6 1/5] fs-verity: define a function to return the integrity protected file digest
` [PATCH v6 2/5] ima: define a new template field named 'd-ngv2' and templates
` [PATCH v6 3/5] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v6 4/5] ima: support fs-verity file digest based version 3 signatures
` [PATCH v6 5/5] fsverity: update the documentation

[RFC PATCH v11 00/51] ceph+fscrypt : full support
 2022-03-25  9:59 UTC  (59+ messages)
` [RFC PATCH v11 01/51] vfs: export new_inode_pseudo
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v11 03/51] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v11 04/51] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v11 05/51] ceph: preallocate inode for ops that may create one
` [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 10/51] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v11 11/51] ceph: decode alternate_name in lease info
` [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 16/51] ceph: send altname in MClientRequest
` [RFC PATCH v11 17/51] ceph: encode encrypted name in dentry release
` [RFC PATCH v11 18/51] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v11 19/51] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [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 22/51] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v11 23/51] ceph: pass the request to parse_reply_info_readdir()
` [RFC PATCH v11 24/51] ceph: add ceph_encode_encrypted_dname() helper
` [RFC PATCH v11 25/51] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v11 26/51] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v11 27/51] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v11 28/51] ceph: add a new ceph.fscrypt.auth vxattr
` [RFC PATCH v11 29/51] ceph: add some fscrypt guardrails
` [RFC PATCH v11 30/51] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v11 31/51] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [RFC PATCH v11 32/51] ceph: size handling for encrypted inodes in cap updates
` [RFC PATCH v11 33/51] ceph: fscrypt_file field handling in MClientRequest messages
` [RFC PATCH v11 34/51] ceph: get file size from fscrypt_file when present in inode traces
` [RFC PATCH v11 35/51] ceph: handle fscrypt fields in cap messages from MDS
` [RFC PATCH v11 36/51] ceph: add __ceph_get_caps helper support
` [RFC PATCH v11 37/51] ceph: add __ceph_sync_read "
` [RFC PATCH v11 38/51] ceph: add object version support for sync read
` [RFC PATCH v11 39/51] ceph: add infrastructure for file encryption and decryption
` [RFC PATCH v11 40/51] ceph: add truncate size handling support for fscrypt
` [RFC PATCH v11 41/51] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [RFC PATCH v11 42/51] ceph: disable fallocate for encrypted inodes
` [RFC PATCH v11 43/51] ceph: disable copy offload on "
` [RFC PATCH v11 44/51] ceph: don't use special DIO path for "
` [RFC PATCH v11 45/51] ceph: align data in pages in ceph_sync_write
` [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 48/51] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [RFC PATCH v11 49/51] ceph: set i_blkbits to crypto block size for encrypted inodes
` [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)

[PATCH v5 0/8] ima: support fs-verity digests and signatures
 2022-03-17 15:58 UTC  (7+ messages)
` [PATCH v5 5/8] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v5 7/8] ima: support fs-verity file digest based version 3 signatures

[PATCH v7 0/5] tests for btrfs fsverity
 2022-03-16 17:36 UTC  (11+ messages)
` [PATCH v7 1/5] verity: require corruption functionality
` [PATCH v7 2/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v7 3/5] generic/574: corrupt btrfs merkle tree data
` [PATCH v7 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v7 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v6 0/4] tests for btrfs fsverity
 2022-03-15 22:06 UTC  (9+ messages)
` [PATCH v6 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v6 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v6 4/4] generic: test fs-verity EFBIG scenarios

[PATCH v2 0/5] xfstests: fscrypt test cleanups
 2022-03-13  1:05 UTC  (6+ messages)
` [PATCH v2 1/5] fscrypt-crypt-util: use an explicit --direct-key option
` [PATCH v2 2/5] fscrypt-crypt-util: refactor get_key_and_iv()
` [PATCH v2 3/5] fscrypt-crypt-util: add support for dumping key identifier
` [PATCH v2 4/5] common/encrypt: log full ciphertext verification params
` [PATCH v2 5/5] common/encrypt: verify the key identifiers

[PATCH v5 0/3] Support for hardware-wrapped inline encryption keys
 2022-03-11  5:18 UTC  (9+ messages)
` [PATCH v5 1/3] block: add basic hardware-wrapped key support
` [PATCH v5 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v5 3/3] fscrypt: add support for "


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