summaryrefslogtreecommitdiff
path: root/fs/crypto/keysetup.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers1-3/+3
2024-02-01fscrypt: explicitly require that inode->i_blkbits be setXiubo Li1-1/+4
2023-10-17fscrypt: track master key presence separately from secretEric Biggers1-6/+7
2023-10-09fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik1-21/+23
2023-09-26fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-0/+5
2023-04-06fscrypt: optimize fscrypt_initialize()Eric Biggers1-1/+1
2023-03-28fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers1-6/+6
2023-02-08fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers1-3/+1
2023-02-08fscrypt: add the test dummy encryption key on-demandEric Biggers1-2/+23
2022-12-01fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang1-0/+15
2022-11-16fscrypt: pass super_block to fscrypt_put_master_key_activeref()Eric Biggers1-1/+1
2022-09-22fscrypt: stop holding extra request_queue referencesEric Biggers1-3/+5
2022-09-22fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-49/+32
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry1-0/+7
2022-05-10fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers1-17/+3
2022-04-14fscrypt: log when starting to use inline encryptionEric Biggers1-1/+1
2021-10-26fscrypt: 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-03fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-2/+17
2020-12-03fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-1/+0
2020-11-25fscrypt: 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-22fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers1-1/+11
2020-07-22fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers1-2/+4
2020-07-21fscrypt: 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-19fscrypt: support test_dummy_encryption=v2Eric Biggers1-9/+6
2020-05-13fscrypt: 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-20fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers1-14/+2
2020-03-08fscrypt: don't evict dirty inodes after removing keyEric Biggers1-0/+9
2020-01-23fscrypt: clarify what is meant by a per-file keyEric Biggers1-19/+20
2020-01-23fscrypt: 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-13fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers1-8/+10
2019-08-13fscrypt: v2 encryption policy supportEric Biggers1-44/+158
2019-08-13fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers1-3/+100
2019-08-13fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-1/+34