summaryrefslogtreecommitdiffstats
path: root/managemon.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-2/+2
* incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-141-1/+1
* mdmon: allow incremental assembly of containers.NeilBrown2009-03-101-0/+21
* mdmon: record added disksDan Williams2009-02-241-2/+13
* mdmon: fix removed disk handlingDan Williams2009-02-241-7/+10
* update copyright headersDan Williams2008-10-281-0/+19
* mdmon: wait after trying to killDan Williams2008-10-151-7/+1
* mdmon: terminate cleanDan Williams2008-10-151-1/+5
* mdmon: periodically retry to create the socketDan Williams2008-10-151-4/+12
* Factor out add-disk codeNeilBrown2008-09-181-1/+5
* mdmon: recreate socket/pid file on SIGHUPDan Williams2008-09-151-0/+8
* ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-151-4/+13
* mdmon: resume rebuildDan Williams2008-09-151-1/+6
* Allow an externally managed array to be marked readonlyNeilBrown2008-08-191-0/+1
* Factor out test for subarray version string.NeilBrown2008-08-191-1/+2
* mdadm: add device to a containerDan Williams2008-08-191-0/+38
* mdmon: remove devices from containerDan Williams2008-08-191-1/+24
* Make metadata updates from manage to monitor 'synchronous'NeilBrown2008-08-191-18/+25
* mdmon: allow degraded arrays to be monitoredDan Williams2008-08-151-3/+8
* mdmon: use 'recover' instead of 'repair' when activating a spareDan Williams2008-08-071-1/+1
* mdmon: ignore inactive arrays and other manage_new() cleanupsDan Williams2008-08-041-23/+49
* mdmon: ping will wait for manage_mon to catch up.NeilBrown2008-07-181-0/+8
* Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-181-1/+1
* mdmon: initialize component_size in manage_newDan Williams2008-07-141-1/+2
* managemon: don't treat sysfs_add_disk as boolean functionDan Williams2008-07-141-1/+1
* Improve shutdown for container-based arrays.Neil Brown2008-07-121-1/+1
* Create arrays via metadata-updateNeil Brown2008-07-121-4/+18
* Revise message passing code.Neil Brown2008-07-121-12/+6
* Remove mgr_pipe for communicating from manage to monitor.Neil Brown2008-07-121-37/+14
* Remove mon_pipe for communicating from monitor to managerNeil Brown2008-07-121-1/+0
* Handle device removal from containerNeil Brown2008-07-121-8/+0
* Fix freeing of updates that have been handled by monitor.Neil Brown2008-07-121-1/+3
* mdmon: add debug print statements for profiling mdmonDan Williams2008-06-161-0/+3
* Add DDF code for activate_spareNeil Brown2008-06-121-3/+7
* Support adding a spare to a degraded array.Neil Brown2008-06-121-4/+80
* Allow passing metadata update to the monitor.Neil Brown2008-06-121-0/+41
* Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-271-6/+2
* Discard get_sync_pos. We should be using get_resync_start.Neil Brown2008-05-271-3/+1
* Exit when there are no more arrays to manage.Neil Brown2008-05-271-0/+6
* Remove stopped arrays.Neil Brown2008-05-271-9/+36
* Initialise newly allocated active_array better.Neil Brown2008-05-271-0/+2
* Discard 'array_list' in mdmonNeil Brown2008-05-271-4/+3
* close some memory leaksDan Williams2008-05-151-0/+3
* add infrastructure to receive higher order commands, like remove_deviceDan Williams2008-05-151-8/+40
* start fleshing out socket code, ping monitor to see if it is aliveDan Williams2008-05-151-2/+26
* Flag arrays for deletion after they have been stopped.Dan Williams2008-05-151-14/+30
* start resync when transitioning from initial readonly stateDan Williams2008-05-151-0/+1
* Merge mdmonNeil Brown2008-05-151-0/+309