summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02dm-crypt: remove clone_initChristoph Hellwig
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm crypt: Make use of the helper macro kthread_run()Cai Huoqing
2021-10-27dm crypt: log aead integrity violations to audit subsystemMichael Weiß
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-08-20dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du
2021-08-18dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer
2021-02-03dm crypt: support using trusted keysAhmad Fatoum
2021-02-03dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum
2021-02-03dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven
2021-01-21dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin
2021-01-14dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin
2021-01-12dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin
2021-01-04dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin
2021-01-04dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin
2020-12-28Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer
2020-12-04dm crypt: export sysfs of kcryptd workqueueJeffle Xu
2020-12-04dm crypt: Constify static crypt_iv_operationsRikard Falkeborn
2020-09-29dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin
2020-07-05Replace HTTP links with HTTPS ones: LVMAlexander A. Klimov
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov
2020-03-24dm crypt: use crypt_integrity_aead() helperYang Yingliang
2020-01-14dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-01-14dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz