summaryrefslogtreecommitdiffstats
path: root/mdmon.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-30mdadm: Introduce new array state 'broken' for raid0/linearGuilherme G. Piccoli1-1/+1
2017-10-04mdmon: get safe mode delay file descriptor earlyTomasz Majchrzak1-0/+1
2016-10-07Fix some issues found by clangNeilBrown1-1/+1
2015-02-12Change way of printing name of a processPawel Baldysiak1-2/+1
2013-07-31Fix is_resync_complete for RAID10NeilBrown1-3/+17
2013-06-19Remove lots of unnecessary white space.NeilBrown1-3/+0
2013-05-21pr_err for mdmon.NeilBrown1-0/+3
2013-02-21Discard devnum in favour of devnmNeilBrown1-2/+0
2011-09-06FIX: Mdmon crashes after changing RAID level from 1 to 0Lukasz Dorau1-0/+1
2010-12-16mdmon: when a reshape is detected, add any newly added devices to the array.NeilBrown1-0/+1
2010-05-14mdmon: periodically checkpoint recoveryDan Williams1-0/+9
2010-02-08mdmon: insist on creating .pid file at startup.NeilBrown1-3/+0
2010-02-04mdmon: allow pid to be stored in different directory.NeilBrown1-1/+1
2009-12-14mdmon: cleanup resync_startDan Williams1-5/+2
2009-06-02Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown1-2/+2
2008-10-28update copyright headersDan Williams1-0/+20
2008-10-15mdmon: wait after trying to killDan Williams1-0/+1
2008-10-15mdmon: terminate cleanDan Williams1-0/+1
2008-10-15monitor: protect against CONFIG_LBD=nDan Williams1-0/+11
2008-10-15sysfs: dprintf when we fail to write a sysfs fileDan Williams1-8/+0
2008-09-15mdmon: recreate socket/pid file on SIGHUPDan Williams1-0/+3
2008-08-19Allow an externally managed array to be marked readonlyNeilBrown1-0/+1
2008-07-18mdmon: ping will wait for manage_mon to catch up.NeilBrown1-0/+1
2008-07-18Make sure resync_start is initialised properly and maintained properlyNeil Brown1-0/+1
2008-07-12Create arrays via metadata-updateNeil Brown1-6/+0
2008-07-12Remove mgr_pipe for communicating from manage to monitor.Neil Brown1-0/+1
2008-07-12Hide subordinate superswitch structures.Neil Brown1-2/+0
2008-06-16mdmon: add debug print statements for profiling mdmonDan Williams1-0/+7
2008-06-12Support adding a spare to a degraded array.Neil Brown1-0/+2
2008-06-12Allow passing metadata update to the monitor.Neil Brown1-1/+18
2008-05-27Discard get_sync_pos. We should be using get_resync_start.Neil Brown1-2/+0
2008-05-27Exit when there are no more arrays to manage.Neil Brown1-0/+3
2008-05-27Discard 'array_list' in mdmonNeil Brown1-1/+0
2008-05-15add infrastructure to receive higher order commands, like remove_deviceDan Williams1-0/+1
2008-05-15start resync when transitioning from initial readonly stateDan Williams1-0/+2
2008-05-15Merge mdmonNeil Brown1-0/+41