index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
policy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm: add xmalloc.h
Mariusz Tkaczyk
2024-09-27
1
-0
/
+2
*
policy.c: Fix check_return issue in Write_rules()
Anna Sztukowska
2024-08-05
1
-16
/
+9
*
Revert "policy.c: Avoid to take spare without defined domain by imsm"
Mariusz Tkaczyk
2024-03-11
1
-4
/
+0
*
mdadm: drop get_disk_controller_domain()
Mariusz Tkaczyk
2024-03-11
1
-13
/
+0
*
mdadm: test_and_add device policies implementation
Mariusz Tkaczyk
2024-03-11
1
-0
/
+93
*
Fix 2 dc stream buffer
Nigel Croxon
2021-10-19
1
-2
/
+2
*
policy.c: Fix for compiler error
Mariusz Tkaczyk
2018-12-11
1
-1
/
+1
*
policy.c: prevent NULL pointer referencing
Gioh Kim
2018-12-11
1
-1
/
+1
*
policy: support devices with multiple paths.
NeilBrown
2018-12-06
1
-73
/
+90
*
Document PART-POLICY lines
NeilBrown
2018-12-06
1
-1
/
+1
*
policy.c: Avoid to take spare without defined domain by imsm
Mariusz Tkaczyk
2018-01-21
1
-0
/
+4
*
mdadm: Fixup != broken formatting
Jes Sorensen
2017-05-16
1
-3
/
+2
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-6
/
+3
*
install: use BINDIR consistently to locate mdadm and mdmon
NeilBrown
2014-05-22
1
-2
/
+2
*
policy: NULL path isn't really acceptable - use the devname
Lukasz Dorau
2014-01-06
1
-18
/
+17
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-3
/
+0
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-3
/
+3
*
Replace a lot of leading spaces with tabs.
NeilBrown
2012-10-10
1
-79
/
+79
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-11
/
+11
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-6
/
+6
*
Write_rules(): Avoid stack corruption if using extremely long udev pathname
Jes Sorensen
2011-11-01
1
-1
/
+2
*
policy_add(): Add missing va_end()
Jes Sorensen
2011-11-01
1
-0
/
+1
*
Fix off-by-one in readlink() buffer size handling
Thomas Jarosch
2011-10-17
1
-1
/
+1
*
Fix handling for "auto" line in mdadm.conf
NeilBrown
2011-10-06
1
-13
/
+22
*
Fix small memory leak
Thomas Jarosch
2011-10-02
1
-1
/
+4
*
FIX: Prevent using null list pointer
NeilBrown
2011-09-07
1
-0
/
+2
*
fix: generated udev rules does not work due to incorrect line format
Hawrylewicz Czarnowski, Przemyslaw
2011-03-07
1
-4
/
+4
*
Allow domain_test to report that no domains were found.
NeilBrown
2011-02-01
1
-2
/
+5
*
Dynamic hot-plug udev rules for policies
Labun, Marcin
2011-01-27
1
-0
/
+133
*
Policy is aware of metadata disk's controller domains.
Marcin Labun
2010-11-22
1
-4
/
+33
*
Monitor: policy based spare migration.
NeilBrown
2010-11-22
1
-7
/
+29
*
Add action=spare-same-slot policy.
NeilBrown
2010-11-22
1
-0
/
+2
*
extension of IncrementalRemove to store location (path-id) of removed device
Przemyslaw Czarnowski
2010-11-22
1
-0
/
+67
*
policy: don't try to get policy when path == NULL.
NeilBrown
2010-11-22
1
-4
/
+3
*
Fix error in pol_sort.
NeilBrown
2010-11-22
1
-2
/
+2
*
Convert 'auto' config line to policy statements
NeilBrown
2010-09-06
1
-3
/
+39
*
Factor out path_policy functon.
NeilBrown
2010-09-06
1
-10
/
+26
*
Add domain policy support.
NeilBrown
2010-09-06
1
-0
/
+89
*
Add policy_action support
NeilBrown
2010-09-06
1
-0
/
+45
*
Add policy framework.
NeilBrown
2010-09-06
1
-0
/
+461