aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-10-30btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsLiu Bo
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik
2012-10-01btrfs: polish names of kmem cachesDavid Sterba
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2011-08-01Btrfs: clean up code for merging extent mapsLi Zefan
2011-08-01Btrfs: clean up code for extent_map lookupLi Zefan
2011-08-01Btrfs: clean up search_extent_mapping()Li Zefan
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig
2009-04-24Btrfs: don't export symbolsChristoph Hellwig
2009-04-02Btrfs: remove dead codeDan Carpenter
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig