Btrfs: Add a write ahead tree log to optimize synchronous operations
[pandora-kernel.git] / fs / btrfs / extent-tree.c
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 David WoodhouseBtrfs: Discard sector data in __free_extent()
2008-09-25 Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25 Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25 Chris MasonBtrfs: Don't corrupt ram in shrink_extent_tree, leak...
2008-09-25 Chris MasonBtrfs: More throttle tuning
2008-09-25 Chris Masonbtrfs_search_slot: reduce lock contention by cowing...
2008-09-25 Chris MasonBtrfs: Throttle less often waiting for snapshots to...
2008-09-25 Chris MasonBtrfs: Improve and cleanup locking done by walk_down_tree
2008-09-25 Chris MasonBtrfs: Throttle tuning
2008-09-25 Chris MasonBtrfs: Add missing hunk from Yan Zheng's cache reclaim...
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Yan ZhengBtrfs: Update and fix mount -o nodatacow
2008-09-25 Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25 Chris MasonBtrfs: Leaf reference cache update
2008-09-25 Yan ZhengBtrfs: Add a leaf reference cache
2008-09-25 YanBtrfs: Properly release lock in pin_down_bytes
2008-09-25 Josef BacikBtrfs: Fix a few functions that exit without stopping...
2008-09-25 Chris MasonBtrfs: Fix the defragmention code and the block relocat...
2008-09-25 Chris MasonBtrfs: alloc_mutex latency reduction
2008-09-25 Chris MasonBtrfs: Add some conditional schedules near the alloc_mutex
2008-09-25 Chris MasonBtrfs: Use a mutex in the extent buffer for tree block...
2008-09-25 Chris MasonBtrfs: Data ordered fixes
2008-09-25 Chris MasonBtrfs: Force caching of metadata block groups on mount...
2008-09-25 Chris MasonAdd a per-inode lock around btrfs_drop_extents
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
2008-09-25 Chris MasonBtrfs: Online btree defragmentation fixes
2008-09-25 Chris MasonBtrfs: Change find_extent_buffer to use TestSetPageLocked
2008-09-25 Chris MasonBtrfs: Add btree locking to the tree defragmentation...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonBtrfs: Fix snapshot deletion to release the alloc_mutex...
2008-09-25 Chris MasonBtrfs: Add a skip_locking parameter to struct path...
2008-09-25 Chris MasonDrop locks in btrfs_search_slot when reading a tree...
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
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: Chunk relocation fine tuning, and add a few...
2008-09-25 Chris MasonBtrfs: A number of nodatacow fixes
2008-09-25 Chris MasonBtrfs: Update nodatacow mode to support cloned single...
2008-09-25 Chris MasonBtrfs: Properly find the root for snapshotted blocks...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Deal with failed writes in mirrored configurations
2008-09-25 Chris MasonBtrfs: Add balance ioctl to restripe the chunks
2008-09-25 Chris MasonBtrfs: Do more optimal file RA during shrinking and...
2008-09-25 Chris MasonBtrfs: Avoid recursive chunk allocations
2008-09-25 Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25 Chris MasonBtrfs: Fix balance_level to free the middle block if...
2008-09-25 Chris MasonBtrfs: Simplify device selection for mirrored reads
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 Chris MasonBtrfs: Don't wait on tree block writeback before freein...
2008-09-25 Chris MasonBtrfs: Add RAID10 support
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonAdd a min size parameter to btrfs_alloc_extent
2008-09-25 MiguelBtrfs: Endianess bug fix for v0.13 with kernels
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Fix allocation profile init
2008-09-25 Chris MasonBtrfs: Don't allow written blocks from this transaction...
2008-09-25 Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25 Chris MasonBtrfs: Keep fs_mutex during reads done by snapshot...
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonAdd /dev/btrfs-control for device scanning ioctls
2008-09-25 Chris MasonBtrfs: Bring back find_free_extent CPU usage optimizations
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonMatch the extent tree code to btrfs-progs for multi...
2008-09-25 Chris MasonBtrfs: Remove extent back refs in batches, and avoid...
2008-09-25 Chris MasonBtrfs: Allocator improvements
2008-09-25 Chris MasonBtrfs: Disable tree defrag in SSD mode
2008-09-25 Chris MasonBtrfs: Use 2MB as the empty_size for clustered allocations
2008-09-25 Chris MasonBtrfs: Add checks for last byte in disk to allocator...
2008-09-25 Chris MasonBtrfs: Add debugging for block group update failure
2008-09-25 Chris MasonBtrfs: Use last_alloc optimizations for metadata, even...
2008-09-25 Chris MasonBtrfs: Hash in the offset and owner for file extent...
2008-09-25 Chris MasonBtrfs: Insert extent record and the first backref in...
2008-09-25 Chris MasonBtrfs: Add data block hints to SSD mode too
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25 Chris MasonBtrfs: Tune readahead during defrag to avoid reading...
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
2008-09-25 Chris MasonBtrfs: online shrinking fixes
2008-09-25 Chris MasonBtrfs: Disable btree reada during extent backref lookups.
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: resizer: don't hold the fs_mutex for long period...
2008-09-25 Chris MasonProperly call btrfs_search_slot while shrinking
2008-09-25 YanBtrfs: Properly handle overlapping extent in shrink_ext...
2008-09-25 YanBtrfs: Add a helper that finds previous extent item
2008-09-25 Chris Masoncount_snapshots: Properly update the leaf pointer after...
2008-09-25 Chris MasonBtrfs: Force inlining off in a few places to save stack...
2008-09-25 Chris MasonBtrfs: 32 bit compile fixes for the resizer and enospc...
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
2008-09-25 Chris MasonBtrfs: Explicitly send a root objectid to count_snapsho...
2008-09-25 Chris MasonBtrfs: Add readahead to the online shrinker, and a...
2008-09-25 Chris MasonBtrfs: Fix NULL block groups on reading the inode
next