Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / fs / btrfs / compression.c
2012-04-14 Linus TorvaldsMerge branch 'for-linus-min' of git://git./linux/kernel...
2012-04-12 Tsutomu ItohBtrfs: check return value of bio_alloc() properly
2012-03-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-22 Jeff Mahoneybtrfs: replace many BUG_ONs with proper error handling
2012-03-22 Jeff Mahoneybtrfs: drop gfp_t from lock_extent
2012-03-22 Jeff Mahoneybtrfs: return void in functions without error conditions
2012-03-20 Cong Wangbtrfs: remove the second argument of k[un]map_atomic()
2012-02-16 Tsutomu ItohBtrfs: check return value of lookup_extent_mapping...
2011-11-06 David Sterbabtrfs: separate superblock items out of fs_info
2011-08-01 Li ZefanBtrfs: check the nodatasum flag when writing compressed...
2011-05-22 Chris MasonMerge branch 'cleanups' of git://repo.or.cz/linux-2...
2011-05-02 David Sterbabtrfs: rename variables clashing with global function...
2011-04-25 Li ZefanBtrfs: Always use 64bit inode number
2011-03-28 Tsutomu ItohBtrfs: check return value of btrfs_alloc_path()
2011-03-28 Yoshinori SanoBtrfs: fix uncheck memory allocations
2011-02-06 Alexey Charkovbtrfs: Drop __exit attribute on btrfs_exit_compress
2011-01-28 liubobtrfs: fix uncheck memory allocation in btrfs_submit_co...
2010-12-22 Li Zefanbtrfs: Extract duplicate decompress code
2010-12-22 Li Zefanbtrfs: Add lzo compression support
2010-12-22 Li Zefanbtrfs: Allow to add new compression algorithm
2010-11-22 Miao Xiebtrfs: cleanup duplicate bio allocating functions
2010-10-29 Andi KleenBtrfs: cleanup warnings from gcc 4.6 (nonbugs)
2010-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-04-05 Nick PigginBtrfs: use add_to_page_cache_lru, use __page_cache_alloc
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Nick PigginBtrfs: fix gfp flags masking in the compression code
2009-09-11 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-10 Christoph HellwigBtrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-12-12 Yan ZhengBtrfs: fix nodatasum handling in balancing code
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Fixes for 2.6.28-rc API changes
2008-11-11 Chris MasonBtrfs: Fix compile warnings on 32 bit machines
2008-11-10 Chris MasonBtrfs: Fix use after free during compressed reads
2008-11-10 Yan ZhengBtrfs: Fix csum error for compressed data
2008-11-07 Chris MasonBtrfs: make sure compressed bios don't complete too...
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-10-31 Chris MasonBtrfs: Compression corner fixes
2008-10-30 Chris MasonBtrfs: walk compressed pages based on the nr_pages...
2008-10-29 Chris MasonBtrfs: Add zlib compression support