index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2012-04-02
dm crypt: add missing error handling
Mikulas Patocka
1
-12
/
+16
2012-04-02
dm crypt: fix mempool deadlock
Mikulas Patocka
1
-6
/
+4
2011-03-25
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-10
dm crypt: add plain64 iv
Milan Broz
1
-0
/
+18
2009-12-10
dm crypt: make wipe message also wipe essiv key
Milan Broz
1
-4
/
+30
2009-12-10
dm crypt: separate essiv allocation from initialisation
Milan Broz
1
-26
/
+43
2009-12-10
dm crypt: restructure essiv error path
Milan Broz
1
-20
/
+26
2009-12-10
dm crypt: move private iv fields to structs
Milan Broz
1
-13
/
+22
2009-12-10
dm crypt: make wipe message also wipe tfm key
Milan Broz
1
-12
/
+7
2009-11-09
tree-wide: fix a very frequent spelling mistake
Dirk Hohndel
1
-1
/
+1
2009-07-23
dm table: pass correct dev area size to device_area_is_valid
Mike Snitzer
1
-1
/
+1
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-1
/
+1
2009-06-22
dm target:s introduce iterate devices fn
Mike Snitzer
1
-1
/
+10
2009-06-22
dm crypt: support flush
Mikulas Patocka
1
-0
/
+8
2009-04-02
dm crypt: use kzfree
Johannes Weiner
1
-4
/
+2
2009-03-16
dm crypt: wait for endio to complete before destruction
Milan Broz
1
-7
/
+10
2009-03-16
dm crypt: fix kcryptd_async_done parameter
Huang Ying
1
-5
/
+21
2009-01-06
dm: consolidate target deregistration error handling
Mikulas Patocka
1
-5
/
+1
2008-12-29
bio: allow individual slabs in the bio_set
Jens Axboe
1
-1
/
+1
2008-10-21
dm crypt: remove waitqueue
Milan Broz
1
-8
/
+0
2008-10-21
dm crypt: fix async split
Milan Broz
1
-1
/
+40
2008-10-21
dm crypt: tidy sector
Milan Broz
1
-2
/
+5
2008-10-21
dm: remove dm header from targets
Mikulas Patocka
1
-1
/
+1
2008-10-10
dm crypt: avoid unnecessary wait when splitting bio
Milan Broz
1
-8
/
+18
2008-10-10
dm crypt: tidy ctx pending
Milan Broz
1
-5
/
+11
2008-10-10
dm crypt: fix async inc_pending
Milan Broz
1
-3
/
+2
2008-10-10
dm crypt: move dec_pending on error into write_io_submit
Milan Broz
1
-3
/
+2
2008-10-10
dm crypt: remove inc_pending from write_io_submit
Alasdair G Kergon
1
-4
/
+5
2008-10-10
dm crypt: tidy write loop pending
Milan Broz
1
-16
/
+9
2008-10-10
dm crypt: tidy crypt alloc
Milan Broz
1
-7
/
+17
2008-10-10
dm crypt: tidy inc pending
Milan Broz
1
-5
/
+10
2008-07-21
dm crypt: add merge
Milan Broz
1
-1
/
+17
2008-07-02
dm crypt: use cond_resched
Milan Broz
1
-0
/
+1
2008-03-28
dm crypt: fix ctx pending
Milan Broz
1
-28
/
+30
2008-02-08
dm crypt: use async crypto
Milan Broz
1
-59
/
+72
[next]