aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
* Btrfs: make sure to recheck for bitmaps in clustersChris Mason2011-06-101-4/+5
* Btrfs: fix duplicate checking logicJosef Bacik2011-06-081-3/+3
* Btrfs: fix bitmap regressionJosef Bacik2011-06-081-19/+69
* Btrfs: noinline the cluster searching functionsJosef Bacik2011-06-081-8/+10
* Btrfs: cache bitmaps when searching for a clusterJosef Bacik2011-06-081-5/+49
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-6/+4
* Btrfs: add mount -o inode_cacheChris Mason2011-06-041-0/+6
* Btrfs: make sure we don't overflow the free space cache crc pageChris Mason2011-06-041-8/+19
* Merge branch 'for-chris' ofChris Mason2011-05-281-3/+24
|\
| * Btrfs: check for duplicate entries in the free space cacheJosef Bacik2011-05-231-3/+24
* | 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