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
*
md/raid10: typedef removal: conf_t -> struct r10conf
NeilBrown
2011-10-11
1
-54
/
+54
*
md/raid0: typedef removal: raid0_conf_t -> struct r0conf
NeilBrown
2011-10-11
1
-3
/
+3
*
md: remove typedefs: mirror_info_t -> struct mirror_info
NeilBrown
2011-10-11
1
-6
/
+6
*
md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio
NeilBrown
2011-10-11
1
-34
/
+34
*
md: remove typedefs: mddev_t -> struct mddev
NeilBrown
2011-10-11
1
-27
/
+27
*
md: removing typedefs: mdk_rdev_t -> struct md_rdev
NeilBrown
2011-10-11
1
-18
/
+18
*
md: Avoid waking up a thread after it has been freed.
NeilBrown
2011-09-21
1
-3
/
+2
*
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
2011-09-10
1
-5
/
+8
*
md/raid10: unify handling of write completion.
NeilBrown
2011-09-10
1
-20
/
+18
*
md/raid10: handle further errors during fix_read_error better.
NeilBrown
2011-07-28
1
-15
/
+44
*
md/raid10: Handle read errors during recovery better.
NeilBrown
2011-07-28
1
-33
/
+121
*
md/raid10: simplify read error handling during recovery.
NeilBrown
2011-07-28
1
-5
/
+4
*
md/raid10: record bad blocks due to write errors during resync/recovery.
NeilBrown
2011-07-28
1
-10
/
+23
*
md/raid10: attempt to fix read errors during resync/check
NeilBrown
2011-07-28
1
-4
/
+5
*
md/raid10: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
1
-17
/
+116
*
md/raid10: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
1
-12
/
+89
*
md/raid10: avoid writing to known bad blocks on known bad drives.
NeilBrown
2011-07-28
1
-12
/
+93
*
md/raid10 record bad blocks as needed during recovery.
NeilBrown
2011-07-28
1
-8
/
+32
*
md/raid10: avoid reading known bad blocks during resync/recovery.
NeilBrown
2011-07-28
1
-9
/
+35
*
md/raid10 - avoid reading from known bad blocks - part 3
NeilBrown
2011-07-28
1
-1
/
+6
*
md/raid10: avoid reading from known bad blocks - part 2
NeilBrown
2011-07-28
1
-5
/
+40
*
md/raid10: avoid reading from known bad blocks - part 1
NeilBrown
2011-07-28
1
-16
/
+125
*
md/raid10: Split handle_read_error out from raid10d.
NeilBrown
2011-07-28
1
-57
/
+66
*
md/raid10: simplify/reindent some loops.
NeilBrown
2011-07-28
1
-62
/
+65
*
md: make it easier to wait for bad blocks to be acknowledged.
NeilBrown
2011-07-28
1
-0
/
+3
*
md: don't allow arrays to contain devices with bad blocks.
NeilBrown
2011-07-28
1
-0
/
+8
*
md/raid10: move rdev->corrected_errors counting
Namhyung Kim
2011-07-27
1
-1
/
+1
*
md/raid10: Improve decision on whether to fail a device with a read error.
NeilBrown
2011-07-27
1
-29
/
+28
*
md/raid10: Make use of new recovery_disabled handling
NeilBrown
2011-07-27
1
-26
/
+36
*
md/raid: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2011-07-27
1
-10
/
+13
*
md/raid10: share pages between read and write bio's during recovery
Namhyung Kim
2011-07-18
1
-11
/
+12
*
md/raid10: factor out common bio handling code
Namhyung Kim
2011-07-18
1
-21
/
+23
*
md/raid10: get rid of duplicated conditional expression
Namhyung Kim
2011-07-18
1
-2
/
+1
*
md/raid10: reformat some loops with less indenting.
NeilBrown
2011-05-11
1
-108
/
+120
*
md/raid10: remove unused variable.
NeilBrown
2011-05-11
1
-3
/
+0
*
md/raid10: make more use of 'slot' in raid10d.
NeilBrown
2011-05-11
1
-4
/
+5
*
md/raid10: some tidying up in fix_read_error
NeilBrown
2011-05-11
1
-40
/
+34
*
md: simplify raid10 read_balance
NeilBrown
2011-05-11
1
-66
/
+44
*
md: fix up raid1/raid10 unplugging.
NeilBrown
2011-04-18
1
-14
/
+10
*
md: use new plugging interface for RAID IO.
NeilBrown
2011-04-18
1
-0
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
2011-03-17
1
-2
/
+5
*
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
1
-71
/
+19
|
\
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-68
/
+19
*
|
md: avoid spinlock problem in blk_throtl_exit
NeilBrown
2011-02-21
1
-3
/
+4
|
/
*
FIX: md: process hangs at wait_barrier after 0->10 takeover
Krzysztof Wojcik
2011-02-08
1
-2
/
+4
*
md-new-param-to_sync_page_io
Jonathan Brassow
2011-01-14
1
-6
/
+6
*
md: Fix single printks with multiple KERN_<level>s
Joe Perches
2011-01-14
1
-2
/
+3
*
md: protect against NULL reference when waiting to start a raid10.
NeilBrown
2010-12-09
1
-1
/
+1
*
md: use separate bio pool for each md device.
NeilBrown
2010-10-28
1
-3
/
+4
[next]