messages from 2017-08-24 14:21:19 to 2017-10-27 20:14:46 UTC [more...]
[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
2017-10-27 20:14 UTC (32+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version
[PATCH v2 00/11] fscrypt: add some higher-level helper functions
2017-10-20 19:44 UTC (13+ messages)
` [PATCH v2 01/11] fscrypt: clean up include file mess
` [PATCH v2 02/11] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH v2 03/11] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH v2 04/11] fscrypt: remove ->is_encrypted()
` [PATCH v2 05/11] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH v2 06/11] fscrypt: new helper function - fscrypt_require_key()
` [PATCH v2 07/11] fscrypt: new helper function - fscrypt_file_open()
` [PATCH v2 08/11] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH v2 09/11] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH v2 10/11] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_prepare_setattr()
[PATCH v10 00/20] simplify crypto wait for async op
2017-10-18 7:00 UTC (21+ messages)
` [PATCH v10 01/20] crypto: change transient busy return code to -ENOSPC
` [PATCH v10 02/20] crypto: ccp: use -ENOSPC for transient busy indication
` [PATCH v10 03/20] net: "
` [PATCH v10 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v10 05/20] crypto: marvell/cesa: "
` [PATCH v10 06/20] crypto: introduce crypto wait for async op
` [PATCH v10 07/20] crypto: move algif to generic async completion
` [PATCH v10 08/20] crypto: move pub key "
` [PATCH v10 09/20] crypto: move drbg "
` [PATCH v10 10/20] crypto: move gcm "
` [PATCH v10 11/20] crypto: move testmgr "
` [PATCH v10 12/20] fscrypt: move "
` [PATCH v10 13/20] dm: move dm-verity "
` [PATCH v10 14/20] cifs: move "
` [PATCH v10 15/20] ima: "
` [PATCH v10 16/20] crypto: tcrypt: "
` [PATCH v10 17/20] crypto: talitos: "
` [PATCH v10 18/20] crypto: qce: "
` [PATCH v10 19/20] crypto: mediatek: "
` [PATCH v10 20/20] crypto: adapt api sample to use async. op wait
[PATCH v9 00/20] simplify crypto wait for async op
2017-10-18 5:44 UTC (27+ messages)
` [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN
` [PATCH v9 02/20] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v9 03/20] net: "
` [PATCH v9 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v9 05/20] crypto: marvell/cesa: "
` [PATCH v9 06/20] crypto: introduce crypto wait for async op
` [PATCH v9 07/20] crypto: move algif to generic async completion
` [PATCH v9 08/20] crypto: move pub key "
` [PATCH v9 09/20] crypto: move drbg "
` [PATCH v9 10/20] crypto: move gcm "
` [PATCH v9 11/20] crypto: move testmgr "
` [PATCH v9 12/20] fscrypt: move "
` [PATCH v9 13/20] dm: move dm-verity "
` [PATCH v9 14/20] cifs: move "
` [PATCH v9 15/20] ima: "
` [PATCH v9 16/20] crypto: tcrypt: "
` [PATCH v9 17/20] crypto: talitos: "
` [PATCH v9 18/20] crypto: qce: "
` [PATCH v9 19/20] crypto: mediatek: "
` [PATCH v9 20/20] crypto: adapt api sample to use async. op wait
[PATCH v8 00/20] simplify crypto wait for async op
2017-10-11 6:26 UTC (24+ messages)
` [PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN
` [PATCH v8 02/20] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v8 03/20] net: "
` [PATCH v8 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v8 05/20] crypto: marvell/cesa: "
` [PATCH v8 06/20] crypto: introduce crypto wait for async op
` [PATCH v8 07/20] crypto: move algif to generic async completion
` [PATCH v8 08/20] crypto: move pub key "
` [PATCH v8 09/20] crypto: move drbg "
` [PATCH v8 10/20] crypto: move gcm "
` [PATCH v8 11/20] crypto: move testmgr "
` [PATCH v8 12/20] fscrypt: move "
` [PATCH v8 13/20] dm: move dm-verity "
` [PATCH v8 14/20] cifs: move "
` [PATCH v8 15/20] ima: "
` [PATCH v8 16/20] crypto: tcrypt: "
` [PATCH v8 17/20] crypto: talitos: "
` [PATCH v8 18/20] crypto: qce: "
` [PATCH v8 19/20] crypto: mediatek: "
` [PATCH v8 20/20] crypto: adapt api sample to use async. op wait
[PATCH] fscrypt: lock mutex before checking for bounce page pool
2017-10-09 20:53 UTC (3+ messages)
[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
2017-10-09 20:33 UTC (2+ messages)
[PATCH v2] fscrypt: fix dereference of NULL user_key_payload
2017-10-09 19:46 UTC
Issue with encrypted filenames on UBIFS
2017-10-04 19:10 UTC (5+ messages)
[PATCH 0/7] Fix dereferencing payload of revoked keys
2017-10-03 11:05 UTC (15+ messages)
` [PATCH 1/7] KEYS: encrypted: fix dereference of NULL user_key_payload
` [PATCH 2/7] FS-Cache: "
` [PATCH 3/7] lib/digsig: "
` [PATCH 4/7] fscrypt: "
` [PATCH 5/7] ecryptfs: "
` [PATCH 6/7] ecryptfs: fix out-of-bounds read of key payload
` [PATCH 7/7] ecryptfs: move key payload accessor functions into keystore.c
[PATCH 00/25] fscrypt: add some higher-level helper functions
2017-09-21 20:48 UTC (30+ messages)
` [PATCH 01/25] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH 02/25] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH 03/25] fscrypt: remove ->is_encrypted()
` [PATCH 04/25] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH 05/25] fscrypt: new helper function - fscrypt_require_key()
` [PATCH 06/25] fscrypt: new helper function - fscrypt_file_open()
` [PATCH 07/25] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH 08/25] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH 09/25] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH 10/25] fscrypt: new helper function - fscrypt_prepare_setattr()
` [PATCH 11/25] ext4: switch to fscrypt_file_open()
` [PATCH 12/25] ext4: switch to fscrypt_prepare_link()
` [PATCH 13/25] ext4: switch to fscrypt_prepare_rename()
` [PATCH 14/25] ext4: switch to fscrypt_prepare_lookup()
` [PATCH 15/25] ext4: switch to fscrypt_prepare_setattr()
` [PATCH 16/25] f2fs: switch to fscrypt_file_open()
` [PATCH 17/25] f2fs: switch to fscrypt_prepare_link()
` [PATCH 18/25] f2fs: switch to fscrypt_prepare_rename()
` [PATCH 19/25] f2fs: switch to fscrypt_prepare_lookup()
` [PATCH 20/25] f2fs: switch to fscrypt_prepare_setattr()
` [PATCH 21/25] ubifs: switch to fscrypt_file_open()
` [PATCH 22/25] ubifs: switch to fscrypt_prepare_link()
` [PATCH 23/25] ubifs: switch to fscrypt_prepare_rename()
` [PATCH 24/25] ubifs: switch to fscrypt_prepare_lookup()
` [PATCH 25/25] ubifs: switch to fscrypt_prepare_setattr()
` [f2fs-dev] [PATCH 00/25] fscrypt: add some higher-level helper functions
[PATCH v2] KEYS: make keyctl_invalidate() also require Setattr permission
2017-09-17 7:25 UTC (5+ messages)
[PATCH 0/3] fscrypto: Return -EXDEV for link, rename, and cross-rename between incompat contexts
2017-09-08 23:12 UTC (5+ messages)
` [PATCH 1/3] ext4 crypto: "
` [PATCH 2/3] F2FS "
` [PATCH 3/3] UBIFS "
[PATCH v2] fscrypt: add a documentation file for filesystem-level encryption
2017-09-05 18:25 UTC (4+ messages)
[PATCH v7 00/19] simplify crypto wait for async op
2017-09-05 12:16 UTC (9+ messages)
` [PATCH v7 09/19] crypto: move gcm to generic async completion
` [PATCH v7 11/19] fscrypt: move "
` [PATCH v7 12/19] dm: move dm-verity "
` [PATCH v7 13/19] cifs: move "
[PATCH] fscrypt: add a documentation file for filesystem-level encryption
2017-08-31 18:14 UTC (18+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).