Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-08-13 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl | Eric Biggers | 1 | -0/+1 |
2019-08-13 | fscrypt: allow unprivileged users to add/remove keys for v2 policies | Eric Biggers | 1 | -1/+5 |
2019-08-13 | fscrypt: v2 encryption policy support | Eric Biggers | 1 | -8/+49 |
2019-08-13 | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl | Eric Biggers | 1 | -0/+15 |
2019-08-13 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl | Eric Biggers | 1 | -0/+9 |
2019-08-13 | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl | Eric Biggers | 1 | -10/+39 |
2019-08-13 | fscrypt: use FSCRYPT_* definitions, not FS_* | Eric Biggers | 1 | -0/+2 |
2019-08-13 | fscrypt: use FSCRYPT_ prefix for uapi constants | Eric Biggers | 1 | -23/+42 |
2019-08-13 | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> | Eric Biggers | 1 | -0/+61 |