aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_fname.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-468/+0
2016-01-27ext4: Use skcipherHerbert Xu1-17/+15
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o1-2/+0
2015-07-28ext4 crypto: remove duplicate header filezilong.liu1-1/+0
2015-07-17ext4 crypto: check for too-short encrypted file namesTheodore Ts'o1-0/+4
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o1-10/+15
2015-05-31ext4 crypto: clean up error handling in ext4_fname_setup_filenameTheodore Ts'o1-19/+16
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-47/+1
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o1-2/+2
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-209/+75
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o1-23/+10
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o1-52/+20
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o1-91/+64
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o1-2/+10
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o1-133/+135
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow1-0/+709