aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24fscrypt: simplify master key lockingEric Biggers1-7/+1
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers1-1/+1
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers1-2/+7
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-07-21fscrypt: use smp_load_acquire() for ->s_master_keysEric Biggers1-3/+12
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-3/+3
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers1-2/+3
2020-05-15fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers1-43/+74
2020-01-22fscrypt: don't print name of busy file when removing keyEric Biggers1-13/+2
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers1-8/+124
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers1-2/+4
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers1-0/+47
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers1-5/+24
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-21/+299
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-1/+34
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers1-0/+63
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-1/+259
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-0/+286