aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers1-3/+4
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers1-6/+6
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-2/+2
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-9/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-1/+0
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li1-1/+6
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