summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAge
* Wait for name to appear after create/assemble etc.NeilBrown2008-11-04
* Assemble: we were missing a 'close'NeilBrown2008-11-04
* Assemble: revise detection of 'autoassemble' mode.NeilBrown2008-11-04
* Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-04
* Assemble: simplify test for reporting mismatches.NeilBrown2008-11-04
* Assemble: block attempts to reassemble container membersDan Williams2008-11-04
* Assemble: factor out assemble_container_contentDan Williams2008-11-04
* Assemble: revert preliminary -As supportDan Williams2008-11-04
* Assemble: replace 'info' with 'content'Dan Williams2008-11-04
* Quiet unitialized variable warningsDan Williams2008-11-04
* assemble: fix setting of 'foreign' trustability.NeilBrown2008-11-04
* Assemble: Fix naming of container devices.NeilBrown2008-11-04
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-04
* Always update mdadm/map when starting an array.NeilBrown2008-11-04
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-04
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-04
* assemble: combine the two create_mddev calls in to one.NeilBrown2008-11-04
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-04
* Rename open_mddev to create_mddevNeilBrown2008-11-04
* Preliminary -As support for container member arraysDan Williams2008-10-28
* Treat all devices at the container level as sparesDan Williams2008-10-15
* trivial warn_unused_result squashingDan Williams2008-10-15
* Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-18
* Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-18
* Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-18
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-18
* Factor out add-disk codeNeilBrown2008-09-18
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-18
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* Remove 'major' from superswitch.Neil Brown2008-07-12
* Merge branch 'master' into devel-3.0Neil Brown2008-06-19
|\
| * Fix bug in forced assemble.Chris Webb2008-06-19
| * Avoid NULL reference calling free_super and elsewhere.Neil Brown2008-05-27
| * Remove stray semicolonNeil Brown2008-05-27
| * Fix autoassemble for stack arrays.Neil Brown2008-05-20
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-27
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-27
* | Remove stray semicolonNeil Brown2008-05-27
* | Can now mostly assemble DDF arraysNeil Brown2008-05-15
* | Start on --assemble support for DDFNeil Brown2008-05-15
|/
* Avoid possible null dereference in Assemble.Neil Brown2008-05-15
* Some tidy up of 'devices' in assemble.Neil Brown2007-12-14
* Don't record oldmajor/oldminor any more during assemble.Neil Brown2007-12-14
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-14
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14