linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 20:46:28 to 2019-08-21 07:57:34 UTC [more...]

[PATCH v4 0/8] Inline Encryption Support
 2019-08-21  7:57 UTC  (8+ messages)
` [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
` [PATCH v4 2/8] block: Add encryption context to struct bio
` [PATCH v4 3/8] block: blk-crypto for Inline Encryption
` [PATCH v4 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v4 5/8] scsi: ufs: UFS crypto API
` [PATCH v4 6/8] scsi: ufs: Add inline encryption support to UFS
` [PATCH v4 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  7:54 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  7:21 UTC  (3+ messages)
    ` [dm-devel] "

[PATCH 9/9] fs: f2fs: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 8/9] fs: ext4: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 7/9] fscrypt: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 4/9] mmc: dw_mmc-exynos: support FMP
 2019-08-21  6:42 UTC 

[PATCH 3/9] mmc: dw_mmc: support crypto operation
 2019-08-21  6:42 UTC 

[PATCH 2/9] crypto: fmp: add Flash Memory Protector driver
 2019-08-21  6:42 UTC 

[PATCH 1/9] crypt: Add diskcipher
 2019-08-21  6:42 UTC 

[PATCH 0/9] Flash Memory Protector Support
 2019-08-21  6:42 UTC 

[PATCH V4 0/8] Consolidate FS read I/O callbacks code
 2019-08-21  2:04 UTC  (20+ messages)
` [PATCH V4 1/8] buffer_head: Introduce BH_Read_Cb flag
` [PATCH V4 2/8] FS: Introduce read callbacks
` [PATCH V4 3/8] fs/mpage.c: Integrate "
` [PATCH V4 4/8] fs/buffer.c: add decryption support via read_callbacks
` [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
  ` [f2fs-dev] "
` [PATCH V4 6/8] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V4 7/8] ext4: Enable encryption for subpage-sized blocks
` [PATCH V4 8/8] fscrypt: remove struct fscrypt_ctx

[dm-devel] [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-08-20 11:03 UTC  (8+ messages)
` [dm-devel] [PATCH v13 1/6] crypto: essiv - create wrapper template "
` [PATCH v13 2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v13 3/6] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v13 4/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher

[dm-devel] [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-19 23:35 UTC  (11+ messages)
` [dm-devel] [PATCH v12 1/4] crypto: essiv - create wrapper template "
  `  "
` [dm-devel] [PATCH v12 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [dm-devel] [PATCH v12 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [dm-devel] [PATCH v12 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation

[PATCH 0/6] fs-verity fixups
 2019-08-18 20:24 UTC  (13+ messages)
` [PATCH 1/6] fs-verity: fix crash on read error in build_merkle_tree_level()
` [f2fs-dev] [PATCH 2/6] ext4: skip truncate when verity in progress in ->write_begin()
` [PATCH 3/6] f2fs: "
    ` [f2fs-dev] "
` [PATCH 4/6] ext4: remove ext4_bio_encrypted()
` [PATCH 5/6] ext4: fix comment in ext4_end_enable_verity()
` [PATCH 6/6] f2fs: use EFSCORRUPTED in f2fs_get_verity_descriptor()
` [f2fs-dev] [PATCH 0/6] fs-verity fixups

[PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-15 17:59 UTC  (12+ messages)
` [PATCH v11 1/4] crypto: essiv - create wrapper template "
  ` [dm-devel] "
` [PATCH v11 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [dm-devel] [PATCH v11 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [dm-devel] [PATCH v11 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

Merge resolution for fscrypt and keyrings trees
 2019-08-15 16:24 UTC  (3+ messages)

[dm-devel] [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-08-15  2:30 UTC  (6+ messages)
  `  "

[f2fs-dev] [PATCH v8 00/20] fscrypt: key management improvements
 2019-08-14 22:37 UTC  (34+ messages)
` [f2fs-dev] [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [f2fs-dev] [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [f2fs-dev] [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [f2fs-dev] [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
` [f2fs-dev] [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
  `  "
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
` [f2fs-dev] [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
  `  "
` [f2fs-dev] [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
    ` [f2fs-dev] "
` [f2fs-dev] [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [f2fs-dev] [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
  `  "
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
` [f2fs-dev] [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
  `  "
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
` [f2fs-dev] [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [f2fs-dev] [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
` [f2fs-dev] [PATCH v8 18/20] f2fs: "
` [PATCH v8 19/20] ubifs: "
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version
` [PATCH v8 00/20] fscrypt: key management improvements

[PATCH 0/4] fscrypt: logging improvements, and use ENOPKG
 2019-08-14 22:31 UTC  (2+ messages)

[PATCH] fscrypt: clean up base64 encoding/decoding
 2019-08-14 22:30 UTC  (2+ messages)

[PATCH] fscrypt: remove loadable module related code
 2019-08-14 22:29 UTC  (3+ messages)

[PATCH v10 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-13 18:16 UTC  (14+ messages)
` [PATCH v10 1/7] crypto: essiv - create wrapper template "
  ` [dm-devel] "
` [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
  ` [dm-devel] "
` [PATCH v10 3/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v10 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v10 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [dm-devel] [PATCH v10 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [dm-devel] [PATCH v10 7/7] md: dm-crypt: omit parsing of the encapsulated cipher

[RFC PATCH 0/9] xfstests: add tests for fscrypt key management improvements
 2019-08-12 17:58 UTC  (10+ messages)
` [RFC PATCH 1/9] common/encrypt: disambiguate session encryption keys
` [RFC PATCH 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
` [RFC PATCH 3/9] common/encrypt: support checking for v2 encryption policy support
` [RFC PATCH 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
` [RFC PATCH 5/9] generic: add basic test for fscrypt API additions
` [RFC PATCH 6/9] generic: add test for non-root use of "
` [RFC PATCH 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
` [RFC PATCH 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
` [RFC PATCH 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-08-12 17:56 UTC  (9+ messages)
` [RFC PATCH 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [RFC PATCH 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [RFC PATCH 5/8] xfs_io/encrypt: extend 'set_encpolicy' "
` [RFC PATCH 6/8] xfs_io/encrypt: add 'add_enckey' command
` [RFC PATCH 7/8] xfs_io/encrypt: add 'rm_enckey' command
` [RFC PATCH 8/8] xfs_io/encrypt: add 'enckey_status' command

[PATCH v9 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-12 14:19 UTC  (14+ messages)
` [PATCH v9 1/7] crypto: essiv - create wrapper template "
` [PATCH v9 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
  ` [dm-devel] "
` [PATCH v9 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v9 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [dm-devel] [PATCH v9 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [dm-devel] [PATCH v9 7/7] md: dm-crypt: omit parsing of the encapsulated cipher

[f2fs-dev] [PATCH v7 00/16] fscrypt: key management improvements
 2019-08-12 14:16 UTC  (30+ messages)
` [f2fs-dev] [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
  `  "
` [f2fs-dev] [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
  `  "
` [f2fs-dev] [PATCH v7 10/16] fscrypt: v2 encryption policy support
  `  "
` [f2fs-dev] [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
  `  "
` [f2fs-dev] [PATCH v7 15/16] ubifs: "
  `  "
` [f2fs-dev] [PATCH v7 16/16] fscrypt: document the new ioctls and policy version
  `  "

[PATCH] ext4 crypto: fix to check feature status before get policy
 2019-08-04  9:56 UTC 

[PATCH v3 0/8] Inline Encryption Support
 2019-08-02 20:51 UTC  (5+ messages)
` [PATCH 2/8] block: Add encryption context to struct bio
  ` [f2fs-dev] "
` [PATCH 3/8] block: blk-crypto for Inline Encryption
  ` [f2fs-dev] "

linux-next: build warnings after merge of the keys tree
 2019-07-31  3:05 UTC  (4+ 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).