aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason1-2/+18
2014-09-17btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky1-70/+68
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-2/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba1-1/+1
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown1-13/+13
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-4/+4
2012-10-09btrfs: fix message printingDaniel J Blueman1-4/+4
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-1/+2
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan1-99/+12
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-203/+50
2010-12-22btrfs: Fix error handling in zlibLi Zefan1-0/+8
2010-12-22btrfs: Fix bugs in zlib workspaceLi Zefan1-2/+5
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-5/+0
2009-08-07Btrfs: correct error-handling zlib error handlingJulia Lawall1-3/+3
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-26/+19
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-0/+1
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason1-1/+1
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-1/+2
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+637