aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/inline_crypt.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-04fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFTYongpeng Yang1-2/+1
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers1-5/+7
2025-06-20fscrypt: Explicitly include <linux/export.h>Eric Biggers1-0/+1
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers1-6/+38
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers1-1/+3
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)1-3/+3
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik1-6/+7
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-5/+9
2023-09-25fscrypt: compute max_lblk_bits from s_maxbytes and block sizeEric Biggers1-5/+2
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig1-4/+2
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-5/+3
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+24
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-40/+41
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers1-49/+43
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-25/+24
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers1-1/+32
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers1-0/+93
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers1-1/+1
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers1-5/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+3
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers1-1/+2
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers1-2/+4
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+364