aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_fname.c
AgeCommit message (Expand)Author
2016-01-27ext4: Use skcipherHerbert Xu
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-07-28ext4 crypto: remove duplicate header filezilong.liu
2015-07-17ext4 crypto: check for too-short encrypted file namesTheodore Ts'o
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o
2015-05-31ext4 crypto: clean up error handling in ext4_fname_setup_filenameTheodore Ts'o
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow