aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2024-03-26dm: address indent/space issuesHeinz Mauelshagen
2024-03-26dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka
2024-03-01dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka
2024-03-01dm-crypt: recheck the integrity tag after a failureMikulas Patocka
2024-02-23dm-crypt, dm-verity: disable taskletsMikulas Patocka
2023-07-19dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-04-13dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-03-30dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-03-30dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2022-11-16dm-crypt: provide dma_alignment limit in io_hintsKeith Busch
2022-05-09dm crypt: make printing of the key constant-timeMikulas Patocka
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02dm-crypt: remove clone_initChristoph Hellwig
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig
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