summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* dm-crypt: start allocating with MAX_ORDERMikulas Patocka2023-11-171-1/+1
* Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-011-12/+14
|\
| * dm crypt: account large pages in cc->n_allocated_pagesMikulas Patocka2023-10-311-3/+12
| * dm crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening()Eric Biggers2023-10-311-7/+1
| * dm crypt: replace open-coded kmemdup_nulJustin Stitt2023-10-231-2/+1
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \
| * | dm crypt: Annotate struct crypt_config with __counted_byKees Cook2023-10-021-1/+1
| |/
* / dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu2023-10-061-1/+2
|/
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-1/+0
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-301-4/+11
|\
| * dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu2023-06-091-4/+11
* | Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-301-15/+36
|\ \
| * | dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipherMikulas Patocka2023-06-161-1/+1
| * | dm crypt: allocate compound pages if possibleMikulas Patocka2023-06-161-14/+35
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ | |/ / |/| |
| * | dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
| |/
* / dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn2023-06-011-2/+1
|/
* 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
|\