Btrfs: Add fallocate support v2
[safe/jmp/linux-2.6] / fs / btrfs / extent-tree.c
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: update nodatacow code v2
2008-10-30 Yan ZhengBtrfs: Fix bookend extent race v2
2008-10-30 Chris MasonBtrfs: prevent looping forever in finish_current_insert...
2008-10-29 Yan ZhengBtrfs: Add root tree pointer transaction ids
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Josef BacikBtrfs: fix enospc when there is plenty of space
2008-10-29 Yan ZhengBtrfs: Improve space balancing code
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-09 Yan ZhengBtrfs: Fix leaf reference cache miss
2008-10-09 Yan ZhengBtrfs: Remove offset field from struct btrfs_extent_ref
2008-10-09 Yan ZhengBtrfs: Count space allocated to file in bytes
2008-10-03 Chris MasonBtrfs: remove last_log_alloc allocator optimization
2008-10-01 Josef BacikBtrfs: fix deadlock between alloc_mutex/chunk_mutex
2008-09-30 Chris MasonBtrfs: fix multi-device code to use raid policies set...
2008-09-30 Josef BacikBtrfs: fix seekiness due to finding the wrong block...
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-26 Zheng YanBtrfs: Add shared reference cache
2008-09-26 Zheng YanBtrfs: allocator fixes for space balancing update
2008-09-25 Chris MasonBtrfs: fix sleep with spinlock held during unmount
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Chris MasonAdd check for tree-log roots in btrfs_alloc_reserved_ex...
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Josef BacikBtrfs: fix cache_block_group error handling
2008-09-25 Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
2008-09-25 Chris MasonBtrfs: Optimize tree log block allocations
2008-09-25 Chris MasonBtrfs: Tree logging fixes
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
next