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