aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-7/+14
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik1-1/+27
2009-04-03Btrfs: rework allocation clusteringChris Mason1-53/+128
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik1-11/+0
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik1-23/+23
2009-04-03Btrfs: clean up find_free_extentJosef Bacik1-165/+91
2009-04-03Btrfs: free space cache cleanupsJosef Bacik1-1/+1
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-1/+1
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-19/+50
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-1/+2
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-51/+98
2009-03-24Btrfs: try to cleanup delayed refs while freeing extentsChris Mason1-0/+67
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-1107/+389
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