]> git.ipfire.org Git - thirdparty/mdadm.git/history - monitor.c
Revise message passing code.
[thirdparty/mdadm.git] / monitor.c
2008-07-12  Neil BrownRevise message passing code.
2008-07-12  Neil BrownRemove mgr_pipe for communicating from manage to monitor.
2008-07-12  Neil BrownRemove mon_pipe for communicating from monitor to manager
2008-07-12  Neil BrownHandle device removal from container
2008-06-20  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19  Neil BrownMerge branch 'master' into devel-3.0
2008-06-16  Dan Williamsmdmon: add debug print statements for profiling mdmon
2008-06-12  Neil BrownAdd DDF code for activate_spare
2008-06-12  Neil BrownSupport adding a spare to a degraded array.
2008-06-12  Neil BrownSome fixes to make failures in ddf get handled properly.
2008-06-12  Neil BrownAllow passing metadata update to the monitor.
2008-05-26  Neil BrownChange mark_clean to set_array_state.
2008-05-26  Neil BrownDiscard get_sync_pos. We should be using get_resync_start.
2008-05-26  Neil BrownExit when there are no more arrays to manage.
2008-05-26  Neil BrownRemove stopped arrays.
2008-05-26  Neil BrownImplement mark_clean for ddf and remove mark_dirty...
2008-05-15  Dan Williamsadd infrastructure to receive higher order commands...
2008-05-15  Dan Williamswhen failures happen they should be propagated to all...
2008-05-15  Dan Williamshandle disk failures
2008-05-15  Dan WilliamsFlag arrays for deletion after they have been stopped.
2008-05-15  Dan Williamshandle resync completion
2008-05-15  Dan Williamsstart resync when transitioning from initial readonly...
2008-05-15  Neil BrownMerge mdmon