index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
erasure-code
/
TestErasureCodeIsa.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
erasure-code/isa: Use isa/raid's xor_gen() instead of the region_xor() optimi...
Jamie Pryde
2024-07-18
1
-1
/
+0
*
test/erasure-code: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
crush: remove last traces of 'ruleset'
Sage Weil
2021-06-29
1
-4
/
+4
*
erasure-code: avoid bufferlist::push_front
Sage Weil
2018-04-03
1
-4
/
+4
*
test: fix unittest memory leak to make valgrind silence
Yao Zongyou
2017-12-25
1
-1
/
+1
*
erasure-code: refactor the interfaces to hide internals from public
Kefu Chai
2017-11-03
1
-34
/
+34
*
erasure-code: ruleset-* -> crush-*
Sage Weil
2017-07-06
1
-7
/
+7
*
crush: add per pool choose_args when calling do_rule
Loic Dachary
2017-04-18
1
-1
/
+1
*
test,cmake: turn unit.h into unit.cc to speed up compilation
Kefu Chai
2016-11-28
1
-2
/
+0
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-17
/
+1
*
crush: Remove mutable part of CRUSH map
Adam C. Emerson
2016-11-09
1
-0
/
+2
*
TestErasureCodeIsa.cc: Clang want dimensions of arrays to be constant
Willem Jan Withagen
2016-05-25
1
-8
/
+8
*
cmake: CEPH_LIB defaults to .libs in cpp unit tests
Ali Maredia
2016-05-02
1
-1
/
+1
*
cmake: Protect againist getenv returning nullptr
Ali Maredia
2016-04-15
1
-1
/
+2
*
cmake: erasure-code tests passing
Ali Maredia
2016-04-15
1
-1
/
+3
*
erasure-code/TestErasureCodeIsa.cc: add const
Michal Jarzabek
2015-12-14
1
-2
/
+2
*
osd: always load erasure plugins from the configured directory
Sage Weil
2015-08-21
1
-0
/
+3
*
erasure-code: add sanity check to guard against k=1
Loic Dachary
2015-06-06
1
-0
/
+11
*
erasure-code: implement consistent error stream
Loic Dachary
2015-05-25
1
-12
/
+12
*
erasure-code: define the ErasureCodeProfile type
Loic Dachary
2015-05-25
1
-56
/
+56
*
erasure-code: fix compilation warnings
Kefu Chai
2015-02-10
1
-5
/
+5
*
TestErasureCodeIsa.cc: fix reassign before use old value
Danny Al-Gaaf
2015-02-03
1
-4
/
+4
*
TestErasureCodeIsa.cc: reduce scope of 'err' variable
Danny Al-Gaaf
2014-10-26
1
-4
/
+5
*
erasure-code: test isa encode/decode with various object sizes
Loic Dachary
2014-09-25
1
-51
/
+52
*
erasure-code: add test for isa chunk_size method
Loic Dachary
2014-09-25
1
-0
/
+35
*
erasure-code: isa encode tests adapted to per chunk alignment
Loic Dachary
2014-09-25
1
-16
/
+14
*
erasure-code: isa test compare chunks with memcmp instead of strncmp
Loic Dachary
2014-09-25
1
-5
/
+5
*
erasure-code: run isa tests via libtool and valgrind
Loic Dachary
2014-09-25
1
-3
/
+2
*
erasure-code: do not use typed tests for isa
Loic Dachary
2014-09-25
1
-20
/
+13
*
EC-ISA: add intelligent table cache
Andreas-Joachim Peters
2014-09-10
1
-11
/
+141
*
CrushWrapper: pick a ruleset same as rule_id
Xiaoxi Chen
2014-08-22
1
-30
/
+0
*
erasure-code: ErasureCodeIsa::create_ruleset must return a ruleset
Loic Dachary
2014-08-10
1
-0
/
+109
*
EC-ISA: provide a 10% faster simple parity operation for (k, m=1). Add simple...
Andreas-Joachim Peters
2014-08-04
1
-0
/
+98
*
EC: add plugin for Intel ISA-L library
Andreas-Joachim Peters
2014-07-31
1
-0
/
+630