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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
md/raid10: simplify the splitting of requests.
NeilBrown
2017-04-11
1
-0
/
+1
*
md/raid10: add failfast handling for reads.
NeilBrown
2016-11-22
1
-0
/
+2
*
raid10: improve random reads performance
Tomasz Majchrzak
2016-07-19
1
-1
/
+2
*
md/raid10: ensure device failure recorded before write request returns.
NeilBrown
2015-08-31
1
-0
/
+6
*
md: make ->congested robust against personality changes.
NeilBrown
2015-02-04
1
-3
/
+0
*
MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)
Jonathan Brassow
2013-02-26
1
-0
/
+5
*
md/raid10: fix problem with on-stack allocation of r10bio structure.
NeilBrown
2012-08-18
1
-1
/
+1
*
MD RAID10: Export md_raid10_congested
Jonathan Brassow
2012-07-31
1
-0
/
+3
*
MD: Move macros from raid1*.h to raid1*.c
Jonathan Brassow
2012-07-31
1
-14
/
+0
*
MD RAID10: rename mirror_info structure
Jonathan Brassow
2012-07-31
1
-3
/
+3
*
md/raid10: add reshape support
NeilBrown
2012-05-22
1
-0
/
+5
*
md/raid10: Introduce 'prev' geometry to support reshape.
NeilBrown
2012-05-21
1
-1
/
+7
*
md/raid10: collect some geometry fields into a dedicated structure.
NeilBrown
2012-05-21
1
-11
/
+12
*
md/raid10: prepare data structures for handling replacement.
NeilBrown
2011-12-23
1
-24
/
+37
*
md: add proper write-congestion reporting to RAID1 and RAID10.
NeilBrown
2011-10-11
1
-1
/
+1
*
md/raid10: typedef removal: conf_t -> struct r10conf
NeilBrown
2011-10-11
1
-3
/
+1
*
md: remove typedefs: mirror_info_t -> struct mirror_info
NeilBrown
2011-10-11
1
-3
/
+1
*
md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio
NeilBrown
2011-10-11
1
-3
/
+1
*
md: remove typedefs: mdk_thread_t -> struct md_thread
NeilBrown
2011-10-11
1
-1
/
+1
*
md: remove typedefs: mddev_t -> struct mddev
NeilBrown
2011-10-11
1
-2
/
+2
*
md: removing typedefs: mdk_rdev_t -> struct md_rdev
NeilBrown
2011-10-11
1
-1
/
+1
*
md/raid10: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
1
-0
/
+1
*
md/raid10: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
1
-0
/
+11
*
md/raid10: avoid reading from known bad blocks - part 1
NeilBrown
2011-07-28
1
-0
/
+4
*
md/raid10: Make use of new recovery_disabled handling
NeilBrown
2011-07-27
1
-0
/
+5
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
md: fix handling of array level takeover that re-arranges devices.
NeilBrown
2010-06-24
1
-5
/
+0
*
md: Add support for Raid0->Raid10 takeover
Trela, Maciej
2010-05-18
1
-0
/
+12
*
md: remove mddev_to_conf "helper" macro
NeilBrown
2009-06-16
1
-6
/
+0
*
md: move lots of #include lines out of .h files and into .c
NeilBrown
2009-03-31
1
-2
/
+0
*
md: move headers out of include/linux/raid/
Christoph Hellwig
2009-03-31
1
-0
/
+123