summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
| * | dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig2017-08-09
| |/
* | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-04
|/
* dm crypt: add big-endian variant of plain64 IVMilan Broz2017-06-19
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-18
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-09
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-03
|\
| * dm crypt: replace custom implementation of hex2bin()Andy Shevchenko2017-04-27
| * dm crypt: remove obsolete references to per-CPU stateEric Biggers2017-04-25
| * dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray2017-04-24
| * dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina2017-04-24
| * dm crypt: fix large block integrity supportMikulas Patocka2017-04-24
| * dm crypt: use shifts instead of sector_divMikulas Patocka2017-03-24
| * dm crypt: optionally support larger encryption sector sizeMilan Broz2017-03-24
| * dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz2017-03-24
| * dm crypt: factor IV constructor out to separate functionMilan Broz2017-03-24
| * dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz2017-03-24
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
|/
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-02
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-20
|\
| * sched/core: Remove set_task_state()Davidlohr Bueso2017-01-14
* | dm crypt: replace RCU read-side section with rwsemOndrej Kozina2017-02-03
|/
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-14
|\
| * dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-08
| * dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-08
| * dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-21
| * dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-21
| * dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-21
| * dm crypt: use bio_add_page()Ming Lei2016-11-21
* | block: better op and flags encodingChristoph Hellwig2016-10-28
|/
* Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-09
|\
| * dm crypt: fix crash on exitRabin Vincent2016-09-22