summaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyring.c
AgeCommit message (Expand)Author
2020-11-24fscrypt: simplify master key lockingEric Biggers
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-21fscrypt: use smp_load_acquire() for ->s_master_keysEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers
2020-05-15fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers
2020-01-22fscrypt: don't print name of busy file when removing keyEric Biggers
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers