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
*
Merge pull request #59116 from rzarzynski/wip-constbl-compressor
Yuri Weinstein
2024-12-24
1
-10
/
+6
|
\
|
*
compressor: switch out of get_current_ptr() for the sake of const-stricter bu...
Radoslaw Zarzynski
2024-08-09
1
-10
/
+6
*
|
Merge pull request #59335 from mkogan1/wip-qat-logs
Mark Kogan
2024-09-23
1
-2
/
+20
|
\
\
|
*
|
warn when QAT switches to software [de]compression
Mark Kogan
2024-08-20
1
-2
/
+20
*
|
|
uadk: add uadk support
Rongqi Sun
2024-08-12
6
-0
/
+494
|
/
/
*
|
Merge pull request #58046 from hualongfeng/wip_qat_zlib_data_format
Casey Bodley
2024-07-26
3
-20
/
+41
|
\
\
|
*
|
compressor: Change data formt to QZ_DEFLATE_GZIP_EXT for QAT zlib
hualong feng
2024-07-19
3
-20
/
+41
|
|
/
*
/
cmake/compressor: QatAccel depends on legacy-option-headers
Casey Bodley
2024-07-03
1
-0
/
+1
|
/
*
cmake: targets against legacy-option-headers when appropriate
Kefu Chai
2024-05-08
2
-2
/
+6
*
cmake: link against legacy-option-headers instead of depend on it
Kefu Chai
2024-04-27
1
-1
/
+1
*
compressor: move QatAccel out of common
Casey Bodley
2024-02-07
10
-157
/
+200
*
cmake: rename qatzip->QATzip and support pkg-config
Casey Bodley
2024-02-07
1
-1
/
+1
*
cmake: add WITH_QATLIB to build against qatlib
Casey Bodley
2024-02-07
1
-3
/
+3
*
common/compressor: update the interfaces and data structures
Liu Miaomiao
2023-07-14
1
-25
/
+14
*
compressor: fix rpmbuild on RHEL-8
Andriy Tkachuk
2022-09-28
1
-0
/
+1
*
Merge pull request #44762 from Zhiwei-Dai/wip-zlib-compressor-isal-for-aarch64
Kefu Chai
2022-07-28
3
-49
/
+94
|
\
|
*
compressor/zlib: isa-l optimization for zlib algorithm on aarch64
Dai Zhiwei
2022-06-25
3
-49
/
+94
*
|
Merge pull request #45806 from hualongfeng/qat_error_fix1
Casey Bodley
2022-06-09
2
-52
/
+48
|
\
\
|
|
/
|
/
|
|
*
common/compressor: fix the issue that read more data
Feng Hualong
2022-06-01
2
-52
/
+48
*
|
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
[next]