summaryrefslogtreecommitdiffstats
path: root/src/erasure-code/jerasure (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3334 from dachary/wip-10216-jerasure-syncSage Weil2015-01-192-0/+0
|\
| * erasure-code: update jerasure/gf-complete submodulesLoic Dachary2015-01-152-0/+0
* | Merge pull request #3194 from dachary/wip-10350-erasure-code-choose-triesSage Weil2015-01-181-1/+3
|\ \
| * | erasure-code: set max_size to chunk_count() instead of 20Loic Dachary2015-01-151-1/+3
| |/
* / Combined CMake Build for HammerAli Maredia2015-01-141-0/+100
|/
* erasure-code: relax cauchy w restrictionsLoic Dachary2014-12-161-7/+0
* gf-complete: update submodule to newest upstreamGreg Farnum2014-12-101-0/+0
* arch: add support for HW_CAP based neon runtime detectionLoic Dachary2014-12-041-1/+1
* erasure-code: include new headers in distributionLoic Dachary2014-11-251-5/+10
* erasure-code: build and use a NEON jerasure variantJanne Grunau2014-11-252-0/+27
* erasure-code: gf-complete use neon enabled branchJanne Grunau2014-11-251-0/+0
* erasure-code: conditionally build jerasure sse3/sse4 pluginsJanne Grunau2014-11-251-0/+4
* erasure-code: s/alignement/alignment/ typos in jerasureLoic Dachary2014-11-101-2/+2
* erasure-code: restore jerasure BlaumRoth default wLoic Dachary2014-09-232-1/+4
* erasure-code: fix BlaumRoth sanity check on wLoic Dachary2014-09-092-1/+17
* erasure-code: refactor jerasure Liberation parameters checksLoic Dachary2014-09-092-25/+58
* erasure-code: add Ceph version check to pluginsLoic Dachary2014-08-283-0/+10
* erasure-code: jerasure preloads the plugin variantLoic Dachary2014-08-281-19/+33
* erasure-code: add Red Hat to copyright noticesLoic Dachary2014-08-282-0/+2
* erasure-code: add directory to plugin init functionsLoic Dachary2014-08-282-2/+2
* erasure-code: remap chunks if not sequentialLoic Dachary2014-08-151-0/+7
* erasure-code: ErasureCodeJerasure::create_ruleset must return a rulesetLoic Dachary2014-08-101-2/+6
* erasure-code: rework ErasureCode*::parse methodsLoic Dachary2014-08-062-68/+107
* erasure-code: move to ErasureCode::to_{int,bool}Loic Dachary2014-08-062-42/+0
* erasure-code: move to ErasureCode::minimum_to_decode*Loic Dachary2014-08-062-37/+0
* erasure-code: move to ErasureCode::{encode,decode}{,chunk}Loic Dachary2014-08-062-66/+16
* erasure-code: ErasureCode base classLoic Dachary2014-08-062-2/+3
* erasure-code: properly indent ErasureCodePluginSelectJerasure.ccLoic Dachary2014-08-041-19/+19
* erasure-code: control jerasure plugin variant selectionLoic Dachary2014-08-041-0/+7
* erasure-code: reduce jerasure verbosityLoic Dachary2014-08-041-3/+3
* erasure-code: implement alignment on chunk sizesLoic Dachary2014-08-042-19/+69
* erasure-code: cauchy techniques allow w 8,16,32Loic Dachary2014-08-041-2/+8
* erasure-code: remove jerasure internals dependenciesLoic Dachary2014-06-122-8/+4
* erasure-code: Ceph distributed storage systemLoic Dachary2014-06-014-4/+4
* Fix out of source buildsStefan Eilemann2014-05-031-13/+13
* erasure-code: thread-safe initialization of gf-completeLoic Dachary2014-04-081-0/+19
* erasure-code: update jerasure / gf-complete submodulesLoic Dachary2014-03-302-0/+0
* jerasure: fix up .gitignoreSage Weil2014-03-272-0/+0
* erasure-code: test jerasure SSE optimized plugins selectionLoic Dachary2014-03-271-3/+6
* erasure-code: SSE optimized jerasure pluginsLoic Dachary2014-03-272-17/+144
* erasure-code: gf-complete / jerasure modules updatesLoic Dachary2014-03-272-0/+0
* Revert "erasure-code: gf-complete detects SSE at runtime"Sage Weil2014-03-242-2/+0
* erasure-code: gf-complete detects SSE at runtimeLoic Dachary2014-03-212-0/+2
* erasure-code: add gf-complete / jerasure submodulesLoic Dachary2014-03-192-0/+0
* erasure-code: remove copy of gf-complete / jerasureLoic Dachary2014-03-1926-20385/+0
* remove gf-complete / jerasure sub modulesLoic Dachary2014-03-1929-3/+20385
* erasure-code: jerasure and gf-complete moved to ceph namespaceLoic Dachary2014-03-182-0/+0
* erasure-code: update gf-complete v1 submoduleLoic Dachary2014-03-181-0/+0
* erasure-code: update jerasure v2 submoduleLoic Dachary2014-03-181-0/+0
* Merge pull request #1384 from dachary/wip-7599Sage Weil2014-03-1816-5886/+43
|\