summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Btrfs: tree logging checksum fixesYan Zheng1-1/+1
2009-01-06Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat codeChris Mason1-4/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-106/+117
2009-01-05Btrfs: Fix free block discard calls down to the block layerLiu Hui1-51/+48
2008-12-19Btrfs: set EXTENT_BOUNDARY bit before marking extent delalloc.Yan Zheng1-3/+2
2008-12-19Btrfs: properly update block accounting for metadataYan Zheng1-3/+13
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason1-3/+3
2008-12-15Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason1-6/+6
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-4/+46
2008-12-12Btrfs: shared seed deviceYan Zheng1-19/+18
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-72/+60
2008-12-10Btrfs: Add checking of csum tree in balancing codeYan Zheng1-4/+4
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-1/+5
2008-12-08Btrfs: superblock duplicationYan Zheng1-26/+28
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-6/+6
2008-11-20Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik1-14/+18
2008-11-20Btrfs: compat code fixesChris Mason1-1/+4
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason1-7/+20
2008-11-19Btrfs: fix free space accounting when unpinning extentsJosef Bacik1-4/+2
2008-11-18Btrfs: Some fixes for batching extent insert.Liu Hui1-3/+7
2008-11-17Btrfs: Add some debugging around the ENOSPC bugsJosef Bacik1-0/+3
2008-11-17Btrfs: fix free space leakJosef Bacik1-0/+8
2008-11-17Btrfs: Seed device supportYan Zheng1-17/+14
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-26/+35
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik1-93/+734
2008-11-13Btrfs: Fix handling of space info full during allocationsChris Mason1-2/+3
2008-11-10Btrfs: empty_size allocation fixes againChris Mason1-3/+4
2008-11-10Btrfs: Try harder while searching for free spaceChris Mason1-8/+30
2008-11-10Btrfs: Don't substract too much from the allocation target (avoid wrapping)Chris Mason1-5/+5
2008-11-07Btrfs: Fix more false enospc errors and an oops from empty clusteringChris Mason1-5/+14
2008-11-07Btfs: More metadata allocator optimizationsChris Mason1-10/+18
2008-11-06Btrfs: enforce metadata allocation clusteringChris Mason1-0/+17
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-1/+5
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-29/+36
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-113/+18
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng1-15/+13
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason1-24/+30
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+1
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-177/+156
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik1-191/+131
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-141/+223
2008-10-29Btrfs: Add zlib compression supportChris Mason1-1/+26
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng1-0/+8
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-97/+88
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-1/+1
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason1-7/+0
2008-10-01Btrfs: fix deadlock between alloc_mutex/chunk_mutexJosef Bacik1-2/+13
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason1-0/+2
2008-09-30Btrfs: fix seekiness due to finding the wrong block groupJosef Bacik1-2/+7
2008-09-26Btrfs: update space balancing codeZheng Yan1-416/+1618