summaryrefslogtreecommitdiffstats
path: root/block/blk-crypto-fallback.c
Commit message (Expand)AuthorAgeFilesLines
* block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+1
* blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy2023-08-181-13/+23
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig2022-05-041-1/+0
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-6/+8
* block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-36/+35
* blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2021-10-211-1/+1
* blk-crypto-fallback: properly prefix function and struct namesEric Biggers2021-10-211-29/+30
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-0/+1
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* block-crypto-fallback: use a bio_set for splitting biosChristoph Hellwig2021-02-241-2/+10
* blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig2021-01-271-1/+1
* block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-261-0/+2
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King2020-05-271-1/+1
* block: blk-crypto-fallback for Inline EncryptionSatya Tangirala2020-05-141-0/+657