aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers1-1/+13
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-105/+317
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers1-7/+7
2019-05-28fscrypt: don't set policy for a dead directoryHongjie Fang1-0/+2
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-3/+3
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-2/+1
2019-01-06fscrypt: add Adiantum supportEric Biggers1-2/+3
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers1-3/+3
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan1-0/+1
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter1-6/+2
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers1-10/+1
2017-03-15fscrypt: eliminate ->prepare_context() operationEric Biggers1-7/+0
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o1-15/+7
2016-12-31fscrypt: pass up error codes from ->get_context()Eric Biggers1-31/+23
2016-12-31fscrypt: remove user-triggerable warning messagesEric Biggers1-13/+2
2016-12-31fscrypt: use EEXIST when file already uses different policyEric Biggers1-1/+1
2016-12-31fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers1-1/+1
2016-12-31fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o1-1/+1
2016-12-11fscrypto: 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-09fscrypto: only allow setting encryption policy on directoriesEric Biggers1-0/+2
2016-09-09fscrypto: add authorization check for setting encryption policyEric Biggers1-0/+3
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+229