summaryrefslogtreecommitdiff
path: root/fs/crypto/crypto.c
AgeCommit message (Expand)Author
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-04-06fscrypt: optimize fscrypt_initialize()Eric Biggers
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers
2020-05-12fscrypt: fix all kerneldoc warningsEric Biggers
2020-01-14fscrypt: document gfp_flags for bounce page allocationEric Biggers
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers
2019-08-12fscrypt: remove loadable module related codeEric 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: clean up some BUG_ON()s in block encryption/decryptionEric Biggers
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers
2019-01-06fscrypt: add Adiantum supportEric Biggers
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-05-20fscrypt: use a common logging functionEric Biggers
2018-05-20fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers
2018-05-20fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers
2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers
2018-05-20fscrypt: use unbound workqueue for decryptionEric Biggers
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef
2017-10-31fscrypt: lock mutex before checking for bounce page poolEric Biggers
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers