summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-13/+116
|\
| * dm crypt: Enable zoned block device supportDamien Le Moal2020-07-201-7/+76
| * dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin2020-07-201-8/+42
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-16/+16
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \
| * | Replace HTTP links with HTTPS ones: LVMAlexander A. Klimov2020-07-051-1/+1
| |/
* / block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-3/+3
|/
* dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-051-1/+1
* dm: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-1/+1
* dm crypt: support using encrypted keysDmitry Baryshkov2020-05-151-19/+57
* dm crypt: use crypt_integrity_aead() helperYang Yingliang2020-03-241-2/+4
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-01-141-2/+8
* dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz2020-01-141-4/+319
* dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka2020-01-071-1/+1
* Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer2019-11-201-6/+3
* dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel2019-09-031-58/+0
* dm crypt: switch to ESSIV crypto API templateArd Biesheuvel2019-09-031-170/+43
* dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel2019-08-231-48/+22
* dm crypt: implement eboiv - encrypted byte-offset initialization vectorMilan Broz2019-07-091-1/+81
* dm crypt: remove obsolete comment about plumb IVMilan Broz2019-07-091-3/+0
* dm crypt: wipe private IV struct after key invalid flag is setMilan Broz2019-07-091-7/+9
* dm crypt: use struct_size() when allocating encryption contextZhengyuan Liu2019-07-091-1/+1
* Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-161-11/+15
|\
| * dm crypt: print device name in integrity error messageMilan Broz2019-05-161-3/+6
| * dm crypt: move detailed message into debug levelMilan Broz2019-05-161-4/+5
| * dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-181-4/+4
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+1
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-3/+0
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+2
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* | dm crypt: don't overallocate the integrity tag spaceMikulas Patocka2019-02-111-1/+1
|/
* dm crypt: fix parsing of extended IV argumentsMilan Broz2019-01-101-8/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-4/+13
|\ \ | |/ |/|
| * dm crypt: log the encryption algorithm implementationEric Biggers2018-12-181-0/+9
| * dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-181-1/+1
| * dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-181-3/+3
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
|/
* dm crypt: make workqueue names device-specificMichał Mirosław2018-10-181-5/+10
* dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka2018-09-061-5/+5
* dm crypt: don't decrease device limitsMikulas Patocka2018-08-131-5/+5
* dm crypt: convert essiv from ahash to shashKees Cook2018-07-271-17/+14
* dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-271-15/+10
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+3
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* | dm: adjust structure members to improve alignmentMike Snitzer2018-06-081-13/+13
|/
* dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-021-4/+3