linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 15:21:31 to 2019-08-05 16:25:12 UTC [more...]

[f2fs-dev] [PATCH v8 00/20] fscrypt: key management improvements
 2019-08-05 16:25 UTC  (10+ 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 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
` [f2fs-dev] [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl

[PATCH] fscrypt: remove loadable module related code
 2019-08-05  9:32 UTC  (2+ messages)

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

[f2fs-dev] [PATCH v7 00/16] fscrypt: key management improvements
 2019-08-04  9:42 UTC  (50+ 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
  `  "

[dm-devel] [PATCH v8 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-03  7:36 UTC  (13+ messages)
` [dm-devel] [PATCH v8 1/7] crypto: essiv - create wrapper template "
    `  "
` [dm-devel] [PATCH v8 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [dm-devel] [PATCH v8 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [dm-devel] [PATCH v8 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [dm-devel] [PATCH v8 5/7] crypto: essiv - add test vector for essiv(cbc(aes), aes, sha256)
` [dm-devel] [PATCH v8 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [dm-devel] [PATCH v8 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

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

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  (19+ messages)
` [PATCH v7 01/17] fs-verity: add a documentation file
` [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v7 03/17] fs-verity: add UAPI header
` [f2fs-dev] [PATCH v7 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v7 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v7 06/17] fs-verity: add inode and superblock fields
` [PATCH v7 07/17] fs-verity: add the hook for file ->open()
` [PATCH v7 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v7 09/17] fs-verity: add data verification hooks for ->readpages()
` [f2fs-dev] [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
  `  "
` [PATCH v7 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v7 12/17] fs-verity: add SHA-512 support
` [PATCH v7 13/17] fs-verity: support builtin file signatures
` [PATCH v7 14/17] ext4: add basic fs-verity support
` [PATCH v7 15/17] ext4: add fs-verity read support
` [PATCH v7 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v7 17/17] f2fs: add fs-verity support

[PATCH v2] e2fsck: check for consistent encryption policies
 2019-07-25 20:10 UTC 

[PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
 2019-07-25  3:52 UTC  (6+ messages)

[PATCH 0/4] fscrypt: logging improvements, and use ENOPKG
 2019-07-24 19:54 UTC  (5+ messages)
` [PATCH 1/4] fscrypt: make fscrypt_msg() take inode instead of super_block
` [PATCH 2/4] fscrypt: improve warning messages for unsupported encryption contexts
` [PATCH 3/4] fscrypt: improve warnings for missing crypto API support
` [PATCH 4/4] fscrypt: use ENOPKG when crypto API support missing

[PATCH] fscrypt: clean up base64 encoding/decoding
 2019-07-24 19:46 UTC 

402b1b327a: BUG:unable_to_handle_page_fault_for_address
 2019-07-23 11:38 UTC  (2+ messages)

[PATCH] e2fsck: check for consistent encryption policies
 2019-07-19 23:58 UTC  (6+ messages)

[PATCH AUTOSEL 4.14 021/105] fscrypt: clean up some BUG_ON()s in block encryption/decryption
 2019-07-15 14:27 UTC 

[PATCH AUTOSEL 4.19 025/158] fscrypt: clean up some BUG_ON()s in block encryption/decryption
 2019-07-15 14:15 UTC 

[PATCH AUTOSEL 5.1 039/219] fscrypt: clean up some BUG_ON()s in block encryption/decryption
 2019-07-15 14:00 UTC 

[PATCH AUTOSEL 5.2 044/249] fscrypt: clean up some BUG_ON()s in block encryption/decryption
 2019-07-15 13:43 UTC 

[PATCH 4.9] fscrypt: don't set policy for a dead directory
 2019-07-11 17:09 UTC  (2+ messages)

[PATCH 4.4] fscrypt: don't set policy for a dead directory
 2019-07-11 16:47 UTC 

[GIT PULL] fscrypt updates for v5.3
 2019-07-11  4:40 UTC  (2+ messages)

[PATCH] generic/399: don't rely on xfs_io exit status
 2019-07-08 20:32 UTC 

[PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-07 18:54 UTC  (24+ messages)
` [PATCH v6 01/17] fs-verity: add a documentation file
` [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v6 03/17] fs-verity: add UAPI header
` [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [f2fs-dev] [PATCH v6 06/17] fs-verity: add inode and superblock fields
` [f2fs-dev] [PATCH v6 07/17] fs-verity: add the hook for file ->open()
` [PATCH v6 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages()
` [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v6 12/17] fs-verity: add SHA-512 support
` [PATCH v6 13/17] fs-verity: support builtin file signatures
` [PATCH v6 14/17] ext4: add basic fs-verity support
` [PATCH v6 15/17] ext4: add fs-verity read support
` [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v6 17/17] f2fs: add fs-verity support
  ` [f2fs-dev] "

[PATCH v7 0/7] crypto: switch to crypto API for ESSIV generation
 2019-07-03 18:23 UTC  (11+ messages)
` [PATCH v7 1/7] crypto: essiv - create wrapper template "
` [PATCH v7 2/7] fs: crypto: invoke crypto API for ESSIV handling
  ` [dm-devel] "
` [PATCH v7 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v7 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v7 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v7 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v7 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
 2019-07-02 16:30 UTC  (14+ messages)
` [PATCH v6 1/7] crypto: essiv - create wrapper template "
` [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v6 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
    ` [dm-devel] "
` [PATCH v6 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v6 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[RFC PATCH v3 0/8] xfstests: add fs-verity tests
 2019-07-01 18:25 UTC  (9+ messages)
` [RFC PATCH v3 1/8] common/filter: add _filter_xfs_io_fiemap()
` [f2fs-dev] [RFC PATCH v3 2/8] common/verity: add common functions for testing fs-verity
` [RFC PATCH v3 3/8] generic: test general behavior of verity files
` [RFC PATCH v3 4/8] generic: test access controls on the fs-verity ioctls
` [RFC PATCH v3 5/8] generic: test corrupting verity files
` [f2fs-dev] [RFC PATCH v3 6/8] generic: test that fs-verity is using the correct measurement values
` [RFC PATCH v3 7/8] generic: test using fs-verity and fscrypt simultaneously
` [RFC PATCH v3 8/8] generic: test the fs-verity built-in signature verification support

[PATCH] common/encrypt: check that contents encryption is usable
 2019-07-01 17:12 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).