summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Use ERR_CAST helpersJulia Lawall2010-10-291-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-03-081-1/+1
|\
| * Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-291-14/+0
|\ \ | |/
| * Btrfs: remove tree_search() in extent_map.cMiao Xie2010-01-281-14/+0
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter2009-11-111-1/+1
|/
* Btrfs: search for an allocation hint while filling file COWChris Mason2009-09-181-0/+48
* Btrfs: Fix extent replacment raceChris Mason2009-09-111-0/+50
* Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-4/+1
* Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-241-8/+3
* Btrfs: don't export symbolsChristoph Hellwig2009-04-241-6/+0
* Btrfs: remove dead codeDan Carpenter2009-04-021-1/+0
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-7/+7
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+9
* Btrfs: add and improve commentsChris Mason2008-09-291-0/+10
* Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason2008-09-251-0/+7
* Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse2008-09-251-3/+3
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-9/+0
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-251-0/+4
* Btrfs: New data=ordered implementationChris Mason2008-09-251-1/+4
* Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig2008-09-251-12/+49
* btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig2008-09-251-1/+7
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-3035/+84
* Btrfs: Fix hole insertion corner casesChris Mason2008-09-251-9/+36
* Btrfs: Fix for test_range_bitYan2008-09-251-0/+5
* Btrfs: Remove verbose WARN_ONChris Mason2008-09-251-2/+0
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-251-9/+21
* Btrfs: Remove extent_map debugging messageChris Mason2008-09-251-1/+0
* Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason2008-09-251-2/+2
* Btrfs: Implement basic support for -ENOSPCChris Mason2008-09-251-6/+14
* Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason2008-09-251-2/+7
* Btrfs: Back port to 2.6.18-el kernelsChris Mason2008-09-251-8/+160
* Btrfs: section mismatch warningsChristian Hesse2008-09-251-1/+1
* Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason2008-09-251-3/+29
* Btrfs: Limit btree writeback to prevent seeksChris Mason2008-09-251-0/+39
* Btrfs: Handle writeback under high memory pressure betterChris Mason2008-09-251-0/+12
* Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason2008-09-251-2/+20
* Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason2008-09-251-34/+49
* Btrfs: Return value checking in module initWyatt Banks2008-09-251-2/+14
* Btrfs: Fix extent bit range testingChris Mason2008-09-251-7/+17
* Btrfs: Add readpages supportChris Mason2008-09-251-7/+63
* Btrfs: Avoid extent_buffer lru corruptionChris Mason2008-09-251-1/+7
* Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason2008-09-251-26/+30
* Btrfs: Add writepages supportChris Mason2008-09-251-25/+110
* Btrfs: small fixes for find_lock_delalloc_range.Yan2008-09-251-1/+3
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-3/+8
OpenPOWER on IntegriCloud