index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid10.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
2008-07-21
1
-8
/
+14
|
\
|
*
md: Make mddev->array_size sector-based.
Andre Noll
2008-07-21
1
-1
/
+1
|
*
rationalise return value for ->hot_add_disk method.
Neil Brown
2008-06-28
1
-5
/
+5
|
*
Support adding a spare to a live md array with external metadata.
Neil Brown
2008-06-28
1
-2
/
+8
*
|
Add bvec_merge_data to handle stacked devices and ->merge_bvec()
Alasdair G Kergon
2008-07-03
1
-7
/
+8
|
/
*
Ensure interrupted recovery completed properly (v1 metadata plus bitmap)
Neil Brown
2008-06-28
1
-0
/
+2
*
md: restart recovery cleanly after device failure.
NeilBrown
2008-05-24
1
-2
/
+12
*
Remove blkdev warning triggered by using md
Neil Brown
2008-05-14
1
-1
/
+3
*
misc: fix integer as NULL pointer warnings
Harvey Harrison
2008-05-08
1
-1
/
+1
*
md: support blocking writes to an array on device failure
Dan Williams
2008-04-30
1
-3
/
+26
*
raid: remove leading TAB on printk messages
Nick Andrew
2008-04-28
1
-2
/
+2
*
md: the md RAID10 resync thread could cause a md RAID10 array deadlock
K.Tanaka
2008-03-04
1
-0
/
+2
*
md: fix possible raid1/raid10 deadlock on read error during resync
NeilBrown
2008-03-04
1
-2
/
+9
*
md: don't attempt read-balancing for raid10 'far' layouts
Keld Simonsen
2008-03-04
1
-3
/
+9
*
md: fix deadlock in md/raid1 and md/raid10 when handling a read error
NeilBrown
2008-03-04
1
-22
/
+40
*
md: change ITERATE_RDEV to rdev_for_each
NeilBrown
2008-02-06
1
-1
/
+1
*
md: allow a maximum extent to be set for resyncing
NeilBrown
2008-02-06
1
-0
/
+3
*
md: Update md bitmap during resync.
NeilBrown
2008-02-06
1
-0
/
+2
*
Add UNPLUG traces to all appropriate places
Alan D. Brunelle
2007-11-09
1
-2
/
+1
*
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
2007-10-16
1
-31
/
+0
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-23
/
+8
*
md: handle writes to broken raid10 arrays gracefully
Arne Redlich
2007-07-31
1
-0
/
+7
*
md: raid10: fix use-after-free of bio
Maik Hampel
2007-07-31
1
-1
/
+2
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-7
/
+7
*
md: change bitmap_unplug and others to void functions
NeilBrown
2007-07-17
1
-2
/
+1
*
md: fix two raid10 bugs
NeilBrown
2007-06-16
1
-0
/
+6
*
[PATCH] md: fix raid10 recovery problem.
NeilBrown
2007-03-01
1
-18
/
+20
*
[PATCH] md: pass down BIO_RW_SYNC in raid{1,10}
Lars Ellenberg
2007-01-11
1
-3
/
+8
*
[PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitly
NeilBrown
2006-12-13
1
-3
/
+3
*
[PATCH] md: fix printk format warnings, seen on powerpc64:
Randy Dunlap
2006-10-28
1
-2
/
+2
*
[PATCH] md: fix calculation of ->degraded for multipath and raid10
NeilBrown
2006-10-21
1
-1
/
+1
*
[PATCH] md: define ->congested_fn for raid1, raid10, and multipath
NeilBrown
2006-10-03
1
-0
/
+22
*
[PATCH] md: Improve locking around error handling
NeilBrown
2006-10-03
1
-4
/
+8
*
[PATCH] md: remove 'working_disks' from raid10 state
NeilBrown
2006-10-03
1
-8
/
+4
*
[PATCH] md: replace magic numbers in sb_dirty with well defined bit flags
NeilBrown
2006-10-03
1
-1
/
+1
*
[PATCH] md: factor out part of raid10d into a separate function.
NeilBrown
2006-10-03
1
-98
/
+115
*
[PATCH] md: include sector number in messages about corrected read errors
NeilBrown
2006-07-10
1
-0
/
+4
*
[PATCH] md: Calculate correct array size for raid10 in new offset mode
NeilBrown
2006-06-26
1
-1
/
+7
*
[PATCH] md: support stripe/offset mode in raid10
NeilBrown
2006-06-26
1
-21
/
+43
*
[PATCH] md: allow checkpoint of recovery with version-1 superblock
NeilBrown
2006-06-26
1
-1
/
+2
*
[PATCH] md: remove arbitrary limit on chunk size
NeilBrown
2006-06-26
1
-1
/
+1
*
[PATCH] md: Fixed refcounting/locking when attempting read error correction i...
NeilBrown
2006-05-01
1
-14
/
+30
*
[PATCH] md: Avoid oops when attempting to fix read errors on raid10
NeilBrown
2006-05-01
1
-1
/
+1
*
BUG_ON() Conversion in md/raid10.c
Eric Sesterhenn
2006-04-02
1
-4
/
+2
*
[PATCH] md: Assorted little md fixes
NeilBrown
2006-02-03
1
-0
/
+2
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-2
/
+2
*
[PATCH] md: count corrected read errors per drive
NeilBrown
2006-01-06
1
-3
/
+8
*
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
2006-01-06
1
-0
/
+1
*
[PATCH] md: fix typo in comment
NeilBrown
2006-01-06
1
-1
/
+1
*
[PATCH] md: define and use safe_put_page for md
NeilBrown
2006-01-06
1
-4
/
+4
[next]