aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-1/+1
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringGravatar Eric Biggers 1-10/+1
2016-12-13ubifs: Use FS_CFLG_OWN_PAGESGravatar Richard Weinberger 1-1/+1
2016-12-12ubifs: Implement encrypt/decrypt for all IOGravatar Richard Weinberger 1-0/+51
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Gravatar Richard Weinberger 1-1/+1
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 1-0/+46