summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* 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/+68
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-2/+1
* 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-091-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-221-1/+2
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-221-99/+12
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-203/+50
* 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/+0
* Btrfs: correct error-handling zlib error handlingJulia Lawall2009-08-071-3/+3
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-26/+19
* 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-061-1/+2
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+637