summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAge
* dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel2019-09-03
* dm crypt: switch to ESSIV crypto API templateArd Biesheuvel2019-09-03
* dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel2019-08-23
* dm crypt: implement eboiv - encrypted byte-offset initialization vectorMilan Broz2019-07-09
* dm crypt: remove obsolete comment about plumb IVMilan Broz2019-07-09
* dm crypt: wipe private IV struct after key invalid flag is setMilan Broz2019-07-09
* dm crypt: use struct_size() when allocating encryption contextZhengyuan Liu2019-07-09
* Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-16
|\
| * dm crypt: print device name in integrity error messageMilan Broz2019-05-16
| * dm crypt: move detailed message into debug levelMilan Broz2019-05-16
| * dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-18
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-08
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-15
* | dm crypt: don't overallocate the integrity tag spaceMikulas Patocka2019-02-11
|/
* dm crypt: fix parsing of extended IV argumentsMilan Broz2019-01-10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* | Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-28
|\ \ | |/ |/|
| * dm crypt: log the encryption algorithm implementationEric Biggers2018-12-18
| * dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-18
| * dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-18
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-20
|/
* dm crypt: make workqueue names device-specificMichał Mirosław2018-10-18
* dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka2018-09-06
* dm crypt: don't decrease device limitsMikulas Patocka2018-08-13
* dm crypt: convert essiv from ahash to shashKees Cook2018-07-27
* dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-27
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-12
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* | dm: adjust structure members to improve alignmentMike Snitzer2018-06-08
|/
* dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-02
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
* dm crypt: limit the number of allocated pagesMikulas Patocka2018-04-03
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-03
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-31
|\
| * dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-17
| * dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown2017-12-13
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\ \
| * | dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-06
| |/
* | dm crypt: fix error return code in crypt_ctr()Wei Yongjun2018-01-17
* | dm crypt: wipe kernel key copy after IV initializationOndrej Kozina2018-01-17
* | dm crypt: fix crash by adding missing check for auth key sizeMilan Broz2018-01-17
|/
* dm crypt: allow unaligned bv_offsetMikulas Patocka2017-11-10
* dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-04
* dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-09-28
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-14
|\
| * dm: constify argument arraysEric Biggers2017-08-28