summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* dm crypt: make printing of the key constant-timeMikulas Patocka2022-05-091-3/+11
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\
| * scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-6/+9
|\ \
| * | dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer2022-03-101-3/+3
| * | dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-02-221-1/+1
| * | dm crypt: use dm_submit_bio_remapMike Snitzer2022-02-211-5/+8
* | | dm-crypt: stop using bio_devnameChristoph Hellwig2022-03-071-6/+4
|/ /
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-6/+5
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-3/+2
* | dm-crypt: remove clone_initChristoph Hellwig2022-02-021-13/+8
* | dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig2022-02-021-4/+1
|/
* Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-091-6/+19
|\
| * dm crypt: Make use of the helper macro kthread_run()Cai Huoqing2021-11-011-2/+1
| * dm crypt: log aead integrity violations to audit subsystemMichael Weiß2021-10-271-4/+18
* | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
|/
* dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du2021-08-201-2/+2
* dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-08-181-1/+6
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+27
* dm crypt: Fix zoned block device supportDamien Le Moal2021-06-041-5/+19
* dm: Introduce dm_report_zones()Damien Le Moal2021-06-041-4/+3
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-4/+4
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-02-111-0/+1
* dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer2021-02-111-4/+2
* dm crypt: support using trusted keysAhmad Fatoum2021-02-031-1/+22
* dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum2021-02-031-5/+2
* dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven2021-02-031-1/+1
* dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin2021-01-211-3/+3
* dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin2021-01-141-2/+6
* dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin2021-01-121-1/+23
* dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin2021-01-041-10/+25
* dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin2021-01-041-5/+98
* Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer2020-12-281-4/+3
* dm crypt: export sysfs of kcryptd workqueueJeffle Xu2020-12-041-3/+4
* dm crypt: Constify static crypt_iv_operationsRikard Falkeborn2020-12-041-3/+3
* dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-09-291-6/+11
* dm crypt: Initialize crypto wait structuresDamien Le Moal2020-09-011-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-13/+116
|\
| * dm crypt: Enable zoned block device supportDamien Le Moal2020-07-201-7/+76
| * dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin2020-07-201-8/+42
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-16/+16
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \
| * | Replace HTTP links with HTTPS ones: LVMAlexander A. Klimov2020-07-051-1/+1
| |/
* / block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-3/+3
|/
* dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-051-1/+1
* dm: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-1/+1
* dm crypt: support using encrypted keysDmitry Baryshkov2020-05-151-19/+57
* dm crypt: use crypt_integrity_aead() helperYang Yingliang2020-03-241-2/+4
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-01-141-2/+8