aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapGravatar Josef Bacik 1-0/+1
2011-01-27btrfs: Check mergeable free space when removing a clusterGravatar Li Zefan 1-6/+20
2011-01-27btrfs: Add a helper try_merge_free_space()Gravatar Li Zefan 1-32/+43
2011-01-27btrfs: Update stats when allocating from a clusterGravatar Li Zefan 1-3/+14
2011-01-27btrfs: Free fully occupied bitmap in clusterGravatar Li Zefan 1-0/+2
2011-01-27btrfs: Add helper function free_bitmap()Gravatar Li Zefan 1-21/+16
2011-01-27btrfs: Fix threshold calculation for block groups smaller than 1GBGravatar Li Zefan 1-2/+6
2010-12-09Btrfs: deal with space cache errors betterGravatar Josef Bacik 1-5/+7
2010-10-29Btrfs: Add a clear_cache mount optionGravatar Josef Bacik 1-2/+0
2010-10-29Btrfs: load free space cache if it existsGravatar Josef Bacik 1-0/+296
2010-10-29Btrfs: write out free space cacheGravatar Josef Bacik 1-0/+302
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-0/+155
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-2/+2
2009-11-11Btrfs: fix how we set max_size for free space clustersGravatar Josef Bacik 1-1/+1
2009-09-21Btrfs: fix extent entry threshold calculationGravatar Josef Bacik 1-14/+21
2009-09-21Btrfs: fix bitmap size trackingGravatar Josef Bacik 1-0/+1
2009-07-31Btrfs: fix btrfs_remove_from_free_space corner caseGravatar Josef Bacik 1-9/+64
2009-07-24Btrfs: async block group cachingGravatar Josef Bacik 1-19/+23
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceGravatar Josef Bacik 1-214/+787
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outGravatar Chris Mason 1-1/+4
2009-06-10Btrfs: avoid allocation clusters that are too spread outGravatar Chris Mason 1-1/+2
2009-06-10Btrfs: reduce mount -o ssd CPU usageGravatar Chris Mason 1-1/+1
2009-04-27Btrfs: Fix a bunch of printk() warnings.Gravatar Joel Becker 1-5/+10
2009-04-02Btrfs: BUG to BUG_ON changesGravatar Stoyan Gaydarov 1-2/+1
2009-04-03Btrfs: rework allocation clusteringGravatar Chris Mason 1-0/+297
2009-04-03Btrfs: kill the block group alloc mutexGravatar Josef Bacik 1-126/+57
2009-04-03Btrfs: free space cache cleanupsGravatar Josef Bacik 1-50/+43
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-16/+21
2008-12-08Btrfs: superblock duplicationGravatar Yan Zheng 1-1/+0
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-2/+4
2008-10-29Btrfs: nuke fs wide allocation mutex V2Gravatar Josef Bacik 1-26/+66
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingGravatar Josef Bacik 1-2/+2
2008-09-25Btrfs: Fix allocation completions in tree log replayGravatar Chris Mason 1-0/+34
2008-09-25Btrfs: free space accounting redoGravatar Josef Bacik 1-0/+415