summaryrefslogtreecommitdiff
path: root/policy.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 dc stream bufferNigel Croxon2021-10-191-2/+2
* policy.c: Fix for compiler errorMariusz Tkaczyk2018-12-111-1/+1
* policy.c: prevent NULL pointer referencingGioh Kim2018-12-111-1/+1
* policy: support devices with multiple paths.NeilBrown2018-12-061-73/+90
* Document PART-POLICY linesNeilBrown2018-12-061-1/+1
* policy.c: Avoid to take spare without defined domain by imsmMariusz Tkaczyk2018-01-211-0/+4
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-3/+2
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-6/+3
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-221-2/+2
* policy: NULL path isn't really acceptable - use the devnameLukasz Dorau2014-01-061-18/+17
* Remove lots of unnecessary white space.NeilBrown2013-06-191-3/+0
* Discard devnum in favour of devnmNeilBrown2013-02-211-3/+3
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-101-79/+79
* Remove scattered checks for malloc success.NeilBrown2012-07-091-11/+11
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-6/+6
* Write_rules(): Avoid stack corruption if using extremely long udev pathnameJes Sorensen2011-11-011-1/+2
* policy_add(): Add missing va_end()Jes Sorensen2011-11-011-0/+1
* Fix off-by-one in readlink() buffer size handlingThomas Jarosch2011-10-171-1/+1
* Fix handling for "auto" line in mdadm.confNeilBrown2011-10-061-13/+22
* Fix small memory leakThomas Jarosch2011-10-031-1/+4
* FIX: Prevent using null list pointerNeilBrown2011-09-071-0/+2
* fix: generated udev rules does not work due to incorrect line formatHawrylewicz Czarnowski, Przemyslaw2011-03-081-4/+4
* Allow domain_test to report that no domains were found.NeilBrown2011-02-011-2/+5
* Dynamic hot-plug udev rules for policiesLabun, Marcin2011-01-271-0/+133
* Policy is aware of metadata disk's controller domains.Marcin Labun2010-11-221-4/+33
* Monitor: policy based spare migration.NeilBrown2010-11-221-7/+29
* Add action=spare-same-slot policy.NeilBrown2010-11-221-0/+2
* extension of IncrementalRemove to store location (path-id) of removed devicePrzemyslaw Czarnowski2010-11-221-0/+67
* policy: don't try to get policy when path == NULL.NeilBrown2010-11-221-4/+3
* Fix error in pol_sort.NeilBrown2010-11-221-2/+2
* Convert 'auto' config line to policy statementsNeilBrown2010-09-061-3/+39
* Factor out path_policy functon.NeilBrown2010-09-061-10/+26
* Add domain policy support.NeilBrown2010-09-061-0/+89
* Add policy_action supportNeilBrown2010-09-061-0/+45
* Add policy framework.NeilBrown2010-09-061-0/+461