index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-crypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-31
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
1
-4
/
+2
2015-09-14
dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE
Mike Snitzer
1
-2
/
+15
2015-09-02
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-1
/
+3
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
1
-16
/
+0
2015-08-12
dm: do not override error code returned from dm_get_device()
Vivek Goyal
1
-1
/
+3
2015-08-11
block: don't access bio->bi_error after bio_put()
Sasha Levin
1
-3
/
+5
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-8
/
+6
2015-05-29
dm crypt: add comments to better describe crypto processing logic
Milan Broz
1
-6
/
+24
2015-05-05
Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
Rabin Vincent
1
-6
/
+6
2015-04-16
dm crypt: fix missing error code return from crypt_ctr error path
Wei Yongjun
1
-0
/
+1
2015-04-15
dm crypt: fix deadlock when async crypto algorithm returns -EBUSY
Ben Collins
1
-6
/
+6
2015-04-15
dm crypt: leverage immutable biovecs when decrypting on read
Mike Snitzer
1
-5
/
+5
2015-04-15
dm crypt: update URLs to new cryptsetup project page
Milan Broz
1
-1
/
+1
2015-02-16
dm crypt: sort writes
Mikulas Patocka
1
-15
/
+36
2015-02-16
dm crypt: add 'submit_from_crypt_cpus' option
Mikulas Patocka
1
-2
/
+14
2015-02-16
dm crypt: offload writes to thread
Mikulas Patocka
1
-20
/
+94
2015-02-16
dm crypt: remove unused io_pool and _crypt_io_pool
Mikulas Patocka
1
-22
/
+2
2015-02-16
dm crypt: avoid deadlock in mempools
Mikulas Patocka
1
-5
/
+36
2015-02-16
dm crypt: don't allocate pages for a partial request
Mikulas Patocka
1
-109
/
+30
2015-02-16
dm crypt: use unbound workqueue for request processing
Mikulas Patocka
1
-15
/
+34
2014-12-08
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2014-12-02
dm crypt: use memzero_explicit for on-stack buffer
Milan Broz
1
-1
/
+1
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-10
dm crypt, dm zero: update author name following legal name change
Jana Saout
1
-2
/
+2
2014-05-14
dm crypt: fix cpu hotplug crash by removing per-cpu structure
Mikulas Patocka
1
-49
/
+12
2013-11-23
block: Convert drivers to immutable biovecs
Kent Overstreet
1
-31
/
+18
2013-11-23
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-09
dm crypt: add TCW IV mode for old CBC TCRYPT containers
Milan Broz
1
-2
/
+183
2013-11-09
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-23
block: Convert some code to bio_for_each_segment_all()
Kent Overstreet
1
-2
/
+1
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
1
-3
/
+3
2013-03-01
dm: fix truncated status strings
Mikulas Patocka
1
-30
/
+9
2012-12-21
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
[next]