aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh1-4/+7
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+6
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov1-1/+1
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo1-2/+23
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan1-0/+92
2010-12-22btrfs: Add lzo compression supportLi Zefan1-0/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-5/+231
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie1-14/+1
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-18/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin1-18/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: fix gfp flags masking in the compression codeNick Piggin1-1/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-4/+4
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-4/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-3/+3
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-6/+6
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-6/+3
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-15/+109
2008-11-20Btrfs: compat code fixesChris Mason1-1/+1
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason1-2/+2
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason1-1/+2
2008-11-10Btrfs: Fix use after free during compressed readsChris Mason1-1/+6
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng1-4/+2
2008-11-07Btrfs: make sure compressed bios don't complete too soonChris Mason1-2/+15
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-5/+145
2008-10-31Btrfs: Compression corner fixesChris Mason1-0/+4
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason1-2/+5
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+454