summaryrefslogtreecommitdiffstats
path: root/block/blk-crypto.c
Commit message (Expand)AuthorAgeFilesLines
* blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2023-03-161-8/+20
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-03-161-11/+9
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-03-161-12/+12
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-15/+22
|\
| * blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2022-11-211-9/+12
| * blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-10/+14
* | blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang2022-12-011-0/+6
|/
* blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-281-0/+3
* block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-041-1/+0
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-13/+14
* blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2021-10-211-1/+1
* block: convert the rest of block to bdev_get_queuePavel Begunkov2021-10-181-1/+1
* blk-crypto: fix check for too-large dun_bytesEric Biggers2021-08-251-1/+1
* dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala2021-02-111-0/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers2020-10-051-1/+9
* block: make blk_crypto_rq_bio_prep() able to failEric Biggers2020-10-051-11/+7
* block: make bio_crypt_clone() able to failEric Biggers2020-10-051-1/+4
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* block: blk-crypto-fallback for Inline EncryptionSatya Tangirala2020-05-141-20/+48
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+376