Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry
2022-05-10fscrypt: add new helper functions for test_dummy_encryptionEric Biggers
2022-05-10fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers
2022-04-14fscrypt: log when starting to use inline encryptionEric Biggers
2021-10-26fscrypt: improve a few commentsEric Biggers
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-03fscrypt: allow deleting files with unsupported encryption policyEric Biggers
2020-12-03fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers
2020-12-03fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers
2020-11-25fscrypt: simplify master key lockingEric Biggers
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-07-22fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers
2020-07-21fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers
2020-07-21fscrypt: add comments that describe the HKDF info stringsEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers
2020-05-15fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers
2020-05-13fscrypt: remove unnecessary extern keywordsEric Biggers
2020-05-13fscrypt: fix all kerneldoc warningsEric Biggers
2020-03-20fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers
2020-01-23fscrypt: clarify what is meant by a per-file keyEric Biggers
2020-01-23fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-23fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers
2019-12-31fscrypt: remove fscrypt_is_direct_key_policy()Eric Biggers
2019-12-31fscrypt: move fscrypt_valid_enc_modes() to policy.cEric Biggers
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers
2019-08-13fscrypt: require that key be added when setting a v2 encryption policyEric Biggers
2019-08-13fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers
2019-08-13fscrypt: v2 encryption policy supportEric Biggers
2019-08-13fscrypt: add an HKDF-SHA512 implementationEric Biggers
2019-08-13fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-13fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-13fscrypt: rename keyinfo.c to keysetup.cEric Biggers
2019-08-13fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers
2019-08-13fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers
2019-08-13fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers