index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
compressor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-5
/
+5
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
2
-4
/
+4
*
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
2
-4
/
+4
*
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
*
os/bluestore: share compression/csum enums and corresponding stuff for common...
Igor Fedotov
2016-10-19
1
-1
/
+1
*
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
3
-82
/
+23
*
unittest_compression: subsume _zlib and _snappy test cases
Sage Weil
2016-10-06
4
-395
/
+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
4
-130
/
+161
*
unittest_compression_*: remove lib dir hackery
Sage Weil
2016-09-26
3
-22
/
+6
*
tetst/compression_zlib: add simple benchmark
Piotr Dałek
2016-09-17
1
-2
/
+86
*
common/compressor: fix improper length value passed to zlib compressor
Igor Fedotov
2016-09-14
1
-4
/
+31
*
remove autotools
Sage Weil
2016-09-07
1
-76
/
+0
*
os/bluestore: get rid off "isa-l" type in ZLibCompressor ctor
xie xingguo
2016-08-31
1
-3
/
+3
*
compressor: isa-l extension for zlib plugin
Ved-vampir
2016-08-08
2
-5
/
+90
*
Merge pull request #9782 from Ved-vampir/zlib_cleanup
Kefu Chai
2016-07-15
1
-5
/
+5
|
\
|
*
compressor: zlib compressor plugin cleanup
Ved-vampir
2016-06-17
1
-5
/
+5
*
|
test: test_{compression_plugin,async_compressor}: do not copy plugins
Kefu Chai
2016-07-06
1
-8
/
+0
*
|
cmake: do not exclude tests from 'make all'
Sage Weil
2016-06-23
1
-5
/
+5
|
/
*
compressor: Extends decompressor interface to be able to provide compressed d...
Igor Fedotov
2016-06-01
3
-4
/
+18
*
compressor: add a get_type() method to Compressor interface
Sage Weil
2016-06-01
3
-9
/
+5
*
compressor: Refactor to allow bufferlist::iterator as an input
Igor Fedotov
2016-06-01
2
-1
/
+6
*
compressor: tests for zlib & snappy changes
Ali Maredia
2016-05-02
2
-8
/
+0
*
cmake: CEPH_LIB defaults to .libs in cpp unit tests
Ali Maredia
2016-05-02
5
-6
/
+6
*
cmake: fix linking of compressor and plugins
Casey Bodley
2016-04-29
1
-46
/
+9
*
cmake: Protect againist getenv returning nullptr
Ali Maredia
2016-04-15
5
-8
/
+21
*
cmake: moved tests into test/compressor dir
Ali Maredia
2016-04-15
5
-10
/
+97
*
unittest_compression_zlib: do not assume buffer will be null terminated
Sage Weil
2016-03-11
1
-2
/
+6
*
unittest_compression_[*_][plugin]: fix warnings
Sage Weil
2016-02-11
4
-8
/
+14
*
Merge pull request #7437 from Ved-vampir/wip_zlib_plugin
Sage Weil
2016-02-08
3
-0
/
+160
|
\
|
*
Compressor: add zlib unittests
Ved-vampir
2016-02-01
3
-0
/
+160
*
|
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
|
/
*
Fixes #14400 + some refactoring to avoid input buffer modification in future.
Igor Fedotov
2016-01-18
2
-3
/
+35
*
Compressor: compressor plugins unit tests
Ved-vampir
2016-01-15
6
-0
/
+350