aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-11dm crypt: don't overallocate the integrity tag spaceMikulas Patocka
2019-01-10dm crypt: fix parsing of extended IV argumentsMilan Broz
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-18dm crypt: log the encryption algorithm implementationEric Biggers
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-10-18dm crypt: make workqueue names device-specificMichał Mirosław
2018-09-06dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka
2018-08-13dm crypt: don't decrease device limitsMikulas Patocka
2018-07-27dm crypt: convert essiv from ahash to shashKees Cook
2018-07-27dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei
2017-12-13dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-09dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-06-19dm crypt: add big-endian variant of plain64 IVMilan Broz
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko
2017-04-25dm crypt: remove obsolete references to per-CPU stateEric Biggers
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray