Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / fs / btrfs / tree-defrag.c
2010-05-25 Yan, ZhengBtrfs: Introduce global metadata reservation
2009-03-24 Chris MasonBtrfs: do extent allocation and reference count updates...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-09-29 Chris MasonBtrfs: add and improve comments
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...