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
*
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
*
Monitor: don't open md array that doesn't exist.
NeilBrown
2014-11-25
1
-1
/
+22
*
Monitor: Stop monitoring devices that have disappeared.
NeilBrown
2014-08-14
1
-6
/
+18
*
New function: sysfs_wait
NeilBrown
2013-07-01
1
-8
/
+2
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-7
/
+5
*
Wait: also wait if an action is about to start.
NeilBrown
2013-05-01
1
-0
/
+13
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-46
/
+45
*
Allow --wait to wait for delayed resync.
NeilBrown
2012-11-21
1
-1
/
+1
*
Monitor: don't complain about non-monitorable arrays in mdadm.conf
NeilBrown
2012-10-24
1
-1
/
+3
*
Change Monitor to take a struct context
NeilBrown
2012-07-09
1
-13
/
+14
[next]