aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c
Commit message (Expand)AuthorAge
* btrfs: compression: replace set_level callbacks by a common helperDavid Sterba2019-09-09
* btrfs: define compression levels staticallyDavid Sterba2019-09-09
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-25
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-25
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-25
* btrfs: add helpers for compression type and levelDennis Zhou2019-02-25
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-12
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-01
* btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-19
* btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-19
* btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-19
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-28
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-28
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-28
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-30
* btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell2016-11-30
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-26
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-16
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-30
* btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky2014-09-17
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-17
* btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba2014-07-03
* btrfs: return errno instead of -1 from compressionZach Brown2014-06-09
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-28
* btrfs: fix message printingDaniel J Blueman2012-10-09
* btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-22
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-22
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-22
* btrfs: Fix error handling in zlibLi Zefan2010-12-22
* btrfs: Fix bugs in zlib workspaceLi Zefan2010-12-22
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-29
* Btrfs: correct error-handling zlib error handlingJulia Lawall2009-08-07
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-05
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-02
* Btrfs: Fix compile warnings on 32 bit machinesChris Mason2008-11-11
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-06
* Btrfs: Add zlib compression supportChris Mason2008-10-29