summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-231-2/+1Star
* dm: rename request variables to biosAlasdair G Kergon2013-03-011-3/+3
* dm: fix truncated status stringsMikulas Patocka2013-03-011-30/+9Star
* dm: remove map_infoMikulas Patocka2012-12-211-3/+2Star
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-6/+1Star
* block: Generalized bio pool freeingKent Overstreet2012-09-091-9/+0Star
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-1/+1
* dm: use bool bitfields in struct dm_targetAlasdair G Kergon2012-07-271-1/+1
* dm crypt: rename struct convert_context sector fieldMikulas Patocka2012-07-271-6/+6
* dm crypt: store crypt_config instead of dm_target structAlasdair G Kergon2012-07-271-20/+18Star
* dm crypt: move cipher data out of per_cpu structMikulas Patocka2012-07-271-69/+65Star
* dm crypt: rename pending fieldMikulas Patocka2012-07-271-13/+13
* dm: replace simple_strtoulmajianpeng2012-07-271-4/+1Star
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-3/+5
* dm crypt: add missing error handlingMikulas Patocka2012-03-281-12/+16
* dm crypt: fix mempool deadlockMikulas Patocka2012-03-281-6/+4Star
* dm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* dm crypt: always disable discard_zeroes_dataMilan Broz2011-09-261-0/+2
* dm crypt: optionally support discard requestsMilan Broz2011-08-021-4/+45
* dm table: share target argument parsing functionsMike Snitzer2011-08-021-4/+3Star
* dm: suppress endian warningsAlasdair G Kergon2011-08-021-3/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-261-5/+14
|\
| * dm crypt: wipe keys string immediately after key is setMilan Broz2011-03-241-5/+14
* | block: remove per-queue pluggingJens Axboe2011-03-101-8/+1Star
|/
* dm crypt: add loop aes iv generatorMilan Broz2011-01-131-1/+192
* dm crypt: add multi key capabilityMilan Broz2011-01-131-21/+64
* dm crypt: add post iv call to iv generatorMilan Broz2011-01-131-13/+35
* dm crypt: use io thread for reads only if mempool exhaustedMilan Broz2011-01-131-14/+23
* dm crypt: scale to multiple cpusAndi Kleen2011-01-131-58/+196
* dm crypt: simplify compatible table outputMilan Broz2011-01-131-16/+12Star
* dm crypt: set key size earlyMilan Broz2011-01-131-6/+7
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-1/+1
* dm: use dm_target_offset macroAlasdair G Kergon2010-08-121-2/+2
* dm crypt: simplify crypt_ctrMilan Broz2010-08-121-81/+104
* dm crypt: simplify crypt_config destruction logicMilan Broz2010-08-121-87/+93
* dm crypt: use kstrdupJulia Lawall2010-08-121-2/+1Star
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-2/+1Star
* dm crypt: add plain64 ivMilan Broz2009-12-111-0/+18
* dm crypt: make wipe message also wipe essiv keyMilan Broz2009-12-111-4/+30
* dm crypt: separate essiv allocation from initialisationMilan Broz2009-12-111-26/+43
* dm crypt: restructure essiv error pathMilan Broz2009-12-111-20/+26
* dm crypt: move private iv fields to structsMilan Broz2009-12-111-13/+22
* dm crypt: make wipe message also wipe tfm keyMilan Broz2009-12-111-12/+7Star
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-231-1/+1
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* dm target:s introduce iterate devices fnMike Snitzer2009-06-221-1/+10
* dm crypt: support flushMikulas Patocka2009-06-221-0/+8
* dm crypt: use kzfreeJohannes Weiner2009-04-021-4/+2Star