index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
erasure-code
/
shec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove embedded 'cephd' code
Dan Mick
2018-05-11
2
-10
/
+0
*
cmake: enable CMP0046
Kefu Chai
2018-04-26
1
-2
/
+0
*
erasure-code: avoid bufferlist::push_front
Sage Weil
2018-04-03
1
-1
/
+4
*
erasure-code: refactor the interfaces to hide internals from public
Kefu Chai
2017-11-03
2
-10
/
+10
*
Introducing sub-chunks. Replaced the old decode, minimum_to_decode
Myna V
2017-10-30
1
-2
/
+2
*
erasure-code: factor generic create_rule into parent ErasureCode
Sage Weil
2017-07-06
2
-41
/
+1
*
erasure-code: ruleset-* -> crush-*
Sage Weil
2017-07-06
2
-19
/
+24
*
mon,crush: 'osd crush rule create-replicated ...'
Sage Weil
2017-07-06
1
-1
/
+1
*
crush/CrushWrapper: add_simple_ruleset[_at] -> add_simple_rule[_at]
Sage Weil
2017-06-20
1
-2
/
+3
*
erasure-code: optimize header file dependency
shawn
2017-05-19
4
-6
/
+6
*
common: add override in header file
liuchang0812
2017-03-03
2
-29
/
+29
*
cmake: fix rpath on shared libraries and executables
Ricardo Dias
2017-01-18
1
-0
/
+4
*
dout: Use dout_context
Adam C. Emerson
2016-12-22
3
-0
/
+4
*
src/erasure-code/shec/ErasureCodeShec.cc:fix typos
xianxiaxiao
2016-12-14
1
-1
/
+1
*
embedded: add compression and EC plugins to libcephd
Bassam Tabbara
2016-11-29
2
-1
/
+13
*
erasure-code/shec/ErasureCodeShec.cc: use memset to fill integer VLAs
Danny Al-Gaaf
2016-11-09
1
-0
/
+3
*
erasure-code: Backward compatibility with legacy EC plugins
Bassam Tabbara
2016-09-29
1
-1
/
+11
*
erasure-code: Move the EC factory code into separate header files
Bassam Tabbara
2016-09-29
2
-8
/
+37
*
erasure-code: Remove SIMD flavors for jerasure and shec
Bassam Tabbara
2016-09-29
3
-125
/
+8
*
remove autotools
Sage Weil
2016-09-07
1
-162
/
+0
*
cmake: fix unmatched endforeach
Kefu Chai
2016-08-19
1
-1
/
+1
*
cmake: recompile erasure src for different variants
Kefu Chai
2016-08-18
1
-54
/
+12
*
cmake: install erasure plugins into ${pkglibdir}/erasure-code
Kefu Chai
2016-06-01
1
-5
/
+5
*
cmake: erasure-decode-non-regression.sh passing
Ali Maredia
2016-04-15
1
-2
/
+2
*
cmake: fix paths & make object libs of various EC files
Matt Benjamin
2016-02-23
1
-33
/
+21
*
cmake: src/erasure-code CMakeLists.txt's changes
Ali Maredia
2016-01-05
1
-1
/
+44
*
Build internal plugins and classes as modules
James Page
2015-11-04
1
-5
/
+5
*
erasure-code: shec must compare for equality with epsilon
Loic Dachary
2015-09-25
2
-7
/
+3
*
erasure-code: workaround i386 optimization bug with SHEC
Loic Dachary
2015-09-22
1
-1
/
+6
*
ErasureCodeShecTableCache.cc: prefer --operator for non-primitive iterators
Danny Al-Gaaf
2015-09-10
1
-1
/
+1
*
erasure code: shec performance optimization with decoding cache
Takanori Nakao
2015-09-04
3
-22
/
+311
*
cmake: check_TESTPROGRAMS tests running
Ali Maredia
2015-09-03
1
-0
/
+36
*
osd: always load erasure plugins from the configured directory
Sage Weil
2015-08-21
2
-3
/
+7
*
Merge pull request #5246 from t-miyamae/wip-mshec-fixlogic3
Loic Dachary
2015-07-17
3
-5
/
+208
|
\
|
*
erasure code: shec performance optimization with SIMD instructions
Shotaro Kawaguchi
2015-07-15
3
-5
/
+208
*
|
erasure-code: set max_size to chunk_count() instead of 20 for shec
Loic Dachary
2015-07-16
1
-0
/
+1
|
/
*
erasure code: fix shec's recovery issues found in teuthology test
Takanori Nakao
2015-07-08
2
-150
/
+243
*
erasure code: move shec.cc into ErasureCodeShec.cc
Takanori Nakao
2015-07-08
5
-376
/
+329
*
erasure-code: do not hide overloaded ErasureCode::parse()
Kefu Chai
2015-07-06
1
-2
/
+4
*
erasure-code: implement get_profile for every plugins
Loic Dachary
2015-06-01
1
-0
/
+1
*
erasure-code: ErasureCodeShec update default values to string
Loic Dachary
2015-05-31
3
-17
/
+17
*
erasure-code: implement consistent error stream
Loic Dachary
2015-05-25
3
-8
/
+10
*
erasure-code: do not leak shec instance on failure
Loic Dachary
2015-05-25
1
-0
/
+1
*
erasure-code: define the ErasureCodeProfile type
Loic Dachary
2015-05-25
3
-28
/
+27
*
shec/shec.cc: fix uninitialized scalar variable (UNINIT)
Danny Al-Gaaf
2015-03-17
1
-0
/
+2
*
ErasureCodeShec.cc: fix uninitialized scalar variable (UNINIT)
Danny Al-Gaaf
2015-03-17
1
-0
/
+3
*
ErasureCodeShec::minimum_to_decode: reduce scope of variables
Danny Al-Gaaf
2015-03-11
1
-5
/
+5
*
erasure-code/shec/shec.cc: fix resource leak
Danny Al-Gaaf
2015-02-24
1
-0
/
+1
*
erasure-code/shec/shec.cc: reduce scope of variables
Danny Al-Gaaf
2015-02-24
1
-4
/
+3
*
ErasureCodeShec.cc: prefer ++operator for non-primitive iter
Danny Al-Gaaf
2015-02-24
1
-1
/
+1
[next]