summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers2019-05-281-3/+4
* fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers2019-05-281-6/+6
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-2/+2
* fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-201-9/+1Star
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+0Star
|\
| * fscrypt: remove ->is_encrypted()Eric Biggers2017-10-191-1/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-141-1/+6
* fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-081-1/+1
* fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-081-10/+1Star
* ubifs: Use FS_CFLG_OWN_PAGESRichard Weinberger2016-12-131-1/+1
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-121-0/+51
* ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger2016-12-121-1/+1
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-121-0/+46