summaryrefslogtreecommitdiffstats
path: root/fs/crypto/policy.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-05-281-0/+2
* fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-171-3/+3
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-241-2/+1Star
* fscrypt: add Adiantum supportEric Biggers2019-01-061-2/+3
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-3/+3
|\
| * fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers2017-10-191-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-0/+1
|\
| * ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-0/+1
* | fscrypt: add support for AES-128-CBCDaniel Walter2017-06-241-6/+2Star
|/
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-041-19/+68
* fscrypt: remove unnecessary checks for NULL operationsEric Biggers2017-04-301-10/+1Star
* fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-151-7/+0Star
* fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2017-01-021-15/+7Star
* fscrypt: pass up error codes from ->get_context()Eric Biggers2016-12-311-31/+23Star
* fscrypt: remove user-triggerable warning messagesEric Biggers2016-12-311-13/+2Star
* fscrypt: use EEXIST when file already uses different policyEric Biggers2016-12-311-1/+1
* fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2016-12-311-1/+1
* fscrypt: fix renaming and linking special filesEric Biggers2016-12-311-0/+5
* fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-111-1/+1
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-13/+21
* fscrypto: lock inode while setting encryption policyEric Biggers2016-10-151-0/+4
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-101-13/+25
* fscrypto: only allow setting encryption policy on directoriesEric Biggers2016-09-101-0/+2
* fscrypto: add authorization check for setting encryption policyEric Biggers2016-09-101-0/+3
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-0/+229