aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zlib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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