summaryrefslogtreecommitdiff
path: root/net/ceph/crush
Commit message (Expand)AuthorAge
* crush: fix dprintk compilationIlya Dryomov2017-02-23
* crush: do is_out test only if we do not collideIlya Dryomov2017-02-23
* crush: merge working data and scratchIlya Dryomov2017-02-20
* crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-20
* crush: include mapper.h in mapper.cTobias Klauser2016-12-12
* crush: remove redundant local variableIlya Dryomov2016-10-05
* crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-05
* crush: add chooseleaf_stable tunableIlya Dryomov2016-02-04
* crush: ensure take bucket value is validIlya Dryomov2016-02-04
* crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov2016-02-04
* crush: sync up with userspaceIlya Dryomov2015-06-25
* crush: fix crash from invalid 'take' argumentIlya Dryomov2015-06-25
* crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov2015-04-22
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-04-22
* crush: drop unnecessary include from mapper.cIlya Dryomov2015-04-22
* crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov2014-04-04
* crush: add chooseleaf_vary_r tunableIlya Dryomov2014-04-04
* crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov2014-04-04
* crush: fix off-by-one errors in total_tries refactorIlya Dryomov2014-04-04
* crush: fix crush_choose_firstn commentIlya Dryomov2013-12-31
* crush: attempts -> triesIlya Dryomov2013-12-31
* crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov2013-12-31
* crush: generalize descend_onceIlya Dryomov2013-12-31
* crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov2013-12-31
* crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov2013-12-31
* crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov2013-12-31
* crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov2013-12-31
* crush: pass parent r value for indep callIlya Dryomov2013-12-31
* crush: clarify numrep vs endposIlya Dryomov2013-12-31
* crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov2013-12-31
* crush: add note about r in recursive chooseIlya Dryomov2013-12-31
* crush: use breadth-first search for indep modeIlya Dryomov2013-12-31
* crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov2013-12-31
* crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov2013-12-31
* crush: fix some commentsIlya Dryomov2013-12-31
* crush: reduce scope of some local variablesIlya Dryomov2013-12-31
* crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov2013-12-31
* crush: pass weight vector size to map functionIlya Dryomov2013-12-31
* crush: avoid recursion if we have already collidedSage Weil2013-01-17
* libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...Jim Schutt2013-01-17
* libceph: support crush tunablesSage Weil2012-07-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-30
|\
| * crush: fix memory leak when destroying tree bucketsSage Weil2012-05-07
| * crush: fix tree node weight lookupSage Weil2012-05-07
| * crush: remove parent mapsSage Weil2012-05-07
| * crush: remove forcefeed functionalitySage Weil2012-05-07
| * crush: use a temporary variable to simplify crush_do_ruleSage Weil2012-05-07
| * crush: be more tolerant of nonsensical crush mapsSage Weil2012-05-07
| * crush: adjust local retry thresholdSage Weil2012-05-07
| * crush: clean up types, const-nessSage Weil2012-05-07