aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-14dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz1-4/+319
2020-01-07dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka1-1/+1
2019-11-20Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer1-6/+3
2019-09-03dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel1-58/+0
2019-09-03dm crypt: switch to ESSIV crypto API templateArd Biesheuvel1-170/+43
2019-08-23dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel1-48/+22
2019-07-09dm crypt: implement eboiv - encrypted byte-offset initialization vectorMilan Broz1-1/+81
2019-07-09dm crypt: remove obsolete comment about plumb IVMilan Broz1-3/+0
2019-07-09dm crypt: wipe private IV struct after key invalid flag is setMilan Broz1-7/+9
2019-07-09dm crypt: use struct_size() when allocating encryption contextZhengyuan Liu1-1/+1
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-11/+15
2019-05-16dm crypt: print device name in integrity error messageMilan Broz1-3/+6
2019-05-16dm crypt: move detailed message into debug levelMilan Broz1-4/+5
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-3/+0