summaryrefslogtreecommitdiffstats
path: root/policy.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-11policy.c: Fix for compiler errorMariusz Tkaczyk1-1/+1
2018-12-11policy.c: prevent NULL pointer referencingGioh Kim1-1/+1
2018-12-06policy: support devices with multiple paths.NeilBrown1-73/+90
2018-12-06Document PART-POLICY linesNeilBrown1-1/+1
2018-01-21policy.c: Avoid to take spare without defined domain by imsmMariusz Tkaczyk1-0/+4
2017-05-16mdadm: Fixup != broken formattingJes Sorensen1-3/+2
2015-02-12Don't break long strings onto multiple lines.NeilBrown1-6/+3
2014-05-22install: use BINDIR consistently to locate mdadm and mdmonNeilBrown1-2/+2
2014-01-06policy: NULL path isn't really acceptable - use the devnameLukasz Dorau1-18/+17
2013-06-19Remove lots of unnecessary white space.NeilBrown1-3/+0
2013-02-21Discard devnum in favour of devnmNeilBrown1-3/+3
2012-10-10Replace a lot of leading spaces with tabs.NeilBrown1-79/+79
2012-07-09Remove scattered checks for malloc success.NeilBrown1-11/+11
2012-07-09Introduce pr_err for printing error messages.NeilBrown1-6/+6
2011-11-01Write_rules(): Avoid stack corruption if using extremely long udev pathnameJes Sorensen1-1/+2
2011-11-01policy_add(): Add missing va_end()Jes Sorensen1-0/+1
2011-10-17Fix off-by-one in readlink() buffer size handlingThomas Jarosch1-1/+1
2011-10-06Fix handling for "auto" line in mdadm.confNeilBrown1-13/+22
2011-10-03Fix small memory leakThomas Jarosch1-1/+4
2011-09-07FIX: Prevent using null list pointerNeilBrown1-0/+2
2011-03-08fix: generated udev rules does not work due to incorrect line formatHawrylewicz Czarnowski, Przemyslaw1-4/+4
2011-02-01Allow domain_test to report that no domains were found.NeilBrown1-2/+5
2011-01-27Dynamic hot-plug udev rules for policiesLabun, Marcin1-0/+133
2010-11-22Policy is aware of metadata disk's controller domains.Marcin Labun1-4/+33
2010-11-22Monitor: policy based spare migration.NeilBrown1-7/+29
2010-11-22Add action=spare-same-slot policy.NeilBrown1-0/+2
2010-11-22extension of IncrementalRemove to store location (path-id) of removed devicePrzemyslaw Czarnowski1-0/+67
2010-11-22policy: don't try to get policy when path == NULL.NeilBrown1-4/+3
2010-11-22Fix error in pol_sort.NeilBrown1-2/+2
2010-09-06Convert 'auto' config line to policy statementsNeilBrown1-3/+39
2010-09-06Factor out path_policy functon.NeilBrown1-10/+26
2010-09-06Add domain policy support.NeilBrown1-0/+89
2010-09-06Add policy_action supportNeilBrown1-0/+45
2010-09-06Add policy framework.NeilBrown1-0/+461