aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-1/+1
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers1-10/+1
2016-12-13ubifs: Use FS_CFLG_OWN_PAGESRichard Weinberger1-1/+1
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-0/+51
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger1-1/+1
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-0/+46