summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-021-0/+1
* btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn2019-07-011-1/+1
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-2/+7
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-251-3/+4
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-251-0/+26
* btrfs: manage heuristic workspace as index 0Dennis Zhou2019-02-251-0/+4
* btrfs: add helpers for compression type and levelDennis Zhou2019-02-251-0/+10
* btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo2018-05-291-0/+2
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: compression: add helper for type to string conversionDavid Sterba2018-01-221-0/+2
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
* btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-271-0/+2
* Btrfs: add write_flags for compression bioLiu Bo2017-11-151-1/+2
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+5
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-1/+3
|\
| * btrfs: Add zstd supportNick Terrell2017-08-151-2/+4
* | btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain2017-08-181-1/+0
* | Btrfs: add skeleton code for compression heuristicTimofey Titovets2017-08-161-0/+2
|/
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-4/+40
|\
| * btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-191-4/+40
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-4/+2
* btrfs: export compression buffer limits in a headerDavid Sterba2017-02-281-0/+15
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-2/+0
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-3/+2
* btrfs: constify buffers used by compression helpersDavid Sterba2017-02-281-1/+1
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-301-9/+3
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+9
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-2/+2
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-301-1/+3
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+0
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-1/+1
* btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-1/+1
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-221-0/+5
* btrfs: Add lzo compression supportLi Zefan2010-12-221-0/+1
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-18/+48
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+47