linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 18:20:25 to 2021-02-24 22:37:37 UTC [more...]

[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  (48+ messages)
` [RFC PATCH 01/34] block: move common code into blk_next_bio()
` [RFC PATCH 02/34] block: introduce and use bio_new
      ` [Ocfs2-devel] "
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [RFC PATCH 05/34] xen-blkback: use bio_new
` [RFC PATCH 06/34] zram: "
` [RFC PATCH 07/34] dm: use bio_new in dm-log-writes
` [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block
` [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw
` [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc
` [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [RFC PATCH 28/34] zonefs: use bio_new
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

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

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-02-07  8:32 UTC  (21+ messages)
` [PATCH 1/6] fs-verity: factor out fsverity_get_descriptor()
` [PATCH 2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature()
` [PATCH 3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
  ` [f2fs-dev] "
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "

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

[PATCH v2 0/3] add support for metadata encryption to F2FS
 2021-01-29 20:57 UTC  (5+ messages)
` [PATCH v2 2/3] fscrypt: Add metadata encryption support
` [PATCH v2 3/3] f2fs: "

[PATCH v2 0/7] Add KDF implementations to crypto API
 2021-01-28 20:21 UTC  (16+ messages)
` [PATCH v2 1/7] crypto: Add key derivation self-test support code
` [PATCH v2 2/7] crypto: add SP800-108 counter key derivation function
` [PATCH v2 3/7] crypto: add RFC5869 HKDF
` [PATCH v2 4/7] security: DH - remove dead code for zero padding
` [PATCH v2 5/7] security: DH - use KDF implementation from crypto API
` [PATCH v2 6/7] fs: use HKDF implementation from kernel "
` [PATCH v2 7/7] fs: HKDF - remove duplicate memory clearing

[PATCH RESEND v6 0/9] eMMC inline encryption support
 2021-01-26  9:58 UTC  (11+ messages)
` [PATCH RESEND v6 1/9] mmc: add basic support for inline encryption
` [PATCH RESEND v6 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH RESEND v6 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH RESEND v6 4/9] mmc: cqhci: add support for inline encryption
` [PATCH RESEND v6 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH RESEND v6 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH RESEND v6 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH RESEND v6 8/9] mmc: sdhci-msm: add Inline Crypto Engine support
` [PATCH RESEND v6 9/9] arm64: dts: qcom: sdm630: add ICE registers and clocks

[PATCH v6 0/9] eMMC inline encryption support
 2021-01-25 21:24 UTC  (11+ messages)
` [PATCH v6 1/9] mmc: add basic support for inline encryption
` [PATCH v6 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH v6 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v6 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v6 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v6 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v6 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v6 8/9] mmc: sdhci-msm: add Inline Crypto Engine support
` [PATCH v6 9/9] arm64: dts: qcom: sdm630: add ICE registers and clocks

[PATCH v5 0/9] eMMC inline encryption support
 2021-01-22  9:21 UTC  (13+ messages)
` [PATCH v5 1/9] mmc: add basic support for inline encryption
` [PATCH v5 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH v5 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v5 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v5 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v5 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v5 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v5 8/9] arm64: dts: qcom: sdm630: add ICE registers and clocks
` [PATCH v5 9/9] mmc: sdhci-msm: add Inline Crypto Engine support

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

[PATCH v4 0/9] eMMC inline encryption support
 2021-01-21 13:08 UTC  (9+ messages)
` [PATCH v4 1/9] mmc: add basic support for inline encryption

Développement de projets
 2021-01-20  9:16 UTC 

[ANNOUNCE] fsverity-utils v1.3
 2021-01-19 22:55 UTC 

new libfsverity release?
 2021-01-19 18:27 UTC  (4+ messages)

new libfsverity release?
 2021-01-17 15:56 UTC 

Request_key from KMIP appliance
 2021-01-15 22:21 UTC 

[xfstests RFC PATCH 0/4] Test the FS_IOC_READ_VERITY_METADATA ioctl
 2021-01-15 18:28 UTC  (5+ messages)
` [xfstests RFC PATCH 1/4] generic: factor out helpers for fs-verity built-in signatures
` [xfstests RFC PATCH 2/4] generic: add helpers for dumping fs-verity metadata
` [xfstests RFC PATCH 3/4] generic: test retrieving verity Merkle tree and descriptor
` [xfstests RFC PATCH 4/4] generic: test retrieving verity signature

[fsverity-utils RFC PATCH 0/2] Add dump_metadata subcommand
 2021-01-15 18:24 UTC  (3+ messages)
` [fsverity-utils RFC PATCH 1/2] Upgrade to latest fsverity_uapi.h
` [fsverity-utils RFC PATCH 2/2] programs/fsverity: Add dump_metadata subcommand


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