summaryrefslogtreecommitdiffstats
path: root/fs/crypto/inline_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik2023-10-081-6/+7
* fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers2023-09-251-5/+9
* fscrypt: compute max_lblk_bits from s_maxbytes and block sizeEric Biggers2023-09-251-5/+2
* blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2022-11-211-4/+2
* blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-5/+3
* Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-031-25/+24
|\
| * fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-111-25/+24
* | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-211-40/+41
* | fscrypt: stop holding extra request_queue referencesEric Biggers2022-09-211-49/+43
|/
* fscrypt: log when starting to use inline encryptionEric Biggers2022-04-131-1/+32
* fscrypt: add functions for direct I/O supportEric Biggers2022-02-081-0/+93
* fscrypt: fix inline encryption not used on new filesEric Biggers2020-11-111-1/+1
* fscrypt: stop pretending that key setup is nofs-safeEric Biggers2020-09-221-5/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+3
* fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers2020-07-301-1/+2
* fscrypt: use smp_load_acquire() for fscrypt_prepared_keyEric Biggers2020-07-211-2/+4
* fscrypt: add inline encryption supportSatya Tangirala2020-07-081-0/+364