aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/policy.c
AgeCommit message (Expand)Author
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o
2016-12-31fscrypt: pass up error codes from ->get_context()Eric Biggers
2016-12-31fscrypt: remove user-triggerable warning messagesEric Biggers
2016-12-31fscrypt: use EEXIST when file already uses different policyEric Biggers
2016-12-31fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-09fscrypto: only allow setting encryption policy on directoriesEric Biggers
2016-09-09fscrypto: add authorization check for setting encryption policyEric Biggers
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim