index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid10.h
Age
Commit message (
Expand
)
Author
2012-08-17
md/raid10: fix problem with on-stack allocation of r10bio structure.
NeilBrown
2012-07-31
MD RAID10: Export md_raid10_congested
Jonathan Brassow
2012-07-31
MD: Move macros from raid1*.h to raid1*.c
Jonathan Brassow
2012-07-31
MD RAID10: rename mirror_info structure
Jonathan Brassow
2012-05-22
md/raid10: add reshape support
NeilBrown
2012-05-20
md/raid10: Introduce 'prev' geometry to support reshape.
NeilBrown
2012-05-20
md/raid10: collect some geometry fields into a dedicated structure.
NeilBrown
2011-12-22
md/raid10: prepare data structures for handling replacement.
NeilBrown
2011-10-11
md: add proper write-congestion reporting to RAID1 and RAID10.
NeilBrown
2011-10-11
md/raid10: typedef removal: conf_t -> struct r10conf
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-07-28
md/raid10: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
md/raid10: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
md/raid10: avoid reading from known bad blocks - part 1
NeilBrown
2011-07-27
md/raid10: Make use of new recovery_disabled handling
NeilBrown
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-06-24
md: fix handling of array level takeover that re-arranges devices.
NeilBrown
2010-05-18
md: Add support for Raid0->Raid10 takeover
Trela, Maciej
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