summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h
AgeCommit message (Expand)AuthorLines
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba-7/+2
2019-09-09btrfs: define compression levels staticallyDavid Sterba-0/+4
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn-0/+1
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn-1/+1
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou-2/+7
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou-3/+4
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou-0/+26
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou-0/+4
2019-02-25btrfs: add helpers for compression type and levelDennis Zhou-0/+10
2018-05-29btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo-0/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba-16/+3
2018-03-26btrfs: add more __cold annotationsDavid Sterba-1/+1
2018-01-22btrfs: compression: add helper for type to string conversionDavid Sterba-0/+2
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo-1/+1
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo-0/+2
2017-11-15Btrfs: add write_flags for compression bioLiu Bo-1/+2
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba-1/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+3
2017-08-18btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain-1/+0
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets-0/+2
2017-08-15btrfs: Add zstd supportNick Terrell-2/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+40
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain-4/+40
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-2/+2
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba-4/+2
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba-0/+15
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba-2/+0
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba-3/+2
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig-9/+3
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain-0/+9
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba-2/+2
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason-1/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen-2/+0
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney-1/+1
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba-1/+1
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan-0/+5
2010-12-22btrfs: Add lzo compression supportLi Zefan-0/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan-18/+48
2008-10-29Btrfs: Add zlib compression supportChris Mason-0/+47