summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-8/+10
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-251-3/+4
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-251-0/+26
* btrfs: add helpers for compression type and levelDennis Zhou2019-02-251-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+14
* btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-191-3/+3
* btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-191-2/+2
* btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-191-4/+6
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-2/+2
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-1/+1
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-1/+2
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-301-10/+5Star
* btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell2016-11-301-0/+1
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-4/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-19/+19
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-1/+1
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-301-2/+18
* btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky2014-09-171-70/+68Star
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-2/+1Star
* btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba2014-07-031-1/+1
* btrfs: return errno instead of -1 from compressionZach Brown2014-06-101-13/+13
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-4/+4
* btrfs: fix message printingDaniel J Blueman2012-10-091-4/+4
* btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-231-1/+2
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-221-99/+12Star
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-203/+50Star
* btrfs: Fix error handling in zlibLi Zefan2010-12-221-0/+8
* btrfs: Fix bugs in zlib workspaceLi Zefan2010-12-221-2/+5
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-5/+0Star
* Btrfs: correct error-handling zlib error handlingJulia Lawall2009-08-071-3/+3
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-26/+19Star
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-0/+1
* Btrfs: Fix compile warnings on 32 bit machinesChris Mason2008-11-111-1/+1
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-071-1/+2
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+637