index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2006-06-26
[PATCH] md: Allow resync_start to be set and queried via sysfs
NeilBrown
1
-0
/
+26
2006-06-26
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
NeilBrown
1
-0
/
+27
2006-06-26
[PATCH] md: Allow rdev state to be set via sysfs
NeilBrown
1
-1
/
+25
[next]