linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 01:21:09 to 2021-06-30 20:02:02 UTC [more...]

[PATCH v6 0/3] btrfs: support fsverity
 2021-06-30 20:01 UTC  (4+ messages)
` [PATCH v6 1/3] btrfs: add ro compat flags to inodes
` [PATCH v6 2/3] btrfs: initial fsverity support
` [PATCH v6 3/3] btrfs: verity metadata orphan items

[PATCH v5 0/3] btrfs: support fsverity
 2021-06-30 19:42 UTC  (7+ messages)
` [PATCH v5 1/3] btrfs: add ro compat flags to inodes
` [PATCH v5 2/3] btrfs: initial fsverity support
` [PATCH v5 3/3] btrfs: verity metadata orphan items

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-06-30  9:47 UTC  (5+ messages)

[GIT PULL] fscrypt updates for 5.14
 2021-06-28 23:36 UTC  (2+ messages)

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

[ANNOUNCE] fsverity-utils v1.4
 2021-06-14 23:26 UTC 

[fsverity-utils PATCH] Add man page for fsverity
 2021-06-11  2:32 UTC  (4+ messages)

[PATCH v2] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-06-11  2:25 UTC  (2+ messages)

[fsverity-utils PATCH 0/4] Add option to write Merkle tree to a file
 2021-06-09  6:48 UTC  (11+ messages)
` [fsverity-utils PATCH 1/4] lib/compute_digest: add callbacks for getting the verity metadata
` [fsverity-utils PATCH 2/4] programs/test_compute_digest: test the metadata callbacks
` [fsverity-utils PATCH 3/4] programs/utils: add full_pwrite() and preallocate_file()
` [fsverity-utils PATCH 4/4] programs/fsverity: add --out-merkle-tree and --out-descriptor options

[PATCH v4 1/5] btrfs: add compat_flags to btrfs_inode_item
 2021-06-07 21:43 UTC  (24+ 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] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-06-05  7:29 UTC  (2+ messages)

[PATCH] fscrypt: don't ignore minor_hash when hash is 0
 2021-06-05  7:28 UTC  (2+ messages)

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-06-05  2:55 UTC  (12+ messages)
` [PATCH v9 1/9] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v9 2/9] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 4/9] direct-io: add support for fscrypt using blk-crypto
` [PATCH v9 5/9] block: Make bio_iov_iter_get_pages() respect bio_required_sector_alignment()
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v9 7/9] ext4: "
` [PATCH v9 8/9] f2fs: "
` [PATCH v9 9/9] fscrypt: update documentation for direct I/O support

Is fscrypt encryption FIPS compliant?
 2021-05-31 14:30 UTC  (6+ messages)

[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 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  (10+ 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 04/19] fscrypt: add fscrypt_context_for_new_inode


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