summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
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
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-08dm crypt: reject key strings containing whitespace charsOndrej Kozina
2016-12-08dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina
2016-11-21dm crypt: constify crypt_iv_operations structuresJulia Lawall
2016-11-21dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka
2016-11-21dm crypt: mark key as invalid until properly loadedOndrej Kozina
2016-11-21dm crypt: use bio_add_page()Ming Lei
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-22dm crypt: fix crash on exitRabin Vincent
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche