summaryrefslogtreecommitdiffstats
path: root/fs/crypto/inline_crypt.c
AgeCommit message (Expand)AuthorLines
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig-4/+2
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig-5/+3
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-25/+24
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig-40/+41
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers-49/+43
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers-25/+24
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers-1/+32
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers-0/+93
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers-1/+1
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers-5/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-2/+3
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers-1/+2
2020-07-21fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers-2/+4
2020-07-08fscrypt: add inline encryption supportSatya Tangirala-0/+364