aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/fscrypt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-0/+1
2019-12-31fscrypt: include <linux/ioctl.h> in UAPI headerEric Biggers1-0/+1
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers1-1/+12
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers1-1/+2
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers1-0/+1
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-1/+5
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-8/+49
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers1-0/+15
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-0/+9
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-10/+39
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers1-0/+2
2019-08-12fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers1-23/+42
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers1-0/+61