summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-03-261-2/+2
* dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-03-011-0/+6
* dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka2023-04-051-0/+1
* dm crypt: make printing of the key constant-timeMikulas Patocka2022-06-061-3/+11
* dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-04-151-1/+1
* dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-09-221-1/+6
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-03-041-0/+1
* dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-221-1/+1
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-02-111-2/+8
* dm crypt: move detailed message into debug levelMilan Broz2019-09-161-2/+3
* dm crypt: don't overallocate the integrity tag spaceMikulas Patocka2019-02-201-1/+1
* dm crypt: fix parsing of extended IV argumentsMilan Broz2019-01-311-8/+17
* dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2019-01-261-1/+1
* dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2019-01-261-3/+3
* 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
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-32/+28
* dm crypt: limit the number of allocated pagesMikulas Patocka2018-04-031-1/+65
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-2/+3
|\
| * dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-171-0/+2
| * dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown2017-12-131-2/+1
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-1/+0
|\ \
| * | dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0
| |/
* | dm crypt: fix error return code in crypt_ctr()Wei Yongjun2018-01-171-0/+1
* | dm crypt: wipe kernel key copy after IV initializationOndrej Kozina2018-01-171-4/+8
* | dm crypt: fix crash by adding missing check for auth key sizeMilan Broz2018-01-171-1/+6
|/
* dm crypt: allow unaligned bv_offsetMikulas Patocka2017-11-101-2/+2
* dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-041-0/+4
* dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-09-281-0/+1
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-1/+1
|\
| * dm: constify argument arraysEric Biggers2017-08-281-1/+1
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-5/+2
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
| * | dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig2017-08-091-3/+0
| |/
* / crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-6/+5
|/
* dm crypt: add big-endian variant of plain64 IVMilan Broz2017-06-191-1/+20
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-1/+2
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-17/+17
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-091-2/+2
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-241/+1012
|\
| * dm crypt: replace custom implementation of hex2bin()Andy Shevchenko2017-04-271-25/+2
| * dm crypt: remove obsolete references to per-CPU stateEric Biggers2017-04-251-8/+8