aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-3/+42
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason1-2/+2
2009-02-20Btrfs: try committing transaction before returning ENOSPCJosef Bacik1-10/+47
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-15/+200
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-2/+5
2009-02-12Btrfs: use larger metadata clusters in ssd modeChris Mason1-1/+2
2009-02-12Btrfs: make sure all pending extent operations are completeJosef Bacik1-29/+42
2009-02-05Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason1-0/+1
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason1-44/+262
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+5
2009-02-04Btrfs: sort references by byte number during btrfs_inc_refChris Mason1-6/+79
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-7/+3
2009-01-21Btrfs: fix stop searching test in replace_one_extentYan Zheng1-6/+7
2009-01-21Btrfs: remove duplicated #includeHuang Weiyi1-1/+0
2009-01-21Btrfs: Fix infinite loop in btrfs_extent_post_opYan Zheng1-1/+3
2009-01-21Btrfs: fix locking issue in btrfs_remove_block_groupYan Zheng1-1/+3
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-6/+2
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
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