aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2009-01-06Btrfs: tree logging checksum fixesYan Zheng
2009-01-06Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat codeChris Mason
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: Fix free block discard calls down to the block layerLiu Hui
2008-12-19Btrfs: set EXTENT_BOUNDARY bit before marking extent delalloc.Yan Zheng
2008-12-19Btrfs: properly update block accounting for metadataYan Zheng
2008-12-16Btrfs: delete checksum items before marking blocks freeChris Mason
2008-12-15Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-12-12Btrfs: shared seed deviceYan Zheng
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-10Btrfs: Add checking of csum tree in balancing codeYan Zheng
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason
2008-12-08Btrfs: superblock duplicationYan Zheng
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-11-20Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik
2008-11-20Btrfs: compat code fixesChris Mason
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason
2008-11-19Btrfs: fix free space accounting when unpinning extentsJosef Bacik
2008-11-18Btrfs: Some fixes for batching extent insert.Liu Hui
2008-11-17Btrfs: Add some debugging around the ENOSPC bugsJosef Bacik
2008-11-17Btrfs: fix free space leakJosef Bacik
2008-11-17Btrfs: Seed device supportYan Zheng
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik
2008-11-13Btrfs: Fix handling of space info full during allocationsChris Mason
2008-11-10Btrfs: empty_size allocation fixes againChris Mason
2008-11-10Btrfs: Try harder while searching for free spaceChris Mason
2008-11-10Btrfs: Don't substract too much from the allocation target (avoid wrapping)Chris Mason
2008-11-07Btrfs: Fix more false enospc errors and an oops from empty clusteringChris Mason
2008-11-07Btfs: More metadata allocator optimizationsChris Mason
2008-11-06Btrfs: enforce metadata allocation clusteringChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
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