linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-03 04:45:14 to 2021-06-04 21:09:29 UTC [more...]

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-06-04 21:09 UTC  (5+ messages)
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [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 8/9] f2fs: "

[fsverity-utils PATCH 0/4] Add option to write Merkle tree to a file
 2021-06-04 16:55 UTC  (10+ 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

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

[PATCH] fscrypt: don't ignore minor_hash when hash is 0
 2021-05-27 23:52 UTC 

[PATCH] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-05-27 22:55 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-26  8:02 UTC  (3+ 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 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 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)


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