summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2012-01-06Revert "dm crypt: scale to multiple cpus"Kasoju Mallikarjun
2012-01-06Revert "dm crypt: use io thread for reads only if mempool exhausted"Kasoju Mallikarjun
2012-01-06Revert "dm crypt: add post iv call to iv generator"Kasoju Mallikarjun
2012-01-06Revert "dm crypt: add multi key capability"Kasoju Mallikarjun
2012-01-06Revert "dm crypt: add loop aes iv generator"Kasoju Mallikarjun
2012-01-06Revert "dm crypt: wipe keys string immediately after key is set"Kasoju Mallikarjun
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz
2011-08-02dm crypt: optionally support discard requestsMilan Broz
2011-08-02dm table: share target argument parsing functionsMike Snitzer
2011-08-02dm: suppress endian warningsAlasdair G Kergon
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-03-24dm crypt: wipe keys string immediately after key is setMilan Broz
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13dm crypt: add loop aes iv generatorMilan Broz
2011-01-13dm crypt: add multi key capabilityMilan Broz
2011-01-13dm crypt: add post iv call to iv generatorMilan Broz
2011-01-13dm crypt: use io thread for reads only if mempool exhaustedMilan Broz
2011-01-13dm crypt: scale to multiple cpusAndi Kleen
2011-01-13dm crypt: simplify compatible table outputMilan Broz
2011-01-13dm crypt: set key size earlyMilan Broz
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon
2010-08-12dm crypt: simplify crypt_ctrMilan Broz
2010-08-12dm crypt: simplify crypt_config destruction logicMilan Broz
2010-08-12dm crypt: use kstrdupJulia Lawall
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2009-12-10dm crypt: add plain64 ivMilan Broz
2009-12-10dm crypt: make wipe message also wipe essiv keyMilan Broz
2009-12-10dm crypt: separate essiv allocation from initialisationMilan Broz
2009-12-10dm crypt: restructure essiv error pathMilan Broz
2009-12-10dm crypt: move private iv fields to structsMilan Broz
2009-12-10dm crypt: make wipe message also wipe tfm keyMilan Broz
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-22dm target:s introduce iterate devices fnMike Snitzer
2009-06-22dm crypt: support flushMikulas Patocka
2009-04-02dm crypt: use kzfreeJohannes Weiner
2009-03-16dm crypt: wait for endio to complete before destructionMilan Broz
2009-03-16dm crypt: fix kcryptd_async_done parameterHuang Ying
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka
2008-12-29bio: allow individual slabs in the bio_setJens Axboe
2008-10-21dm crypt: remove waitqueueMilan Broz
2008-10-21dm crypt: fix async splitMilan Broz
2008-10-21dm crypt: tidy sectorMilan Broz
2008-10-21dm: remove dm header from targetsMikulas Patocka
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz
2008-10-10dm crypt: tidy ctx pendingMilan Broz
2008-10-10dm crypt: fix async inc_pendingMilan Broz