linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-26 22:41:25 to 2019-08-19 14:17:33 UTC [more...]

[dm-devel] [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-08-19 14:17 UTC  (2+ messages)
` [dm-devel] [PATCH v13 1/6] crypto: essiv - create wrapper template "

[dm-devel] [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-19 14:14 UTC  (10+ 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 V4 0/8] Consolidate FS read I/O callbacks code
 2019-08-19 13:33 UTC  (11+ 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

[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  (51+ messages)
` [f2fs-dev] [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
  `  "
` [f2fs-dev] [PATCH v7 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [f2fs-dev] [PATCH v7 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [f2fs-dev] [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info
  `  "
` [f2fs-dev] [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
  `  "
` [f2fs-dev] [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
  `  "
` [f2fs-dev] [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
  `  "
` [f2fs-dev] [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS 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 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
  `  "
` [f2fs-dev] [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy
  `  "
` [f2fs-dev] [PATCH v7 13/16] ext4: wire up new fscrypt ioctls
  `  "
` [f2fs-dev] [PATCH v7 14/16] f2fs: "
  `  "
` [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)

[f2fs-dev] Add fsverity tree to linux-next
 2019-07-29  5:45 UTC  (2+ messages)
`  "

[PATCH v7 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-27 20:39 UTC  (3+ messages)
` [f2fs-dev] [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
  `  "


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