aboutsummaryrefslogtreecommitdiff
path: root/block/blk-crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16blk-crypto: make blk_crypto_evict_key() more robustGravatar Eric Biggers 1-8/+20
2023-03-16blk-crypto: make blk_crypto_evict_key() return voidGravatar Eric Biggers 1-11/+9
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeGravatar Eric Biggers 1-12/+12
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-15/+22
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeGravatar Tianjia Zhang 1-0/+6
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperGravatar Christoph Hellwig 1-9/+12
2022-11-21blk-crypto: don't use struct request_queue for public interfacesGravatar Christoph Hellwig 1-10/+14
2022-02-28blk-crypto: show crypto capabilities in sysfsGravatar Eric Biggers 1-0/+3
2022-02-04block: clone crypto and integrity data in __bio_clone_fastGravatar Christoph Hellwig 1-1/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileGravatar Eric Biggers 1-13/+14
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileGravatar Eric Biggers 1-1/+1
2021-10-18block: convert the rest of block to bdev_get_queueGravatar Pavel Begunkov 1-1/+1
2021-08-25blk-crypto: fix check for too-large dun_bytesGravatar Eric Biggers 1-1/+1
2021-02-11dm: support key eviction from keyslot managers of underlying devicesGravatar Satya Tangirala 1-0/+1
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-1/+1
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Gravatar Eric Biggers 1-1/+9
2020-10-05block: make blk_crypto_rq_bio_prep() able to failGravatar Eric Biggers 1-11/+7
2020-10-05block: make bio_crypt_clone() able to failGravatar Eric Biggers 1-1/+4
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-1/+1
2020-05-14block: blk-crypto-fallback for Inline EncryptionGravatar Satya Tangirala 1-20/+48
2020-05-14block: Inline encryption support for blk-mqGravatar Satya Tangirala 1-0/+376