summaryrefslogtreecommitdiff
path: root/Monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor: make libudev dependency optionalMariusz Tkaczyk2021-03-191-5/+23
* mdmonitor: check if udev has finished events processingOleksandr Shchirskyi2021-03-081-11/+64
* mdadm: Unify forks behaviourMariusz Tkaczyk2020-11-251-4/+1
* Monitor: don't use default modes when creating a fileMariusz Tkaczyk2020-11-251-5/+12
* Check if other Monitor instance running before fork.Blazej Kucman2020-10-141-16/+28
* mdmonitor: set small delay onceBlazej Kucman2020-10-141-1/+13
* Monitor: stop notifing about containers.Mariusz Tkaczyk2020-10-141-3/+16
* Monitor: refresh mdstat fd after selectMariusz Tkaczyk2020-10-141-3/+3
* Monitor: improve check_one_sharer() for checking duplicated processColy Li2020-04-271-12/+20
* mdadm: Introduce new array state 'broken' for raid0/linearGuilherme G. Piccoli2019-09-301-2/+6
* Monitor: Increase size of percentalert to avoid gcc warningJes Sorensen2018-05-311-1/+1
* 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