index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crush
/
builder.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crush: eliminate min_size and max_size
Sage Weil
2021-06-29
1
-5
/
+4
*
crush: remove last traces of 'ruleset'
Sage Weil
2021-06-29
1
-2
/
+2
*
crush: no need to call malloc is request is zero
Changcheng Liu
2020-08-20
1
-0
/
+12
*
crush: avoid redundant value assignement
Changcheng Liu
2020-08-20
1
-6
/
+0
*
common: fix typos
Kefu Chai
2018-09-21
1
-1
/
+1
*
crush: Quell unused variable warnings
Adam C. Emerson
2018-09-12
1
-3
/
+3
*
crush: weight_set_size -> weight_set_positions
Sage Weil
2018-05-18
1
-1
/
+1
*
crush/builder: fix ENOENT when removing last bucket item
Sage Weil
2017-08-12
1
-5
/
+13
*
crush/CrushWrapper: crush_choose_arg::ids should be __s32
Ilya Dryomov
2017-06-30
1
-3
/
+3
*
common: Remove redundant includes
Brad Hubbard
2017-05-13
1
-4
/
+1
*
crush: builder: legacy has chooseleaf_stable = 0
Loic Dachary
2017-04-20
1
-0
/
+1
*
crush: implement weight and id overrides for straw2
Loic Dachary
2017-04-18
1
-0
/
+61
*
Merge pull request #14208 from dachary/wip-crush-uniform-weights
Yuri Weinstein
2017-04-10
1
-1
/
+10
|
\
|
*
crush: bucket: crush_add_uniform_bucket_item should check for uniformity
Sahid Orentino Ferdjaoui
2017-03-28
1
-1
/
+10
*
|
crush: builder: creating crush map with optimal configurations
Sahid Orentino Ferdjaoui
2017-03-28
1
-11
/
+33
|
/
*
crush: builder: clean the arguments of crush_reweight* methods
Sahid Orentino Ferdjaoui
2017-03-23
1
-22
/
+22
*
crush: allow uniform buckets with no items
Loic Dachary
2017-02-19
1
-0
/
+2
*
crush: Remove mutable part of CRUSH map
Adam C. Emerson
2016-11-09
1
-82
/
+19
*
crush: reset bucket->h.items[i] when removing tree item
Kefu Chai
2016-07-01
1
-1
/
+2
*
Crush: add some safe judgment
songbaisen
2016-01-26
1
-1
/
+1
*
crush: move safe arithmetic functions to buider.c
Ilya Dryomov
2015-06-15
1
-0
/
+20
*
crush: add allowed_bucket_algs tunable
Sage Weil
2015-01-22
1
-0
/
+4
*
crush: add a straw2 bucket type
Sage Weil
2015-01-22
1
-0
/
+180
*
crush/builder: fix warnings
Sage Weil
2015-01-22
1
-2
/
+2
*
Merge pull request #3057 from ceph/wip-crush-straw
Sage Weil
2014-12-18
1
-47
/
+128
|
\
|
*
crush/builder: a note about the original crush_calc_straw()
Sage Weil
2014-12-10
1
-0
/
+27
|
*
crush: fix crush_calc_straw() scalers when there are duplicate weights
Sage Weil
2014-12-04
1
-11
/
+1
|
*
crush: fix distortion of straw scalers by 0-weight items
Sage Weil
2014-12-04
1
-0
/
+1
|
*
crush/builder: break out new version 1 of crush_calc_straw
Sage Weil
2014-12-03
1
-31
/
+79
|
*
crush: pass crush_map * to various builder methods
Sage Weil
2014-12-03
1
-20
/
+31
|
*
crush: add straw_calc_version tunable
Sage Weil
2014-12-03
1
-0
/
+1
|
*
crush: recalculate straw scalers during a reweight
Sage Weil
2014-12-03
1
-0
/
+1
|
*
crush: add dprintk's for crush_calc_straw
Sage Weil
2014-12-02
1
-4
/
+6
*
|
Merge pull request #2986 from ceph/wip-9998
Loic Dachary
2014-12-14
1
-4
/
+16
|
\
\
|
|
/
|
/
|
|
*
crush/builder: prevent bucket weight underflow on item removal
Sage Weil
2014-12-09
1
-4
/
+16
*
|
crush: fix tree bucket functions
Rongze Zhu
2014-11-11
1
-1
/
+25
*
|
crush/builder: replace printf with an empty dprintk macro
Sage Weil
2014-11-11
1
-9
/
+11
|
/
*
CrushWrapper: pick a ruleset same as rule_id
Xiaoxi Chen
2014-08-22
1
-1
/
+3
*
crush/builder.c: remove some unreachable return statements
Danny Al-Gaaf
2014-05-08
1
-4
/
+0
*
crush: add chooseleaf_vary_r tunable
Sage Weil
2014-02-08
1
-0
/
+1
*
inttypes: detect and define missing integer types
Noah Watkins
2014-01-02
1
-0
/
+2
*
crushtool: do not dump core with non-unique bucket IDs
David Zafman
2013-09-10
1
-3
/
+7
*
crush/builder.c: reduce scope of oldsize in crush_add_bucket()
Danny Al-Gaaf
2013-05-10
1
-2
/
+1
*
crush/builder.c: fix realloc handling
Danny Al-Gaaf
2013-02-28
1
-31
/
+158
*
crush/builder.c: fix sizeof handling of bucket->h.items
Danny Al-Gaaf
2013-02-28
1
-13
/
+13
*
crush/builder.c: reduce scope of oldsize in crush_add_rule()
Danny Al-Gaaf
2013-02-27
1
-1
/
+1
*
crush: for chooseleaf rules, retry CRUSH map descent from root if leaf is failed
Jim Schutt
2012-11-27
1
-0
/
+1
*
crush: prevent integer overflow on reweight
caleb miles
2012-07-12
1
-60
/
+124
*
crush: make magic numbers tunable
Sage Weil
2012-06-08
1
-0
/
+5
*
builder: make reweight helpers static, void
Sage Weil
2012-05-21
1
-13
/
+12
[next]