linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 02:09:45 to 2021-01-15 18:31:04 UTC [more...]

[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

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-15 18:18 UTC  (7+ 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 v4 0/9] eMMC inline encryption support
 2021-01-15 17:56 UTC  (12+ 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

[stable] ext4 fscrypt_get_encryption_info() circular locking dependency
 2021-01-13 11:34 UTC  (6+ 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  (12+ 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  (11+ messages)
` [PATCH v2 1/3] fscrypt, f2fs: replace fscrypt_get_devices with fscrypt_get_device
` [PATCH v2 2/3] fscrypt: Add metadata encryption support
` [PATCH v2 3/3] f2fs: "

[fsverity-utils PATCH v2 1/2] Remove unneeded includes
 2020-12-22 18:41 UTC  (34+ messages)
` [fsverity-utils PATCH v2 2/2] Allow to build and run sign/digest on Windows
` [fsverity-utils PATCH v3 1/2] Remove unneeded includes
  ` [fsverity-utils PATCH v3 2/2] Allow to build and run sign/digest on Windows
` [fsverity-utils PATCH v4 1/2] Remove unneeded includes
  ` [fsverity-utils PATCH v4 2/2] Allow to build and run sign/digest on Windows
    ` [PATCH v5] "
      ` [PATCH v6 1/3] Move -D_GNU_SOURCE to CPPFLAGS
        ` [PATCH v6 2/3] Wrap ./fsverity in TEST_WRAPPER_PROG too
        ` [PATCH v6 3/3] Allow to build and run sign/digest on Windows
        ` [PATCH v7 1/3] Move -D_GNU_SOURCE to CPPFLAGS
          ` [PATCH v7 2/3] Wrap ./fsverity in TEST_WRAPPER_PROG too
          ` [PATCH v7 3/3] Allow to build and run sign/digest on Windows

[PATCH 0/1] userspace support for F2FS metadata encryption
 2020-12-18 16:19 UTC  (7+ messages)
` [PATCH 1/1] f2fs-tools: Introduce metadata encryption support

[fsverity-utils PATCH 1/2] Remove unneeded includes
 2020-12-17 14:54 UTC  (7+ messages)
` [fsverity-utils PATCH 2/2] Allow to build and run sign/digest on Windows

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

[xfstests PATCH v2] generic: test for creating duplicate filenames in encrypted dir
 2020-12-14 23:47 UTC 

[GIT PULL] fscrypt updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.11
 2020-12-14 20:56 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX
 2020-12-11 18:12 UTC  (6+ messages)
` [PATCH v2 0/2] fuse: fscrypt ioctl support
  ` [PATCH v2 1/2] fuse: Move ioctl length calculation to a separate function
  ` [PATCH v2 2/2] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX

[xfstests-bld PATCH] android-xfstests: create /dev/fd on the Android device
 2020-12-10 19:19 UTC  (2+ messages)

[PATCH v2 0/9] eMMC inline encryption support
 2020-12-09  0:01 UTC  (26+ messages)
` [PATCH v2 1/9] mmc: add basic support for inline encryption
` [PATCH v2 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v2 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v2 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v2 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v2 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v2 9/9] mmc: sdhci-msm: add Inline Crypto Engine support

[PATCH] f2fs: fix and clean up post-read processing
 2020-12-08  6:03 UTC 

[PATCH v2 0/9] Allow deleting files with unsupported encryption policy
 2020-12-06 23:12 UTC  (11+ messages)
` [PATCH v2 1/9] ext4: remove ext4_dir_open()
` [PATCH v2 2/9] f2fs: remove f2fs_dir_open()
` [PATCH v2 3/9] ubifs: remove ubifs_dir_open()
` [PATCH v2 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH v2 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH v2 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH v2 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH v2 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH v2 9/9] fscrypt: allow deleting files with unsupported encryption policy

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-12-03 23:57 UTC  (5+ messages)
` [PATCH v7 6/8] ext4: support "

Disinfection
 2020-12-03  8:45 UTC 


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