summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray2017-04-241-3/+4
| * dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina2017-04-241-2/+6
| * dm crypt: fix large block integrity supportMikulas Patocka2017-04-241-6/+12
| * dm crypt: use shifts instead of sector_divMikulas Patocka2017-03-241-7/+10
| * dm crypt: optionally support larger encryption sector sizeMilan Broz2017-03-241-23/+82
| * dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz2017-03-241-82/+193
| * dm crypt: factor IV constructor out to separate functionMilan Broz2017-03-241-61/+69
| * dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz2017-03-241-140/+742
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
|/
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+2
|\
| * sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-2/+2
* | dm crypt: replace RCU read-side section with rwsemOndrej Kozina2017-02-031-4/+4
|/
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-141-33/+181
|\
| * dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-081-0/+18
| * dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-081-13/+146
| * dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-211-8/+8
| * dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-211-3/+3
| * dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-211-2/+5
| * dm crypt: use bio_add_page()Ming Lei2016-11-211-7/+1
* | block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
|/