aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig1-4/+4
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-02-11dm crypt: don't overallocate the integrity tag spaceMikulas Patocka1-1/+1
2019-01-10dm crypt: fix parsing of extended IV argumentsMilan Broz1-8/+17
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-4/+13
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-18dm crypt: log the encryption algorithm implementationEric Biggers1-0/+9
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz1-1/+1
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security1-3/+3
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-10-18dm crypt: make workqueue names device-specificMichał Mirosław1-5/+10
2018-09-06dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka1-5/+5
2018-08-13dm crypt: don't decrease device limitsMikulas Patocka1-5/+5
2018-07-27dm crypt: convert essiv from ahash to shashKees Cook1-17/+14
2018-07-27dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka1-15/+10
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer1-13/+13
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet1-4/+3
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-32/+28
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka1-1/+65
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+3
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+2
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun1-0/+1
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina1-4/+8
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz1-1/+6
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei1-1/+0
2017-12-13dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown1-2/+1
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2