index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
compressor
/
test_compression.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add missing include for std::cout
Max Kellermann
2024-11-04
1
-0
/
+3
*
uadk: add unit tests
Rongqi Sun
2024-08-12
1
-0
/
+85
*
compressor/zlib: isa-l optimization for zlib algorithm on aarch64
Dai Zhiwei
2022-06-25
1
-3
/
+3
*
compressor: s/boost::optional/std::optional/
Kefu Chai
2022-03-22
1
-13
/
+13
*
test: : build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
compressor/zlib:make zlib windowBits configurable for compression
WangPengfei
2020-04-30
1
-30
/
+43
*
test/compressor: test round trip of an osdmap
Dan van der Ster
2020-03-02
1
-0
/
+39
*
src/: s/advance/operator+=/
Kefu Chai
2020-02-02
1
-1
/
+1
*
test/compressor: do not include unused header
Kefu Chai
2019-08-03
1
-1
/
+0
*
test: s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/
Kefu Chai
2019-05-02
1
-1
/
+1
*
common/config: push down Mutex #include
Sage Weil
2018-11-21
1
-0
/
+1
*
common/PluginRegistry: Mutex -> ceph::mutex
Sage Weil
2018-11-21
1
-1
/
+1
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
test: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-23
/
+23
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-0
/
+1
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-2
/
+2
*
compressor: add QAT support
Qiaowei Ren
2018-04-18
1
-0
/
+75
*
unittest_compression: avoid claim_prepend
Sage Weil
2018-04-03
1
-1
/
+2
*
test: drop hackery for CEPH_LIB
Sage Weil
2018-03-06
1
-2
/
+0
*
cleanup: src/.libs -> build/lib
Sage Weil
2018-03-06
1
-1
/
+1
*
buffer: Append from std::string_view
Adam C. Emerson
2018-02-16
1
-2
/
+2
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-1
/
+1
*
Merge pull request #19549 from bi-shun/brotli-compressor
Yuri Weinstein
2018-01-06
1
-0
/
+3
|
\
|
*
Compressor: Add Brotli Compressor
BI SHUN KE
2017-12-29
1
-0
/
+3
*
|
test: fix unittest memory leak to make valgrind silence
Yao Zongyou
2017-12-25
1
-0
/
+2
|
/
*
test/unittest_compression: fail if factory is not ready
Kefu Chai
2017-11-11
1
-1
/
+1
*
unittest_compression: speed it up
Sage Weil
2017-07-24
1
-5
/
+5
*
test_compression: add lz4
Haomai Wang
2017-06-03
1
-0
/
+3
*
test/compressor: disable isal tests if not available
Kefu Chai
2017-05-03
1
-0
/
+21
*
test: add override in test submodule
liuchang0812
2017-03-03
1
-1
/
+1
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
1
-2
/
+2
*
compressor/zstd: add zstd compressor
Sage Weil
2017-01-25
1
-1
/
+2
*
test,cmake: turn unit.h into unit.cc to speed up compilation
Kefu Chai
2016-11-28
1
-4
/
+3
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-19
/
+1
*
Fixed problem with isal-regular gzip compatibility.
Adam Kupczyk
2016-11-02
1
-0
/
+68
*
compressor/ZLibCompressor: fix broken isal-l
Igor Fedotov
2016-10-12
1
-1
/
+1
*
unittest_compression: naming nit
Sage Weil
2016-10-07
1
-22
/
+22
*
unittest_compression: restore zlib_isal setting
Sage Weil
2016-10-07
1
-0
/
+8
*
unittest_compression: subsume plugin test
Sage Weil
2016-10-06
1
-0
/
+23
*
unittest_compression: subsume _zlib and _snappy test cases
Sage Weil
2016-10-06
1
-0
/
+199
*
unittest_compressor: smaller big test
Sage Weil
2016-10-06
1
-1
/
+1
*
compressor/zlib: disable ISA-L
Sage Weil
2016-10-06
1
-1
/
+1
*
compressor/zlib: add compressor_zlib_isal config option to disable ISA-L
Sage Weil
2016-10-06
1
-2
/
+23
*
unittest_compressor: unified compression tests, parameterized by plugin
Sage Weil
2016-10-06
1
-0
/
+153