summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+3
* Btrfs: fix bad extent loggingJosef Bacik2013-05-061-5/+13
* btrfs: fixup/remove module.h usage as requiredPaul Gortmaker2013-03-011-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-081-1/+2
|\
| * Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik2013-02-051-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-251-1/+12
|\|
| * Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-241-1/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-14/+10
|\|
| * Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-161-12/+8
| * Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik2012-12-161-2/+2
* | btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsLiu Bo2012-10-301-2/+1
|/
* Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik2012-10-041-1/+2
* btrfs: polish names of kmem cachesDavid Sterba2012-10-011-1/+1
* Btrfs: improve fsync by filtering extents that we wantLiu Bo2012-10-011-0/+20
* Btrfs: turbo charge fsyncJosef Bacik2012-10-011-2/+32
* Btrfs: clean up code for merging extent mapsLi Zefan2011-08-011-38/+21
* Btrfs: clean up code for extent_map lookupLi Zefan2011-08-011-56/+29
* Btrfs: clean up search_extent_mapping()Li Zefan2011-08-011-14/+3
* btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-3/+2
* btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-141-2/+2
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-0/+2
* 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