summaryrefslogtreecommitdiffstats
path: root/net/ceph/crush
AgeCommit message (Expand)AuthorLines
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson-0/+4
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson-2/+1
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui-4/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov-2/+2
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov-1/+2
2018-08-13crush: fix using plain integer as NULL warningYueHaibing-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov-1/+1
2017-07-07crush: remove an obsolete commentIlya Dryomov-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workIlya Dryomov-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov-0/+3
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov-18/+56
2017-02-23crush: fix dprintk compilationIlya Dryomov-2/+2
2017-02-23crush: do is_out test only if we do not collideIlya Dryomov-3/+1
2017-02-20crush: merge working data and scratchIlya Dryomov-10/+7
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov-73/+138
2016-12-12crush: include mapper.h in mapper.cTobias Klauser-0/+2
2016-10-05crush: remove redundant local variableIlya Dryomov-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov-3/+9
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov-4/+14
2016-02-04crush: ensure take bucket value is validIlya Dryomov-1/+2
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov-2/+10
2015-06-25crush: sync up with userspaceIlya Dryomov-75/+115
2015-06-25crush: fix crash from invalid 'take' argumentIlya Dryomov-2/+9
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov-0/+281
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov-1/+0
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov-19/+27
2013-12-31crush: fix crush_choose_firstn commentIlya Dryomov-1/+5
2013-12-31crush: attempts -> triesIlya Dryomov-8/+8
2013-12-31crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov-5/+23
2013-12-31crush: generalize descend_onceIlya Dryomov-11/+14
2013-12-31crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov-5/+5
2013-12-31crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov-0/+5
2013-12-31crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov-4/+10
2013-12-31crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov-10/+21
2013-12-31crush: pass parent r value for indep callIlya Dryomov-4/+6
2013-12-31crush: clarify numrep vs endposIlya Dryomov-8/+8
2013-12-31crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov-55/+33
2013-12-31crush: add note about r in recursive chooseIlya Dryomov-0/+8
2013-12-31crush: use breadth-first search for indep modeIlya Dryomov-9/+163
2013-12-31crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov-2/+6
2013-12-31crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov-4/+6
2013-12-31crush: fix some commentsIlya Dryomov-1/+1
2013-12-31crush: reduce scope of some local variablesIlya Dryomov-3/+3
2013-12-31crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov-2/+5