aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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