linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 19:30:10 to 2021-05-25 20:24:15 UTC [more...]

[PATCH v4 0/4] tests for btrfs fsverity
 2021-05-25 20:24 UTC  (11+ messages)
` [PATCH v4 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v4 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v4 3/4] btrfs: test verity orphans with dmlogwrites
` [PATCH v4 4/4] generic: test fs-verity EFBIG scenarios

[PATCH v4 1/5] btrfs: add compat_flags to btrfs_inode_item
 2021-05-25 18:12 UTC  (22+ messages)
` [PATCH v4 2/5] btrfs: initial fsverity support
` [PATCH v4 3/5] btrfs: check verity for reads of inline extents and holes
` [PATCH v4 4/5] btrfs: fallback to buffered io for verity files
` [PATCH v4 5/5] btrfs: verity metadata orphan items

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-25 18:10 UTC  (2+ messages)

[PATCH v3 0/5] btrfs: support fsverity
 2021-05-13 17:21 UTC  (18+ messages)
` [PATCH v3 1/5] btrfs: add compat_flags to btrfs_inode_item
` [PATCH v3 2/5] btrfs: initial fsverity support
` [PATCH v3 3/5] btrfs: check verity for reads of inline extents and holes
` [PATCH v3 4/5] btrfs: fallback to buffered io for verity files
` [PATCH v3 5/5] btrfs: verity metadata orphan items

[PATCH v4 0/5] btrfs: support fsverity
 2021-05-05 19:20 UTC 

[PATCH v2 0/2] relax crypto Kconfig dependencies for fsverity/fscrypt
 2021-04-22  7:48 UTC  (6+ messages)
` [PATCH v2 1/2] fscrypt: relax Kconfig dependencies for crypto API algorithms
` [PATCH v2 2/2] fsverity: relax build time dependency on CRYPTO_SHA256

[RFC PATCH v6 00/20] ceph+fscrypt: context, filename and symlink support
 2021-04-20 15:52 UTC  (32+ messages)
` [RFC PATCH v6 01/20] vfs: export new_inode_pseudo
` [RFC PATCH v6 02/20] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v6 03/20] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v6 04/20] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v6 05/20] ceph: crypto context handling for ceph
` [RFC PATCH v6 06/20] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v6 07/20] ceph: preallocate inode for ops that may create one
` [RFC PATCH v6 08/20] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v6 09/20] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v6 10/20] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v6 11/20] ceph: decode alternate_name in lease info
` [RFC PATCH v6 12/20] ceph: send altname in MClientRequest
` [RFC PATCH v6 13/20] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v6 14/20] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v6 15/20] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v6 16/20] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v6 17/20] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v6 18/20] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v6 19/20] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v6 20/20] ceph: add fscrypt ioctls

[PATCH 0/2] relax crypto Kconfig dependencies for fsverity/fscrypt
 2021-04-19 22:05 UTC  (5+ messages)
` [PATCH 1/2] fscrypt: relax Kconfig dependencies for crypto API algorithms
` [PATCH 2/2] fsverity: relax build time dependency on CRYPTO_SHA256

[PATCH v3 0/3] tests for btrfs fsverity
 2021-04-11 12:19 UTC  (7+ messages)
` [PATCH v3 1/3] btrfs: test btrfs specific fsverity corruption
` [PATCH v3 2/3] generic/574: corrupt btrfs merkle tree data
` [PATCH v3 3/3] btrfs: test verity orphans with dmlogwrites

[PATCH v2 0/3] tests for btrfs fsverity
 2021-04-09  1:11 UTC  (10+ messages)
` [PATCH v2 1/3] btrfs: test btrfs specific fsverity corruption
` [PATCH v2 2/3] generic/574: corrupt btrfs merkle tree data
` [PATCH v2 3/3] btrfs: test verity orphans with dmlogwrites

[RFC PATCH v5 00/19] ceph+fscrypt: context, filename and symlink support
 2021-04-08 16:27 UTC  (39+ messages)
` [RFC PATCH v5 01/19] vfs: export new_inode_pseudo
` [RFC PATCH v5 02/19] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v5 03/19] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v5 04/19] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v5 05/19] ceph: crypto context handling for ceph
` [RFC PATCH v5 06/19] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v5 07/19] ceph: preallocate inode for ops that may create one
` [RFC PATCH v5 08/19] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v5 09/19] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v5 10/19] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v5 11/19] ceph: decode alternate_name in lease info
` [RFC PATCH v5 12/19] ceph: send altname in MClientRequest
` [RFC PATCH v5 13/19] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v5 14/19] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v5 15/19] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v5 16/19] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v5 17/19] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v5 18/19] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v5 19/19] ceph: add fscrypt ioctls
` [RFC PATCH v5 20/19] ceph: make ceph_get_name decrypt filenames

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH v2 0/5] btrfs: support fsverity
 2021-03-16 18:44 UTC  (15+ messages)
` [PATCH v2 1/5] btrfs: add compat_flags to btrfs_inode_item
` [PATCH v2 2/5] btrfs: initial fsverity support
` [PATCH v2 3/5] btrfs: check verity for reads of inline extents and holes
` [PATCH v2 4/5] btrfs: fallback to buffered io for verity files
` [PATCH v2 5/5] btrfs: verity metadata orphan items

[PATCH 0/2] fs-verity: fix error handling in ->end_enable_verity()
 2021-03-11 15:36 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix error handling in ext4_end_enable_verity()
` [PATCH 2/2] f2fs: fix error handling in f2fs_end_enable_verity()
  ` [f2fs-dev] "

[PATCH v2] f2fs: fix error handling in f2fs_end_enable_verity()
 2021-03-05  9:18 UTC  (2+ messages)

[f2fs-dev][PATCH] f2fs: fsverity: modify truncation for verity enable failed
 2021-03-02 20:09 UTC  (2+ messages)

[f2fs-dev][PATCH v2] f2fs: fsverity: Truncate cache pages if set verity failed
 2021-03-01 18:38 UTC  (2+ messages)
` [PATCH "

[PATCH] f2fs: fsverity: Truncate cache pages if set verity failed
 2021-02-28  4:52 UTC  (4+ messages)

[PATCH v2 0/4] Test the FS_IOC_READ_VERITY_METADATA ioctl
 2021-02-24 22:35 UTC  (5+ messages)
` [PATCH v2 1/4] generic: factor out helpers for fs-verity built-in signatures
` [PATCH v2 2/4] generic: add helpers for dumping fs-verity metadata
` [PATCH v2 3/4] generic: test retrieving verity Merkle tree and descriptor
` [PATCH v2 4/4] generic: test retrieving verity signature

[GIT PULL] fsverity updates for 5.12
 2021-02-21 18:39 UTC  (2+ messages)

[RFC PATCH 00/34] block: introduce bio_new()
 2021-02-18  1:28 UTC  (4+ messages)
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io

fscrypt and FIPS
 2021-02-16 19:22 UTC  (8+ messages)

[PATCH v2 0/2] fuse: fscrypt ioctl support
 2021-02-15 14:49 UTC  (3+ messages)
  ` [PATCH v2 2/2] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX


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