summaryrefslogtreecommitdiff
path: root/block/blk-crypto.c
AgeCommit message (Expand)Author
2023-03-16blk-crypto: make blk_crypto_evict_key() more robustEric Biggers
2023-03-16blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeEric Biggers
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-08-25blk-crypto: fix check for too-large dun_bytesEric Biggers
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers
2020-10-05block: make bio_crypt_clone() able to failEric Biggers
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala