summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-181-1/+1
* Warn the user about too small array sizeKrzysztof Wojcik2011-03-141-3/+3
* Fix chunksize defaulting.NeilBrown2011-03-091-2/+9
* Partitions could be meaningful on single-drive RAID0Krzysztof Wojcik2011-02-271-1/+2
* set default chunk in validate_geometryCzarnowska, Anna2011-02-221-11/+14
* fix: memory leak in CreateCzarnowska, Anna2011-02-211-1/+3
* Call free_super earlier when creating an array.NeilBrown2011-01-311-2/+1
* Create/grow: improve checks on number of devices.NeilBrown2010-12-011-2/+10
* Create: report failure if array cannot be started.NeilBrown2010-12-011-4/+11
* Create: cleanup/unify default geometry handlingDan Williams2010-11-231-15/+6
* Replace various load_super calls with load_containerNeilBrown2010-11-221-5/+5
* Improve type names for mddev_devNeilBrown2010-11-221-3/+3
* Create: user container_dev rather than subarray for some tests.NeilBrown2010-11-221-3/+4
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-4/+4
* 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
|\