aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-4/+2
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba1-0/+15
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-2/+0
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-3/+2
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba1-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig1-9/+3
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+9
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-2/+2
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason1-1/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+0
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-1/+1
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-1/+1
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan1-0/+5
2010-12-22btrfs: Add lzo compression supportLi Zefan1-0/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-18/+48
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+47