aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outGravatar Eric Biggers 1-1/+0
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedGravatar Eric Biggers 1-1/+1
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryGravatar ZhaoLong Wang 1-0/+11
2021-09-20fscrypt: remove fscrypt_operations::max_namelenGravatar Eric Biggers 1-1/+0
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Gravatar Eric Biggers 1-3/+4
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Gravatar Eric Biggers 1-6/+6
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-2/+2
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerGravatar Eric Biggers 1-9/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18fscrypt: remove ->is_encrypted()Gravatar Eric Biggers 1-1/+0
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsGravatar Xiaolei Li 1-1/+6
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