summaryrefslogtreecommitdiffstats
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Add stub for validation of partition table file during config parsinghotunplugDoug Ledford2010-04-161-0/+6
* Use the action helper functions in a few more placesDoug Ledford2010-04-161-3/+2
* Modify config parsing and domain struct to use a partition handlerDoug Ledford2010-04-161-8/+13
* Add the table and program options for partition action and make themDoug Ledford2010-04-161-1/+47
* Don't throw away an entire domain because of one bad path. But if itDoug Ledford2010-04-161-5/+25
* Pass the device name to arrays_in_domain along with the domainDoug Ledford2010-04-151-2/+10
* Added sanity checks on DOMAIN lines, add an action_mask valueDoug Ledford2010-04-151-2/+14
* Change the argument to arrays_in_domain so we aren't always recheckingDoug Ledford2010-04-151-7/+2
* Refactor code slightly to improve code reuseDoug Ledford2010-04-141-45/+23
* Initial stab at the config option parsing for new DOMAIN line supportDoug Ledford2010-04-141-1/+246
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-031-2/+16
* Fix segfault when the AUTO keyword is used in the config fileDoug Ledford2010-01-191-1/+10
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown2009-05-111-0/+70
* config: enhance name matching in conf_get_ident.NeilBrown2009-05-111-1/+1
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-111-2/+62
* config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown2009-05-111-5/+40
* Fix tests on ->container and ->memberNeilBrown2009-05-111-1/+1
* conf/assemble: new config line "auto".NeilBrown2009-05-111-2/+63
* config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-111-1/+1
* config: treat "container=" and "member=" and providing the required identity ...NeilBrown2009-04-061-1/+3
* Merge branch 'master' into scratch-3.0NeilBrown2009-01-081-1/+1
|\
| * Fail overtly when asprintf fails to allocate memoryDustin Kirkland2009-01-081-1/+1
* | Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-0/+3
* | config: add containers to the default search listDan Williams2008-11-041-2/+4
* | config: add 'containers' as a DEVICE keywordDan Williams2008-11-041-3/+43
* | config: Support container=uuid as alternative to container=/dev/name in mdadm...NeilBrown2008-11-041-1/+2
* | config: Don't require an array to have a device name.NeilBrown2008-11-041-5/+4
* | Preliminary -As support for container member arraysDan Williams2008-10-281-0/+2
* | trivial warn_unused_result squashingDan Williams2008-10-151-4/+6
* | Add support for assembling specific subarrays.NeilBrown2008-09-181-0/+6
|/
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-281-0/+13
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-7/+7
* config.c include dirent.h instead sys/dir.hmaximilian attems2007-09-241-1/+1
* Add new mode: --incrementalNeil Brown2006-12-211-1/+17
* Default to --auto=yesNeil Brown2006-12-141-0/+1
* Strdup the bitmap file name found in the config fileNeil Brown2006-11-091-1/+1
* Allow a number after --auto=yesNeil Brown2006-10-131-0/+2
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-2/+6
* More consistent honoring of --configfileNeil Brown2006-06-261-15/+21
* Stop map_dev from returning [0:0]Neil Brown2006-06-201-1/+2
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-021-0/+10
* Improve compiling for static binaries.Neil Brown2006-05-291-4/+0
* Initial implementation of auto-assemblyNeil Brown2006-05-261-0/+2
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-191-0/+23
* Improve code for recognising config lines.Neil Brown2006-05-191-12/+19
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Arrange the 'auto' setting in mdadm.conf can choose default type.Neil Brown2006-05-161-12/+17
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-151-27/+121
* Assume "DEVICE partitions" if no DEVICE line present.Neil Brown2006-05-151-1/+5