aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo1-0/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-01-22btrfs: compression: add helper for type to string conversionDavid Sterba1-0/+2
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-1/+1
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo1-0/+2
2017-11-15Btrfs: add write_flags for compression bioLiu Bo1-1/+2
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-1/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+3
2017-08-18btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain1-1/+0
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets1-0/+2
2017-08-15btrfs: Add zstd supportNick Terrell1-2/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+40
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain1-4/+40
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
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