index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
erasure-code
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec: switch users of bufferlist::copy{_in} to iterators.
Radoslaw Zarzynski
2020-01-26
1
-1
/
+1
*
os/bluestore,comon,erasure-code: chmod -x source files
Sage Weil
2019-10-27
1
-0
/
+0
*
osd: add sanity check for invalid m/w of liber8tion
Yan Jun
2019-09-09
1
-8
/
+10
*
ec/jerasure: save the default m=2 of reed_sol_r6_op in profile
Yan Jun
2019-09-09
2
-2
/
+6
*
erasure-code: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
6
-51
/
+44
*
erasure-code: Update ErasureCode to work without using namespace
Adam C. Emerson
2019-03-29
2
-2
/
+14
*
erasure-code: Update isa to work without using namespace
Adam C. Emerson
2019-03-29
6
-24
/
+25
*
erasure-code: Update jerasure to work without using namespace
Adam C. Emerson
2019-03-29
4
-23
/
+29
*
erasure-code: Update lrc to work without using namespace
Adam C. Emerson
2019-03-29
4
-24
/
+22
*
erasure-code: Update shec to work without using namespace
Adam C. Emerson
2019-03-29
4
-33
/
+35
*
erasure-code: Update clay to work without using namespace
Adam C. Emerson
2019-03-29
3
-10
/
+10
*
erasure-code: ensure m >= 1
Sage Weil
2019-03-12
5
-7
/
+10
*
cmake: rename CMAKE_INSTALL_{FULL_}?PKGLIBDIR
Kefu Chai
2019-02-16
1
-1
/
+1
*
ec: lrc doesn't depend on crosstalks between bufferlists anymore.
Radoslaw Zarzynski
2018-12-05
1
-5
/
+7
*
erasure-code,test: silence -Wunused-variable warnings
Kefu Chai
2018-11-21
1
-0
/
+4
*
erasure-code/lrc: error out if "l == 0"
Kefu Chai
2018-11-15
1
-1
/
+1
*
erasure-code: return error using `ss` not derr
Kefu Chai
2018-11-15
1
-3
/
+2
*
Merge pull request #24586 from mynaramana/claydoc
Kefu Chai
2018-10-17
2
-19
/
+6
|
\
|
*
erasure-code: fixing bugs in clay-code plugin
Myna V
2018-10-17
2
-19
/
+6
*
|
Merge PR #24365 into master
Sage Weil
2018-10-11
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
erasure-code: var-sized array init is done separatly.
Willem Jan Withagen
2018-10-03
1
-1
/
+2
*
|
ersaure-code: Cleanup of clay code source files.
Myna V
2018-10-09
5
-17
/
+4
|
/
*
erasure-code: add clay codes
Myna V
2018-09-27
8
-6
/
+1136
*
common: fix typos
Kefu Chai
2018-09-21
2
-2
/
+2
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
3
-3
/
+3
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-2
/
+2
*
erasure-code: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
7
-27
/
+30
*
Remove embedded 'cephd' code
Dan Mick
2018-05-11
9
-48
/
+0
*
misc: mark functions with 'override' specifier
Danny Al-Gaaf
2018-05-02
1
-2
/
+2
*
cmake: enable CMP0046
Kefu Chai
2018-04-26
5
-6
/
+0
*
Merge PR #21080 into master
Patrick Donnelly
2018-04-10
2
-8
/
+8
|
\
|
*
src: Added const references to various function parameters
Wilson E. Alvarez
2018-04-06
2
-8
/
+8
*
|
erasure-code: avoid bufferlist::push_front
Sage Weil
2018-04-03
2
-2
/
+8
|
/
*
Merge pull request #19428 from tchaikov/wip-erasure-cleanup
Kefu Chai
2018-01-08
1
-9
/
+3
|
\
|
*
erasure-code: use std::count_if() instead
Kefu Chai
2017-12-12
1
-9
/
+3
*
|
erasure-code: use jerasure_free_schedule to properly free a schedule
Yao Zongyou
2017-12-22
2
-6
/
+9
|
/
*
[cleanup] Remove namespace using directives for std
Shinobu Kinjo
2017-11-27
2
-2
/
+0
*
Merge pull request #18683 from tchaikov/wip-erasure-cleanup
Sage Weil
2017-11-09
6
-36
/
+36
|
\
|
*
erasure-code: refactor the interfaces to hide internals from public
Kefu Chai
2017-11-03
6
-36
/
+36
*
|
build: Mark dependency includes as SYSTEM
Adam C. Emerson
2017-11-04
1
-2
/
+2
|
/
*
Changed ECUtil::decode to handle the case where there is more helper data tha...
Myna V
2017-10-31
1
-1
/
+1
*
Introducing sub-chunks. Replaced the old decode, minimum_to_decode
Myna V
2017-10-30
4
-9
/
+58
*
os,common: check __APPLE__ for osx not DARWIN
Kefu Chai
2017-09-16
1
-1
/
+1
*
crush: do not allow creating a rule with ruleset != rule id
Sage Weil
2017-07-17
1
-5
/
+3
*
Merge pull request #16027 from liewegas/wip-crush-rule-class
Sage Weil
2017-07-09
11
-177
/
+141
|
\
|
*
erasure-code: implement 'crush-device-class' ec profile property
Sage Weil
2017-07-06
2
-1
/
+5
|
*
erasure-code/lrc: implement crush-device-class property
Sage Weil
2017-07-06
2
-0
/
+18
|
*
erasure-code: factor generic create_rule into parent ErasureCode
Sage Weil
2017-07-06
8
-126
/
+57
|
*
erasure-code: ruleset-* -> crush-*
Sage Weil
2017-07-06
9
-119
/
+129
|
*
mon,crush: 'osd crush rule create-replicated ...'
Sage Weil
2017-07-06
3
-2
/
+3
[next]