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
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-05
[PATCH] md: avoid a deadlock when removing a device from an md array via sysfs
NeilBrown
1
-1
/
+15
2007-03-27
[PATCH] md: convert compile time warnings into runtime warnings
NeilBrown
1
-10
/
+31
2007-03-27
[PATCH] md: clear the congested_fn when stopping a raid5
NeilBrown
1
-0
/
+1
2007-03-02
[PATCH] md: restart a (raid5) reshape that has been aborted due to a read/wri...
NeilBrown
1
-29
/
+45
2007-03-02
[PATCH] md: clean out unplug and other queue function on md shutdown
NeilBrown
1
-0
/
+3
2007-03-02
[PATCH] md: move warning about creating a raid array on partitions of the one...
NeilBrown
1
-26
/
+37
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: md: remove unnecessary insert_at_head flag
Eric W. Biederman
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 4
Arjan van de Ven
1
-1
/
+1
2007-01-27
[PATCH] md: fix potential memalloc deadlock in md
NeilBrown
1
-0
/
+29
2007-01-27
[PATCH] md: make sure the events count in an md array never returns to zero
NeilBrown
1
-1
/
+2
2006-12-22
[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md
NeilBrown
1
-5
/
+8
2006-12-10
[PATCH] md: assorted md and raid1 one-liners
NeilBrown
1
-1
/
+2
2006-12-10
[PATCH] MD: conditionalize some code
Jeff Garzik
1
-1
/
+3
2006-12-10
[PATCH] md: tidy up device-change notification when an md array is stopped
NeilBrown
1
-5
/
+5
2006-12-08
[PATCH] struct path: convert md
Josef Sipek
1
-2
/
+2
2006-12-08
[PATCH] lockdep: avoid lockdep warning in md
NeilBrown
1
-1
/
+1
2006-12-08
[PATCH] remove the old bd_mutex lockdep annotation
Peter Zijlstra
1
-3
/
+3
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-1
/
+1
2006-11-09
[PATCH] md: do not freeze md threads for suspend
Rafael J. Wysocki
1
-1
/
+1
2006-11-09
[PATCH] md: change ONLINE/OFFLINE events to a single CHANGE event
NeilBrown
1
-2
/
+1
2006-11-03
[PATCH] md: send online/offline uevents when an md array starts/stops
NeilBrown
1
-0
/
+2
2006-10-28
[PATCH] md: simplify checking of available size when resizing an array
NeilBrown
1
-5
/
+2
2006-10-28
[PATCH] md: fix bug where spares don't always get rebuilt properly when they ...
NeilBrown
1
-0
/
+1
2006-10-22
[PATCH] md: endian annotation for v1 superblock access
NeilBrown
1
-6
/
+7
2006-10-17
[PATCH] md: fix /proc/mdstat refcounting
Akinobu Mita
1
-0
/
+1
2006-10-06
[PATCH] md: fix bug where new drives added to an md array sometimes don't syn...
NeilBrown
1
-0
/
+1
2006-10-04
BUG_ON cleanup for drivers/md/
Eric Sesterhenn
1
-2
/
+1
2006-10-03
[PATCH] md: add error reporting to superblock write failure
NeilBrown
1
-1
/
+5
2006-10-03
[PATCH] md: remove MAX_MD_DEVS which is an arbitrary limit
NeilBrown
1
-18
/
+15
2006-10-03
[PATCH] md: make messages about resync/recovery etc more specific
NeilBrown
1
-16
/
+31
2006-10-03
[PATCH] md: new sysfs interface for setting bits in the write-intent-bitmap
Paul Clements
1
-0
/
+31
2006-10-03
[PATCH] md: replace magic numbers in sb_dirty with well defined bit flags
NeilBrown
1
-36
/
+40
2006-10-03
[PATCH] md: the scheduled removal of the START_ARRAY ioctl for md
Adrian Bunk
1
-82
/
+0
2006-08-27
[PATCH] md: avoid backward event updates in md superblock when degraded.
NeilBrown
1
-0
/
+13
2006-07-11
[PATCH] md: fix oops in error-handling
Andrew Morton
1
-0
/
+2
2006-07-11
[PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfs
NeilBrown
1
-0
/
+4
2006-07-11
[PATCH] md: unify usage of symbolic names for perms
NeilBrown
1
-29
/
+27
2006-07-11
[PATCH] md: fix resync speed calculation for restarted resyncs
NeilBrown
1
-4
/
+6
2006-07-11
[PATCH] md: delay starting md threads until array is completely setup
NeilBrown
1
-4
/
+4
2006-07-11
[PATCH] md: set desc_nr correctly for version-1 superblocks
NeilBrown
1
-1
/
+5
2006-07-04
[PATCH] lockdep: annotate blkdev nesting
Ingo Molnar
1
-3
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-5
/
+2
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-7
/
+1
2006-06-26
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
1
-13
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] drivers/md/md.c: make code static
Adrian Bunk
1
-2
/
+2
2006-06-26
[PATCH] md: Allow the write_mostly flag to be set via sysfs
NeilBrown
1
-0
/
+12
[next]