index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Age
Commit message (
Expand
)
Author
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
2013-05-06
Btrfs: fix bad extent logging
Josef Bacik
2013-03-01
btrfs: fixup/remove module.h usage as required
Paul Gortmaker
2013-02-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-02-05
Btrfs: do not merge logged extents if we've removed them from the tree
Josef Bacik
2013-01-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-01-24
Btrfs: do not allow logged extents to be merged or removed
Josef Bacik
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-12-16
Btrfs: log changed inodes based on the extent map tree
Josef Bacik
2012-12-16
Btrfs: do not mark ems as prealloc if we are writing to them
Josef Bacik
2012-10-30
btrfs: unpin_extent_cache: fix the typo and unnecessary arguements
Liu Bo
2012-10-04
Btrfs: do not hold the write_lock on the extent tree while logging
Josef Bacik
2012-10-01
btrfs: polish names of kmem caches
David Sterba
2012-10-01
Btrfs: improve fsync by filtering extents that we want
Liu Bo
2012-10-01
Btrfs: turbo charge fsync
Josef Bacik
2011-08-01
Btrfs: clean up code for merging extent maps
Li Zefan
2011-08-01
Btrfs: clean up code for extent_map lookup
Li Zefan
2011-08-01
Btrfs: clean up search_extent_mapping()
Li Zefan
2011-05-02
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
2011-05-02
btrfs: drop unused parameter from extent_map_tree_init
David Sterba
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-14
Btrfs: check return value of alloc_extent_map()
Tsutomu Itoh
2010-12-22
btrfs: Allow to add new compression algorithm
Li Zefan
2010-10-29
Btrfs: Use ERR_CAST helpers
Julia Lawall
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2010-03-08
Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL
Eric Paris
2010-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2010-01-28
Btrfs: remove tree_search() in extent_map.c
Miao Xie
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-11-11
Btrfs: avoid null deref in unpin_extent_cache()
Dan Carpenter
2009-09-18
Btrfs: search for an allocation hint while filling file COW
Chris Mason
2009-09-11
Btrfs: Fix extent replacment race
Chris Mason
2009-09-11
Btrfs: switch extent_map to a rw lock
Chris Mason
2009-04-24
Btrfs: kill btrfs_cache_create
Christoph Hellwig
2009-04-24
Btrfs: don't export symbols
Christoph Hellwig
2009-04-02
Btrfs: remove dead code
Dan Carpenter
2009-01-21
Btrfs: removed unused #include <version.h>'s
Huang Weiyi
2009-01-05
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2008-10-29
Btrfs: Add zlib compression support
Chris Mason
2008-09-29
Btrfs: add and improve comments
Chris Mason
2008-09-25
Btrfs: Fix add_extent_mapping to check for duplicates across the whole range
Chris Mason
2008-09-25
Btrfs: Use assert_spin_locked instead of spin_trylock
David Woodhouse
2008-09-25
Btrfs: Fix some data=ordered related data corruptions
Chris Mason
2008-09-25
Btrfs: Keep extent mappings in ram until pending ordered extents are done
Chris Mason
2008-09-25
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
Btrfs: kerneldoc comments for extent_map.c
Christoph Hellwig
2008-09-25
btrfs: fix strange indentation in lookup_extent_mapping
Christoph Hellwig
2008-09-25
Btrfs: Split the extent_map code into two parts
Chris Mason
[next]