aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zlib.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-25btrfs: change set_level() to bound the level passed inGravatar Dennis Zhou 1-8/+10
2019-02-25btrfs: plumb level through the compression interfaceGravatar Dennis Zhou 1-3/+4
2019-02-25btrfs: move to function pointers for get/put workspacesGravatar Dennis Zhou 1-0/+26
2019-02-25btrfs: add helpers for compression type and levelGravatar Dennis Zhou 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-1/+14
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-3/+3
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-2/+2
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 1-4/+6
2017-02-28btrfs: derive maximum output size in the compression implementationGravatar David Sterba 1-2/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesGravatar David Sterba 1-1/+1
2017-02-28btrfs: merge length input and output parameter in compress_pagesGravatar David Sterba 1-1/+2
2016-11-30btrfs: use bio iterators for the decompression handlersGravatar Christoph Hellwig 1-10/+5
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsGravatar Nick Terrell 1-0/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-19/+19
2015-02-16btrfs: constify structs with op functions or static definitionsGravatar David Sterba 1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsGravatar Chris Mason 1-2/+18
2014-09-17btrfs compression: merge inflate and deflate z_streamsGravatar Sergey Senozhatsky 1-70/+68
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsGravatar David Sterba 1-2/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpGravatar David Sterba 1-1/+1
2014-06-09btrfs: return errno instead of -1 from compressionGravatar Zach Brown 1-13/+13
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-4/+4
2012-10-09btrfs: fix message printingGravatar Daniel J Blueman 1-4/+4
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2011-03-22zlib: slim down zlib_deflate() workspace when possibleGravatar Jim Keniston 1-1/+2
2010-12-22btrfs: Extract duplicate decompress codeGravatar Li Zefan 1-99/+12
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-203/+50
2010-12-22btrfs: Fix error handling in zlibGravatar Li Zefan 1-0/+8
2010-12-22btrfs: Fix bugs in zlib workspaceGravatar Li Zefan 1-2/+5
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-5/+0
2009-08-07Btrfs: correct error-handling zlib error handlingGravatar Julia Lawall 1-3/+3
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-26/+19
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-0/+1
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesGravatar Chris Mason 1-1/+1
2008-11-06Btrfs: Optimize compressed writeback and readsGravatar Chris Mason 1-1/+2
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-0/+637