aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keysetup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25fscrypt: improve a few commentsEric Biggers1-2/+3
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers1-12/+45
2021-06-05fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers1-8/+32
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-2/+17
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-1/+0
2020-11-24fscrypt: simplify master key lockingEric Biggers1-11/+9
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers1-1/+3
2020-11-06fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers1-3/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-24/+9
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers1-1/+1
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-45/+150
2020-07-21fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers1-1/+11
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers1-2/+4
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers1-4/+3
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-22/+48
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers1-18/+67
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-9/+6
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers1-3/+6
2020-03-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-14/+2
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-14/+2
2020-03-07fscrypt: don't evict dirty inodes after removing keyEric Biggers1-0/+9
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers1-19/+20
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg1-14/+40
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers1-10/+4
2019-12-31fscrypt: verify that the crypto_skcipher has the correct ivsizeEric Biggers1-0/+4
2019-12-31fscrypt: use crypto_skcipher_driver_name()Eric Biggers1-2/+1
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers1-10/+35
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers1-4/+2
2019-10-21fscrypt: zeroize fscrypt_info before freeingEric Biggers1-0/+1
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers1-99/+11
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-8/+10
2019-08-12fscrypt: v2 encryption policy supportEric Biggers1-44/+158
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-3/+100
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-1/+34
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers1-0/+345