summaryrefslogtreecommitdiffstats
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
* Assemble: factor out assemble_container_contentDan Williams2008-11-041-56/+5
* Quiet unitialized variable warningsDan Williams2008-11-041-4/+3
* Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-041-10/+18
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-0/+7
* config: Support container=uuid as alternative to container=/dev/name in mdadm...NeilBrown2008-11-041-5/+27
* config: Don't require an array to have a device name.NeilBrown2008-11-041-9/+15
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-041-180/+50
* Rename open_mddev to create_mddevNeilBrown2008-11-041-3/+3
* cleanup an unused call to container2devnameDan Williams2008-11-041-19/+0
* Merge branch 'master' into scratch-3.0NeilBrown2008-11-031-2/+3
|\
| * Incremental: change precedence order for autof setting.NeilBrown2008-11-031-3/+4
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-301-13/+30
|\|
| * Incremental: allow assembly of foreign array.NeilBrown2008-10-301-6/+12
| * Incremental: fix setting of 'autof' flag.NeilBrown2008-10-301-4/+10
| * Fix --incremental assembly of partitions arrays.NeilBrown2008-10-301-5/+5
| * Fix NULL pointer oopsDoug Ledford2008-10-301-4/+10
* | Preliminary -As support for container member arraysDan Williams2008-10-281-0/+6
* | Don't try to set_array_info when -I find new devices for an array.NeilBrown2008-09-181-2/+10
* | Add support for assembling specific subarrays.NeilBrown2008-09-181-3/+46
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-2/+2
* | Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-181-18/+38
* | Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-181-1/+1
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-181-56/+93
* | Handle incremental assembly of containers.NeilBrown2008-09-181-2/+11
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-26/+16
* | Factor out add-disk codeNeilBrown2008-09-181-12/+11
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-151-0/+1
* | Factor common code into new "start_mdmon".NeilBrown2008-07-181-22/+3
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-141-1/+1
* | Fix fd comparison in IncrementalNeil Brown2008-07-121-1/+1
* | Remove 'major' from superswitch.Neil Brown2008-07-121-22/+9
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-4/+3
* | Discard st->container_memberNeil Brown2008-05-271-1/+1
* | Start mdmon during incremental assembly of containerNeil Brown2008-05-271-0/+24
* | allow --incremental to reuse devices that already existNeil Brown2008-05-271-0/+41
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-7/+3
* | Set 'metadata_version' for container_member in Incremental_containerDan Williams2008-05-151-0/+23
* | Can now mostly assemble DDF arraysNeil Brown2008-05-151-2/+97
|/
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-051-2/+3
* Unify code into find_free_devnum.Neil Brown2008-05-051-10/+5
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-281-0/+1
* Replace sysarray with mdinfoNeil Brown2007-12-141-11/+12
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-10/+11
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-32/+21
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-13/+13
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-6/+6
* Release 2.6mdadm-2.6Neil Brown2006-12-211-0/+1
* Add new mode: --incrementalNeil Brown2006-12-211-0/+721