summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'major' from superswitch.Neil Brown2008-07-121-4/+0
* Assorted cleanups to DDFNeil Brown2008-07-121-132/+157
* Always zero a struct ddf_super on allocation.Neil Brown2008-07-121-0/+1
* Always initialise a struct super_type to zeroNeil Brown2008-07-121-0/+3
* Fix freeing of updates that have been handled by monitor.Neil Brown2008-07-121-2/+2
* ddf: fix up validate_geometry to ignore other containersDan Williams2008-06-131-3/+3
* ddf: fix 'ddf' pointer corruptionDan Williams2008-06-131-2/+2
* ddf: convert size paramter to sectors when calling avail_size_ddfDan Williams2008-06-131-1/+1
* Add DDF code for activate_spareNeil Brown2008-06-121-2/+231
* Some fixes to make failures in ddf get handled properly.Neil Brown2008-06-121-2/+2
* Correctly set resync_start when creating an array.Neil Brown2008-06-121-0/+8
* DDF: Update array state and disk state properly when adding to a BVDNeil Brown2008-06-121-8/+36
* super method for updating ddf metadata.Neil Brown2008-06-121-9/+129
* Allow passing metadata update to the monitor.Neil Brown2008-06-121-2/+2
* Store and recover spare_assign info in DDF.Neil Brown2008-06-121-8/+24
* Add mppe and conf_rec_len to struct super_ddfNeil Brown2008-06-121-30/+24
* Fix some stuff.Neil Brown2008-05-271-3/+9
* Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-271-10/+16
* Discard st->container_memberNeil Brown2008-05-271-3/+3
* Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-4/+6
* Change mark_clean to set_array_state.Neil Brown2008-05-271-7/+20
* Start mdmon during incremental assembly of containerNeil Brown2008-05-271-0/+1
* allow --incremental to reuse devices that already existNeil Brown2008-05-271-1/+2
* Set status of devices in ddf.Neil Brown2008-05-271-20/+171
* Implement mark_clean for ddf and remove mark_dirty and mark_syncNeil Brown2008-05-271-13/+21
* Fix some initialisations...Neil Brown2008-05-151-0/+4
* handle disk failuresDan Williams2008-05-151-1/+1
* keep member disk fd(s) for updatesDan Williams2008-05-151-1/+1
* handle resync completionDan Williams2008-05-151-0/+6
* Merge mdmonNeil Brown2008-05-151-1/+38
* Set 'metadata_version' for container_member in Incremental_containerDan Williams2008-05-151-0/+1
* Create a container memberNeil Brown2008-05-151-1/+4
* Can now mostly assemble DDF arraysNeil Brown2008-05-151-8/+168
* Start on --assemble support for DDFNeil Brown2008-05-151-2/+38
* more ddf stuffNeil Brown2008-05-151-29/+381
* Initial DDF support code.Dan Williams2008-05-151-0/+1987
* Explain the read-balancing algorithm for RAID1 better in md.4Iustin Pop2007-09-111-0/+0
* Fix problem with add a device to a 1.x array created with older mdadm.Neil Brown2007-08-201-0/+0