index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Monitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Monitor: make libudev dependency optional
Mariusz Tkaczyk
2021-03-19
1
-5
/
+23
*
mdmonitor: check if udev has finished events processing
Oleksandr Shchirskyi
2021-03-08
1
-11
/
+64
*
mdadm: Unify forks behaviour
Mariusz Tkaczyk
2020-11-26
1
-4
/
+1
*
Monitor: don't use default modes when creating a file
Mariusz Tkaczyk
2020-11-26
1
-5
/
+12
*
Check if other Monitor instance running before fork.
Blazej Kucman
2020-10-14
1
-16
/
+28
*
mdmonitor: set small delay once
Blazej Kucman
2020-10-14
1
-1
/
+13
*
Monitor: stop notifing about containers.
Mariusz Tkaczyk
2020-10-14
1
-3
/
+16
*
Monitor: refresh mdstat fd after select
Mariusz Tkaczyk
2020-10-14
1
-3
/
+3
*
Monitor: improve check_one_sharer() for checking duplicated process
Coly Li
2020-04-27
1
-12
/
+20
*
mdadm: Introduce new array state 'broken' for raid0/linear
Guilherme G. Piccoli
2019-09-30
1
-2
/
+6
*
Monitor: Increase size of percentalert to avoid gcc warning
Jes Sorensen
2018-05-31
1
-1
/
+1
*
Monitor/msg: Don't print error message if mdmon doesn't run
Mariusz Tkaczyk
2017-11-21
1
-4
/
+5
*
Monitor: Check redundancy for arrays
Mariusz Tkaczyk
2017-10-02
1
-4
/
+4
*
Monitor: Include containers in spare migration
Mariusz Tkaczyk
2017-08-16
1
-1
/
+1
*
Monitor: containers don't have the same sysfs properties as arrays
Mariusz Tkaczyk
2017-08-16
1
-18
/
+28
*
Monitor: don't assume mdadm parameter is a block device
Tomasz Majchrzak
2017-07-10
1
-2
/
+11
*
Get failed disk count from array state
Tomasz Majchrzak
2017-06-05
1
-2
/
+2
*
mdadm: Fixup more broken logical operator formatting
Jes Sorensen
2017-05-16
1
-2
/
+2
*
Monitor: Fixup a pile of whitespace issues
Jes Sorensen
2017-05-11
1
-55
/
+55
*
Monitor: mailfrom is initialized correctly
Jes Sorensen
2017-05-11
1
-1
/
+1
*
Monitor: Not much point declaring mdlist in both forks of the if() statement
Jes Sorensen
2017-05-11
1
-2
/
+3
*
Monitor/check_array: Use working_disks from sysfs
Jes Sorensen
2017-05-09
1
-2
/
+2
*
Monitor/check_array: Get nr_disks, active_disks and spare_disks from sysfs
Jes Sorensen
2017-05-09
1
-7
/
+7
*
Monitor/check_array: Get array_disks from sysfs
Jes Sorensen
2017-05-09
1
-2
/
+2
*
Monitor/check_array: Get 'failed_disks' from sysfs
Jes Sorensen
2017-05-09
1
-3
/
+4
*
Monitor/check_array: Obtain RAID level from syfs
Jes Sorensen
2017-05-09
1
-3
/
+3
*
Monitor/check_array: Read sysfs entry earlier
Jes Sorensen
2017-05-09
1
-6
/
+10
*
Monitor/check_array: Declate mdinfo instance globally
Jes Sorensen
2017-05-09
1
-2
/
+2
*
Monitor/check_array: Reduce duplicated error handling
Jes Sorensen
2017-05-09
1
-24
/
+15
*
Monitor/check_array: Centralize exit path
Jes Sorensen
2017-05-09
1
-10
/
+14
*
Add sector size as spare selection criterion
Alexey Obitotskiy
2017-05-09
1
-0
/
+8
*
Allow more spare selection criteria
Alexey Obitotskiy
2017-05-09
1
-14
/
+16
*
Monitor: Code is 80 characters per line
Jes Sorensen
2017-05-08
1
-34
/
+27
*
Monitor: Use md_array_active() instead of manually fiddling in sysfs
Jes Sorensen
2017-05-08
1
-28
/
+11
*
mdadm/util: unify stat checking blkdev into function
Zhilong Liu
2017-05-05
1
-12
/
+4
*
Retire mdassemble
Jes Sorensen
2017-04-11
1
-3
/
+0
*
sysfs: Make sysfs_init() return an error code
Jes Sorensen
2017-03-30
1
-1
/
+3
*
util: Introduce md_get_disk_info()
Jes Sorensen
2017-03-29
1
-1
/
+1
*
util: Introduce md_get_array_info()
Jes Sorensen
2017-03-29
1
-3
/
+4
*
mdadm/Monitor: Fix NULL pointer dereference when stat2devnm return NULL
Zhilong Liu
2017-03-28
1
-1
/
+7
*
Monitor: release /proc/mdstat fd when no arrays present
Tomasz Majchrzak
2016-07-21
1
-0
/
+2
*
Monitor: Use sysfs_free() to free object returned by sysfs_read()
Jes Sorensen
2016-06-10
1
-1
/
+1
*
Fix some type comparison problems
Xiao Ni
2016-02-08
1
-1
/
+1
*
Monitor: don't Wait forever on a 'frozen' array.
NeilBrown
2015-07-06
1
-2
/
+10
*
mdadm: monitor: fix nullptr dereference when get_md_name() returns NULL
Sergey Vidishev
2015-05-20
1
-1
/
+9
*
Monitor: use the "space protocol" for "Wrong-Level".
NeilBrown
2015-04-08
1
-1
/
+1
*
Monitor: Obey "space protocol" when writing to syslog.
NeilBrown
2015-04-08
1
-1
/
+5
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-23
/
+10
*
Change way of printing name of a process
Pawel Baldysiak
2015-02-12
1
-2
/
+2
*
Monitor: fix for regression with container devices
Artur Paszkiewicz
2015-02-11
1
-4
/
+10
[next]