summaryrefslogtreecommitdiffstats
path: root/Monitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Monitor/check_array: Get nr_disks, active_disks and spare_disks from sysfsJes Sorensen2017-05-091-7/+7
* Monitor/check_array: Get array_disks from sysfsJes Sorensen2017-05-091-2/+2
* Monitor/check_array: Get 'failed_disks' from sysfsJes Sorensen2017-05-091-3/+4
* Monitor/check_array: Obtain RAID level from syfsJes Sorensen2017-05-091-3/+3
* Monitor/check_array: Read sysfs entry earlierJes Sorensen2017-05-091-6/+10
* Monitor/check_array: Declate mdinfo instance globallyJes Sorensen2017-05-091-2/+2
* Monitor/check_array: Reduce duplicated error handlingJes Sorensen2017-05-091-24/+15
* Monitor/check_array: Centralize exit pathJes Sorensen2017-05-091-10/+14
* Add sector size as spare selection criterionAlexey Obitotskiy2017-05-091-0/+8
* Allow more spare selection criteriaAlexey Obitotskiy2017-05-091-14/+16
* Monitor: Code is 80 characters per lineJes Sorensen2017-05-081-34/+27
* Monitor: Use md_array_active() instead of manually fiddling in sysfsJes Sorensen2017-05-081-28/+11
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-12/+4
* Retire mdassembleJes Sorensen2017-04-111-3/+0
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-1/+3
* util: Introduce md_get_disk_info()Jes Sorensen2017-03-291-1/+1
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-3/+4
* mdadm/Monitor: Fix NULL pointer dereference when stat2devnm return NULLZhilong Liu2017-03-281-1/+7
* Monitor: release /proc/mdstat fd when no arrays presentTomasz Majchrzak2016-07-211-0/+2
* Monitor: Use sysfs_free() to free object returned by sysfs_read()Jes Sorensen2016-06-101-1/+1
* Fix some type comparison problemsXiao Ni2016-02-081-1/+1
* 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-211-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-221-3/+5
* fix: Monitor sometimes crashesLukasz Dorau2012-01-121-2/+3
* Report raid level type to syslog on RebuildFinished event.Sergey B Kirpichev2011-12-061-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