index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.h
Age
Commit message (
Expand
)
Author
2015-02-04
md: make ->congested robust against personality changes.
NeilBrown
2014-10-14
md: remove unwanted white space from md.c
NeilBrown
2013-11-19
raid1: Rewrite the implementation of iobarrier.
majianpeng
2013-11-19
raid1: Add a field array_frozen to indicate whether raid in freeze state.
majianpeng
2012-07-31
md/raid1: prevent merging too large request
Shaohua Li
2012-07-31
md/raid1: make sequential read detection per disk based
Shaohua Li
2012-07-31
MD: Move macros from raid1*.h to raid1*.c
Jonathan Brassow
2012-07-31
MD RAID1: rename mirror_info structure
Jonathan Brassow
2011-12-23
md/raid1: Allocate spare to store replacement devices and their bios.
NeilBrown
2011-10-11
md: add proper write-congestion reporting to RAID1 and RAID10.
NeilBrown
2011-10-11
md/raid1: typedef removal: conf_t -> struct r1conf
NeilBrown
2011-10-11
md: remove typedefs: mirror_info_t -> struct mirror_info
NeilBrown
2011-10-11
md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio
NeilBrown
2011-10-11
md: remove typedefs: mdk_thread_t -> struct md_thread
NeilBrown
2011-10-11
md: remove typedefs: mddev_t -> struct mddev
NeilBrown
2011-10-11
md: removing typedefs: mdk_rdev_t -> struct md_rdev
NeilBrown
2011-10-07
md/raid1: add documentation to r1_private_data_s data structure.
NeilBrown
2011-07-28
md/raid1: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
md/raid1: store behind-write pages in bi_vecs.
NeilBrown
2011-07-28
md/raid1: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
md/raid1: avoid reading from known bad blocks.
NeilBrown
2011-07-27
md: change managed of recovery_disabled.
NeilBrown
2011-06-08
MD: raid1 changes to allow use by device mapper
Jonathan Brassow
2011-05-11
md/raid1: improve handling of pages allocated for write-behind.
NeilBrown
2010-10-29
md/raid1: discard unused variable.
NeilBrown
2010-09-10
md: implment REQ_FLUSH/FUA support
Tejun Heo
2009-12-14
md/raid1: add takeover support for raid5->raid1
NeilBrown
2009-06-16
md: remove mddev_to_conf "helper" macro
NeilBrown
2009-03-31
md: move lots of #include lines out of .h files and into .c
NeilBrown
2009-03-31
md: move headers out of include/linux/raid/
Christoph Hellwig