aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-3/+5
2012-03-28dm crypt: add missing error handlingMikulas Patocka1-12/+16
2012-03-28dm crypt: fix mempool deadlockMikulas Patocka1-6/+4
2012-03-20dm: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz1-0/+2
2011-08-02dm crypt: optionally support discard requestsMilan Broz1-4/+45
2011-08-02dm table: share target argument parsing functionsMike Snitzer1-4/+3
2011-08-02dm: suppress endian warningsAlasdair G Kergon1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-5/+14
2011-03-24dm crypt: wipe keys string immediately after key is setMilan Broz1-5/+14
2011-03-10block: remove per-queue pluggingJens Axboe1-8/+1
2011-01-13dm crypt: add loop aes iv generatorMilan Broz1-1/+192
2011-01-13dm crypt: add multi key capabilityMilan Broz1-21/+64
2011-01-13dm crypt: add post iv call to iv generatorMilan Broz1-13/+35
2011-01-13dm crypt: use io thread for reads only if mempool exhaustedMilan Broz1-14/+23
2011-01-13dm crypt: scale to multiple cpusAndi Kleen1-58/+196
2011-01-13dm crypt: simplify compatible table outputMilan Broz1-16/+12
2011-01-13dm crypt: set key size earlyMilan Broz1-6/+7
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-1/+1
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon1-2/+2
2010-08-12dm crypt: simplify crypt_ctrMilan Broz1-81/+104
2010-08-12dm crypt: simplify crypt_config destruction logicMilan Broz1-87/+93
2010-08-12dm crypt: use kstrdupJulia Lawall1-2/+1
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2009-12-10dm crypt: add plain64 ivMilan Broz1-0/+18
2009-12-10dm crypt: make wipe message also wipe essiv keyMilan Broz1-4/+30
2009-12-10dm crypt: separate essiv allocation from initialisationMilan Broz1-26/+43
2009-12-10dm crypt: restructure essiv error pathMilan Broz1-20/+26
2009-12-10dm crypt: move private iv fields to structsMilan Broz1-13/+22
2009-12-10dm crypt: make wipe message also wipe tfm keyMilan Broz1-12/+7
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer1-1/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-22dm target:s introduce iterate devices fnMike Snitzer1-1/+10
2009-06-22dm crypt: support flushMikulas Patocka1-0/+8
2009-04-02dm crypt: use kzfreeJohannes Weiner1-4/+2
2009-03-16dm crypt: wait for endio to complete before destructionMilan Broz1-7/+10
2009-03-16dm crypt: fix kcryptd_async_done parameterHuang Ying1-5/+21
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-5/+1
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+1
2008-10-21dm crypt: remove waitqueueMilan Broz1-8/+0
2008-10-21dm crypt: fix async splitMilan Broz1-1/+40
2008-10-21dm crypt: tidy sectorMilan Broz1-2/+5
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz1-8/+18
2008-10-10dm crypt: tidy ctx pendingMilan Broz1-5/+11
2008-10-10dm crypt: fix async inc_pendingMilan Broz1-3/+2
2008-10-10dm crypt: move dec_pending on error into write_io_submitMilan Broz1-3/+2
2008-10-10dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon1-4/+5