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
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-22
RAID: remove trailing space from printk line
Nick Andrew
1
-1
/
+1
2008-03-20
md: remove the 'super' sysfs attribute from devices in an 'md' array
NeilBrown
1
-12
/
+0
2008-03-11
md: fix formatting error in /proc/mdstat
NeilBrown
1
-1
/
+1
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-02-15
d_path: Make seq_path() use a struct path argument
Jan Blunck
1
-2
/
+1
2008-02-06
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...
NeilBrown
1
-4
/
+4
2008-02-06
md: change ITERATE_RDEV to rdev_for_each
NeilBrown
1
-32
/
+32
2008-02-06
md: change INTERATE_MDDEV to for_each_mddev
NeilBrown
1
-6
/
+6
2008-02-06
md: change a few 'int' to 'size_t' in md
NeilBrown
1
-3
/
+3
2008-02-06
md: fix use-after-free bug when dropping an rdev from an md array
NeilBrown
1
-3
/
+5
2008-02-06
md: allow an md array to appear with 0 drives if it has external metadata
NeilBrown
1
-3
/
+4
2008-02-06
md: lock address when changing attributes of component devices
NeilBrown
1
-1
/
+7
2008-02-06
md: allow devices to be shared between md arrays
NeilBrown
1
-10
/
+78
2008-02-06
md: set and test the ->persistent flag for md devices more consistently
NeilBrown
1
-3
/
+6
2008-02-06
md: allow a maximum extent to be set for resyncing
NeilBrown
1
-10
/
+65
2008-02-06
md: give userspace control over removing failed devices when external metdata...
NeilBrown
1
-9
/
+34
2008-02-06
md: support 'external' metadata for md arrays
NeilBrown
1
-19
/
+58
2008-01-25
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
Kobject: convert drivers/md/md.c to use kobject_init/add_ng()
Greg Kroah-Hartman
1
-9
/
+4
2008-01-25
Driver core: convert block from raw kobjects to core devices
Kay Sievers
1
-4
/
+4
2008-01-25
Kobject: change drivers/md/md.c to use kobject_init_and_add
Greg Kroah-Hartman
1
-4
/
+6
2007-11-09
Add UNPLUG traces to all appropriate places
Alan D. Brunelle
1
-2
/
+2
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-17
md: expose the degraded status of an assembled array through sysfs
Iustin Pop
1
-0
/
+7
2007-10-17
md: 'sync_action' in sysfs returns wrong value for readonly arrays
NeilBrown
1
-1
/
+1
2007-10-17
md: software Raid autodetect dev list not array
Michael J. Evans
1
-9
/
+33
2007-10-16
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
1
-1
/
+0
2007-10-13
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
1
-2
/
+1
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-17
/
+8
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-1
/
+1
2007-07-17
md: change bitmap_unplug and others to void functions
NeilBrown
1
-2
/
+1
2007-07-17
md: check that internal bitmap does not overlap other data
NeilBrown
1
-1
/
+21
2007-07-17
md: improve the is_mddev_idle test fix
NeilBrown
1
-13
/
+22
2007-07-17
md: improve message about invalid superblock during autodetect
NeilBrown
1
-4
/
+6
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-1
/
+0
2007-07-13
xor: make 'xor_blocks' a library routine for use with async_tx
Dan Williams
1
-1
/
+1
2007-05-24
md: fix bug with linear hot-add and elsewhere
NeilBrown
1
-6
/
+14
2007-05-11
md: improve the is_mddev_idle test
NeilBrown
1
-1
/
+1
2007-05-10
Revert "md: improve partition detection in md array"
Linus Torvalds
1
-8
/
+18
2007-05-09
md: improve partition detection in md array
NeilBrown
1
-18
/
+8
2007-05-09
md: allow reshape_position for md arrays to be set via sysfs
NeilBrown
1
-7
/
+63
2007-05-09
md: stop using csum_partial for checksum calculation in md
NeilBrown
1
-2
/
+29
2007-05-09
md: move test for whether level supports bitmap to correct place
NeilBrown
1
-16
/
+26
2007-05-09
md: cleanup: use seq_release_private() where appropriate
Martin Peschke
1
-10
/
+1
2007-05-09
drivers/md.c: Use ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
1
-3
/
+3
[next]