summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.h
AgeCommit message (Expand)Author
2019-09-19btrfs: correctly validate compression typeJohannes Thumshirn
2019-09-19btrfs: compression: add helper for type to string conversionDavid 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