aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason
2014-09-17btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2012-10-09btrfs: fix message printingDaniel J Blueman
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-12-22btrfs: Fix error handling in zlibLi Zefan
2010-12-22btrfs: Fix bugs in zlib workspaceLi Zefan
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2009-08-07Btrfs: correct error-handling zlib error handlingJulia Lawall
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason