linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 17:57:15 to 2019-09-24 10:57:50 UTC [more...]

[PATCH v4 0/8] Inline Encryption Support
 2019-09-24 10:57 UTC  (16+ messages)
` [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
  ` [f2fs-dev] "
` [PATCH v4 2/8] block: Add encryption context to struct bio
  ` [f2fs-dev] "
` [PATCH v4 3/8] block: blk-crypto for Inline Encryption
  ` [f2fs-dev] "
` [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 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [PATCH v4 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

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

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

[f2fs-dev] [GIT PULL] fs-verity for 5.4
 2019-09-19  0:20 UTC  (2+ messages)
`  "

[GIT PULL] fscrypt updates for 5.4
 2019-09-19  0:20 UTC  (2+ messages)

[PATCH v5] e2fsck: check for consistent encryption policies
 2019-09-18 23:06 UTC  (2+ messages)

[PATCH v4] e2fsck: check for consistent encryption policies
 2019-09-18  1:01 UTC  (3+ messages)

[PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-13  2:32 UTC  (9+ messages)
` [PATCH RESEND V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH RESEND V5 2/7] FS: Introduce read callbacks
` [PATCH RESEND V5 3/7] fs/mpage.c: Integrate "
` [PATCH RESEND V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH RESEND V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH RESEND V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH RESEND V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH v3] e2fsck: check for consistent encryption policies
 2019-09-09 17:34 UTC  (5+ messages)

[dm-devel] [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-09-04 13:38 UTC  (17+ 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
  ` [dm-devel] "
` [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
    ` [dm-devel] "
` [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-02  4:38 UTC  (9+ messages)
` [PATCH V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH V5 2/7] FS: Introduce read callbacks
` [PATCH V5 3/7] fs/mpage.c: Integrate "
` [PATCH V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH] ext4 crypto: fix to check feature status before get policy
 2019-09-02  1:07 UTC  (4+ messages)

[RFC PATCH 0/9] xfstests: add tests for fscrypt key management improvements
 2019-09-01 12:29 UTC  (12+ 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

[PATCH 5/9] block: support diskcipher
 2019-08-28  2:20 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-27 16:40 UTC  (2+ messages)

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

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  4:27 UTC  (2+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-23  2:35 UTC  (3+ messages)

[PATCH 1/9] crypt: Add diskcipher
 2019-08-23  0:50 UTC 

[PATCH 1/9] crypt: Add diskcipher
 2019-08-22  8:37 UTC  (2+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-22  0:54 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  8:17 UTC  (2+ messages)

[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 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 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 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  (7+ messages)
` [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
    ` [f2fs-dev] "
` [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  (21+ messages)
` [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
  `  "
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
    ` [f2fs-dev] "
` [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
` [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  (2+ messages)

[PATCH v10 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-13 18:16 UTC  (9+ 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] "

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-08-12 17:56 UTC  (5+ 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 6/8] xfs_io/encrypt: add 'add_enckey' command
` [RFC PATCH 8/8] xfs_io/encrypt: add 'enckey_status' command


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