index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-crypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
Jan-Simon Möller
1
-20
/
+14
2014-08-28
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
1
-6
/
+19
2014-08-01
dm crypt: use per-bio data
Mikulas Patocka
1
-14
/
+27
2014-07-11
dm crypt, dm zero: update author name following legal name change
Jana Saout
1
-2
/
+2
2014-05-15
dm crypt: fix cpu hotplug crash by removing per-cpu structure
Mikulas Patocka
1
-49
/
+12
2013-11-24
block: Convert drivers to immutable biovecs
Kent Overstreet
1
-31
/
+18
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-9
/
+10
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-11-10
dm crypt: add TCW IV mode for old CBC TCRYPT containers
Milan Broz
1
-2
/
+183
2013-11-10
dm crypt: properly handle extra key string in initialization
Milan Broz
1
-11
/
+18
2013-08-23
dm: stop using WQ_NON_REENTRANT
Tejun Heo
1
-8
/
+2
2013-03-24
block: Convert some code to bio_for_each_segment_all()
Kent Overstreet
1
-2
/
+1
2013-03-02
dm: rename request variables to bios
Alasdair G Kergon
1
-3
/
+3
2013-03-02
dm: fix truncated status strings
Mikulas Patocka
1
-30
/
+9
2012-12-22
dm: remove map_info
Mikulas Patocka
1
-3
/
+2
2012-09-09
block: Add bio_clone_bioset(), bio_clone_kmalloc()
Kent Overstreet
1
-6
/
+1
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
1
-9
/
+0
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
1
-1
/
+1
2012-07-27
dm: use bool bitfields in struct dm_target
Alasdair G Kergon
1
-1
/
+1
2012-07-27
dm crypt: rename struct convert_context sector field
Mikulas Patocka
1
-6
/
+6
2012-07-27
dm crypt: store crypt_config instead of dm_target struct
Alasdair G Kergon
1
-20
/
+18
2012-07-27
dm crypt: move cipher data out of per_cpu struct
Mikulas Patocka
1
-69
/
+65
2012-07-27
dm crypt: rename pending field
Mikulas Patocka
1
-13
/
+13
2012-07-27
dm: replace simple_strtoul
majianpeng
1
-4
/
+1
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
1
-3
/
+5
2012-03-28
dm crypt: add missing error handling
Mikulas Patocka
1
-12
/
+16
2012-03-28
dm crypt: fix mempool deadlock
Mikulas Patocka
1
-6
/
+4
2012-03-20
dm: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2011-09-26
dm crypt: always disable discard_zeroes_data
Milan Broz
1
-0
/
+2
2011-08-02
dm crypt: optionally support discard requests
Milan Broz
1
-4
/
+45
2011-08-02
dm table: share target argument parsing functions
Mike Snitzer
1
-4
/
+3
2011-08-02
dm: suppress endian warnings
Alasdair G Kergon
1
-3
/
+3
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
1
-5
/
+14
2011-03-24
dm crypt: wipe keys string immediately after key is set
Milan Broz
1
-5
/
+14
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-8
/
+1
2011-01-13
dm crypt: add loop aes iv generator
Milan Broz
1
-1
/
+192
2011-01-13
dm crypt: add multi key capability
Milan Broz
1
-21
/
+64
2011-01-13
dm crypt: add post iv call to iv generator
Milan Broz
1
-13
/
+35
2011-01-13
dm crypt: use io thread for reads only if mempool exhausted
Milan Broz
1
-14
/
+23
2011-01-13
dm crypt: scale to multiple cpus
Andi Kleen
1
-58
/
+196
2011-01-13
dm crypt: simplify compatible table output
Milan Broz
1
-16
/
+12
2011-01-13
dm crypt: set key size early
Milan Broz
1
-6
/
+7
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
1
-1
/
+1
2010-08-12
dm: use dm_target_offset macro
Alasdair G Kergon
1
-2
/
+2
2010-08-12
dm crypt: simplify crypt_ctr
Milan Broz
1
-81
/
+104
2010-08-12
dm crypt: simplify crypt_config destruction logic
Milan Broz
1
-87
/
+93
2010-08-12
dm crypt: use kstrdup
Julia Lawall
1
-2
/
+1
2010-03-06
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
1
-2
/
+1
2009-12-11
dm crypt: add plain64 iv
Milan Broz
1
-0
/
+18
[next]