index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: raid1/raid10: drop pending_cnt
Mariusz Tkaczyk
2022-03-08
1
-1
/
+0
*
md/raid1: enable io accounting
Guoqing Jiang
2021-06-14
1
-0
/
+1
*
md/raid1: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-13
1
-1
/
+1
*
md: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-3
/
+3
*
md: document lifetime of internal rdev pointer.
NeilBrown
2018-02-18
1
-0
/
+12
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
md/raid1: Use a new variable to count flighting sync requests
Xiao Ni
2017-04-27
1
-0
/
+1
*
md/raid1: simplify the splitting of requests.
NeilBrown
2017-04-11
1
-0
/
+2
*
md: raid1: improve write behind
Ming Lei
2017-03-24
1
-3
/
+7
*
RAID1: avoid unnecessary spin locks in I/O barrier code
colyli@suse.de
2017-02-19
1
-15
/
+16
*
RAID1: a new I/O barrier implementation to remove resync window
colyli@suse.de
2017-02-19
1
-24
/
+33
*
md/raid1: add failfast handling for reads.
NeilBrown
2016-11-22
1
-0
/
+1
*
md: define mddev flags, recovery flags and r1bio state bits using enums
NeilBrown
2016-11-09
1
-8
/
+10
*
md-cluster: Use a small window for resync
Goldwyn Rodrigues
2015-10-12
1
-0
/
+7
*
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
2015-08-31
1
-0
/
+5
*
md: make ->congested robust against personality changes.
NeilBrown
2015-02-04
1
-3
/
+0
*
md: remove unwanted white space from md.c
NeilBrown
2014-10-14
1
-2
/
+0
*
raid1: Rewrite the implementation of iobarrier.
majianpeng
2013-11-19
1
-0
/
+14
*
raid1: Add a field array_frozen to indicate whether raid in freeze state.
majianpeng
2013-11-19
1
-0
/
+1
*
md/raid1: prevent merging too large request
Shaohua Li
2012-07-31
1
-0
/
+1
*
md/raid1: make sequential read detection per disk based
Shaohua Li
2012-07-31
1
-6
/
+5
*
MD: Move macros from raid1*.h to raid1*.c
Jonathan Brassow
2012-07-31
1
-14
/
+0
*
MD RAID1: rename mirror_info structure
Jonathan Brassow
2012-07-31
1
-2
/
+2
*
md/raid1: Allocate spare to store replacement devices and their bios.
NeilBrown
2011-12-23
1
-1
/
+6
*
md: add proper write-congestion reporting to RAID1 and RAID10.
NeilBrown
2011-10-11
1
-0
/
+1
*
md/raid1: typedef removal: conf_t -> struct r1conf
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
-9
/
+6
*
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
-4
/
+4
*
md: removing typedefs: mdk_rdev_t -> struct md_rdev
NeilBrown
2011-10-11
1
-1
/
+1
*
md/raid1: add documentation to r1_private_data_s data structure.
NeilBrown
2011-10-07
1
-17
/
+42
*
md/raid1: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
1
-1
/
+2
*
md/raid1: store behind-write pages in bi_vecs.
NeilBrown
2011-07-28
1
-1
/
+1
*
md/raid1: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
1
-1
/
+12
*
md/raid1: avoid reading from known bad blocks.
NeilBrown
2011-07-28
1
-0
/
+4
*
md: change managed of recovery_disabled.
NeilBrown
2011-07-27
1
-0
/
+6
*
MD: raid1 changes to allow use by device mapper
Jonathan Brassow
2011-06-08
1
-0
/
+2
*
md/raid1: improve handling of pages allocated for write-behind.
NeilBrown
2011-05-11
1
-1
/
+3
*
md/raid1: discard unused variable.
NeilBrown
2010-10-29
1
-2
/
+0
*
md: implment REQ_FLUSH/FUA support
Tejun Heo
2010-09-10
1
-2
/
+0
*
md/raid1: add takeover support for raid5->raid1
NeilBrown
2009-12-14
1
-0
/
+5
*
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
/
+134