index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
erasure-code
/
jerasure
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Update jerasure to work without using namespace
Adam C. Emerson
2019-03-29
4
-23
/
+29
*
erasure-code: ensure m >= 1
Sage Weil
2019-03-12
1
-1
/
+1
*
erasure-code: return error using `ss` not derr
Kefu Chai
2018-11-15
1
-3
/
+2
*
common: fix typos
Kefu Chai
2018-09-21
1
-1
/
+1
*
erasure-code: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-3
/
+3
*
Remove embedded 'cephd' code
Dan Mick
2018-05-11
2
-12
/
+0
*
cmake: enable CMP0046
Kefu Chai
2018-04-26
1
-1
/
+0
*
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
1
-1
/
+0
*
erasure-code: factor generic create_rule into parent ErasureCode
Sage Weil
2017-07-06
2
-38
/
+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
3
-23
/
+26
*
erasure-code: sync jerasure/gf-complete submodules
Loic Dachary
2017-04-10
2
-0
/
+0
*
common: add override in header file
liuchang0812
2017-03-03
2
-50
/
+50
*
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
*
erasure-code: synchronize with upstream gf-complete
Loic Dachary
2016-12-08
1
-0
/
+0
*
embedded: add compression and EC plugins to libcephd
Bassam Tabbara
2016-11-29
2
-1
/
+14
*
erasure-code: fix gf-complete warning
Kefu Chai
2016-11-23
1
-0
/
+0
*
erasure-code: improve non-regression testing
Bassam Tabbara
2016-09-29
1
-1
/
+8
*
erasure-code: Backward compatibility with legacy EC plugins
Bassam Tabbara
2016-09-29
1
-1
/
+12
*
erasure-code: Move the EC factory code into separate header files
Bassam Tabbara
2016-09-29
2
-6
/
+34
*
erasure-code: Remove SIMD flavors for jerasure and shec
Bassam Tabbara
2016-09-29
5
-154
/
+115
*
erasure-code: Pickup gf-complete v3 with runtime SIMD detection
Bassam Tabbara
2016-09-29
2
-0
/
+1
*
build/ops: remove autoconf leftover
Bassam Tabbara
2016-09-29
1
-148
/
+0
*
jerasure: include generic objects in neon jerasure lib (like sse3/4)
Dan Mick
2016-08-25
1
-0
/
+1
*
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
-66
/
+40
*
cmake: do not link ec_jerasure_generic against crush
Kefu Chai
2016-07-29
1
-1
/
+1
*
erasure-code/jerasure/CMakeLists.txt: set NEON flags for neon objs
Dan Mick
2016-07-26
1
-0
/
+1
*
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
-3
/
+3
*
cmake: add ErasureCode.cc to jerasure plugins
Casey Bodley
2016-02-25
1
-2
/
+7
*
Merge pull request #7748 from ceph/wip-cmake-2-22-16
Casey Bodley
2016-02-25
1
-18
/
+31
|
\
|
*
cmake: fix paths & make object libs of various EC files
Matt Benjamin
2016-02-23
1
-18
/
+31
*
|
ErasureCodeJerasure.h: init packetsize member var in ctor
Danny Al-Gaaf
2016-02-19
1
-2
/
+4
|
/
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-3
/
+3
*
cmake: src/erasure-code CMakeLists.txt's changes
Ali Maredia
2016-01-05
1
-44
/
+21
*
Build internal plugins and classes as modules
James Page
2015-11-04
1
-5
/
+5
*
erasure-code: fix gf-complete warnings
Loic Dachary
2015-09-07
1
-0
/
+0
*
osd: always load erasure plugins from the configured directory
Sage Weil
2015-08-21
2
-3
/
+7
*
ErasureCodeJerasure.cc: remove redundant checks before erase()
Danny Al-Gaaf
2015-07-17
1
-6
/
+3
*
erasure-code: do not hide overloaded ErasureCode::parse()
Kefu Chai
2015-07-06
1
-7
/
+12
*
erasure-code: add sanity check to guard against k=1
Loic Dachary
2015-06-06
1
-0
/
+1
*
erasure-code: implement get_profile for every plugins
Loic Dachary
2015-06-01
1
-0
/
+1
*
erasure-code: ErasureCodeJerasure update default values to string
Loic Dachary
2015-05-31
2
-45
/
+63
[next]