summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* mdmon: insist on creating .pid file at startup.NeilBrown2010-02-081-1/+5
* Introduce MaxSectorDan Williams2009-12-211-1/+1
* Add scaffolding for handling md/dev-XXX/recovery_startDan Williams2009-12-211-1/+3
* mdmon: cleanup resync_startDan Williams2009-12-141-13/+6
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-2/+2
* Wait for POLLPRI on /proc or /sys files.NeilBrown2009-04-141-1/+1
* mdmon: fix resync completion detectionDan Williams2009-04-121-2/+4
* mdmon: fix missed 'clean' eventDan Williams2009-02-241-28/+21
* mdmon: pass symbolic name to mdmon instead of device name.NeilBrown2008-11-201-1/+1
* update copyright headersDan Williams2008-10-281-0/+19
* mdmon: terminate cleanDan Williams2008-10-151-6/+38
* trivial warn_unused_result squashingDan Williams2008-10-151-0/+1
* monitor: clean up some debug messagesDan Williams2008-09-151-2/+3
* 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-32/+7
* monitor: don't mark dirty on resync completeDan Williams2008-09-151-1/+1
* monitor: mark clean on active-idleDan Williams2008-09-151-3/+7
* Allow an externally managed array to be marked readonlyNeilBrown2008-08-191-8/+14
* Extra option for set_array_state: you choose dirty or clean.NeilBrown2008-08-191-11/+3
* mdmon: handle failures versus readauto arraysDan Williams2008-08-151-4/+20
* mdmon: use activate spare for re-addDan Williams2008-08-121-3/+8
* imsm: handle degraded->normal transitions in set_diskDan Williams2008-07-241-1/+0
* monitor: call get_resync_start on array shutdown.NeilBrown2008-07-181-0/+1
* mdmon: ping will wait for manage_mon to catch up.NeilBrown2008-07-181-0/+4
* Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-181-1/+1
* mdmon: close possibility of re-marking the metadata dirty on shutdownDan Williams2008-07-141-2/+4
* mdmon: notify metadata of recovery completionDan Williams2008-07-141-0/+4
* Make sure we remove pid file in monitor before manager exits.Neil Brown2008-07-121-1/+1
* Remove some noisy printfs.Neil Brown2008-07-121-1/+1
* Revise message passing code.Neil Brown2008-07-121-1/+2
* Remove mgr_pipe for communicating from manage to monitor.Neil Brown2008-07-121-27/+10
* Remove mon_pipe for communicating from monitor to managerNeil Brown2008-07-121-3/+2
* Handle device removal from containerNeil Brown2008-07-121-43/+0
* mdmon: add debug print statements for profiling mdmonDan Williams2008-06-161-3/+48
* Add DDF code for activate_spareNeil Brown2008-06-121-7/+6
* Support adding a spare to a degraded array.Neil Brown2008-06-121-16/+5
* Some fixes to make failures in ddf get handled properly.Neil Brown2008-06-121-5/+5
* Allow passing metadata update to the monitor.Neil Brown2008-06-121-1/+13
* Change mark_clean to set_array_state.Neil Brown2008-05-271-3/+6
* Discard get_sync_pos. We should be using get_resync_start.Neil Brown2008-05-271-18/+2
* Exit when there are no more arrays to manage.Neil Brown2008-05-271-2/+19
* Remove stopped arrays.Neil Brown2008-05-271-12/+30
* Implement mark_clean for ddf and remove mark_dirty and mark_syncNeil Brown2008-05-271-6/+8
* add infrastructure to receive higher order commands, like remove_deviceDan Williams2008-05-151-5/+61
* when failures happen they should be propagated to all member arraysDan Williams2008-05-151-3/+43
* handle disk failuresDan Williams2008-05-151-17/+29
* Flag arrays for deletion after they have been stopped.Dan Williams2008-05-151-2/+14
* handle resync completionDan Williams2008-05-151-4/+3
* start resync when transitioning from initial readonly stateDan Williams2008-05-151-7/+24
* Merge mdmonNeil Brown2008-05-151-0/+372