]> git.ipfire.org Git - thirdparty/mdadm.git/history - policy.c
Incremental: Remove redundant call for GET_ARRAY_INFO
[thirdparty/mdadm.git] / policy.c
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2014-05-22  NeilBrowninstall: use BINDIR consistently to locate mdadm and...
2014-01-06  Lukasz Doraupolicy: NULL path isn't really acceptable - use the...
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2012-10-10  NeilBrownReplace a lot of leading spaces with tabs.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2011-11-01  Jes SorensenWrite_rules(): Avoid stack corruption if using extremel...
2011-11-01  Jes Sorensenpolicy_add(): Add missing va_end()
2011-10-17  Thomas JaroschFix off-by-one in readlink() buffer size handling
2011-10-06  NeilBrownFix handling for "auto" line in mdadm.conf
2011-10-02  Thomas JaroschFix small memory leak
2011-09-07  NeilBrownFIX: Prevent using null list pointer
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-07  Hawrylewicz Czarno... fix: generated udev rules does not work due to incorrec...
2011-02-01  NeilBrownAllow domain_test to report that no domains were found.
2011-01-27  Labun, MarcinDynamic hot-plug udev rules for policies
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-11-22  Marcin LabunPolicy is aware of metadata disk's controller domains.
2010-11-22  NeilBrownMonitor: policy based spare migration.
2010-11-22  NeilBrownAdd action=spare-same-slot policy.
2010-11-22  Przemyslaw Czarnowskiextension of IncrementalRemove to store location (path...
2010-11-22  NeilBrownpolicy: don't try to get policy when path == NULL.
2010-11-22  NeilBrownFix error in pol_sort.
2010-09-06  NeilBrownConvert 'auto' config line to policy statements
2010-09-06  NeilBrownFactor out path_policy functon.
2010-09-06  NeilBrownAdd domain policy support.
2010-09-06  NeilBrownAdd policy_action support
2010-09-06  NeilBrownAdd policy framework.