aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09dm crypt: make printing of the key constant-timeMikulas Patocka1-3/+11
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-6/+9
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer1-3/+3
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig1-6/+4
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma1-1/+1
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer1-5/+8
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-6/+5
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-3/+2
2022-02-02dm-crypt: remove clone_initChristoph Hellwig1-13/+8
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig1-4/+1
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-6/+19
2021-11-01dm crypt: Make use of the helper macro kthread_run()Cai Huoqing1-2/+1
2021-10-27dm crypt: log aead integrity violations to audit subsystemMichael Weiß1-4/+18
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-08-20dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du1-2/+2
2021-08-18dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel1-1/+6
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+27
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal1-5/+19
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal1-4/+3
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-4/+4
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+1
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer1-4/+2
2021-02-03dm crypt: support using trusted keysAhmad Fatoum1-1/+22
2021-02-03dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum1-5/+2
2021-02-03dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven1-1/+1
2021-01-21dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin1-3/+3
2021-01-14dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin1-2/+6
2021-01-12dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin1-1/+23
2021-01-04dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin1-10/+25
2021-01-04dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin1-5/+98
2020-12-28Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer1-4/+3
2020-12-04dm crypt: export sysfs of kcryptd workqueueJeffle Xu1-3/+4
2020-12-04dm crypt: Constify static crypt_iv_operationsRikard Falkeborn1-3/+3
2020-09-29dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+11
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-13/+116
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-16/+16
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal1-7/+76
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin1-8/+42
2020-07-05Replace HTTP links with HTTPS ones: LVMAlexander A. Klimov1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-3/+3
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov1-19/+57
2020-03-24dm crypt: use crypt_integrity_aead() helperYang Yingliang1-2/+4
2020-01-14dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8