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-02-08fscrypt: add functions for direct I/O supportEric Biggers
2021-09-21fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-07-29fscrypt: document struct fscrypt_operationsEric Biggers
2021-07-26fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric 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-12-03fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers
2020-12-03fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers
2020-11-25fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers
2020-11-25fscrypt: add fscrypt_is_nokey_name()Eric Biggers
2020-09-29fscrypt: export fscrypt_d_revalidate()Eric Biggers
2020-09-24fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-09-24fscrypt: don't call no-key names "ciphertext names"Eric Biggers
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-08fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-07-22fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-05-19fscrypt: support test_dummy_encryption=v2Eric Biggers
2020-05-13fscrypt: remove unnecessary extern keywordsEric Biggers
2020-05-13fscrypt: name all function parametersEric Biggers
2020-05-13fscrypt: fix all kerneldoc warningsEric Biggers
2020-03-20fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers
2020-01-23fscrypt: improve format of no-key namesDaniel Rosenberg
2020-01-23fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-23fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg
2019-12-31fscrypt: introduce fscrypt_needs_contents_encryption()Eric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-08-13fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers
2019-08-13fscrypt: v2 encryption policy supportEric Biggers
2019-08-13fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric 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-13fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-13Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds