summaryrefslogtreecommitdiffstats
path: root/src/compressor (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #21809 from tchaikov/wip-22420Kefu Chai2018-05-152-8/+10
|\
| * compressor: use initializer_list for compression_algorithmsCasey Bodley2018-05-042-8/+10
* | Remove embedded 'cephd' codeDan Mick2018-05-1111-66/+0
|/
* Merge pull request #19714 from qwren/qatzip-compressorKefu Chai2018-05-0411-7/+257
|\
| * compressor: add QAT supportQiaowei Ren2018-04-1811-7/+257
* | cmake: enable CMP0046Kefu Chai2018-04-265-5/+0
|/
* lz4/LZ4Compressor.h: remove always true checkDanny Al-Gaaf2018-04-141-1/+1
* compressor: add zstd backKefu Chai2018-03-291-0/+1
* osd,compressor: Expose compression algorithms via MOSDBoot.Jesse Williamson2018-03-152-35/+33
* cmake: empty INSTALL_RPATH for libceph_zstd.so.2.0.0Nathan Cutler2018-01-261-1/+4
* rados: Switch MIN/MAX for std::min/max and use intarith templatesAdam C. Emerson2018-01-121-1/+1
* compressor: Use unqualified encode/decodeAdam C. Emerson2018-01-102-8/+8
* Compressor: Add Brotli CompressorBI SHUN KE2017-12-298-3/+250
* Merge pull request #18888 from tchaikov/wip-osxKefu Chai2017-11-141-0/+2
|\
| * cmake: should add snappy header dir for libceph_snappyKefu Chai2017-11-111-0/+2
* | compressor/zstd: use compress_generic from compression, cleanupSage Weil2017-11-131-12/+13
* | compressor/zstd: fix build optionsSage Weil2017-11-121-1/+1
* | compressor/zstd: improvementsStefan Priebe2017-11-101-4/+10
|/
* build: Mark dependency includes as SYSTEMAdam C. Emerson2017-11-041-2/+2
* LZ4Compressor.h: fix usage of unsigned varDanny Al-Gaaf2017-10-251-2/+2
* compressor: kill AsyncCompressor which is brokenHaomai Wang2017-10-233-290/+1
* compressor: use generate_random_number for type="random"Casey Bodley2017-10-121-10/+2
* cmake: disable plugins using isa-l on osxKefu Chai2017-09-161-3/+3
* Merge pull request #15816 from chardan/jfw-wip-consolidate-spinlocksSage Weil2017-09-011-2/+2
|\
| * compressor: migrate ceph::Spinlock to ceph::spinlockJesse Williamson2017-08-111-2/+2
* | compressor: conditionalize on HAVE_LZ4Kefu Chai2017-08-172-0/+6
|/
* compressor: accept 'none' or '' for noneSage Weil2017-07-281-1/+1
* zlib: remove g_ceph_context/g_conf from compressor pluginCasey Bodley2017-07-103-4/+6
* Update isa-l to v2.18Ganesh Mahalingam2017-07-061-10/+20
* msg,common: do not include assert.h everywhere to clobber <assert.h>Kefu Chai2017-06-081-2/+2
* Merge pull request #15434 from yuyuyu101/wip-lz4Sage Weil2017-06-077-2/+238
|\