summaryrefslogtreecommitdiff
path: root/managemon.c
Commit message (Expand)AuthorAge
...
* mdmon: don't mkdir /var/runNeilBrown2010-02-04
* Support external metadata recovery-resumeDan Williams2009-12-21
* Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameterDan Williams2009-12-21
* Add scaffolding for handling md/dev-XXX/recovery_startDan Williams2009-12-21
* mdmon: cleanup resync_startDan Williams2009-12-14
* mdmon: cleanup manage_member() leakDan Williams2009-12-12
* mdmon: avoid writes in the startup path for mdmon on root arraysDan Williams2009-10-13
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-14
* mdmon: allow incremental assembly of containers.NeilBrown2009-03-10
* mdmon: record added disksDan Williams2009-02-24
* mdmon: fix removed disk handlingDan Williams2009-02-24
* update copyright headersDan Williams2008-10-28
* mdmon: wait after trying to killDan Williams2008-10-15
* mdmon: terminate cleanDan Williams2008-10-15
* mdmon: periodically retry to create the socketDan Williams2008-10-15
* Factor out add-disk codeNeilBrown2008-09-18
* mdmon: recreate socket/pid file on SIGHUPDan Williams2008-09-15
* ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-15
* mdmon: resume rebuildDan Williams2008-09-15
* Allow an externally managed array to be marked readonlyNeilBrown2008-08-19
* Factor out test for subarray version string.NeilBrown2008-08-19
* mdadm: add device to a containerDan Williams2008-08-19
* mdmon: remove devices from containerDan Williams2008-08-19
* Make metadata updates from manage to monitor 'synchronous'NeilBrown2008-08-19
* mdmon: allow degraded arrays to be monitoredDan Williams2008-08-15
* mdmon: use 'recover' instead of 'repair' when activating a spareDan Williams2008-08-07
* mdmon: ignore inactive arrays and other manage_new() cleanupsDan Williams2008-08-04
* mdmon: ping will wait for manage_mon to catch up.NeilBrown2008-07-18
* Make sure resync_start is initialised properly and maintained properlyNeil Brown2008-07-18
* mdmon: initialize component_size in manage_newDan Williams2008-07-14
* managemon: don't treat sysfs_add_disk as boolean functionDan Williams2008-07-14
* Improve shutdown for container-based arrays.Neil Brown2008-07-12
* Create arrays via metadata-updateNeil Brown2008-07-12
* Revise message passing code.Neil Brown2008-07-12
* Remove mgr_pipe for communicating from manage to monitor.Neil Brown2008-07-12
* Remove mon_pipe for communicating from monitor to managerNeil Brown2008-07-12
* Handle device removal from containerNeil Brown2008-07-12
* Fix freeing of updates that have been handled by monitor.Neil Brown2008-07-12
* mdmon: add debug print statements for profiling mdmonDan Williams2008-06-16
* Add DDF code for activate_spareNeil Brown2008-06-12
* Support adding a spare to a degraded array.Neil Brown2008-06-12
* Allow passing metadata update to the monitor.Neil Brown2008-06-12
* Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-27
* Discard get_sync_pos. We should be using get_resync_start.Neil Brown2008-05-27
* Exit when there are no more arrays to manage.Neil Brown2008-05-27
* Remove stopped arrays.Neil Brown2008-05-27
* Initialise newly allocated active_array better.Neil Brown2008-05-27
* Discard 'array_list' in mdmonNeil Brown2008-05-27
* close some memory leaksDan Williams2008-05-15