summaryrefslogtreecommitdiff
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* Create: round off size for RAID1 arrays.NeilBrown2012-03-221-0/+13
* Create: reduce the verbosity of 'default_layout'.NeilBrown2012-03-081-1/+1
* Print error message if failing to write super for 1.x metadataJes Sorensen2012-02-231-3/+0
* FIX: Verify if array name doesn't exist alreadyAdam Kwolek2011-12-231-0/+12
* Create() check malloc() return valueJes Sorensen2011-10-221-0/+4
* Create() don't leave the lock hanging on errorJes Sorensen2011-10-221-5/+8
* Create: improve messages from validate_geometry.NeilBrown2011-09-211-4/+14
* imsm: getinfo_super_imsm_volume() doesn't fill all disk informationNeilBrown2011-07-141-9/+0
* FIX: Cannot create volumeAdam Kwolek2011-06-141-1/+9
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-081-1/+1
* Restore ability to create imsm array from specific devices.NeilBrown2011-05-231-1/+7
* Create: add error checking for 'write_init_super'.NeilBrown2011-05-111-1/+7
* Create: give better error message if member device unusable.NeilBrown2011-05-101-0/+16
* Create: allow chunksize to be non-power-of-2.NeilBrown2011-05-101-0/+4
* Create: fix size after setting default chunkCzarnowska, Anna2011-04-051-7/+18
* Create: check for UnSet when looking at chunkCzarnowska, Anna2011-04-051-2/+2
* 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