summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* dm-crypt: Use common error handling code in crypt_set_keyring_key()Markus Elfring2024-09-181-13/+12
* dm-crypt: Use up_read() together with key_put() only once in crypt_set_keyrin...Markus Elfring2024-09-181-5/+2
* dm-crypt: Allow to specify the integrity key size as optionIngo Franzki2024-08-211-4/+15
* dm-crypt: support for per-sector NVMe metadataMikulas Patocka2024-07-101-23/+24
* dm-crypt: limit the size of encryption requestsMikulas Patocka2024-07-101-3/+29
* block: remove the blk_integrity_profile structureChristoph Hellwig2024-06-141-1/+1
* dm-integrity: use the nop integrity profileChristoph Hellwig2024-06-141-2/+2
* dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer2024-04-231-1/+5
* dm-crypt: stop constraining max_segment_size to PAGE_SIZEMike Snitzer2024-04-231-10/+2
* dm-crypt: export sysfs of all workqueuesyangerkun2024-04-161-7/+21
* dm-crypt: add the optional "high_priority" flagMikulas Patocka2024-04-161-10/+25
* dm-crypt: Convert from tasklet to BH workqueueTejun Heo2024-03-021-1/+5
* dm crypt: Fix IO priority lost when queuing write biosHongyu Jin2024-02-201-0/+1
* dm crypt: remove redundant state settings after waking upLizhe2024-02-201-1/+0
* dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer2024-02-201-1/+1
* dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-02-201-2/+2
* dm-crypt: recheck the integrity tag after a failureMikulas Patocka2024-02-201-16/+73
* dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-02-201-0/+6
* dm-crypt, dm-verity: disable taskletsMikulas Patocka2024-02-021-36/+2
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-091-1/+1
* 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-311-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-101-1/+0
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-07-011-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-171-1/+1
| * | dm crypt: allocate compound pages if possibleMikulas Patocka2023-06-171-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-201-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