summaryrefslogtreecommitdiffstats
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-061-2/+6
|\
| * create: Check with OROM limit before setting default chunk sizeDave Jiang2010-06-151-2/+6
* | Create: fix typo in RAID10 default layout message.NeilBrown2010-06-171-1/+1
|/
* Create: cleanup after failed create in duplicated array member caseDan Williams2010-04-191-2/+8
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-071-0/+5
* Create: Improve warning message about booting from v1.xNeilBrown2010-02-011-2/+2
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-12-301-1/+1
|\
| * Introduce MaxSectorDan Williams2009-12-211-1/+1
* | Check partition tables when creating array.Trela, Maciej2009-12-081-3/+14
|/
* Create: warn when creating a raid1 using default metadata.NeilBrown2009-11-191-0/+11
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-171-2/+2
* Increase default chunk size to 512KNeilBrown2009-11-171-1/+8
* conditionally update uuids in the map file after Create()Dan Williams2009-07-311-0/+32
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* wait_for improvement.NeilBrown2009-04-071-2/+2
* Create: round to chunk sizeNeilBrown2009-04-061-0/+2
* Create: fixup 'insert_point', dependent on 'subdevs', for auto-layoutDan Williams2009-02-241-1/+5
* Create: wait_for container creationDan Williams2009-02-241-0/+1
* Create: warn when a metadata format's platform components are missingDan Williams2009-01-201-0/+8
* Create: allow per-metadata default layoutsDan Williams2009-01-201-25/+48
* Create: support autolayout when creating in a DDFNeilBrown2008-12-041-30/+56
* Change 'size' argument to validate_geometry to be sectors, not KNeilBrown2008-12-041-4/+4
* Create: print message when preparing a container.NeilBrown2008-11-281-1/+2
* Tidy error messages for add_to_super failure.NeilBrown2008-11-271-4/+1
* allow add_to_super to return errorsDan Williams2008-11-271-2/+6
* Create: don't wait for device to appear if we didn't actually start the arrayNeilBrown2008-11-071-1/+1
* Wait for name to appear after create/assemble etc.NeilBrown2008-11-041-0/+1
* Create: make sure chosen_name is used for array name generation in CreateNeilBrown2008-11-041-0/+1
* Create: Don't optimise resync as recovery when creating raid5 in a container.NeilBrown2008-11-041-1/+2
* DDF: report member arrays in examine_brief.NeilBrown2008-11-041-1/+1
* Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-041-1/+4
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-4/+6
* Always update mdadm/map when starting an array.NeilBrown2008-11-041-1/+6
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-041-1/+2
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-041-27/+39
* Merge branch 'master' into devel-3.0NeilBrown2008-10-271-1/+1
|\
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-251-1/+1
* | Don't allow spares when creating 'external' arrays.NeilBrown2008-09-181-0/+7
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-56/+36
* | Factor out add-disk codeNeilBrown2008-09-181-5/+1
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-1/+1
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-151-0/+3
* | Factor out test for subarray version string.NeilBrown2008-08-191-1/+1
* | Merge branch 'master' into from-stableNeilBrown2008-08-071-4/+4
|\|
| * Clean up usage of open()Doug Ledford2008-07-241-2/+2
* | Factor common code into new "start_mdmon".NeilBrown2008-07-181-22/+4
* | Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-181-3/+5
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-141-1/+1
* | Print used message in place of "default metadata" message.Neil Brown2008-07-121-3/+21
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-4/+6