summaryrefslogtreecommitdiffstats
path: root/src/compressor (follow)
Commit message (Expand)AuthorAgeFilesLines
* compressor: s/boost::optional/std::optional/Kefu Chai2022-03-229-35/+35
* common/compressor: fix the issue that cannot processed concurrentlyFeng Hualong2022-03-215-30/+146
* cmake: add dependency compression->commonJames Page2022-02-201-0/+1
* compressor: fix compilation issues about QATzipMiaomiao Liu2022-02-184-25/+39
* compressor: replace snappy and lz4 compressors with zlib for QAT based compre...Miaomiao Liu2022-02-081-5/+1
* compressor: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* compression/snappy: use uint32_t to be compatible with 1.1.9Nathan Cutler2021-07-291-1/+1
* cmake: allow use libzstd in systemKefu Chai2021-03-311-23/+9
* cmake: do not specify CMAKE_GENERATOR for external projectsKefu Chai2021-03-091-1/+0
* cmake: use "" for no-op INSTALL_COMMANDKefu Chai2021-03-091-1/+1
* compressor/lz4: use optional<> instead of Tub<>Kefu Chai2021-02-141-4/+4
* compressor/lz4: use range-based loopKefu Chai2021-02-141-6/+5
* compressor: pass string_view instead of stringKefu Chai2020-12-062-4/+6
* compressor: put Compressor into TOPNSPC namespaceKefu Chai2020-12-063-5/+13
* cmake: set GIT_SHALLOW and UPDATE_DISCONNECTEDKefu Chai2020-11-051-0/+1
* cmake: remove yasm since it's been replaced by nasmChangcheng Liu2020-10-291-1/+0
* cmake: use nasm to replace yasm to build isa-lChangcheng Liu2020-10-292-5/+7
* common: rename YASM MACRO to hint support SIMDChangcheng Liu2020-10-292-5/+5
* cmake: Set missing dependenciesLucian Petrut2020-08-314-4/+6
* compressor: fix compile error for QATQiaowei Ren2020-08-146-5/+11
* compressor/zlib:make zlib windowBits configurable for compressionWangPengfei2020-04-3010-55/+64
* Merge pull request #33790 from bstillwell/add_conf_option_zstd_compression_levelKefu Chai2020-04-272-5/+5
|\
| * compressor: Add a config option to specify Zstd compression levelBryan Stillwell2020-04-202-5/+5
* | Merge pull request #34106 from adamemerson/wip-namespace-monKefu Chai2020-03-2513-44/+53
|\ \ | |/ |/|
| * compressor: Build without using namespace declarations in headersAdam C. Emerson2020-03-2213-44/+53
* | compressor/zlib: CMakeLists adaptation with isa-l v2.29.0Hang Li2020-03-101-17/+28
|/
* compressor/lz4: rebuild if buffer is not contiguousSage Weil2020-03-021-0/+12
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* src/: s/advance/operator+=/Kefu Chai2020-02-021-1/+1
* cmake: s/bortli_libs/brotli_libs/Kefu Chai2019-09-131-3/+3
* cmake: do not always build brotli or zstdKefu Chai2019-07-112-13/+0
* zstd: compat with v1.4.0Dan van der Ster2019-06-191-1/+1
* cmake: use BUILD_BYPRODUCTS to fix build w/ ninjaKefu Chai2019-05-271-0/+1
* compressor: Update Compressor.cc to work without using namespaceAdam C. Emerson2019-03-291-2/+2
* cmake: do not assume ${CMAKE_GENERATOR} == makeKefu Chai2019-03-211-1/+2
* cmake: rename CMAKE_INSTALL_{FULL_}?PKGLIBDIRKefu Chai2019-02-161-1/+1
* common: abstract the container type of bufferlist::_buffers.Radoslaw Zarzynski2018-12-011-2/+2
* compressor: modify brotli compression plugin.BI SHUN KE2018-11-163-2/+5
* cmake: should compile libzstd with -fPICKefu Chai2018-10-221-0/+1
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* Merge PR #23975 into masterSage Weil2018-09-105-6/+6
|\
| * common/buffer.cc: add create_small_page_aligned to avoid mem waste when apply...Jiang Yutang2018-09-075-6/+6
* | cmake: link compressor plugins against lib the modern wayKefu Chai2018-09-025-13/+11
|/
* compressor: Use ceph_assert for asserts.Adam C. Emerson2018-08-273-4/+4
* cmake: cleanup snappy related scriptKefu Chai2018-08-061-1/+1
* Merge pull request #22007 from dalgaaf/wip-da-SCA-20180514Kefu Chai2018-06-281-4/+2
|\
| * compressor/lz4/LZ4Compressor.h: reduce scope of variablesDanny Al-Gaaf2018-06-121-4/+2
* | common: add LockPolicy to md_config_tKefu Chai2018-06-274-0/+4
* | compressor: building error for QAT decompressQiaowei Ren2018-06-192-3/+3
|/
* core: use const_iterator for decodeKefu Chai2018-05-178-15/+15