aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik1-7/+10
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik1-5/+17
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason1-1/+3
2011-10-19Btrfs: don't flush the cache inode before writing itJosef Bacik1-4/+0
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-1/+1
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik1-57/+154
2011-10-19Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik1-2/+5
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik1-318/+375
2011-10-19Btrfs: don't skip writing out a empty block groups cacheJosef Bacik1-4/+6
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-2/+4
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-3/+1
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik1-15/+29
2011-10-19Btrfs: put the block group cache after we commit the superJosef Bacik1-1/+1
2011-10-19Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik1-1/+1
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-1/+1
2011-10-19Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik1-5/+7
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik1-6/+23
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsLiu Bo1-0/+4
2011-08-16Btrfs: fix wrong free space informationMiao Xie1-5/+11
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