summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.h
Commit message (Expand)AuthorAge
* md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-12
* md/raid1: ensure device failure recorded before write request returns.NeilBrown2015-08-31
* md: make ->congested robust against personality changes.NeilBrown2015-02-04
* md: remove unwanted white space from md.cNeilBrown2014-10-14
* raid1: Rewrite the implementation of iobarrier.majianpeng2013-11-19
* raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2013-11-19
* md/raid1: prevent merging too large requestShaohua Li2012-07-31
* md/raid1: make sequential read detection per disk basedShaohua Li2012-07-31
* MD: Move macros from raid1*.h to raid1*.cJonathan Brassow2012-07-31
* MD RAID1: rename mirror_info structureJonathan Brassow2012-07-31
* md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown2011-12-23
* md: add proper write-congestion reporting to RAID1 and RAID10.NeilBrown2011-10-11
* md/raid1: typedef removal: conf_t -> struct r1confNeilBrown2011-10-11
* md: remove typedefs: mirror_info_t -> struct mirror_infoNeilBrown2011-10-11
* md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bioNeilBrown2011-10-11
* md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown2011-10-11
* md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-11
* md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-11
* md/raid1: add documentation to r1_private_data_s data structure.NeilBrown2011-10-07
* md/raid1: Handle write errors by updating badblock log.NeilBrown2011-07-28
* md/raid1: store behind-write pages in bi_vecs.NeilBrown2011-07-28
* md/raid1: clear bad-block record when write succeeds.NeilBrown2011-07-28
* md/raid1: avoid reading from known bad blocks.NeilBrown2011-07-28
* md: change managed of recovery_disabled.NeilBrown2011-07-27
* MD: raid1 changes to allow use by device mapperJonathan Brassow2011-06-08
* md/raid1: improve handling of pages allocated for write-behind.NeilBrown2011-05-11
* md/raid1: discard unused variable.NeilBrown2010-10-29
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-10
* md/raid1: add takeover support for raid5->raid1NeilBrown2009-12-14
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-16
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-31
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-31