summaryrefslogtreecommitdiffstats
path: root/Create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Create arrays via metadata-updateNeil Brown2008-07-121-7/+10
* | Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-121-1/+0
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-36/+48
* | Add subarray field to supertype.Neil Brown2008-07-121-3/+3
* | Remove 'major' from superswitch.Neil Brown2008-07-121-10/+15
* | Always assume_clean for raid0, linear, multipath, faultyNeil Brown2008-07-111-0/+2
* | 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