summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/fscrypt.h
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-11-161-3/+2
* fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers2020-09-221-3/+3
* fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-191-1/+2
* fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers2020-03-191-0/+1
* fscrypt: include <linux/ioctl.h> in UAPI headerEric Biggers2019-12-311-0/+1
* fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers2019-12-311-1/+12
* fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers2019-11-061-1/+2
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-0/+1
* fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-121-1/+5
* fscrypt: v2 encryption policy supportEric Biggers2019-08-121-8/+49
* fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+15
* fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-0/+9
* fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-10/+39
* fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-121-0/+2
* fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-121-23/+42
* fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-121-0/+61