summaryrefslogtreecommitdiffstats
path: root/src/erasure-code (follow)
Commit message (Expand)AuthorAgeFilesLines
* crush/CrushWrapper: add_simple_ruleset[_at] -> add_simple_rule[_at]Sage Weil2017-06-203-10/+13
* EC: Add AVX512 support for ISA-L-based codesTushar Gohad2017-06-121-0/+8
* EC: Fix isa library version (2.14.0 -> 2.16.0)Tushar Gohad2017-06-121-1/+1
* erasure-code: Remove duplicate of isa-l filesGanesh Mahalingam2017-05-3147-21129/+43
* erasure-code/isa/ErasureCodePluginIsa.cc: fixup includesWillem Jan Withagen2017-05-281-0/+1
* erasure-code: optimize header file dependencyBrad Hubbard2017-05-192-2/+1
* erasure-code: optimize header file dependencyshawn2017-05-1921-156/+155
* cmake: do not compile crush twiceKefu Chai2017-04-221-1/+2
* erasure-code: sync jerasure/gf-complete submodulesLoic Dachary2017-04-102-0/+0
* common: add override in header fileliuchang08122017-03-039-139/+139
* cmake: fix rpath on shared libraries and executablesRicardo Dias2017-01-184-1/+14
* dout: Use dout_contextAdam C. Emerson2016-12-229-0/+11
* Merge pull request #12495 from kylinstorage/wip-ctyposXie Xingguo2016-12-151-1/+1
|\
| * src/erasure-code/shec/ErasureCodeShec.cc:fix typosxianxiaxiao2016-12-141-1/+1
* | erasure-code: synchronize with upstream gf-completeLoic Dachary2016-12-081-0/+0
|/
* embedded: add compression and EC plugins to libcephdBassam Tabbara2016-11-299-4/+56
* erasure-code: fix gf-complete warningKefu Chai2016-11-231-0/+0
* erasure-code/shec/ErasureCodeShec.cc: use memset to fill integer VLAsDanny Al-Gaaf2016-11-091-0/+3
* erasure-code: improve non-regression testingBassam Tabbara2016-09-291-1/+8
* erasure-code: Backward compatibility with legacy EC pluginsBassam Tabbara2016-09-293-3/+35
* erasure-code: Move the EC factory code into separate header filesBassam Tabbara2016-09-298-29/+142
* erasure-code: Remove SIMD flavors for jerasure and shecBassam Tabbara2016-09-299-301/+123
* erasure-code: Pickup gf-complete v3 with runtime SIMD detectionBassam Tabbara2016-09-292-0/+1
* build/ops: remove autoconf leftoverBassam Tabbara2016-09-291-148/+0
* Merge pull request #11003 from ceph/wip-cmakeDan Mick2016-09-081-2/+0
|\
| * cmake: include(SIMDExt) in src/CMakeLists.txtKefu Chai2016-09-071-2/+0
* | remove autotoolsSage Weil2016-09-074-288/+0
|/
* cmake: pass -DINTEL* to gf-complete cflagsKefu Chai2016-09-021-2/+3
* jerasure: include generic objects in neon jerasure lib (like sse3/4)Dan Mick2016-08-251-0/+1
* cmake: fix unmatched endforeachKefu Chai2016-08-192-2/+2
* cmake: recompile erasure src for different variantsKefu Chai2016-08-184-121/+70
* cmake: do not link ec_jerasure_generic against crushKefu Chai2016-07-291-1/+1
* erasure-code/jerasure/CMakeLists.txt: set NEON flags for neon objsDan Mick2016-07-261-0/+1
* Cmake: fix using CMAKE_DL_LIBS instead of dlWillem Jan Withagen2016-07-161-1/+1
* cmake: do not depend on sse jerasure plugins if not avaiableKefu Chai2016-07-041-3/+6
* cmake: install erasure plugins into ${pkglibdir}/erasure-codeKefu Chai2016-06-015-12/+15
* cmake: s/ENABLE_SHARED/BUILD_SHARED_LIBS/Kefu Chai2016-05-271-1/+1
* cmake: Added #defines to config-h.in.cmakeAli Maredia2016-05-261-64/+0
* test/ec: build the libs only when 'make check'Boris Ranto2016-05-041-0/+2
* erasure-code: remove duplicated wordsLi Peng2016-05-031-1/+1
* cmake: erasure-decode-non-regression.sh passingAli Maredia2016-04-153-6/+7
* cmake: add ErasureCode.cc to jerasure pluginsCasey Bodley2016-02-251-2/+7
* Merge pull request #7748 from ceph/wip-cmake-2-22-16Casey Bodley2016-02-253-51/+56
|\
| * cmake: fix paths & make object libs of various EC filesMatt Benjamin2016-02-233-51/+56
* | ErasureCodeJerasure.h: init packetsize member var in ctorDanny Al-Gaaf2016-02-191-2/+4
|/
* misc: using move construct to avoid extra atomic inc/decHaomai Wang2016-02-021-2/+2
* make ctors with one argument explicitDanny Al-Gaaf2016-01-292-5/+5
* erasure-code: create an internal isa lib for testingKefu Chai2016-01-181-7/+8
* cmake: src/erasure-code CMakeLists.txt's changesAli Maredia2016-01-053-46/+129
* common/buffer: forward declare bufferMichal Jarzabek2015-11-302-1/+2