aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
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
2012-07-27dm crypt: rename struct convert_context sector fieldMikulas Patocka
2012-07-27dm crypt: store crypt_config instead of dm_target structAlasdair G Kergon
2012-07-27dm crypt: move cipher data out of per_cpu structMikulas Patocka
2012-07-27dm crypt: rename pending fieldMikulas Patocka
2012-07-27dm: replace simple_strtoulmajianpeng
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2012-03-28dm crypt: add missing error handlingMikulas Patocka
2012-03-28dm crypt: fix mempool deadlockMikulas Patocka
2012-03-20dm: remove the second argument of k[un]map_atomic()Cong Wang
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