summaryrefslogtreecommitdiffstats
path: root/Monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor: add option to specify rebuild incrementsZdenek Behan2009-10-191-13/+13
* Monitor: use pclose rather than fcloseNeilBrown2009-07-101-1/+1
* Merge branch 'master' into devel-3.0NeilBrown2009-06-021-5/+14
|\
| * Monitor: support spare-group manipulation for 1.x metadata.NeilBrown2009-05-121-5/+14
* | Move WaitClean from Monitor.c to sysfs.cNeilBrown2009-06-021-104/+0
* | Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Monitor: don't get confused if utime is never set.NeilBrown2009-06-021-0/+4
* | config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown2009-05-111-1/+7
* | config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-111-0/+2
* | Wait for POLLPRI on /proc or /sys files.NeilBrown2009-04-141-1/+1
* | Merge branch 'master' in devel-3.0NeilBrown2009-03-101-0/+2
|\|
| * Monitor: send --test message for arrays in /proc/mdstat that aren't in mdadm....NeilBrown2009-02-051-0/+2
* | Merge branch 'master' into scratch-3.0NeilBrown2009-01-081-1/+1
|\|
| * Free mdstat data structures properly.NeilBrown2009-01-081-1/+1
* | fix ->metadata_version checking in Wait()Dan Williams2008-12-021-1/+1
* | config: Don't require an array to have a device name.NeilBrown2008-11-041-1/+4
* | quiet WaitClean()Dan Williams2008-10-151-5/+7
* | Extend --wait-clean to checkpoint resyncDan Williams2008-10-151-0/+3
* | --wait-clean: shorten timeoutDan Williams2008-10-151-12/+23
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+88
* | Add ping_monitor() to mdadm --waitDan Williams2008-09-151-4/+8
|/
* Clean up usage of open()Doug Ledford2008-07-241-1/+1
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-281-0/+1
* Replace sysarray with mdinfoNeil Brown2007-12-141-1/+1
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-9/+9
* Monitor.c s/MAXINT/INT_MAX/gmaximilian attems2007-09-271-6/+6
* Monitor.c include signal.h directlymaximilian attems2007-09-271-1/+1
* Enhance raid4 support: --assemble and --monitor wasn't quite happy with it.Doug Ledford2007-07-091-5/+6
* Mark some files FD_CLOEXEC to protect sendmail from them.Doug Ledford2007-07-091-0/+1
* Fix spare migration and other problems with --monitor.Neil Brown2007-07-091-0/+1
* Fix a bug that was causing incorrect warning from --monitor.Neil Brown2007-02-221-1/+1
* Release 2.6mdadm-2.6Neil Brown2006-12-211-1/+1
* Add new mode: --incrementalNeil Brown2006-12-211-1/+1
* Don't hold md device open for so long in --monitor modeNeil Brown2006-12-141-4/+20
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-141-3/+19
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-141-0/+35
* More consistent honoring of --configfileNeil Brown2006-06-261-6/+6
* Fix user-after-free bug in error path in --monitor mode.Neil Brown2006-06-261-1/+1
* Fix typo in mail message from --monitorNeil Brown2006-06-021-1/+1
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+1
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-261-0/+1
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Add a copy of /proc/mdstat to the mail message send by mdadm --monitor.Neil Brown2006-05-191-0/+11
* Arrange that SparesMissing events generate an email too.Neil Brown2006-05-151-1/+3
* Support 'mailfrom' line in mdadm.conf so the From: line in alert emails can b...Neil Brown2006-05-151-18/+24
* Reduce dependance on MD_SB_DISKSNeil Brown2006-03-281-7/+17
* Create missing /dev files where needed.Neil Brown2006-03-281-2/+2
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-311-1/+1
* syslog support for monitor modeNeil Brown2005-12-051-18/+45
* Report which device failed in a Fail message.Neil Brown2005-12-051-0/+3