summaryrefslogtreecommitdiffstats
path: root/Monitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Monitor: check spare group is non-NULL before adding to domain listNeilBrown2010-11-231-1/+3
* Monitor: Allow metadata to set minimum size for spare to migrate in.Anna Czarnowska2010-11-221-1/+31
* Monitor: teach spare migration about containersNeilBrown2010-11-221-5/+23
* Monitor: policy based spare migration.NeilBrown2010-11-221-23/+39
* Monitor: split out check_donorNeilBrown2010-11-221-8/+16
* Monitor: split out move_spare in spare migration.NeilBrown2010-11-221-43/+55
* Monior: create struct for holding alert info.NeilBrown2010-11-221-67/+70
* Monitor: use calloc rather than mallocNeilBrown2010-11-221-13/+3
* Monitor: minor optimisation to spare migration.NeilBrown2010-11-221-16/+21
* Monitor: link containers with subarrays in statelistMarcin Labun2010-11-221-0/+36
* Break Monitor into smaller functions.NeilBrown2010-11-221-397/+452
* Monitor: track metadata type or parent/container of arrays.NeilBrown2010-11-221-0/+26
* Monitor: include containers in scan modeAnna Czarnowska2010-11-221-3/+3
* Monitor: avoid skipping checks on external arraysNeilBrown2010-11-221-2/+3
* mdadm: added --no-sharing option for Monitor modeAnna Czarnowska2010-11-221-2/+42
* Monitor: set err on arrays not in mdstatAnna Czarnowska2010-11-221-11/+12
* Improve type names for mddev_devNeilBrown2010-11-221-3/+3
* Improve mddev_ident type definitions.NeilBrown2010-11-221-2/+2
* Compile with -Wextra by defaultNeilBrown2010-08-051-7/+7
* Add --test option to --re-add and similarNeilBrown2010-07-061-3/+3
* Monitor: don't report the disappearance of a faulty device as SpareActive.NeilBrown2010-05-181-0/+1
* 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-071-1/+1
|\|
| * Free mdstat data structures properly.NeilBrown2009-01-071-1/+1
* | fix ->metadata_version checking in Wait()Dan Williams2008-12-031-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-161-0/+88
* | Add ping_monitor() to mdadm --waitDan Williams2008-09-161-4/+8
|/
* Clean up usage of open()Doug Ledford2008-07-251-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