summaryrefslogtreecommitdiffstats
path: root/Incremental.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run Grow_restart/Grow_continue when assembling the content of a container.NeilBrown2011-03-081-1/+1
* Continue reshape after assembling arrayAdam Kwolek2011-03-021-0/+1
* FIX: Seg Fault in incremental if BBM log detectedKrzysztof Wojcik2011-02-181-1/+3
* Various compile fixes.NeilBrown2011-02-011-3/+6
* Allow domain_test to report that no domains were found.NeilBrown2011-02-011-3/+3
* Incr: don't exclude 'active' devices from auto inclusion in a container.NeilBrown2011-02-011-12/+7
* Incremental: move suitable spares to container when subarrays started.Anna Czarnowska2011-01-051-0/+50
* Consider target only for spare-same-domainPrzemyslaw Czarnowski2010-12-261-1/+2
* Validate size of potential spare disk for external metadata (with containers)Przemyslaw Czarnowski2010-12-261-1/+20
* Skip domain check for spare-same-slotPrzemyslaw Czarnowski2010-12-261-9/+10
* Added test for array degradation for spare-same-slotPrzemyslaw Czarnowski2010-12-261-1/+3
* external: get number of failed disks for containerPrzemyslaw Czarnowski2010-12-261-1/+32
* FIX: Bad block verification during assembling arrayKrzysztof Wojcik2010-12-261-0/+6
* fix: incremental for bare disks returns invalid valuePrzemyslaw Czarnowski2010-12-201-2/+2
* fix: adding spare via incremental do not trigger recoveryPrzemyslaw Czarnowski2010-12-201-0/+9
* Allow --update=devicesize with --re-addNeilBrown2010-12-091-4/+5
* fix: incremental on invalid container causes segfaultHawrylewicz Czarnowski, Przemyslaw2010-12-071-1/+1
* Incremental - avoid including wayward devices.NeilBrown2010-11-281-18/+62
* Incr: reduce the number of times we load data from sysfs.NeilBrown2010-11-251-13/+24
* Add action=spare-same-slot policy.NeilBrown2010-11-221-18/+78
* incr/spare: recheck allowed action for each metadata.NeilBrown2010-11-221-0/+10
* Incr/spare: make sure failure to identify metadata if handled gracefully.NeilBrown2010-11-221-0/+7
* Incr: fix up return value in try_spareNeilBrown2010-11-221-2/+2
* Factor out is_bare test.NeilBrown2010-11-221-19/+29
* extension of IncrementalRemove to store location (path-id) of removed devicePrzemyslaw Czarnowski2010-11-221-0/+9
* Teach IncrementalRemove about containers.NeilBrown2010-11-221-1/+19
* added --path <path_id> to give the information on the 'path-id' of removed de...Przemyslaw Czarnowski2010-11-221-1/+7
* Add must_be_container helper.NeilBrown2010-11-221-4/+1
* Improve type names for mddev_devNeilBrown2010-11-221-2/+2
* Improve mddev_ident type definitions.NeilBrown2010-11-221-8/+8
* Use load_container in Incremental assembly.NeilBrown2010-11-221-32/+76
* Incremental: Factor out search of mdstatNeilBrown2010-11-221-65/+83
* Make Incremental_container staticNeilBrown2010-11-221-2/+6
* Add subarray arg to container_content.NeilBrown2010-11-221-1/+1
* Incremental - fix small bug in count_active.NeilBrown2010-11-221-0/+1
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-8/+8
* Convert 'auto' config line to policy statementsNeilBrown2010-09-061-1/+1
* Add support for auto-partitioning base devices.NeilBrown2010-09-061-1/+139
* First steps to supporting auto-spare-add to groups of partitioned devices.NeilBrown2010-09-061-35/+89
* Add mbr pseudo metadata handler.NeilBrown2010-09-061-1/+3
* Allow --incremental to add a device as a spare if policy allows.NeilBrown2010-09-061-0/+176
* Use action policy to keep recently-disconnected devices in the array.NeilBrown2010-09-061-8/+33
* Introduce single-exit pattern for IncrementalNeilBrown2010-09-061-45/+47
* Allow --incremental to add spares to an array.NeilBrown2010-08-121-7/+8
* Incremental: return success in 'container not enough' caseDan Williams2010-08-101-1/+1
* Add warnings if we ever fail to get a lock on the mapfile.Doug Ledford2010-07-221-2/+6
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-221-1/+10
|\
| * Incremental: restore assembly for inactive containers, block activeDan Williams2010-07-191-1/+10
* | fix: IncrementalRemove leaves open handlePrzemyslaw Czarnowski2010-07-061-1/+4
|/
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-061-0/+5
|\