aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_policy.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksGravatar Theodore Ts'o 1-1/+2
2015-07-17ext4 crypto: use a jbd2 transaction when adding a crypto policyGravatar Theodore Ts'o 1-2/+15
2015-05-31ext4 crypto: handle unexpected lack of encryption keysGravatar Theodore Ts'o 1-1/+2
2015-05-31ext4 crypto: policies may only be set on directoriesGravatar Theodore Ts'o 1-0/+2
2015-05-31ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Gravatar Theodore Ts'o 1-0/+1
2015-05-18ext4: clean up superblock encryption mode fieldsGravatar Theodore Ts'o 1-2/+7
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-34/+42
2015-05-01ext4 crypto: add padding to filenames before encryptingGravatar Theodore Ts'o 1-5/+9
2015-04-16ext4 crypto: enable encryption feature flagGravatar Theodore Ts'o 1-3/+15
2015-04-12ext4 crypto: filename encryption facilitiesGravatar Michael Halcrow 1-0/+7
2015-04-12ext4 crypto: add ext4 encryption facilitiesGravatar Michael Halcrow 1-0/+8
2015-04-11ext4 crypto: add encryption policy and password salt supportGravatar Michael Halcrow 1-0/+167