aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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