aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-2/+2
2009-11-11Btrfs: fix how we set max_size for free space clustersJosef Bacik1-1/+1
2009-09-21Btrfs: fix extent entry threshold calculationJosef Bacik1-14/+21
2009-09-21Btrfs: fix bitmap size trackingJosef Bacik1-0/+1
2009-07-31Btrfs: fix btrfs_remove_from_free_space corner caseJosef Bacik1-9/+64
2009-07-24Btrfs: async block group cachingJosef Bacik1-19/+23
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik1-214/+787
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason1-1/+4
2009-06-10Btrfs: avoid allocation clusters that are too spread outChris Mason1-1/+2
2009-06-10Btrfs: reduce mount -o ssd CPU usageChris Mason1-1/+1
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-5/+10
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-03Btrfs: rework allocation clusteringChris Mason1-0/+297
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik1-126/+57
2009-04-03Btrfs: free space cache cleanupsJosef Bacik1-50/+43
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-16/+21
2008-12-08Btrfs: superblock duplicationYan Zheng1-1/+0
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-2/+4
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-26/+66
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingJosef Bacik1-2/+2
2008-09-25Btrfs: Fix allocation completions in tree log replayChris Mason1-0/+34
2008-09-25Btrfs: free space accounting redoJosef Bacik1-0/+415