aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-2/+2
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheJosef Bacik1-110/+59
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik1-3/+6
2011-06-10Btrfs: make sure to recheck for bitmaps in clustersChris Mason1-4/+5
2011-06-08Btrfs: fix duplicate checking logicJosef Bacik1-3/+3
2011-06-08Btrfs: fix bitmap regressionJosef Bacik1-19/+69
2011-06-08Btrfs: noinline the cluster searching functionsJosef Bacik1-8/+10
2011-06-08Btrfs: cache bitmaps when searching for a clusterJosef Bacik1-5/+49
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-6/+4
2011-06-04Btrfs: add mount -o inode_cacheChris Mason1-0/+6
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason1-8/+19
2011-05-28Merge branch 'for-chris' ofChris Mason1-3/+24
2011-05-23Btrfs: check for duplicate entries in the free space cacheJosef Bacik1-3/+24
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-13/+10
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-380/+596
2011-05-06btrfs: remove all unused functionsDavid Sterba1-15/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-7/+7
2011-05-02btrfs: make functions static when possibleDavid Sterba1-2/+2
2011-05-02btrfs: remove nested duplicate variable declarationsDavid Sterba1-3/+0
2011-04-25Btrfs: free bitmaps properly when evicting the cacheJosef Bacik1-4/+7
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan1-1/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-1/+96
2011-04-25Btrfs: Make the code for reading/writing free space cache genericLi Zefan1-154/+204
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-20/+76
2011-04-25Btrfs: Make free space cache code genericLi Zefan1-199/+231
2011-04-25Btrfs: Use bitmap_set/clear()Li Zefan1-12/+8
2011-04-25Btrfs: Remove unused btrfs_block_group_free_space()Li Zefan1-15/+0
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik1-62/+55
2011-04-05Btrfs: fix free space cache when there are pinned extents and clusters V2Josef Bacik1-4/+78
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie1-0/+2
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang1-0/+92
2011-03-25Btrfs: cleanup how we setup free space clustersJosef Bacik1-182/+182
2011-03-21Btrfs: don't be as aggressive about using bitmapsJosef Bacik1-3/+16
2011-03-21Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik1-5/+4
2011-03-21Btrfs: check free space in block group before searching for a clusterJosef Bacik1-0/+10
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik1-16/+18
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik1-0/+1
2011-01-27btrfs: Check mergeable free space when removing a clusterLi Zefan1-6/+20
2011-01-27btrfs: Add a helper try_merge_free_space()Li Zefan1-32/+43
2011-01-27btrfs: Update stats when allocating from a clusterLi Zefan1-3/+14
2011-01-27btrfs: Free fully occupied bitmap in clusterLi Zefan1-0/+2
2011-01-27btrfs: Add helper function free_bitmap()Li Zefan1-21/+16
2011-01-27btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan1-2/+6
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik1-5/+7
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik1-2/+0
2010-10-29Btrfs: load free space cache if it existsJosef Bacik1-0/+296
2010-10-29Btrfs: write out free space cacheJosef Bacik1-0/+302
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-0/+155
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