summaryrefslogtreecommitdiffstats
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* Discard st->container_memberNeil Brown2008-05-271-8/+4
* Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-1/+4
* auto-start mdmon on --createNeil Brown2008-05-271-0/+53
* Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-3/+2
* imsm: create supportDan Williams2008-05-151-2/+2
* Create a container memberNeil Brown2008-05-151-1/+9
* Can now mostly assemble DDF arraysNeil Brown2008-05-151-6/+22
* More ddf stuffNeil Brown2008-05-151-11/+12
* more ddf stuffNeil Brown2008-05-151-5/+48
* Initial DDF support code.Dan Williams2008-05-151-0/+8
* Some support for external metadata.Neil Brown2008-05-151-5/+28
* Change write_init_super to be called only once.Neil Brown2008-05-151-22/+19
* Reduce openning of dev in create.Neil Brown2008-05-151-10/+8
* Add 'container' level and ->validate_geometry method.Neil Brown2008-05-151-21/+35
* Allow creation of a RAID6 with a single missing device.Neil Brown2008-04-281-2/+18
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-38/+38
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-8/+8
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-4/+4
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-2/+2
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-3/+3
* A recent patch broke --create --level=faulty - fix it.Neil Brown2007-11-291-0/+1
* Add some extra consistency checks based on level.Neil Brown2007-10-171-2/+17
* Create.c s/major/major_num/maximilian attems2007-09-241-4/+4
* Enhance raid4 support: --assemble and --monitor wasn't quite happy with it.Doug Ledford2007-07-091-2/+3
* Improve error message when trying to create an array that already exists.Doug Ledford2007-07-091-1/+11
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-211-5/+5
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-141-2/+2
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-13/+1
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-141-1/+2
* Fix bugs related to raid10 and the new offset layout.Neil Brown2006-10-191-1/+1
* Remove partitions from components of an md arrayNeil Brown2006-10-131-0/+1
* Minor improvement in name auto-chosen for version-1 superblocks.Neil Brown2006-08-111-1/+8
* Tidyup automatic name choice for v-1 arraysNeil Brown2006-08-071-2/+9
* More consistent honoring of --configfileNeil Brown2006-06-261-1/+1
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-021-0/+5
* Set default name for v1 array based on device name.Neil Brown2006-05-261-0/+11
* Make homehost information appear in superblock.Neil Brown2006-05-191-2/+2
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-151-3/+0
* Kill old superblocks on create.Neil Brown2006-03-281-0/+2
* Prefer version-1 superblocks for v.large devices.Neil Brown2006-01-311-0/+21
* Enable support for v.large raid1.Neil Brown2006-01-271-10/+10
* Minor fixesNeil Brown2006-01-271-0/+2
* Assorted fixes...Neil Brown2006-01-271-1/+1
* uhm.. assort fixes, particularly for recovery offset...Neil Brown2005-12-161-0/+4
* Support --assume-clean for --createNeil Brown2005-12-051-2/+4
* Support bitmaps with raid10Neil Brown2005-11-221-2/+14
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-111-5/+15
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-3/+3
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-3/+3