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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
Merge tag 'md-3.3' of git://neil.brown.name/md
Linus Torvalds
10
-431
/
+1256
2012-01-04
fs: move code out of buffer.c
Al Viro
2
-3
/
+1
2011-12-23
md/raid1: Mark device want_replacement when we see a write error.
NeilBrown
1
-1
/
+15
2011-12-23
md/raid1: If there is a spare and a want_replacement device, start replacement.
NeilBrown
1
-2
/
+15
2011-12-23
md/raid1: recognise replacements when assembling arrays.
NeilBrown
1
-2
/
+23
2011-12-23
md/raid1: handle activation of replacement device when recovery completes.
NeilBrown
1
-3
/
+33
2011-12-23
md/raid1: Allow a failed replacement device to be removed.
NeilBrown
1
-0
/
+6
2011-12-23
md/raid1: Allocate spare to store replacement devices and their bios.
NeilBrown
2
-31
/
+40
2011-12-23
md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.
NeilBrown
1
-3
/
+4
2011-12-23
md/raid10: If there is a spare and a want_replacement device, start replacement.
NeilBrown
1
-4
/
+36
2011-12-23
md/raid10: recognise replacements when assembling array.
NeilBrown
1
-0
/
+17
2011-12-23
md/raid10: Allow replacement device to be replace old drive.
NeilBrown
1
-11
/
+61
2011-12-23
md/raid10: handle recovery of replacement devices.
NeilBrown
1
-30
/
+80
2011-12-23
md/raid10: Handle replacement devices during resync.
NeilBrown
1
-7
/
+98
2011-12-23
md/raid10: writes should get directed to replacement as well as original.
NeilBrown
1
-9
/
+74
2011-12-23
md/raid10: allow removal of failed replacement devices.
NeilBrown
1
-25
/
+32
2011-12-23
md/raid10: preferentially read from replacement device if possible.
NeilBrown
1
-13
/
+23
2011-12-23
md/raid10: change read_balance to return an rdev
NeilBrown
1
-14
/
+13
2011-12-23
md/raid10: prepare data structures for handling replacement.
NeilBrown
2
-31
/
+78
2011-12-23
md/raid5: Mark device want_replacement when we see a write error.
NeilBrown
1
-0
/
+3
2011-12-23
md/raid5: If there is a spare and a want_replacement device, start replacement.
NeilBrown
2
-18
/
+28
2011-12-23
md/raid5: recognise replacements when assembling array.
NeilBrown
1
-6
/
+31
2011-12-23
md/raid5: handle activation of replacement device when recovery completes.
NeilBrown
1
-7
/
+62
2011-12-23
md/raid5: detect and handle replacements during recovery.
NeilBrown
2
-30
/
+106
2011-12-23
md/raid5: writes should get directed to replacement as well as original.
NeilBrown
2
-23
/
+97
2011-12-23
md/raid5: allow removal for failed replacement devices.
NeilBrown
1
-26
/
+32
2011-12-23
md/raid5: preferentially read from replacement device if possible.
NeilBrown
1
-15
/
+54
2011-12-23
md/raid5: remove redundant bio initialisations.
NeilBrown
1
-8
/
+1
2011-12-23
md/raid5: raid5.h cleanup
NeilBrown
1
-18
/
+9
2011-12-23
md/raid5: allow each slot to have an extra replacement device
NeilBrown
2
-26
/
+46
2011-12-23
md: create externally visible flags for supporting hot-replace.
NeilBrown
2
-33
/
+102
2011-12-23
md: change hot_remove_disk to take an rdev rather than a number.
NeilBrown
6
-21
/
+18
2011-12-23
md: remove test for duplicate device when setting slot number.
NeilBrown
1
-5
/
+0
2011-12-23
md/bitmap: be more consistent when setting new bits in memory bitmap.
NeilBrown
1
-1
/
+1
2011-12-23
md/raid5: be more thorough in calculating 'degraded' value.
NeilBrown
1
-30
/
+33
2011-12-23
md/bitmap: daemon_work cleanup.
NeilBrown
1
-5
/
+5
2011-12-23
md: allow non-privileged uses to GET_*_INFO about raid arrays.
NeilBrown
1
-2
/
+9
2011-12-23
md/bitmap: It is OK to clear bits during recovery.
NeilBrown
1
-4
/
+1
2011-12-23
md: don't give up looking for spares on first failure-to-add
NeilBrown
1
-2
/
+1
2011-12-23
md/raid5: ensure correct assessment of drives during degraded reshape.
NeilBrown
1
-4
/
+10
2011-12-23
md/linear: fix hot-add of devices to linear arrays.
NeilBrown
1
-0
/
+1
2011-12-09
md: raid5 crash during degradation
Adam Kwolek
1
-2
/
+2
2011-12-08
md/raid5: never wait for bad-block acks on failed device.
NeilBrown
1
-1
/
+3
2011-12-08
md: ensure new badblocks are handled promptly.
NeilBrown
1
-0
/
+1
2011-12-08
md: bad blocks shouldn't cause a Blocked status on a Faulty device.
NeilBrown
1
-1
/
+2
2011-12-08
md: take a reference to mddev during sysfs access.
NeilBrown
1
-1
/
+18
2011-12-08
md: refine interpretation of "hold_active == UNTIL_IOCTL".
NeilBrown
1
-2
/
+2
2011-11-23
md/lock: ensure updates to page_attrs are properly locked.
NeilBrown
1
-0
/
+4
2011-11-08
md/raid5: STRIPE_ACTIVE has lock semantics, add barriers
Dan Williams
1
-2
/
+2
2011-11-08
md/raid5: abort any pending parity operations when array fails.
NeilBrown
1
-4
/
+8
[next]