aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keysetup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-8/+10
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-44/+158
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-3/+100
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-1/+34
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers1-0/+345