aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason
2008-10-01Btrfs: fix deadlock between alloc_mutex/chunk_mutexJosef Bacik
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason
2008-09-30Btrfs: fix seekiness due to finding the wrong block groupJosef Bacik
2008-09-26Btrfs: update space balancing codeZheng Yan
2008-09-26Btrfs: Add shared reference cacheZheng Yan
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan
2008-09-25Btrfs: fix sleep with spinlock held during unmountChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Add check for tree-log roots in btrfs_alloc_reserved_extentsChris Mason
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: fix cache_block_group error handlingJosef Bacik
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Discard sector data in __free_extent()David Woodhouse
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason
2008-09-25Btrfs: More throttle tuningChris Mason
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason
2008-09-25Btrfs: Throttle tuningChris Mason
2008-09-25Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason
2008-09-25Btrfs: Add some conditional schedules near the alloc_mutexChris Mason
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason