summaryrefslogtreecommitdiff
path: root/include/uapi/linux/fscrypt.h
AgeCommit message (Expand)Author
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2022-12-01fscrypt: remove unused Speck definitionsEric Biggers
2022-12-01fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers
2019-12-31fscrypt: include <linux/ioctl.h> in UAPI headerEric Biggers
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers
2019-08-12fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers
2019-08-12fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers