index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crush
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #57786 from Svelar/asan_cli_test
Rongqi Sun
2024-08-05
1
-17
/
+15
|
\
|
*
crush: avoid out-of-bound access and simplify enlarging buckets
Rongqi Sun
2024-07-08
1
-17
/
+15
*
|
Merge pull request #57353 from Svelar/asan_shec
Kefu Chai
2024-07-08
2
-0
/
+5
|
\
\
|
*
|
crush/builder: free 'crush_rule' before return
Rongqi Sun
2024-05-09
2
-0
/
+5
|
|
/
*
|
cmake/crush: crush_objs depends on legacy-option-headers
Casey Bodley
2024-07-03
1
-0
/
+1
*
|
crush: use std::vector instead of variable length arrays
Kefu Chai
2024-03-24
1
-5
/
+5
|
/
*
erasure-code: add support for multiple osds in a single failure domain
Samuel Just
2024-02-04
2
-14
/
+165
*
mon/OSDMonitor: generalize rule type check for pools
Samuel Just
2024-02-04
1
-0
/
+14
*
crush/mapper: add support for MSR types
Samuel Just
2024-02-04
2
-68
/
+1050
*
crush: add choosemsr rule
Samuel Just
2024-02-01
3
-0
/
+12
*
crush: add msr tunables
Samuel Just
2024-02-01
5
-7
/
+140
*
crush: add msr rule types and CrushWrapper infrastructure
Samuel Just
2024-02-01
4
-2
/
+40
*
src/crush: add a rule type enum
Samuel Just
2024-02-01
2
-5
/
+10
*
Revert "crush: add multistep retry rules"
Samuel Just
2024-01-26
7
-1399
/
+95
*
erasure-code: add support for multiple osds in a single failure domain
Samuel Just
2024-01-09
2
-14
/
+165
*
mon/OSDMonitor: generalize rule type check for pools
Samuel Just
2024-01-09
1
-0
/
+15
*
crush/mapper: add support for MSR types
Samuel Just
2024-01-09
2
-68
/
+1016
*
crush: add choosemsr rule
Samuel Just
2024-01-09
3
-0
/
+12
*
crush: add msr tunables
Samuel Just
2024-01-09
5
-7
/
+142
*
crush: add msr rule types and CrushWrapper infrastructure
Samuel Just
2024-01-08
4
-2
/
+40
*
src/crush: add a rule type enum
Samuel Just
2024-01-08
2
-5
/
+10
*
crush: remove unused variables
Casey Bodley
2023-11-21
2
-8
/
+0
*
crush/CrushLocation: use boost trim instead of string erase to improve unders...
luo rixin
2023-07-11
1
-1
/
+2
*
crush/CrushLocation: remove useless flag
luo rixin
2023-07-10
1
-4
/
+0
*
crush/CrushLocation: remove unused header file
luo rixin
2023-05-12
1
-3
/
+0
*
crush/CrushLocation.cc: specialize namespace TOPNSPC to ceph
luo rixin
2023-05-12
2
-3
/
+3
*
crimson/osd: fix compilation guard around specialization for libfmt => 9
Radoslaw Zarzynski
2023-02-28
1
-1
/
+2
*
Merge pull request #48513 from ideepika/wip-crush-debug
Yuri Weinstein
2022-12-05
2
-5
/
+22
|
\
|
*
src/crush: extra logging to debug CPU burn in test_with_fork()
Deepika Upadhyay
2022-10-21
2
-5
/
+22
*
|
*: include fmt/ostream.h if FMT_VERSION >= 9
Kefu Chai
2022-11-25
1
-0
/
+3
*
|
*: specialize fmt::formatter<> for formatting using {fmt}
Kefu Chai
2022-11-22
1
-0
/
+4
|
/
*
src/crush: remove sample.txt
Ilya Dryomov
2022-04-01
1
-47
/
+0
*
crush, crimson: don't support crush_location_hook as crimson lacks SubProcess.
Radoslaw Zarzynski
2021-09-14
1
-0
/
+6
*
crush: clean the header inclusion order in CrushLocation.cc.
Radoslaw Zarzynski
2021-09-14
1
-6
/
+4
*
crush: build without "using namespace std"
Kefu Chai
2021-08-13
1
-1
/
+1
*
crush/CrushWrapper: avoid lookup in a map twice
Kefu Chai
2021-07-21
1
-3
/
+6
*
mon: let CrushWrapper::get_validated_type_id() return an optional<>
Kefu Chai
2021-07-21
1
-4
/
+4
*
crush: eliminate min_size and max_size
Sage Weil
2021-06-29
7
-71
/
+70
*
crushtool: require min/max or num-rep for --test
Sage Weil
2021-06-29
1
-14
/
+8
*
crush: remove last traces of 'ruleset'
Sage Weil
2021-06-29
7
-155
/
+42
*
crush/CrushTester: drop --ruleset
Sage Weil
2021-06-29
2
-14
/
+0
*
crushtool: remove check for overlapped ruels
Sage Weil
2021-06-29
2
-41
/
+0
*
crush/CrushWrapper: get_osd_pool_default_crush_replicated_ruleset -> rule
Sage Weil
2021-06-29
2
-10
/
+11
*
crush: remove find_rule()
Sage Weil
2021-06-29
3
-36
/
+0
*
crush/crush: ensure alignof(crush_work_bucket) is 1
Kefu Chai
2021-05-26
1
-1
/
+1
*
Merge pull request #38500 from pdvian/wip-print-weight
Kefu Chai
2021-04-03
1
-1
/
+1
|
\
|
*
crush/CrushCompiler: print weight with uniform precision
Prashant D
2021-03-29
1
-1
/
+1
*
|
Merge pull request #40457 from lihuibng/crush-bug
Kefu Chai
2021-04-03
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
crush/CrushLocation: do not print logging message in constructor
Alex Wu
2021-03-31
1
-1
/
+0
*
|
crush/CrushWrapper: rebuild shadow tree on 'osd crush reweight-subtree'
Sage Weil
2021-02-23
1
-0
/
+6
[next]