linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 19:48:02 to 2022-02-08 23:10:58 UTC [more...]

[PATCH v5 0/4] tests for btrfs fsverity
 2022-02-08 22:34 UTC  (3+ messages)

[PATCH v4 0/8] ima: support fs-verity digests and signatures
 2022-02-08 14:57 UTC  (11+ messages)
` [PATCH v4 1/8] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v4 2/8] ima: define ima_max_digest_data struct without a flexible array variable
` [PATCH v4 3/8] fs-verity: define a function to return the integrity protected file digest
` [PATCH v4 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v4 5/8] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v4 6/8] ima: define signature version 3
` [PATCH v4 7/8] ima: support fs-verity file digest based version 3 signatures
` [PATCH v4 8/8] fsverity: update the documentation

[ANNOUNCE] fsverity-utils v1.5
 2022-02-06 19:06 UTC 

[PATCH v3 0/8] ima: support fs-verity digests and signatures
 2022-02-01 19:20 UTC  (15+ messages)
` [PATCH v3 1/8] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v3 2/8] ima: define ima_max_digest_data struct without a flexible array variable
` [PATCH v3 3/8] fs-verity: define a function to return the integrity protected file digest
` [PATCH v3 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v3 5/8] ima: include fsverity's file digests in the IMA measurement list
` [PATCH v3 6/8] ima: define signature version 3
` [PATCH v3 7/8] ima: support fs-verity file digest based version 3 signatures
` [PATCH v3 8/8] fsverity: update the documentation

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-01  8:07 UTC  (9+ messages)
` [PATCH v11 1/5] fscrypt: add functions for direct I/O support
` [PATCH v11 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v11 3/5] ext4: "
` [PATCH v11 4/5] f2fs: "
` [PATCH v11 5/5] fscrypt: update documentation for direct I/O support

[RFC][PATCH v3a 00/11] ima: support fs-verity digests and signatures (alternative)
 2022-01-31 20:51 UTC  (15+ messages)
` [RFC][PATCH v3a 06/11] fsverity: Introduce fsverity_get_formatted_digest()
` [RFC][PATCH v3a 07/11] fsverity: Introduce fsverity_get_signature()
` [RFC][PATCH v3a 08/11] fsverity: Completely disable signature verification if not requested
` [RFC][PATCH v3a 09/11] ima: Add support for fsverity signatures
` [RFC][PATCH v3a 10/11] evm: Include fsverity formatted digest in the HMAC/digest calculation

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-01-28 20:47 UTC  (61+ messages)
` [RFC PATCH v10 01/48] vfs: export new_inode_pseudo
` [RFC PATCH v10 02/48] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v10 03/48] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v10 04/48] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v10 05/48] ceph: preallocate inode for ops that may create one
` [RFC PATCH v10 06/48] ceph: crypto context handling for ceph
` [RFC PATCH v10 07/48] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v10 08/48] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v10 09/48] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v10 10/48] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info
` [RFC PATCH v10 12/48] ceph: add fscrypt ioctls
` [RFC PATCH v10 13/48] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v10 14/48] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v10 15/48] ceph: send altname in MClientRequest
` [RFC PATCH v10 16/48] ceph: encode encrypted name in dentry release
` [RFC PATCH v10 17/48] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v10 18/48] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v10 19/48] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v10 20/48] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v10 21/48] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v10 22/48] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v10 23/48] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v10 24/48] ceph: add a new ceph.fscrypt.auth vxattr
` [RFC PATCH v10 25/48] ceph: add some fscrypt guardrails
` [RFC PATCH v10 26/48] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v10 27/48] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [RFC PATCH v10 28/48] ceph: size handling for encrypted inodes in cap updates
` [RFC PATCH v10 29/48] ceph: fscrypt_file field handling in MClientRequest messages
` [RFC PATCH v10 30/48] ceph: get file size from fscrypt_file when present in inode traces
` [RFC PATCH v10 31/48] ceph: handle fscrypt fields in cap messages from MDS
` [RFC PATCH v10 32/48] ceph: add __ceph_get_caps helper support
` [RFC PATCH v10 33/48] ceph: add __ceph_sync_read "
` [RFC PATCH v10 34/48] ceph: add object version support for sync read
` [RFC PATCH v10 35/48] ceph: add infrastructure for file encryption and decryption
` [RFC PATCH v10 36/48] ceph: add truncate size handling support for fscrypt
` [RFC PATCH v10 37/48] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [RFC PATCH v10 38/48] ceph: disable fallocate for encrypted inodes
` [RFC PATCH v10 39/48] ceph: disable copy offload on "
` [RFC PATCH v10 40/48] ceph: don't use special DIO path for "
` [RFC PATCH v10 41/48] ceph: set encryption context on open
` [RFC PATCH v10 42/48] ceph: align data in pages in ceph_sync_write
` [RFC PATCH v10 43/48] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v10 44/48] ceph: plumb in decryption during sync reads
` [RFC PATCH v10 45/48] ceph: set i_blkbits to crypto block size for encrypted inodes
` [RFC PATCH v10 46/48] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [RFC PATCH v10 47/48] ceph: add encryption support to writepage
` [RFC PATCH v10 48/48] ceph: fscrypt support for writepages

[PATCH 00/10] Add wrapped key support for Qualcomm ICE
 2022-01-27  0:51 UTC  (4+ messages)

fscrypt and potential issues from file sparseness
 2022-01-26 18:52 UTC  (2+ messages)

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-23 23:03 UTC  (20+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support
` [PATCH v10 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v10 3/5] ext4: "
` [PATCH v10 4/5] f2fs: "
` [PATCH v10 5/5] fscrypt: update documentation for direct I/O support

[PATCH 00/14] KEYS: Add support for PGP keys and signatures
 2022-01-23 21:00 UTC  (33+ messages)
` [PATCH 01/14] mpi: Introduce mpi_key_length()
` [PATCH 02/14] rsa: add parser of raw format
` [PATCH 03/14] PGPLIB: PGP definitions (RFC 4880)
` [PATCH 04/14] PGPLIB: Basic packet parser
` [PATCH 05/14] PGPLIB: Signature parser
` [PATCH 06/14] KEYS: PGP data parser
` [PATCH 07/14] KEYS: Provide PGP key description autogeneration
` [PATCH 08/14] KEYS: PGP-based public key signature verification
` [PATCH 09/14] KEYS: Retry asym key search with partial ID in restrict_link_by_signature()
` [PATCH 10/14] KEYS: Calculate key digest and get signature of the key
` [PATCH 11/14] verification: introduce verify_pgp_signature()
` [PATCH 12/14] PGP: Provide a key type for testing PGP signatures
` [PATCH 13/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH 14/14] KEYS: Introduce load_pgp_public_keyring()

[PATCH v1 0/5] ima: support fs-verity signatures stored as
 2022-01-20 21:05 UTC  (17+ messages)
` [PATCH v1 4/5] ima: support fs-verity file digest based signatures

[PATCH v8] ceph: add truncate size handling support for fscrypt
 2022-01-12  1:46 UTC 

[PATCH v2 0/6] ima: support fs-verity digests and signatures
 2022-01-11  4:48 UTC  (15+ messages)
` [PATCH v2 1/6] ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
` [PATCH v2 2/6] fs-verity: define a function to return the integrity protected file digest
` [PATCH v2 3/6] ima: define a new template field 'd-type' and a new template 'ima-ngv2'
` [PATCH v2 4/6] ima: include fsverity's file digests in the IMA measurement list
` [PATCH v2 5/6] ima: support fs-verity file digest based signatures
` [PATCH v2 6/6] fsverity: update the documentation


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