Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2017-05-23 06:03:22 to 2017-08-16 22:01:55 UTC [more...]

[PATCH v2] KEYS: make keyctl_invalidate() also require Setattr permission
 2017-08-16 22:01 UTC  (2+ messages)

[PATCH v5 00/19] simplify crypto wait for async op
 2017-08-15  8:16 UTC  (24+ messages)
` [PATCH v5 01/19] crypto: change transient busy return code to -EAGAIN
` [PATCH v5 02/19] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v5 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v5 04/19] crypto: marvell/cesa: "
` [PATCH v5 05/19] crypto: introduce crypto wait for async op
` [PATCH v5 06/19] crypto: move algif to generic async completion
` [PATCH v5 07/19] crypto: move pub key "
` [PATCH v5 08/19] crypto: move drbg "
` [PATCH v5 09/19] crypto: move gcm "
` [PATCH v5 10/19] crypto: move testmgr "
` [PATCH v5 11/19] fscrypt: move "
` [PATCH v5 12/19] dm: move dm-verity "
` [PATCH v5 13/19] cifs: move "
` [PATCH v5 14/19] ima: "
` [PATCH v5 15/19] crypto: tcrypt: "
` [PATCH v5 16/19] crypto: talitos: "
` [PATCH v5 17/19] crypto: qce: "
` [PATCH v5 18/19] crypto: mediatek: "
` [PATCH v5 19/19] crypto: adapt api sample to use async. op wait

[PATCH v4 00/19] simplify crypto wait for async op
 2017-08-09  5:18 UTC  (23+ messages)
` [PATCH v4 01/19] crypto: change transient busy return code to -EAGAIN
` [PATCH v4 02/19] crypto: ccm: use -EAGAIN for transient busy indication
` [PATCH v4 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v4 04/19] crypto: marvell/cesa: "
` [PATCH v4 05/19] crypto: introduce crypto wait for async op
` [PATCH v4 06/19] crypto: move algif to generic async completion
` [PATCH v4 07/19] crypto: move pub key "
` [PATCH v4 08/19] crypto: move drbg "
` [PATCH v4 09/19] crypto: move gcm "
` [PATCH v4 10/19] crypto: move testmgr "
` [PATCH v4 11/19] fscrypt: move "
` [PATCH v4 12/19] dm: move dm-verity "
` [PATCH v4 13/19] cifs: move "
` [PATCH v4 14/19] ima: "
` [PATCH v4 15/19] crypto: tcrypt: "
` [PATCH v4 16/19] crypto: talitos: "
` [PATCH v4 17/19] crypto: qce: "
` [PATCH v4 18/19] crypto: mediatek: "
` [PATCH v4 19/19] crypto: adapt api sample to use async. op wait

[GIT PULL] ext4 bug fixes for 4.13
 2017-08-07 13:55 UTC  (3+ messages)

[PATCH v2 0/7] fscrypt: key verification and KDF improvement
 2017-07-26 18:19 UTC  (8+ messages)
` [PATCH v2 1/7] fscrypt: add v2 encryption context and policy
` [PATCH v2 2/7] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor
` [PATCH v2 3/7] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys
` [PATCH v2 4/7] fscrypt: validate modes and flags earlier when setting policy
` [PATCH v2 5/7] fscrypt: verify that the correct master key was supplied
` [PATCH v2 6/7] fscrypt: cache the HMAC transform for each master key
` [PATCH v2 7/7] fscrypt: for v2 policies, support "fscrypt:" key prefix only

[PATCH 0/6] fscrypt: key verification and KDF improvement
 2017-07-19 17:37 UTC  (25+ messages)
` [PATCH 1/6] fscrypt: add v2 encryption context and policy
` [PATCH 2/6] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor
` [PATCH 3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys
` [PATCH 4/6] fscrypt: verify that the correct master key was supplied
` [PATCH 5/6] fscrypt: cache the HMAC transform for each master key
` [PATCH 6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only

fscrypt request_module() deadlock
 2017-07-19  4:58 UTC  (4+ messages)

[PATCH] fscrypt: trim down fscrypt_common.h
 2017-07-17 18:30 UTC 

[GIT PULL] fscrypt updates for 4.13
 2017-07-09  2:50 UTC 

[PATCH 1/2] ext4: skip ext4_init_security() and encryption on ea_inodes
 2017-07-08  5:09 UTC  (3+ messages)
` [PATCH 2/2] ext4: fix __ext4_new_inode() journal credits calculation

[PATCH] fscrypt: lock mutex before checking for bounce page pool
 2017-07-06 17:57 UTC 

[PATCH v3 00/28] simplify crypto wait for async op
 2017-07-03 13:23 UTC  (31+ messages)
` [PATCH v3 01/28] crypto: change backlog return code to -EIOCBQUEUED
` [PATCH v3 02/28] crypto: atmel: use -EIOCBQUEUED for backlog indication
` [PATCH v3 03/28] crypto: ccm: "
` [PATCH v3 04/28] crypto: marvell/cesa: "
` [PATCH v3 05/28] crypto: mediatek: "
` [PATCH v3 06/28] crypto: omap: "
` [PATCH v3 07/28] crypto: qce: "
` [PATCH v3 08/28] crypto: talitos: "
` [PATCH v3 09/28] dm: verity: "
` [PATCH v3 10/28] fscrypt: "
` [PATCH v3 11/28] cifs: "
` [PATCH v3 12/28] ima: "
` [PATCH v3 13/28] crypto: adapt api sample to -EIOCBQUEUED as "
` [PATCH v3 14/28] crypto: introduce crypto wait for async op
` [PATCH v3 15/28] crypto: move algif to generic async completion
` [PATCH v3 16/28] crypto: move pub key "
` [PATCH v3 17/28] crypto: move drbg "
` [PATCH v3 18/28] crypto: move gcm "
` [PATCH v3 19/28] crypto: move testmgr "
` [PATCH v3 20/28] dm: move dm-verity "
` [PATCH v3 21/28] fscrypt: move "
` [PATCH v3 22/28] cifs: "
` [PATCH v3 23/28] ima: "
` [PATCH v3 24/28] crypto: tcrypt: "
` [PATCH v3 25/28] crypto: talitos: "
` [PATCH v3 26/28] crypto: qce: "
` [PATCH v3 27/28] crypto: mediatek: "
` [PATCH v3 28/28] crypto: adapt api sample to use async. op wait

[PATCH] fscrypt: make ->dummy_context() return bool
 2017-06-24  0:12 UTC  (2+ messages)
`  "

[PATCH v3] fscrypt: Add support for AES-128-CBC
 2017-06-24  0:09 UTC  (10+ messages)
` [PATCH v4] "
        ` [PATCH v5] "

[PATCH] fscrypt: inline fscrypt_free_filename()
 2017-06-24  0:02 UTC  (2+ messages)

[PATCH 0/3] fscrypt: forbid truncate(2) without key
 2017-06-23 23:52 UTC  (12+ messages)
` [PATCH 1/3] ext4: require key for truncate(2) of encrypted file
` [PATCH 2/3] f2fs: "
  ` [f2fs-dev] "
` [PATCH 3/3] ubifs: "

[PATCH 0/4] fscrypt: remove checks for encryption key after file open
 2017-06-23 23:46 UTC  (13+ messages)
` [PATCH 1/4] ext4: don't bother checking for encryption key in ->mmap()
` [PATCH 2/4] f2fs: "
  ` [f2fs-dev] "
` [PATCH 3/4] ubifs: "
` [PATCH 4/4] f2fs: don't bother checking for encryption key in ->write_iter()
  ` [f2fs-dev] "

[PATCH v2] ext4: forbid encrypting root directory
 2017-06-23  4:27 UTC  (3+ messages)

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-20 14:44 UTC  (12+ messages)
` [RFC PATCH 1/4] block: Add bio req flag to disable encryption in block
` [RFC PATCH 2/4] dm-crypt: Skip encryption of file system-encrypted blocks
` [RFC PATCH 3/4] ext4: Set the bio REQ_NOENCRYPT flag
` [RFC PATCH 4/4] f2fs: "
  ` [dm-crypt] [RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt

[PATCH] ext4: forbid encrypting root directory
 2017-06-16 17:54 UTC  (5+ messages)

[PATCH v2 00/11] introduce crypto wait for async op
 2017-06-10  9:01 UTC  (16+ messages)
` [PATCH v2 01/11] crypto: "
` [PATCH v2 02/11] crypto: move algif to generic async completion
` [PATCH v2 03/11] crypto: move pub key "
` [PATCH v2 04/11] crypto: move drbg "
` [PATCH v2 05/11] crypto: move gcm "
` [PATCH v2 06/11] crypto: move testmgr "
` [PATCH v2 07/11] dm: move dm-verity "
` [PATCH v2 08/11] fscrypt: move "
` [PATCH v2 09/11] cifs: "
` [PATCH v2 10/11] ima: "
` [PATCH v2 11/11] crypto: adapt api sample to use async. op wait

[PATCH] generic: test for buggy fscrypt context consistency check
 2017-06-09 22:36 UTC 

[PATCH] KEYS: make keyctl_invalidate() also require Setattr permission
 2017-05-31 19:19 UTC  (5+ messages)

[PATCH] ext4: remove redundant check for encrypted file on dio write path
 2017-05-24 22:21 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox