aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2017-01-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-01-06dm crypt: mark key as invalid until properly loadedOndrej Kozina
2016-10-29Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-10-28dm crypt: fix crash on exitRabin Vincent
2016-10-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-09-24dm crypt: fix error with too large biosMikulas Patocka
2016-04-07ANDROID: dm-crypt: run in a WQ_HIGHPRI workqueueTim Murray
2015-11-19dm crypt: fix a possible hang due to race condition on exitMikulas Patocka
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-31dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-29dm crypt: add comments to better describe crypto processing logicMilan Broz
2015-05-05Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent
2015-04-16dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun
2015-04-15dm crypt: fix deadlock when async crypto algorithm returns -EBUSYBen Collins
2015-04-15dm crypt: leverage immutable biovecs when decrypting on readMike Snitzer
2015-04-15dm crypt: update URLs to new cryptsetup project pageMilan Broz
2015-02-16dm crypt: sort writesMikulas Patocka
2015-02-16dm crypt: add 'submit_from_crypt_cpus' optionMikulas Patocka
2015-02-16dm crypt: offload writes to threadMikulas Patocka
2015-02-16dm crypt: remove unused io_pool and _crypt_io_poolMikulas Patocka
2015-02-16dm crypt: avoid deadlock in mempoolsMikulas Patocka
2015-02-16dm crypt: don't allocate pages for a partial requestMikulas Patocka
2015-02-16dm crypt: use unbound workqueue for request processingMikulas Patocka
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-02dm crypt: use memzero_explicit for on-stack bufferMilan Broz
2014-10-14crypto, dm: LLVMLinux: Remove VLAIS usage from dm-cryptJan-Simon Möller
2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka
2014-08-01dm crypt: use per-bio dataMikulas Patocka
2014-07-10dm crypt, dm zero: update author name following legal name changeJana Saout
2014-05-14dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka
2013-11-23block: Convert drivers to immutable biovecsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-09dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz
2013-11-09dm crypt: properly handle extra key string in initializationMilan Broz
2013-08-23dm: stop using WQ_NON_REENTRANTTejun Heo
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-12-21dm: remove map_infoMikulas Patocka
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet
2012-09-09block: Generalized bio pool freeingKent Overstreet
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-07-27dm: use bool bitfields in struct dm_targetAlasdair G Kergon