summaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_policy.c
AgeCommit message (Expand)Author
2017-05-25fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-03-22fscrypt: fix renaming and linking special filesEric Biggers
2016-09-24fscrypto: add authorization check for setting encryption policyEric Biggers
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-07-17ext4 crypto: use a jbd2 transaction when adding a crypto policyTheodore Ts'o
2015-05-31ext4 crypto: handle unexpected lack of encryption keysTheodore Ts'o
2015-05-31ext4 crypto: policies may only be set on directoriesTheodore Ts'o
2015-05-31ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Theodore Ts'o
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow