aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_fname.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27ext4: Use skcipherGravatar Herbert Xu 1-17/+15
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksGravatar Theodore Ts'o 1-2/+0
2015-07-28ext4 crypto: remove duplicate header fileGravatar zilong.liu 1-1/+0
2015-07-17ext4 crypto: check for too-short encrypted file namesGravatar Theodore Ts'o 1-0/+4
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkGravatar Theodore Ts'o 1-10/+15
2015-05-31ext4 crypto: clean up error handling in ext4_fname_setup_filenameGravatar Theodore Ts'o 1-19/+16
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-47/+1
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoGravatar Theodore Ts'o 1-2/+2
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-209/+75
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyGravatar Theodore Ts'o 1-23/+10
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesGravatar Theodore Ts'o 1-52/+20
2015-05-18ext4 crypto: optimize filename encryptionGravatar Theodore Ts'o 1-91/+64
2015-05-01ext4 crypto: add padding to filenames before encryptingGravatar Theodore Ts'o 1-2/+10
2015-05-01ext4 crypto: simplify and speed up filename encryptionGravatar Theodore Ts'o 1-133/+135
2015-04-12ext4 crypto: filename encryption facilitiesGravatar Michael Halcrow 1-0/+709