summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-13/+1
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-7/+1
* Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-241-6/+10
|\
| * dm crypt: avoid accessing uninitialized taskletMike Snitzer2023-03-091-6/+9
| * dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka2023-03-061-0/+1
* | Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-221-55/+62
|\ \ | |/
| * dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-141-2/+1
| * dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+3
| * dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen2023-02-141-9/+9
| * dm: correct block comments format.Heinz Mauelshagen2023-02-141-3/+4
| * dm: address indent/space issuesHeinz Mauelshagen2023-02-141-1/+1
| * dm: avoid initializing static variablesHeinz Mauelshagen2023-02-141-1/+1
| * dm: avoid assignment in if conditionsHeinz Mauelshagen2023-02-141-3/+6
| * dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-24/+24
| * dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2023-02-141-12/+12
| * dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
| * dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET2023-02-021-1/+1
* | dm: Remove completion function scaffoldingHerbert Xu2023-02-131-3/+3
* | dm: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-5/+3
|/
* dm-crypt: provide dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
* 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