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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-28
drivers/md: use time_before, time_before_eq, etc
Julia Lawall
1
-1
/
+2
2008-04-28
raid: remove leading TAB on printk messages
Nick Andrew
4
-7
/
+8
2008-04-28
md: raid5.c convert simple_strtoul to strict_strtoul
Dan Williams
1
-9
/
+5
2008-04-28
md: introduce get_priority_stripe() to improve raid456 write performance
Dan Williams
1
-10
/
+112
2008-04-28
md: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2
-25
/
+25
2008-04-28
md: fix integer as NULL pointer warnings in md.c
Harvey Harrison
1
-4
/
+4
2008-04-25
dm: remove md argument from specific_minor
Frederik Deweerdt
1
-8
/
+6
2008-04-25
dm table: remove unused dm_create_error_table
Adrian Bunk
1
-38
/
+0
2008-04-25
dm table: drop void suspend_targets return
Adrian Bunk
1
-2
/
+2
2008-04-25
dm: unplug queues in threads
Mikulas Patocka
3
-4
/
+11
2008-04-25
dm raid1: use timer
Mikulas Patocka
1
-20
/
+28
2008-04-25
dm: move include files
Alasdair G Kergon
10
-274
/
+11
2008-04-25
dm kcopyd: rename
Alasdair G Kergon
2
-0
/
+0
2008-04-25
dm: expose macros
Alasdair G Kergon
1
-89
/
+0
2008-04-25
dm kcopyd: remove redundant client counting
Mikulas Patocka
3
-98
/
+29
2008-04-25
dm kcopyd: private mempool
Mikulas Patocka
1
-13
/
+19
2008-04-25
dm kcopyd: per device
Mikulas Patocka
1
-59
/
+73
2008-04-25
dm log: make module use tracking internal
Jonathan Brassow
2
-31
/
+94
2008-04-25
dm log: move register functions
Alasdair G Kergon
1
-26
/
+26
2008-04-25
dm log: clean interface
Heinz Mauelshagen
4
-103
/
+112
2008-04-25
dm kcopyd: clean interface
Heinz Mauelshagen
5
-58
/
+62
2008-04-25
dm io: clean interface
Heinz Mauelshagen
8
-25
/
+33
2008-04-25
dm io: rename error to error_bits
Alasdair G Kergon
1
-7
/
+7
2008-04-25
dm snapshot: store pointer to target instance
Mikulas Patocka
2
-4
/
+4
2008-04-25
dm log: move dirty region log code into separate module
Heinz Mauelshagen
3
-12
/
+11
2008-04-25
dm log: generalise name in messages
Heinz Mauelshagen
1
-7
/
+8
2008-04-25
dm raid1: use list_split_init
Robert P. J. Day
1
-6
/
+4
2008-04-25
dm snapshot: reduce default memory allocation
Milan Broz
1
-2
/
+2
2008-04-25
dm snapshot: fix chunksize sector conversion
Mikulas Patocka
1
-1
/
+1
2008-04-22
RAID: remove trailing space from printk line
Nick Andrew
1
-1
/
+1
2008-04-11
md: close a livelock window in handle_parity_checks5
Dan Williams
1
-22
/
+29
2008-03-29
dm io: write error bits form long not int
Alasdair G Kergon
5
-11
/
+11
2008-03-29
dm crypt: fix ctx pending
Milan Broz
1
-28
/
+30
2008-03-20
drivers/md/raid5.c: fix printk warnings
Andrew Morton
1
-3
/
+3
2008-03-20
md: remove the 'super' sysfs attribute from devices in an 'md' array
NeilBrown
1
-12
/
+0
2008-03-11
md: reduce CPU wastage on idle md array with a write-intent bitmap
NeilBrown
1
-1
/
+3
2008-03-11
md: fix formatting error in /proc/mdstat
NeilBrown
1
-1
/
+1
2008-03-05
md: the md RAID10 resync thread could cause a md RAID10 array deadlock
K.Tanaka
1
-0
/
+2
2008-03-05
md: fix possible raid1/raid10 deadlock on read error during resync
NeilBrown
2
-4
/
+18
2008-03-05
md: don't attempt read-balancing for raid10 'far' layouts
Keld Simonsen
1
-3
/
+9
2008-03-05
md: lock access to rdev attributes properly
NeilBrown
1
-9
/
+26
2008-03-05
md: make sure a reshape is started when device switches to read-write
NeilBrown
1
-0
/
+1
2008-03-05
md: clean up irregularity with raid autodetect
NeilBrown
1
-1
/
+3
2008-03-05
md: guard against possible bad array geometry in v1 metadata
NeilBrown
1
-2
/
+6
2008-03-05
md: reduce CPU wastage on idle md array with a write-intent bitmap
NeilBrown
1
-2
/
+17
2008-03-05
md: fix deadlock in md/raid1 and md/raid10 when handling a read error
NeilBrown
2
-43
/
+81
2008-02-20
dm-raid1.c: fix NULL dereferences
Adrian Bunk
1
-3
/
+4
2008-02-15
d_path: Make d_path() use a struct path
Jan Blunck
1
-7
/
+1
2008-02-15
d_path: Make seq_path() use a struct path argument
Jan Blunck
1
-2
/
+1
2008-02-15
Introduce path_put()
Jan Blunck
1
-1
/
+1
[next]