summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm crypt: Make use of the helper macro kthread_run()Cai Huoqing
2021-10-27dm crypt: log aead integrity violations to audit subsystemMichael Weiß
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-08-20dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du
2021-08-18dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer
2021-02-03dm crypt: support using trusted keysAhmad Fatoum
2021-02-03dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum
2021-02-03dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven
2021-01-21dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin
2021-01-14dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin
2021-01-12dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin
2021-01-04dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin
2021-01-04dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin
2020-12-28Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer
2020-12-04dm crypt: export sysfs of kcryptd workqueueJeffle Xu
2020-12-04dm crypt: Constify static crypt_iv_operationsRikard Falkeborn
2020-09-29dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin
2020-07-05Replace HTTP links with HTTPS ones: LVMAlexander A. Klimov
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov
2020-03-24dm crypt: use crypt_integrity_aead() helperYang Yingliang
2020-01-14dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-01-14dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz
2020-01-07dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka
2019-11-20Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer
2019-09-03dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel
2019-09-03dm crypt: switch to ESSIV crypto API templateArd Biesheuvel
2019-08-23dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel
2019-07-09dm crypt: implement eboiv - encrypted byte-offset initialization vectorMilan Broz
2019-07-09dm crypt: remove obsolete comment about plumb IVMilan Broz
2019-07-09dm crypt: wipe private IV struct after key invalid flag is setMilan Broz
2019-07-09dm crypt: use struct_size() when allocating encryption contextZhengyuan Liu
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-16dm crypt: print device name in integrity error messageMilan Broz