summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorLines
2011-08-01Btrfs: clean up code for merging extent mapsLi Zefan-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupLi Zefan-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Li Zefan-14/+3
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba-3/+2
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba-2/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh-2/+2
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan-0/+2
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds-1/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris-1/+1
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds-14/+0
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie-14/+0
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter-1/+1
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason-0/+48
2009-09-11Btrfs: Fix extent replacment raceChris Mason-0/+50
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason-4/+1
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig-8/+3
2009-04-24Btrfs: don't export symbolsChristoph Hellwig-6/+0
2009-04-02Btrfs: remove dead codeDan Carpenter-1/+0
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason-7/+7
2008-10-29Btrfs: Add zlib compression supportChris Mason-0/+9
2008-09-29Btrfs: add and improve commentsChris Mason-0/+10
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason-0/+7
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse-3/+3
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason-9/+0
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason-0/+4
2008-09-25Btrfs: New data=ordered implementationChris Mason-1/+4
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig-12/+49
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig-1/+7
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason-3035/+84
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason-9/+36
2008-09-25Btrfs: Fix for test_range_bitYan-0/+5
2008-09-25Btrfs: Remove verbose WARN_ONChris Mason-2/+0
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason-9/+21
2008-09-25Btrfs: Remove extent_map debugging messageChris Mason-1/+0
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason-2/+2
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason-6/+14
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason-2/+7
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason-8/+160
2008-09-25Btrfs: section mismatch warningsChristian Hesse-1/+1
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason-3/+29
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason-0/+39
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason-0/+12
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason-2/+20
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason-34/+49