Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[linux-2.6] / fs / btrfs / tree-defrag.c
2009-01-14  Lachlan McIlroyMerge git://git./linux/kernel/git/torvalds/linux-2...
2009-01-13  Takashi IwaiMerge branch 'topic/hda-gateway' into topic/hda
2009-01-13  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-13  Benjamin HerrenschmidtMerge commit 'gcl/gcl-next' into next
2009-01-13  Benjamin HerrenschmidtMerge commit 'kumar/kumar-next' into next
2009-01-13  Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-01-12  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-12  Takashi IwaiMerge branch 'topic/usb-caiaq' into for-linus
2009-01-12  Takashi IwaiMerge branch 'topic/hda' into for-linus
2009-01-12  Takashi IwaiMerge branch 'topic/asoc' into for-linus
2009-01-11  Ingo MolnarMerge commit 'v2.6.29-rc1' into timers/urgent
2009-01-11  Ingo MolnarMerge commit 'v2.6.29-rc1' into core/urgent
2009-01-11  Ingo MolnarMerge commit 'v2.6.29-rc1' into x86/urgent
2009-01-10  Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-01-10  Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2009-01-09  Linus TorvaldsMerge git://git./linux/kernel/git/arjan/linux-2.6-async-2
2009-01-09  Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-01-09  Linus TorvaldsMerge branch 'for_2.6.29' of git://git./linux/kernel...
2009-01-09  Linus TorvaldsMerge git://git./linux/kernel/git/pkl/squashfs-linus
2009-01-09  Linus TorvaldsMerge git://git./linux/kernel/git/dhowells/linux-2...
2009-01-09  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-09  Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2009-01-09  Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-01-09  Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-01-09  Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-01-06  Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-01-06  Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-11-19  Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2008-10-29  Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-16  Chris MasonMerge branch 'master' of ssh://mason@/linux/kernel...
2008-09-29  Chris MasonBtrfs: add and improve comments
2008-09-25  Chris MasonMerge Btrfs into fs/btrfs
2008-09-25  Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25  Chris MasonBtrfs: Online btree defragmentation fixes
2008-09-25  Chris MasonBtrfs: Add a per-inode csum mutex to avoid races creati...
2008-09-25  Chris MasonBtrfs: Add btree locking to the tree defragmentation...
2008-09-25  Chris MasonBtrfs: Start btree concurrency work.
2008-09-25  Chris MasonBtrfs: Allocator fix variety pack
2008-09-25  Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25  Chris MasonBtrfs: Pass down the expected generation number when...
2008-09-25  Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25  Chris MasonBtrfs: Disable tree defrag in SSD mode
2008-09-25  Chris MasonBtrfs: Leave on the tree defragger in mount -o ssd...
2008-09-25  Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25  Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25  Chris MasonBtrfs: Optimize allocations as we need to mix data...
2008-09-25  Chris MasonBtrfs: Make defrag check nodes against the progress...
2008-09-25  Chris MasonBtrfs: Tune the automatic defrag code
2008-09-25  Chris MasonBtrfs: Defrag only leaves, and only when the parent...
2008-09-25  Chris MasonBtrfs: Defrag: only walk into nodes with the defrag...
2008-09-25  Chris MasonBtrfs: Large block related defrag optimizations
2008-09-25  Chris MasonBreakout BTRFS_SETGET_FUNCS into a separate C file...
2008-09-25  Chris MasonBtrfs: Add back the online defragging code
2008-09-25  Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25  Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2007-09-10  Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-10  Chris MasonBtrfs: Add BH_Defrag to mark buffers that are in need...
2007-08-10  Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-09  Chris MasonBtrfs: Further reduce the concurrency penalty of defrag...
2007-08-07  Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...