linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-22 18:41:48 to 2021-01-28 07:25:44 UTC [more...]

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28  7:21 UTC  (21+ messages)
` [RFC PATCH 02/34] block: introduce and use bio_new
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [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 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [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

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-28  3:24 UTC  (17+ 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
` [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 "

[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

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-01-25 18:31 UTC  (26+ 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 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 v2 0/7] Add KDF implementations to crypto API
 2021-01-24 14:36 UTC  (12+ 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 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  (17+ messages)
` [PATCH v4 1/9] mmc: add basic support for inline encryption
` [PATCH v4 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH v4 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v4 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v4 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v4 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v4 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v4 8/9] arm64: dts: qcom: sdm630: add ICE registers and clocks
` [PATCH v4 9/9] mmc: sdhci-msm: add Inline Crypto Engine support

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

[stable] ext4 fscrypt_get_encryption_info() circular locking dependency
 2021-01-13 11:34 UTC  (5+ messages)

[PATCH 0/5] Add KDF implementations to crypto API
 2021-01-12  1:34 UTC  (17+ messages)
` [PATCH 1/5] crypto: Add key derivation self-test support code
` [PATCH 2/5] crypto: add SP800-108 counter key derivation function
` [PATCH 3/5] crypto: add RFC5869 HKDF
` [PATCH 4/5] security: DH - use KDF implementation from crypto API
` [PATCH 5/5] fs: use HKDF implementation from kernel "

[PATCH 0/8] eMMC inline encryption support
 2021-01-07 10:15 UTC  (5+ messages)

[PATCH v3] f2fs: clean up post-read processing
 2021-01-05  7:12 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] f2fs: clean up post-read processing
 2021-01-05  1:26 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2021-01-04 19:10 UTC  (6+ messages)

[PATCH 5.4 08/47] fscrypt: remove kernel-internal constants from UAPI header
 2021-01-04 15:57 UTC 

[PATCH 4.19 0/4] fscrypt: prevent creating duplicate encrypted filenames
 2020-12-30 15:42 UTC  (6+ messages)
` [PATCH 4.19 1/4] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 4.19 2/4] ext4: prevent creating duplicate encrypted filenames
` [PATCH 4.19 3/4] f2fs: "
` [PATCH 4.19 4/4] ubifs: "

[PATCH 5.4] fscrypt: remove kernel-internal constants from UAPI header
 2020-12-30 15:39 UTC  (2+ messages)

[PATCH 5.4 0/4] fscrypt: prevent creating duplicate encrypted filenames
 2020-12-30 15:39 UTC  (6+ messages)
` [PATCH 5.4 1/4] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 5.4 2/4] ext4: prevent creating duplicate encrypted filenames
` [PATCH 5.4 3/4] f2fs: "
` [PATCH 5.4 4/4] ubifs: "

[PATCH 0/3] add support for metadata encryption to F2FS
 2020-12-25  9:31 UTC  (8+ messages)

[PATCH v2 0/3] add support for metadata encryption to F2FS
 2020-12-24 11:31 UTC  (3+ messages)
` [PATCH v2 2/3] fscrypt: Add metadata encryption support

[PATCH v6 1/3] Move -D_GNU_SOURCE to CPPFLAGS
 2020-12-22 18:41 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] Wrap ./fsverity in TEST_WRAPPER_PROG too


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