summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-13/+10
|\
| * btrfs: remove all unused functionsDavid Sterba2011-05-061-15/+0
| * btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-7/+7
| * btrfs: make functions static when possibleDavid Sterba2011-05-021-2/+2
| * btrfs: remove nested duplicate variable declarationsDavid Sterba2011-05-021-3/+0
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-380/+596
|\ \ | |/ |/|
| * Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-1/+96
| * Btrfs: Make the code for reading/writing free space cache genericLi Zefan2011-04-251-154/+204
| * Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-20/+76
| * Btrfs: Make free space cache code genericLi Zefan2011-04-251-199/+231
| * Btrfs: Use bitmap_set/clear()Li Zefan2011-04-251-12/+8
| * Btrfs: Remove unused btrfs_block_group_free_space()Li Zefan2011-04-251-15/+0
* | Btrfs: free bitmaps properly when evicting the cacheJosef Bacik2011-04-251-4/+7
* | Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan2011-04-251-1/+1
|/
* Btrfs: fix free space cache leakChris Mason2011-04-181-1/+1
* Btrfs: deal with the case that we run out of space in the cacheJosef Bacik2011-04-081-62/+55
* Btrfs: fix free space cache when there are pinned extents and clusters V2Josef Bacik2011-04-051-4/+78
* btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie2011-04-051-0/+2
* Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang2011-03-281-0/+92
* Btrfs: cleanup how we setup free space clustersJosef Bacik2011-03-251-182/+182
* Btrfs: don't be as aggressive about using bitmapsJosef Bacik2011-03-211-3/+16
* Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik2011-03-211-5/+4
* Btrfs: check free space in block group before searching for a clusterJosef Bacik2011-03-211-0/+10
* Btrfs: use a slab for the free space entriesJosef Bacik2011-03-171-16/+18
* Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik2011-02-061-0/+1
* btrfs: Check mergeable free space when removing a clusterLi Zefan2011-01-271-6/+20
* btrfs: Add a helper try_merge_free_space()Li Zefan2011-01-271-32/+43
* btrfs: Update stats when allocating from a clusterLi Zefan2011-01-271-3/+14
* btrfs: Free fully occupied bitmap in clusterLi Zefan2011-01-271-0/+2
* btrfs: Add helper function free_bitmap()Li Zefan2011-01-271-21/+16
* btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan2011-01-271-2/+6
* Btrfs: deal with space cache errors betterJosef Bacik2010-12-091-5/+7
* Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-291-2/+0
* Btrfs: load free space cache if it existsJosef Bacik2010-10-291-0/+296
* Btrfs: write out free space cacheJosef Bacik2010-10-291-0/+302
* Btrfs: create special free space cache inodeJosef Bacik2010-10-281-0/+155
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-2/+2
* Btrfs: fix how we set max_size for free space clustersJosef Bacik2009-11-111-1/+1
* Btrfs: fix extent entry threshold calculationJosef Bacik2009-09-211-14/+21
* Btrfs: fix bitmap size trackingJosef Bacik2009-09-211-0/+1
* Btrfs: fix btrfs_remove_from_free_space corner caseJosef Bacik2009-07-311-9/+64
* Btrfs: async block group cachingJosef Bacik2009-07-241-19/+23
* Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik2009-07-241-214/+787
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-101-1/+4
* Btrfs: avoid allocation clusters that are too spread outChris Mason2009-06-101-1/+2
* Btrfs: reduce mount -o ssd CPU usageChris Mason2009-06-101-1/+1
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-5/+10
* Btrfs: BUG to BUG_ON changesStoyan Gaydarov2009-04-021-2/+1
* Btrfs: rework allocation clusteringChris Mason2009-04-031-0/+297
OpenPOWER on IntegriCloud