summaryrefslogtreecommitdiffstats
path: root/net/ceph/crush
Commit message (Expand)AuthorAgeFilesLines
* crush: include mapper.h in mapper.cTobias Klauser2016-12-121-0/+2
* crush: remove redundant local variableIlya Dryomov2016-10-051-3/+2
* crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-051-3/+9
* crush: add chooseleaf_stable tunableIlya Dryomov2016-02-041-4/+14
* crush: ensure take bucket value is validIlya Dryomov2016-02-041-1/+2
* crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov2016-02-041-2/+10
* crush: sync up with userspaceIlya Dryomov2015-06-254-75/+115
* crush: fix crash from invalid 'take' argumentIlya Dryomov2015-06-251-2/+9
* crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov2015-04-223-0/+281
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-04-221-4/+12
* crush: drop unnecessary include from mapper.cIlya Dryomov2015-04-221-1/+0
* crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov2014-04-041-0/+5
* crush: add chooseleaf_vary_r tunableIlya Dryomov2014-04-041-6/+24
* crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov2014-04-041-2/+2
* crush: fix off-by-one errors in total_tries refactorIlya Dryomov2014-04-041-19/+27
* crush: fix crush_choose_firstn commentIlya Dryomov2013-12-311-1/+5
* crush: attempts -> triesIlya Dryomov2013-12-311-8/+8
* crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov2013-12-311-5/+23
* crush: generalize descend_onceIlya Dryomov2013-12-311-11/+14
* crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov2013-12-311-5/+5
* crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov2013-12-311-0/+5
* crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov2013-12-311-4/+10
* crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov2013-12-311-10/+21
* crush: pass parent r value for indep callIlya Dryomov2013-12-311-4/+6
* crush: clarify numrep vs endposIlya Dryomov2013-12-311-8/+8
* crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov2013-12-311-55/+33
* crush: add note about r in recursive chooseIlya Dryomov2013-12-311-0/+8
* crush: use breadth-first search for indep modeIlya Dryomov2013-12-311-9/+163
* crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov2013-12-311-2/+6
* crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov2013-12-311-4/+6
* crush: fix some commentsIlya Dryomov2013-12-311-1/+1
* crush: reduce scope of some local variablesIlya Dryomov2013-12-311-3/+3
* crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov2013-12-311-2/+5
* crush: pass weight vector size to map functionIlya Dryomov2013-12-311-5/+12
* crush: avoid recursion if we have already collidedSage Weil2013-01-171-1/+1
* libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...Jim Schutt2013-01-171-3/+10
* libceph: support crush tunablesSage Weil2012-07-301-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-302-108/+55
|\
| * crush: fix memory leak when destroying tree bucketsSage Weil2012-05-071-0/+2
| * crush: fix tree node weight lookupSage Weil2012-05-071-3/+1
| * crush: remove parent mapsSage Weil2012-05-071-25/+0
| * crush: remove forcefeed functionalitySage Weil2012-05-071-47/+1
| * crush: use a temporary variable to simplify crush_do_ruleSage Weil2012-05-071-9/+11
| * crush: be more tolerant of nonsensical crush mapsSage Weil2012-05-071-9/+24
| * crush: adjust local retry thresholdSage Weil2012-05-071-1/+1
| * crush: clean up types, const-nessSage Weil2012-05-072-19/+20
* | crush: include header for global symbolshartleys2012-04-271-0/+1
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-4/+4
|/
* crush: fix force for non-root TAKESage Weil2012-01-101-3/+8
* crush: fix mapping calculation when force argument doesn't existSage Weil2011-12-121-22/+13