aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Btrfs: add allocator tracepointsJosef Bacik
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva
2011-12-15btrfs: free-space-cache.c: remove extra semicolon.Justin P. Mattock
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan
2011-11-20Btrfs: fix to search one more bitmap for cluster setupLi Zefan
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason
2011-10-19Btrfs: don't flush the cache inode before writing itJosef Bacik
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik
2011-10-19Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik
2011-10-19Btrfs: don't skip writing out a empty block groups cacheJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik
2011-10-19Btrfs: put the block group cache after we commit the superJosef Bacik
2011-10-19Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsLiu Bo
2011-08-16Btrfs: fix wrong free space informationMiao Xie
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheJosef Bacik
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik
2011-06-10Btrfs: make sure to recheck for bitmaps in clustersChris Mason
2011-06-08Btrfs: fix duplicate checking logicJosef Bacik
2011-06-08Btrfs: fix bitmap regressionJosef Bacik
2011-06-08Btrfs: noinline the cluster searching functionsJosef Bacik
2011-06-08Btrfs: cache bitmaps when searching for a clusterJosef Bacik
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