summaryrefslogtreecommitdiffstats
path: root/fs/crypto
AgeCommit message (Expand)Author
2021-11-17fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers
2021-09-03fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers
2021-06-05fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers
2021-06-05fscrypt: don't ignore minor_hash when hash is 0Eric Biggers
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-04-22fscrypt: relax Kconfig dependencies for crypto API algorithmsArd Biesheuvel
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers
2020-11-24fscrypt: simplify master key lockingEric Biggers
2020-11-24fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers
2020-11-24fscrypt: add fscrypt_is_nokey_name()Eric Biggers
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers
2020-11-06fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers
2020-09-22fscrypt: use sha256() instead of open codingEric 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: make "#define fscrypt_policy" user-onlyEric Biggers
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers
2020-09-22fscrypt: require that fscrypt_encrypt_symlink() already has keyEric Biggers
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-07fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers
2020-07-21fscrypt: use smp_load_acquire() for ->i_crypt_infoEric Biggers
2020-07-21fscrypt: use smp_load_acquire() for ->s_master_keysEric Biggers
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers
2020-07-21fscrypt: switch fscrypt_do_sha256() to use the SHA-256 libraryEric Biggers
2020-07-21fscrypt: restrict IV_INO_LBLK_* to AES-256-XTSEric Biggers
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers
2020-07-20fscrypt: add comments that describe the HKDF info stringsEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers