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