summaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyring.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: require that key be added when setting a v2 encryption policyEric Biggers2019-08-121-0/+47
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-5/+24
* fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-121-21/+299
* fscrypt: v2 encryption policy supportEric Biggers2019-08-121-1/+34
* fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+63
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-1/+259
* fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-0/+286