aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/inline_crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers1-1/+1
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers1-5/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+3
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers1-1/+2
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers1-2/+4
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+364