aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Btrfs: fix extent_map block_len after mergingGravatar Filipe David Borba Manana 1-1/+1
2014-01-28Btrfs: faster and more efficient extent map insertionGravatar Filipe David Borba Manana 1-31/+41
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-2/+3
2013-05-06Btrfs: fix bad extent loggingGravatar Josef Bacik 1-5/+13
2013-03-01btrfs: fixup/remove module.h usage as requiredGravatar Paul Gortmaker 1-1/+0
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+2
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeGravatar Josef Bacik 1-1/+2
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedGravatar Josef Bacik 1-1/+12
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-14/+10
2012-12-16Btrfs: log changed inodes based on the extent map treeGravatar Josef Bacik 1-12/+8
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themGravatar Josef Bacik 1-2/+2
2012-10-30btrfs: unpin_extent_cache: fix the typo and unnecessary arguementsGravatar Liu Bo 1-2/+1
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingGravatar Josef Bacik 1-1/+2
2012-10-01btrfs: polish names of kmem cachesGravatar David Sterba 1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantGravatar Liu Bo 1-0/+20
2012-10-01Btrfs: turbo charge fsyncGravatar Josef Bacik 1-2/+32
2011-08-01Btrfs: clean up code for merging extent mapsGravatar Li Zefan 1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupGravatar Li Zefan 1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Gravatar Li Zefan 1-14/+3
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapGravatar David Sterba 1-3/+2
2011-05-02btrfs: drop unused parameter from extent_map_tree_initGravatar David Sterba 1-2/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Gravatar Tsutomu Itoh 1-2/+2
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-0/+2
2010-10-29Btrfs: Use ERR_CAST helpersGravatar Julia Lawall 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-1/+1
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-14/+0
2010-01-28Btrfs: remove tree_search() in extent_map.cGravatar Miao Xie 1-14/+0
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Gravatar Dan Carpenter 1-1/+1
2009-09-18Btrfs: search for an allocation hint while filling file COWGravatar Chris Mason 1-0/+48
2009-09-11Btrfs: Fix extent replacment raceGravatar Chris Mason 1-0/+50
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-4/+1
2009-04-24Btrfs: kill btrfs_cache_createGravatar Christoph Hellwig 1-8/+3
2009-04-24Btrfs: don't export symbolsGravatar Christoph Hellwig 1-6/+0
2009-04-02Btrfs: remove dead codeGravatar Dan Carpenter 1-1/+0
2009-01-21Btrfs: removed unused #include <version.h>'sGravatar Huang Weiyi 1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-7/+7
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-0/+9
2008-09-29Btrfs: add and improve commentsGravatar Chris Mason 1-0/+10
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockGravatar David Woodhouse 1-3/+3
2008-09-25Btrfs: Fix some data=ordered related data corruptionsGravatar Chris Mason 1-9/+0
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneGravatar Chris Mason 1-0/+4
2008-09-25Btrfs: New data=ordered implementationGravatar Chris Mason 1-1/+4
2008-09-25Btrfs: kerneldoc comments for extent_map.cGravatar Christoph Hellwig 1-12/+49