summaryrefslogtreecommitdiffstats
path: root/src/test/erasure-code/TestErasureCodeJerasure.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: decode_concat() always honors want_to_readRadoslaw Zarzynski2024-06-201-0/+27
* test/erasure-code: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* crush: remove last traces of 'ruleset'Sage Weil2021-06-291-4/+4
* test: Replace deprecated TYPED_TEST_CASE with TYPED_TEST_SUITEAdam C. Emerson2019-06-211-1/+1
* erasure-code: avoid bufferlist::push_frontSage Weil2018-04-031-1/+1
* 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-21/+21
* 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-1/+0
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-18/+2
* crush: Remove mutable part of CRUSH mapAdam C. Emerson2016-11-091-0/+2
* 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
* 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/+12
* erasure-code: implement consistent error streamLoic Dachary2015-05-251-6/+6
* erasure-code: define the ErasureCodeProfile typeLoic Dachary2015-05-251-35/+35
* tests: use memcmp to compare binary buffersLoic Dachary2014-09-241-9/+9
* erasure-code: fix BlaumRoth sanity check on wLoic Dachary2014-09-091-1/+1
* CrushWrapper: pick a ruleset same as rule_idXiaoxi Chen2014-08-221-30/+0
* erasure-code: ErasureCodeJerasure::create_ruleset must return a rulesetLoic Dachary2014-08-101-0/+30
* erasure-code: move to ErasureCode::minimum_to_decode*Loic Dachary2014-08-061-2/+2
* erasure-code: implement alignment on chunk sizesLoic Dachary2014-08-041-69/+74
* erasure-code: Ceph distributed storage systemLoic Dachary2014-06-011-1/+1
* common,erasure-code,mon: s/erasure-code-//Loic Dachary2014-03-171-22/+22
* mon,osd,erasure-code: update copyright noticesLoic Dachary2014-03-171-1/+1
* ErasureCodeJerasure: fill in decoded if all shards are includedSamuel Just2014-02-171-2/+1
* erasure-code: move test files to a dedicated directoryLoic Dachary2014-02-061-0/+362