summaryrefslogtreecommitdiffstats
path: root/src/test/erasure-code/TestErasureCodeIsa.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* erasure-code/isa: Use isa/raid's xor_gen() instead of the region_xor() optimi...Jamie Pryde2024-07-181-1/+0
* test/erasure-code: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* crush: remove last traces of 'ruleset'Sage Weil2021-06-291-4/+4
* erasure-code: avoid bufferlist::push_frontSage Weil2018-04-031-4/+4
* test: fix unittest memory leak to make valgrind silenceYao Zongyou2017-12-251-1/+1
* erasure-code: refactor the interfaces to hide internals from publicKefu Chai2017-11-031-34/+34
* erasure-code: ruleset-* -> crush-*Sage Weil2017-07-061-7/+7
* crush: add per pool choose_args when calling do_ruleLoic Dachary2017-04-181-1/+1
* test,cmake: turn unit.h into unit.cc to speed up compilationKefu Chai2016-11-281-2/+0
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-17/+1
* crush: Remove mutable part of CRUSH mapAdam C. Emerson2016-11-091-0/+2
* TestErasureCodeIsa.cc: Clang want dimensions of arrays to be constantWillem Jan Withagen2016-05-251-8/+8
* cmake: CEPH_LIB defaults to .libs in cpp unit testsAli Maredia2016-05-021-1/+1
* cmake: Protect againist getenv returning nullptrAli Maredia2016-04-151-1/+2
* cmake: erasure-code tests passingAli Maredia2016-04-151-1/+3
* erasure-code/TestErasureCodeIsa.cc: add constMichal Jarzabek2015-12-141-2/+2
* osd: always load erasure plugins from the configured directorySage Weil2015-08-211-0/+3
* erasure-code: add sanity check to guard against k=1Loic Dachary2015-06-061-0/+11
* erasure-code: implement consistent error streamLoic Dachary2015-05-251-12/+12
* erasure-code: define the ErasureCodeProfile typeLoic Dachary2015-05-251-56/+56
* erasure-code: fix compilation warningsKefu Chai2015-02-101-5/+5
* TestErasureCodeIsa.cc: fix reassign before use old valueDanny Al-Gaaf2015-02-031-4/+4
* TestErasureCodeIsa.cc: reduce scope of 'err' variableDanny Al-Gaaf2014-10-261-4/+5
* erasure-code: test isa encode/decode with various object sizesLoic Dachary2014-09-251-51/+52
* erasure-code: add test for isa chunk_size methodLoic Dachary2014-09-251-0/+35
* erasure-code: isa encode tests adapted to per chunk alignmentLoic Dachary2014-09-251-16/+14
* erasure-code: isa test compare chunks with memcmp instead of strncmpLoic Dachary2014-09-251-5/+5
* erasure-code: run isa tests via libtool and valgrindLoic Dachary2014-09-251-3/+2
* erasure-code: do not use typed tests for isaLoic Dachary2014-09-251-20/+13
* EC-ISA: add intelligent table cacheAndreas-Joachim Peters2014-09-101-11/+141
* CrushWrapper: pick a ruleset same as rule_idXiaoxi Chen2014-08-221-30/+0
* erasure-code: ErasureCodeIsa::create_ruleset must return a rulesetLoic Dachary2014-08-101-0/+109
* EC-ISA: provide a 10% faster simple parity operation for (k, m=1). Add simple...Andreas-Joachim Peters2014-08-041-0/+98
* EC: add plugin for Intel ISA-L libraryAndreas-Joachim Peters2014-07-311-0/+630