summaryrefslogtreecommitdiffstats
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* Assemble: revise detection of 'autoassemble' mode.NeilBrown2008-11-041-1/+3
* Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-1/+90
* Assemble: simplify test for reporting mismatches.NeilBrown2008-11-041-11/+13
* Assemble: block attempts to reassemble container membersDan Williams2008-11-041-0/+25
* Assemble: factor out assemble_container_contentDan Williams2008-11-041-0/+68
* Assemble: revert preliminary -As supportDan Williams2008-11-041-46/+0
* Assemble: replace 'info' with 'content'Dan Williams2008-11-041-80/+82
* Quiet unitialized variable warningsDan Williams2008-11-041-1/+1
* assemble: fix setting of 'foreign' trustability.NeilBrown2008-11-041-0/+7
* Assemble: Fix naming of container devices.NeilBrown2008-11-041-5/+6
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-0/+1
* Always update mdadm/map when starting an array.NeilBrown2008-11-041-1/+10
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-041-1/+2
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-041-51/+25
* assemble: combine the two create_mddev calls in to one.NeilBrown2008-11-041-71/+56
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-041-30/+43
* Rename open_mddev to create_mddevNeilBrown2008-11-041-2/+2
* Preliminary -As support for container member arraysDan Williams2008-10-281-0/+46
* Treat all devices at the container level as sparesDan Williams2008-10-151-1/+1
* trivial warn_unused_result squashingDan Williams2008-10-151-3/+8
* Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-1/+1
* Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-181-6/+25
* Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-181-1/+2
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-28/+8
* Factor out add-disk codeNeilBrown2008-09-181-8/+3
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-1/+1
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-8/+3
* Remove 'major' from superswitch.Neil Brown2008-07-121-4/+4
* Merge branch 'master' into devel-3.0Neil Brown2008-06-191-9/+17
|\
| * Fix bug in forced assemble.Chris Webb2008-06-191-1/+1
| * Avoid NULL reference calling free_super and elsewhere.Neil Brown2008-05-271-5/+7
| * Remove stray semicolonNeil Brown2008-05-271-1/+1
| * Fix autoassemble for stack arrays.Neil Brown2008-05-201-3/+9
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-1/+1
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-13/+6
* | Remove stray semicolonNeil Brown2008-05-271-1/+1
* | Can now mostly assemble DDF arraysNeil Brown2008-05-151-1/+21
* | Start on --assemble support for DDFNeil Brown2008-05-151-2/+34
|/
* Avoid possible null dereference in Assemble.Neil Brown2008-05-151-1/+2
* Some tidy up of 'devices' in assemble.Neil Brown2007-12-141-56/+56
* Don't record oldmajor/oldminor any more during assemble.Neil Brown2007-12-141-3/+0
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-56/+61
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-141-1/+1
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-23/+27
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-36/+26
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-3/+3
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-141-1/+1
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-2/+2
* Change handling for "--assemble --force" when two drives disappeared at once.Neil Brown2006-12-141-1/+21
* Fix and test --update=uuidNeil Brown2006-12-141-4/+8