summaryrefslogtreecommitdiff
path: root/fs/crypto/policy.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2016-12-12fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o1-1/+1
2016-12-12fscrypto: move ioctl processing more fully into common codeEric Biggers1-13/+21
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers1-0/+4
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-13/+25
2016-09-10fscrypto: only allow setting encryption policy on directoriesEric Biggers1-0/+2
2016-09-10fscrypto: add authorization check for setting encryption policyEric Biggers1-0/+3
2016-03-18fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+229