summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A kernel patch needed to add a spare to an active external-metadata arraydevelNeil Brown2008-06-121-0/+199
* Add DDF code for activate_spareNeil Brown2008-06-124-12/+245
* Support adding a spare to a degraded array.Neil Brown2008-06-124-20/+96
* Some fixes to make failures in ddf get handled properly.Neil Brown2008-06-122-7/+7
* 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-126-7/+80
* 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
* Don't ignore errors in sysfs_add_disk.Neil Brown2008-06-121-5/+6
* Fix some stuff.Neil Brown2008-05-271-3/+9
* Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-274-19/+24
* Discard st->container_memberNeil Brown2008-05-274-14/+12
* Remove st->text_version in favour of info->text_versionNeil Brown2008-05-276-30/+30
* Change mark_clean to set_array_state.Neil Brown2008-05-274-23/+39
* Discard get_sync_pos. We should be using get_resync_start.Neil Brown2008-05-273-23/+3
* Start mdmon during incremental assembly of containerNeil Brown2008-05-272-0/+25
* allow --incremental to reuse devices that already existNeil Brown2008-05-272-1/+43
* auto-start mdmon on --createNeil Brown2008-05-273-15/+132
* Exit when there are no more arrays to manage.Neil Brown2008-05-275-3/+39
* Remove supertype->devfdNeil Brown2008-05-272-2/+1
* Remove stopped arrays.Neil Brown2008-05-275-24/+76
* Set status of devices in ddf.Neil Brown2008-05-272-20/+179
* Implement mark_clean for ddf and remove mark_dirty and mark_syncNeil Brown2008-05-274-62/+42
* Initialise newly allocated active_array better.Neil Brown2008-05-271-0/+2
* Discard 'array_list' in mdmonNeil Brown2008-05-273-6/+3
* 'errno' is a positive number, not negative.Neil Brown2008-05-271-1/+1
* Remember to close directories when we are finished with them.Neil Brown2008-05-272-1/+5
* Alway use a unique file name for opendevNeil Brown2008-05-271-1/+2
* Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-275-25/+13
* Remove stray semicolonNeil Brown2008-05-271-1/+1
* Fix some initialisations...Neil Brown2008-05-151-0/+4
* close some memory leaksDan Williams2008-05-152-0/+4
* add infrastructure to receive higher order commands, like remove_deviceDan Williams2008-05-156-24/+125
* start fleshing out socket code, ping monitor to see if it is aliveDan Williams2008-05-154-9/+83
* when failures happen they should be propagated to all member arraysDan Williams2008-05-151-3/+43
* handle disk failuresDan Williams2008-05-154-21/+78
* imsm: update metadata for dirty -> clean or resync -> idle eventsDan Williams2008-05-151-2/+175
* keep member disk fd(s) for updatesDan Williams2008-05-152-2/+2
* Flag arrays for deletion after they have been stopped.Dan Williams2008-05-152-16/+44
* handle resync completionDan Williams2008-05-154-4/+16
* Add mdmon functions to super-intel.Neil Brown2008-05-151-0/+35
* start resync when transitioning from initial readonly stateDan Williams2008-05-153-7/+27
* Merge mdmonNeil Brown2008-05-159-19/+1101
* handle Manage_subdevs() for 'external' arraysDan Williams2008-05-156-5/+382
* set resync_start in Incremental_containerDan Williams2008-05-153-0/+7
* imsm: create supportDan Williams2008-05-151-2/+2
* imsm: assemble raid devicesDan Williams2008-05-151-12/+123
* Set 'metadata_version' for container_member in Incremental_containerDan Williams2008-05-153-0/+25