aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAge
* 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
* | 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-03
|/
* 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-01
* 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
|/