summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAge
...
* Create: cleanup/unify default geometry handlingDan Williams2010-11-23
* Replace various load_super calls with load_containerNeilBrown2010-11-22
* Improve type names for mddev_devNeilBrown2010-11-22
* Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-22
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-06
|\
| * create: Check with OROM limit before setting default chunk sizeDave Jiang2010-06-15
* | Create: fix typo in RAID10 default layout message.NeilBrown2010-06-17
|/
* Create: cleanup after failed create in duplicated array member caseDan Williams2010-04-19
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-07
* Create: Improve warning message about booting from v1.xNeilBrown2010-02-01
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-12-30
|\
| * Introduce MaxSectorDan Williams2009-12-21
* | Check partition tables when creating array.Trela, Maciej2009-12-08
|/
* Create: warn when creating a raid1 using default metadata.NeilBrown2009-11-19
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-17
* Increase default chunk size to 512KNeilBrown2009-11-17
* 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