summaryrefslogtreecommitdiffstats
path: root/src/erasure-code/jerasure (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: add sanity check for invalid m/w of liber8tionYan Jun2019-09-091-8/+10
* ec/jerasure: save the default m=2 of reed_sol_r6_op in profileYan Jun2019-09-092-2/+6
* erasure-code: Update jerasure to work without using namespaceAdam C. Emerson2019-03-294-23/+29
* erasure-code: ensure m >= 1Sage Weil2019-03-121-1/+1
* erasure-code: return error using `ss` not derrKefu Chai2018-11-151-3/+2
* common: fix typosKefu Chai2018-09-211-1/+1
* erasure-code: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* Remove embedded 'cephd' codeDan Mick2018-05-112-12/+0
* cmake: enable CMP0046Kefu Chai2018-04-261-1/+0
* erasure-code: use jerasure_free_schedule to properly free a scheduleYao Zongyou2017-12-222-6/+9
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* erasure-code: factor generic create_rule into parent ErasureCodeSage Weil2017-07-062-38/+1
* erasure-code: ruleset-* -> crush-*Sage Weil2017-07-062-19/+24
* mon,crush: 'osd crush rule create-replicated ...'Sage Weil2017-07-061-1/+1
* crush/CrushWrapper: add_simple_ruleset[_at] -> add_simple_rule[_at]Sage Weil2017-06-201-2/+3
* erasure-code: optimize header file dependencyshawn2017-05-193-23/+26
* erasure-code: sync jerasure/gf-complete submodulesLoic Dachary2017-04-102-0/+0
* common: add override in header fileliuchang08122017-03-032-50/+50
* cmake: fix rpath on shared libraries and executablesRicardo Dias2017-01-181-0/+4
* dout: Use dout_contextAdam C. Emerson2016-12-223-0/+4
* erasure-code: synchronize with upstream gf-completeLoic Dachary2016-12-081-0/+0
* embedded: add compression and EC plugins to libcephdBassam Tabbara2016-11-292-1/+14
* erasure-code: fix gf-complete warningKefu Chai2016-11-231-0/+0
* erasure-code: improve non-regression testingBassam Tabbara2016-09-291-1/+8
* erasure-code: Backward compatibility with legacy EC pluginsBassam Tabbara2016-09-291-1/+12
* erasure-code: Move the EC factory code into separate header filesBassam Tabbara2016-09-292-6/+34
* erasure-code: Remove SIMD flavors for jerasure and shecBassam Tabbara2016-09-295-154/+115
* 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
* jerasure: include generic objects in neon jerasure lib (like sse3/4)Dan Mick2016-08-251-0/+1
* cmake: fix unmatched endforeachKefu Chai2016-08-191-1/+1
* cmake: recompile erasure src for different variantsKefu Chai2016-08-181-66/+40
* 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: install erasure plugins into ${pkglibdir}/erasure-codeKefu Chai2016-06-011-5/+5
* cmake: erasure-decode-non-regression.sh passingAli Maredia2016-04-151-3/+3
* 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-251-18/+31
|\
| * cmake: fix paths & make object libs of various EC filesMatt Benjamin2016-02-231-18/+31
* | ErasureCodeJerasure.h: init packetsize member var in ctorDanny Al-Gaaf2016-02-191-2/+4
|/
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-3/+3
* cmake: src/erasure-code CMakeLists.txt's changesAli Maredia2016-01-051-44/+21
* Build internal plugins and classes as modulesJames Page2015-11-041-5/+5
* erasure-code: fix gf-complete warningsLoic Dachary2015-09-071-0/+0
* osd: always load erasure plugins from the configured directorySage Weil2015-08-212-3/+7
* ErasureCodeJerasure.cc: remove redundant checks before erase()Danny Al-Gaaf2015-07-171-6/+3
* erasure-code: do not hide overloaded ErasureCode::parse()Kefu Chai2015-07-061-7/+12
* erasure-code: add sanity check to guard against k=1Loic Dachary2015-06-061-0/+1
* erasure-code: implement get_profile for every pluginsLoic Dachary2015-06-011-0/+1
* erasure-code: ErasureCodeJerasure update default values to stringLoic Dachary2015-05-312-45/+63