summaryrefslogtreecommitdiffstats
path: root/mdadm.h
Commit message (Expand)AuthorAgeFilesLines
* Add stub for validation of partition table file during config parsinghotunplugDoug Ledford2010-04-161-0/+1
* Add check_clean() functionDoug Ledford2010-04-161-0/+1
* Rename *_partition to *_table, fill in a little more meat inDoug Ledford2010-04-161-4/+4
* The new dev_open_check() will be more useable if we pass back theDoug Ledford2010-04-161-1/+1
* Refactor IncrementalNew into two distinct routines, one for wheneverDoug Ledford2010-04-161-1/+1
* Add new helper function dev_open_check() that does the most commonDoug Ledford2010-04-161-0/+1
* Modify config parsing and domain struct to use a partition handlerDoug Ledford2010-04-161-1/+1
* Stub entries for making partition handling be done via an indirectionDoug Ledford2010-04-161-0/+10
* Add some helper functions to make code cleaner lookingDoug Ledford2010-04-161-0/+3
* Add the table and program options for partition action and make themDoug Ledford2010-04-161-0/+8
* Initial support for new disk hot plug actions. Nowhere near complete,Doug Ledford2010-04-151-0/+1
* Pass the device name to arrays_in_domain along with the domainDoug Ledford2010-04-151-1/+2
* Added sanity checks on DOMAIN lines, add an action_mask valueDoug Ledford2010-04-151-0/+1
* Change the argument to arrays_in_domain so we aren't always recheckingDoug Ledford2010-04-151-1/+1
* Refactor code slightly to improve code reuseDoug Ledford2010-04-141-2/+18
* Initial stab at the config option parsing for new DOMAIN line supportDoug Ledford2010-04-141-0/+17
* Fix all the confusion over directories once and for all. We now haveDoug Ledford2010-04-131-20/+21
* Add -fail support to --incrementalNeilBrown2010-04-091-1/+1
* Add mdstat_by_componentNeilBrown2010-04-091-0/+5
* mapfile: if we putting the mapfile in a custom location via ALT_RUN, allowDoug Ledford2010-03-241-0/+3
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-031-1/+2
* allow redefinition of VAR_RUNLuca Berra2010-03-031-0/+11
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-241-0/+4
* mdmon: don't monitor /proc/mounts to decide when to create .pid file.NeilBrown2010-02-081-1/+1
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-041-1/+11
* Having single function to read mdmon pid file.NeilBrown2010-02-041-1/+1
* Merge branch 'klockwork' of git://github.com/djbw/mdadmNeilBrown2009-12-301-0/+7
|\
| * Fix required to enable RAID arrays on SAS disks.Artur Wojcik2009-12-101-0/+7
* | Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-12-301-3/+24
|\ \
| * | imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams2009-12-211-0/+17
| * | Support external metadata recovery-resumeDan Williams2009-12-211-1/+1
| * | Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameterDan Williams2009-12-211-2/+1
| * | Introduce MaxSectorDan Williams2009-12-211-0/+1
| * | Add scaffolding for handling md/dev-XXX/recovery_startDan Williams2009-12-211-1/+5
| |/
* / Check partition tables when creating array.Trela, Maciej2009-12-081-0/+1
|/
* Various fixes for --killNeilBrown2009-11-241-1/+1
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-2/+8
|\
| * Monitor: add option to specify rebuild incrementsZdenek Behan2009-10-191-1/+1
| * mdmon: preserve socket over chrootDan Williams2009-10-131-1/+1
| * Detail: export MD_UUID from mapfileDan Williams2009-10-131-0/+1
| * imsm: add --update=uuid supportDan Williams2009-10-131-0/+5
* | Assemble: print more verbose messages about restarting a reshapeNeilBrown2009-10-201-1/+1
* | Merge branch 'master' into devel-3.1NeilBrown2009-10-011-7/+4
|\|
| * Exmaine/brief: put member arrays after container arrays.NeilBrown2009-08-071-0/+1
| * imsm: fix family number handlingDan Williams2009-07-311-0/+1
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Grow: support restart of new migrations.NeilBrown2009-08-131-1/+2
* | Handle extra 'grow' variations.NeilBrown2009-08-111-0/+4
* | restripe: support saving when not all devices are present.NeilBrown2009-07-141-1/+2
* | Grow: pass layout as a string rather than a number.NeilBrown2009-07-141-1/+1