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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-3
/
+2
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-1
/
+0
2009-05-06
blktrace: from-sector redundant in trace_block_remap
Alan D. Brunelle
1
-2
/
+1
2009-04-15
block: move bio list helpers into bio.h
Christoph Hellwig
1
-1
/
+0
2009-04-09
dm: implement basic barrier support
Mikulas Patocka
1
-20
/
+68
2009-04-09
dm: remove dm_request loop
Mikulas Patocka
1
-15
/
+7
2009-04-09
dm: rework queueing and suspension
Mikulas Patocka
1
-8
/
+32
2009-04-09
dm: simplify dm_request loop
Alasdair G Kergon
1
-11
/
+7
2009-04-09
dm: split DMF_BLOCK_IO flag into two
Alasdair G Kergon
1
-9
/
+13
2009-04-09
dm: rearrange dm_wq_work
Alasdair G Kergon
1
-8
/
+9
2009-04-09
dm: remove limited barrier support
Mikulas Patocka
1
-5
/
+10
2009-04-09
dm: add integrity support
Martin K. Petersen
1
-0
/
+15
2009-04-02
dm: set queue ordered mode
Mikulas Patocka
1
-0
/
+1
2009-04-02
dm: move wait queue declaration
Mikulas Patocka
1
-7
/
+7
2009-04-02
dm: merge pushback and deferred bio lists
Mikulas Patocka
1
-21
/
+16
2009-04-02
dm: allow uninterruptible wait for pending io
Mikulas Patocka
1
-4
/
+5
2009-04-02
dm: merge __flush_deferred_io into caller
Mikulas Patocka
1
-11
/
+7
2009-04-02
dm: move bio_io_error into __split_and_process_bio
Mikulas Patocka
1
-11
/
+10
2009-04-02
dm: rename __split_bio
Mikulas Patocka
1
-4
/
+4
2009-04-02
dm: remove unnecessary struct dm_wq_req
Mikulas Patocka
1
-17
/
+7
2009-04-02
dm: remove unnecessary work queue context field
Mikulas Patocka
1
-8
/
+5
2009-04-02
dm: remove unnecessary work queue type field
Mikulas Patocka
1
-17
/
+6
2009-03-16
dm crypt: wait for endio to complete before destruction
Milan Broz
1
-13
/
+19
2009-01-06
dm: add name and uuid to sysfs
Milan Broz
1
-1
/
+28
2009-01-06
dm table: rework reference counting
Mikulas Patocka
1
-9
/
+5
2009-01-06
dm: support barriers on simple devices
Andi Kleen
1
-10
/
+5
2009-01-06
dm request: add caches
Kiyoshi Ueda
1
-1
/
+40
2009-01-06
dm table: drop reference at unbind
Mikulas Patocka
1
-1
/
+1
2008-12-29
bio: allow individual slabs in the bio_set
Jens Axboe
1
-1
/
+1
2008-11-26
blktrace: port to tracepoints, update
Ingo Molnar
1
-0
/
+2
2008-11-26
blktrace: port to tracepoints
Arnaldo Carvalho de Melo
1
-3
/
+3
2008-11-14
dm: avoid destroying table in dm_any_congested
Chandra Seetharaman
1
-8
/
+16
2008-11-14
dm: move pending queue wake_up end_io_acct
Mikulas Patocka
1
-5
/
+5
2008-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
Linus Torvalds
1
-19
/
+8
2008-10-21
dm: tidy local_init
Kiyoshi Ueda
1
-17
/
+17
2008-10-21
dm: remove unused flush_all
Kiyoshi Ueda
1
-13
/
+1
2008-10-21
dm: mark split bio as cloned
Martin K. Petersen
1
-0
/
+1
2008-10-21
[PATCH] switch dm
Al Viro
1
-21
/
+10
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
1
-3
/
+3
2008-10-21
[PATCH] lose unused arguments in dm ioctl callbacks
Al Viro
1
-1
/
+1
2008-10-09
block: move stats from disk to part0
Tejun Heo
1
-13
/
+14
2008-10-09
block: implement and use {disk|part}_to_dev()
Tejun Heo
1
-2
/
+2
2008-10-09
block: fix diskstats access
Tejun Heo
1
-11
/
+15
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-3
/
+4
2008-10-01
dm: cope with access beyond end of device in dm_merge_bvec
Mikulas Patocka
1
-0
/
+3
2008-10-01
dm: always allow one page in dm_merge_bvec
Mikulas Patocka
1
-4
/
+5
2008-07-21
dm: introduce merge_bvec_fn
Milan Broz
1
-0
/
+44
2008-07-21
dm io: remove struct padding
Richard Kennedy
1
-1
/
+1
2008-04-25
dm: remove md argument from specific_minor
Frederik Deweerdt
1
-8
/
+6
[prev]
[next]