aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Add lzo compression supportLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: fix gfp flags masking in the compression codeNick Piggin
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-11-20Btrfs: compat code fixesChris Mason
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason
2008-11-10Btrfs: Fix use after free during compressed readsChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-11-07Btrfs: make sure compressed bios don't complete too soonChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-31Btrfs: Compression corner fixesChris Mason
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason