index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compressor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
compressor: s/boost::optional/std::optional/
Kefu Chai
2022-03-22
9
-35
/
+35
*
common/compressor: fix the issue that cannot processed concurrently
Feng Hualong
2022-03-21
5
-30
/
+146
*
cmake: add dependency compression->common
James Page
2022-02-20
1
-0
/
+1
*
compressor: fix compilation issues about QATzip
Miaomiao Liu
2022-02-18
4
-25
/
+39
*
compressor: replace snappy and lz4 compressors with zlib for QAT based compre...
Miaomiao Liu
2022-02-08
1
-5
/
+1
*
compressor: build without "using namespace std"
Kefu Chai
2021-08-13
1
-1
/
+1
*
compression/snappy: use uint32_t to be compatible with 1.1.9
Nathan Cutler
2021-07-29
1
-1
/
+1
*
cmake: allow use libzstd in system
Kefu Chai
2021-03-31
1
-23
/
+9
*
cmake: do not specify CMAKE_GENERATOR for external projects
Kefu Chai
2021-03-09
1
-1
/
+0
*
cmake: use "" for no-op INSTALL_COMMAND
Kefu Chai
2021-03-09
1
-1
/
+1
*
compressor/lz4: use optional<> instead of Tub<>
Kefu Chai
2021-02-14
1
-4
/
+4
*
compressor/lz4: use range-based loop
Kefu Chai
2021-02-14
1
-6
/
+5
*
compressor: pass string_view instead of string
Kefu Chai
2020-12-06
2
-4
/
+6
*
compressor: put Compressor into TOPNSPC namespace
Kefu Chai
2020-12-06
3
-5
/
+13
*
cmake: set GIT_SHALLOW and UPDATE_DISCONNECTED
Kefu Chai
2020-11-05
1
-0
/
+1
*
cmake: remove yasm since it's been replaced by nasm
Changcheng Liu
2020-10-29
1
-1
/
+0
*
cmake: use nasm to replace yasm to build isa-l
Changcheng Liu
2020-10-29
2
-5
/
+7
*
common: rename YASM MACRO to hint support SIMD
Changcheng Liu
2020-10-29
2
-5
/
+5
*
cmake: Set missing dependencies
Lucian Petrut
2020-08-31
4
-4
/
+6
*
compressor: fix compile error for QAT
Qiaowei Ren
2020-08-14
6
-5
/
+11
*
compressor/zlib:make zlib windowBits configurable for compression
WangPengfei
2020-04-30
10
-55
/
+64
*
Merge pull request #33790 from bstillwell/add_conf_option_zstd_compression_level
Kefu Chai
2020-04-27
2
-5
/
+5
|
\
|
*
compressor: Add a config option to specify Zstd compression level
Bryan Stillwell
2020-04-20
2
-5
/
+5
*
|
Merge pull request #34106 from adamemerson/wip-namespace-mon
Kefu Chai
2020-03-25
13
-44
/
+53
|
\
\
|
|
/
|
/
|
|
*
compressor: Build without using namespace declarations in headers
Adam C. Emerson
2020-03-22
13
-44
/
+53
*
|
compressor/zlib: CMakeLists adaptation with isa-l v2.29.0
Hang Li
2020-03-10
1
-17
/
+28
|
/
*
compressor/lz4: rebuild if buffer is not contiguous
Sage Weil
2020-03-02
1
-0
/
+12
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-1
/
+1
*
src/: s/advance/operator+=/
Kefu Chai
2020-02-02
1
-1
/
+1
*
cmake: s/bortli_libs/brotli_libs/
Kefu Chai
2019-09-13
1
-3
/
+3
*
cmake: do not always build brotli or zstd
Kefu Chai
2019-07-11
2
-13
/
+0
*
zstd: compat with v1.4.0
Dan van der Ster
2019-06-19
1
-1
/
+1
*
cmake: use BUILD_BYPRODUCTS to fix build w/ ninja
Kefu Chai
2019-05-27
1
-0
/
+1
*
compressor: Update Compressor.cc to work without using namespace
Adam C. Emerson
2019-03-29
1
-2
/
+2
*
cmake: do not assume ${CMAKE_GENERATOR} == make
Kefu Chai
2019-03-21
1
-1
/
+2
*
cmake: rename CMAKE_INSTALL_{FULL_}?PKGLIBDIR
Kefu Chai
2019-02-16
1
-1
/
+1
*
common: abstract the container type of bufferlist::_buffers.
Radoslaw Zarzynski
2018-12-01
1
-2
/
+2
*
compressor: modify brotli compression plugin.
BI SHUN KE
2018-11-16
3
-2
/
+5
*
cmake: should compile libzstd with -fPIC
Kefu Chai
2018-10-22
1
-0
/
+1
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
Merge PR #23975 into master
Sage Weil
2018-09-10
5
-6
/
+6
|
\
|
*
common/buffer.cc: add create_small_page_aligned to avoid mem waste when apply...
Jiang Yutang
2018-09-07
5
-6
/
+6
*
|
cmake: link compressor plugins against lib the modern way
Kefu Chai
2018-09-02
5
-13
/
+11
|
/
*
compressor: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
3
-4
/
+4
*
cmake: cleanup snappy related script
Kefu Chai
2018-08-06
1
-1
/
+1
*
Merge pull request #22007 from dalgaaf/wip-da-SCA-20180514
Kefu Chai
2018-06-28
1
-4
/
+2
|
\
|
*
compressor/lz4/LZ4Compressor.h: reduce scope of variables
Danny Al-Gaaf
2018-06-12
1
-4
/
+2
*
|
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
4
-0
/
+4
*
|
compressor: building error for QAT decompress
Qiaowei Ren
2018-06-19
2
-3
/
+3
|
/
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
8
-15
/
+15
[next]