index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.h
Age
Commit message (
Expand
)
Author
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