summaryrefslogtreecommitdiff
path: root/fs/f2fs/crypto_key.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-23f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim1-0/+4
2016-02-23f2fs crypto: fix spelling typo in commentJaegeuk Kim1-1/+1
2016-02-23f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim1-3/+12
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2015-08-05f2fs crypto: delete an unnecessary check before the function call "key_put"Markus Elfring1-2/+1
2015-06-02f2fs crypto: use per-inode tfm structureJaegeuk Kim1-28/+79
2015-06-02f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim1-5/+3
2015-06-02f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim1-6/+6
2015-06-02f2fs crypto: use slab cachesJaegeuk Kim1-3/+3
2015-05-29f2fs crypto: add encryption key management facilitiesJaegeuk Kim1-0/+206