aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/symlink.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2017-12-311-1/+1
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-271-1/+1
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-271-10/+5
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2017-05-271-0/+1
* ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2017-05-271-1/+1
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-271-1/+95
* first commitMeizu OpenSource2016-08-151-0/+52