aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-crypto-fallback.c
AgeCommit message (Expand)Author
2023-08-18blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-05-04block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
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-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-24block-crypto-fallback: use a bio_set for splitting biosChristoph Hellwig
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-05-27block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala