aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18dm crypt: make workqueue names device-specificMichał Mirosław1-5/+10
2018-09-06dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka1-5/+5
2018-08-13dm crypt: don't decrease device limitsMikulas Patocka1-5/+5
2018-07-27dm crypt: convert essiv from ahash to shashKees Cook1-17/+14
2018-07-27dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka1-15/+10
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer1-13/+13
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet1-4/+3
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-32/+28
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka1-1/+65
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+3
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+2
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun1-0/+1
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina1-4/+8
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz1-1/+6
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei1-1/+0
2017-12-13dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown1-2/+1
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz1-0/+4
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen1-0/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2017-08-28dm: constify argument arraysEric Biggers1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-09dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig1-3/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-6/+5
2017-06-19dm crypt: add big-endian variant of plain64 IVMilan Broz1-1/+20
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-17/+17
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig1-2/+2
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-241/+1012
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko1-25/+2
2017-04-25dm crypt: remove obsolete references to per-CPU stateEric Biggers1-8/+8
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray1-3/+4
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina1-2/+6
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka1-6/+12
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka1-7/+10
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz1-23/+82
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz1-82/+193
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz1-61/+69
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz1-140/+742
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina1-4/+4
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-2/+2