summaryrefslogtreecommitdiffstats
path: root/block/blk-crypto.c
Commit message (Expand)AuthorAgeFilesLines
* 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