summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-06-04Btrfs: add mount -o inode_cacheChris Mason
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Btrfs: check for duplicate entries in the free space cacheJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: make functions static when possibleDavid Sterba
2011-05-02btrfs: remove nested duplicate variable declarationsDavid Sterba
2011-04-25Btrfs: free bitmaps properly when evicting the cacheJosef Bacik
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Make the code for reading/writing free space cache genericLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-25Btrfs: Make free space cache code genericLi Zefan
2011-04-25Btrfs: Use bitmap_set/clear()Li Zefan
2011-04-25Btrfs: Remove unused btrfs_block_group_free_space()Li Zefan
2011-04-18Btrfs: fix free space cache leakChris Mason
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik
2011-04-05Btrfs: fix free space cache when there are pinned extents and clusters V2Josef Bacik
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-25Btrfs: cleanup how we setup free space clustersJosef Bacik
2011-03-21Btrfs: don't be as aggressive about using bitmapsJosef Bacik
2011-03-21Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik
2011-03-21Btrfs: check free space in block group before searching for a clusterJosef Bacik
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik
2011-01-27btrfs: Check mergeable free space when removing a clusterLi Zefan
2011-01-27btrfs: Add a helper try_merge_free_space()Li Zefan
2011-01-27btrfs: Update stats when allocating from a clusterLi Zefan
2011-01-27btrfs: Free fully occupied bitmap in clusterLi Zefan
2011-01-27btrfs: Add helper function free_bitmap()Li Zefan
2011-01-27btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2009-11-11Btrfs: fix how we set max_size for free space clustersJosef Bacik
2009-09-21Btrfs: fix extent entry threshold calculationJosef Bacik
2009-09-21Btrfs: fix bitmap size trackingJosef Bacik
2009-07-31Btrfs: fix btrfs_remove_from_free_space corner caseJosef Bacik
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason