summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAge
* conditionally update uuids in the map file after Create()Dan Williams2009-07-31
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* wait_for improvement.NeilBrown2009-04-07
* Create: round to chunk sizeNeilBrown2009-04-06
* Create: fixup 'insert_point', dependent on 'subdevs', for auto-layoutDan Williams2009-02-24
* Create: wait_for container creationDan Williams2009-02-24
* Create: warn when a metadata format's platform components are missingDan Williams2009-01-20
* Create: allow per-metadata default layoutsDan Williams2009-01-20
* Create: support autolayout when creating in a DDFNeilBrown2008-12-04
* Change 'size' argument to validate_geometry to be sectors, not KNeilBrown2008-12-04
* Create: print message when preparing a container.NeilBrown2008-11-28
* Tidy error messages for add_to_super failure.NeilBrown2008-11-27
* allow add_to_super to return errorsDan Williams2008-11-27
* Create: don't wait for device to appear if we didn't actually start the arrayNeilBrown2008-11-07
* Wait for name to appear after create/assemble etc.NeilBrown2008-11-04
* Create: make sure chosen_name is used for array name generation in CreateNeilBrown2008-11-04
* Create: Don't optimise resync as recovery when creating raid5 in a container.NeilBrown2008-11-04
* DDF: report member arrays in examine_brief.NeilBrown2008-11-04
* Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-04
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-04
* Always update mdadm/map when starting an array.NeilBrown2008-11-04
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-04
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-04
* Merge branch 'master' into devel-3.0NeilBrown2008-10-27
|\
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-25
* | Don't allow spares when creating 'external' arrays.NeilBrown2008-09-18
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-18
* | Factor out add-disk codeNeilBrown2008-09-18
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-18
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-15
* | Factor out test for subarray version string.NeilBrown2008-08-19
* | Merge branch 'master' into from-stableNeilBrown2008-08-07
|\|
| * Clean up usage of open()Doug Ledford2008-07-24
* | Factor common code into new "start_mdmon".NeilBrown2008-07-18
* | Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-18
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-14
* | Print used message in place of "default metadata" message.Neil Brown2008-07-12
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-12
* | Create arrays via metadata-updateNeil Brown2008-07-12
* | Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-12
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* | Add subarray field to supertype.Neil Brown2008-07-12
* | Remove 'major' from superswitch.Neil Brown2008-07-12
* | Always assume_clean for raid0, linear, multipath, faultyNeil Brown2008-07-11
* | Discard st->container_memberNeil Brown2008-05-27
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-27
* | auto-start mdmon on --createNeil Brown2008-05-27
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-27
* | imsm: create supportDan Williams2008-05-15
* | Create a container memberNeil Brown2008-05-15