Age | Commit message (Expand) | Author |
2020-11-16 | fscrypt: remove kernel-internal constants from UAPI header | Eric Biggers |
2020-09-22 | fscrypt: make "#define fscrypt_policy" user-only | Eric Biggers |
2020-05-19 | fscrypt: add support for IV_INO_LBLK_32 policies | Eric Biggers |
2020-03-19 | fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl | Eric Biggers |
2019-12-31 | fscrypt: include <linux/ioctl.h> in UAPI header | Eric Biggers |
2019-12-31 | fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY | Eric Biggers |
2019-11-06 | fscrypt: add support for IV_INO_LBLK_64 policies | Eric Biggers |
2019-08-12 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl | Eric Biggers |
2019-08-12 | fscrypt: allow unprivileged users to add/remove keys for v2 policies | Eric Biggers |
2019-08-12 | fscrypt: v2 encryption policy support | Eric Biggers |
2019-08-12 | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl | Eric Biggers |
2019-08-12 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl | Eric Biggers |
2019-08-12 | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl | Eric Biggers |
2019-08-12 | fscrypt: use FSCRYPT_* definitions, not FS_* | Eric Biggers |
2019-08-12 | fscrypt: use FSCRYPT_ prefix for uapi constants | Eric Biggers |
2019-08-12 | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> | Eric Biggers |