summaryrefslogtreecommitdiff
path: root/Monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor: don't Wait forever on a 'frozen' array.NeilBrown2015-07-061-2/+10
* mdadm: monitor: fix nullptr dereference when get_md_name() returns NULLSergey Vidishev2015-05-201-1/+9
* Monitor: use the "space protocol" for "Wrong-Level".NeilBrown2015-04-081-1/+1
* Monitor: Obey "space protocol" when writing to syslog.NeilBrown2015-04-081-1/+5
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-23/+10
* Change way of printing name of a processPawel Baldysiak2015-02-121-2/+2
* Monitor: fix for regression with container devicesArtur Paszkiewicz2015-02-111-4/+10
* Monitor: don't open md array that doesn't exist.NeilBrown2014-11-251-1/+22
* Monitor: Stop monitoring devices that have disappeared.NeilBrown2014-08-141-6/+18
* New function: sysfs_waitNeilBrown2013-07-011-8/+2
* Remove lots of unnecessary white space.NeilBrown2013-06-191-7/+5
* Wait: also wait if an action is about to start.NeilBrown2013-05-011-0/+13
* Discard devnum in favour of devnmNeilBrown2013-02-211-46/+45
* Allow --wait to wait for delayed resync.NeilBrown2012-11-221-1/+1
* Monitor: don't complain about non-monitorable arrays in mdadm.confNeilBrown2012-10-241-1/+3
* Change Monitor to take a struct contextNeilBrown2012-07-091-13/+14
* Remove scattered checks for malloc success.NeilBrown2012-07-091-15/+9
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-12/+12
* Monitor: fix reporting for Fail vs FailSpare etc.NeilBrown2012-06-041-27/+12
* Monitor: Report NewArray when an array the disappeared, reappears.NeilBrown2012-06-041-2/+7
* Monitor: fix inconsistencies in values for ->percentNeilBrown2012-06-041-5/+5
* Monitor: Allow correct monitoring of more member devices.NeilBrown2012-06-041-12/+7
* Add --prefer option for --detail and --monitorNeilBrown2012-04-181-7/+11
* Use MDMON_DIR for pid files created in Monitor.cJes Sorensen2012-02-231-3/+5
* fix: Monitor sometimes crashesLukasz Dorau2012-01-121-2/+3
* Report raid level type to syslog on RebuildFinished event.Sergey B Kirpichev2011-12-071-1/+2
* Monitor(): free allocated memory on exitJes Sorensen2011-11-021-0/+6
* Check all member devices in enough_fdNeilBrown2011-05-231-2/+8
* Monitor: avoid NULL dereference with 0.90 metadataJonathan Liu2011-04-131-1/+2
* mdadm: respect --syslog in monitor modeMike Frysinger2011-04-111-2/+2
* Monitor: avoid NULL dereference with 0.90 metadataNeilBrown2011-04-051-1/+2
* Move WaitClean from sysfs to Monitor.cNeilBrown2011-04-051-0/+102
* Monitor: handle v.quick removal of devices better.NeilBrown2011-03-221-1/+1
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-181-1/+1
* Various compile fixes.NeilBrown2011-02-011-1/+2
* Allow domain_test to report that no domains were found.NeilBrown2011-02-011-1/+1
* Monitor: do not move partitions to external containerCzarnowska, Anna2011-02-011-0/+4
* Monitor: avoid adding too many spares to containerCzarnowska, Anna2011-01-281-3/+30
* fix: Monitor: min_size must be set to 0Czarnowska, Anna2011-01-171-1/+3
* fix: segfault if subarray is monitored but container is notCzarnowska, Anna2011-01-171-0/+5
* Monitor: skip array if error getting sizeAnna Czarnowska2011-01-121-8/+13
* move_spare function modified and moved to Manage.cAnna Czarnowska2011-01-051-47/+4
* Use one function chosing spares from containerAnna Czarnowska2011-01-051-38/+13
* Monitor: Check destination array domain early.Marcin Labun2010-12-211-6/+8
* fix: Monitor doesn't return after starting daemonAnna Czarnowska2010-12-151-4/+12
* Allow --update=devicesize with --re-addNeilBrown2010-12-091-3/+3
* Monitor: don't add more spares than neededAnna Czarnowska2010-12-031-1/+22
* Monitor: only get min_size onceAnna Czarnowska2010-12-031-8/+8
* Monitor: pass statelist reference when adding new arraysAnna Czarnowska2010-12-031-5/+5
* Monitor: array that has disappeared doesn't need sparesAnna Czarnowska2010-11-291-1/+1