summaryrefslogtreecommitdiff
path: root/Monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor/msg: Don't print error message if mdmon doesn't runMariusz Tkaczyk2017-11-211-4/+5
* Monitor: Check redundancy for arraysMariusz Tkaczyk2017-10-021-4/+4
* Monitor: Include containers in spare migrationMariusz Tkaczyk2017-08-161-1/+1
* Monitor: containers don't have the same sysfs properties as arraysMariusz Tkaczyk2017-08-161-18/+28
* Monitor: don't assume mdadm parameter is a block deviceTomasz Majchrzak2017-07-101-2/+11
* Get failed disk count from array stateTomasz Majchrzak2017-06-051-2/+2
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-2/+2
* Monitor: Fixup a pile of whitespace issuesJes Sorensen2017-05-111-55/+55
* Monitor: mailfrom is initialized correctlyJes Sorensen2017-05-111-1/+1
* Monitor: Not much point declaring mdlist in both forks of the if() statementJes Sorensen2017-05-111-2/+3
* Monitor/check_array: Use working_disks from sysfsJes Sorensen2017-05-091-2/+2
* 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-271-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-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