index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2008-03-29
dm crypt: fix ctx pending
Milan Broz
1
-28
/
+30
2008-02-08
dm crypt: use async crypto
Milan Broz
1
-59
/
+72
2008-02-08
dm crypt: prepare async callback fn
Milan Broz
1
-4
/
+41
2008-02-08
dm crypt: add completion for async
Milan Broz
1
-0
/
+21
2008-02-08
dm crypt: add async request mempool
Milan Broz
1
-2
/
+43
2008-02-08
dm crypt: extract scatterlist processing
Milan Broz
1
-24
/
+39
2008-02-08
dm crypt: tidy io ref counting
Milan Broz
1
-12
/
+8
2008-02-08
dm crypt: introduce crypt_write_io_loop
Milan Broz
1
-5
/
+11
2008-02-08
dm crypt: abstract crypt_write_done
Milan Broz
1
-16
/
+25
2008-02-08
dm crypt: store sector mapping in dm_crypt_io
Milan Broz
1
-7
/
+7
2008-02-08
dm crypt: move queue functions
Alasdair G Kergon
1
-28
/
+26
2008-02-08
dm crypt: adjust io processing functions
Milan Broz
1
-15
/
+25
2008-02-08
dm crypt: tidy crypt_endio
Milan Broz
1
-11
/
+6
2008-02-08
dm crypt: move error setting outside crypt_dec_pending
Milan Broz
1
-11
/
+25
2008-02-08
dm crypt: remove unnecessary crypt_context write parm
Milan Broz
1
-6
/
+4
2008-02-08
dm crypt: move convert_context inside dm_crypt_io
Milan Broz
1
-20
/
+21
2007-12-20
dm crypt: use bio_add_page
Milan Broz
1
-13
/
+11
2007-12-20
dm crypt: fix write endio
Milan Broz
1
-3
/
+4
2007-10-27
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
1
-1
/
+1
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-6
/
+2
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-10
/
+11
2007-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2007-10-20
dm crypt: tidy pending
Milan Broz
1
-6
/
+6
2007-10-20
dm crypt: tidy labels
Milan Broz
1
-19
/
+19
2007-10-20
dm crypt: tidy whitespace
Milan Broz
1
-17
/
+17
2007-10-20
dm crypt: add post processing queue
Milan Broz
1
-16
/
+51
2007-10-20
dm crypt: use per device singlethread workqueues
Milan Broz
1
-18
/
+14
2007-10-20
dm crypt: missing kfree in ctr error path
Dmitry Monakhov
1
-0
/
+1
2007-10-20
dm crypt: drop device ref in ctr error path
Dmitry Monakhov
1
-1
/
+3
2007-10-20
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-16
Fix memory leak in dm-crypt
Neil Brown
1
-26
/
+5
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-14
/
+7
2007-07-22
dm io: fix panic on large request
Milan Broz
1
-0
/
+2
2007-07-13
dm: disable barriers
Stefan Bader
1
-3
/
+0
2007-07-13
dm: use kmem_cache macro
Alasdair G Kergon
1
-16
/
+14
2007-05-09
dm crypt: add null iv
Ludwig Nussel
1
-1
/
+17
2007-05-09
dm crypt: use smaller bvecs in clones
Olaf Kirch
1
-21
/
+8
2007-05-09
dm crypt: fix remove first_clone
Olaf Kirch
1
-28
/
+6
2007-05-09
dm crypt: fix avoid cloned bio ref after free
Olaf Kirch
1
-1
/
+4
2007-05-09
dm crypt: fix call to clone_init
Olaf Kirch
1
-5
/
+7
2007-05-09
dm crypt: disable barriers
Milan Broz
1
-0
/
+3
2007-04-30
[BLOCK] Don't pin lots of memory in mempools
Jens Axboe
1
-1
/
+1
2006-12-08
[PATCH] dm: map and endio symbolic return codes
Kiyoshi Ueda
1
-1
/
+1
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-1
/
+1
2006-12-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-7
/
+61
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[CRYPTO] dm-crypt: Make iv_gen_private a union
Herbert Xu
1
-9
/
+14
2006-12-07
[BLOCK] dm-crypt: Align IV to u64 for essiv
Herbert Xu
1
-1
/
+1
2006-12-07
[BLOCK] dm-crypt: benbi IV, big endian narrow block count for LRW-32-AES
Rik Snel
1
-1
/
+50
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-4
/
+4
[next]