aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+2
2012-04-12Btrfs: use commit root when loading free space cacheGravatar Josef Bacik 1-7/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+9
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-5/+8
2012-03-22btrfs: drop gfp_t from lock_extentGravatar Jeff Mahoney 1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Gravatar Tsutomu Itoh 1-0/+1
2012-02-09btrfs: Fix typo in free-space-cache.cGravatar Masanari Iida 1-1/+1
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+3
2012-01-26Btrfs: advance window_start if we're using a bitmapGravatar Josef Bacik 1-0/+1
2012-01-26Btrfs: use cluster->window_start when allocating from a cluster bitmapGravatar Josef Bacik 1-1/+1
2012-01-26Btrfs: make sure a bitmap has enough bytesGravatar Josef Bacik 1-1/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-161/+256
2012-01-16Btrfs: add allocator tracepointsGravatar Josef Bacik 1-1/+11
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationGravatar Chris Mason 1-97/+196
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Gravatar Li Zefan 1-71/+164
2012-01-11Btrfs: check the return value of io_ctl_init()Gravatar Li Zefan 1-2/+7
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Gravatar Li Zefan 1-3/+5
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyGravatar Li Zefan 1-21/+20
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-07Btrfs: revamp clustered allocation logicGravatar Alexandre Oliva 1-63/+49
2011-12-15btrfs: free-space-cache.c: remove extra semicolon.Gravatar Justin P. Mattock 1-1/+1
2011-11-30Btrfs: reset cluster's max_size when creating bitmapGravatar Alexandre Oliva 1-0/+1
2011-11-30Btrfs: initialize new bitmaps' listGravatar Alexandre Oliva 1-0/+1
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayGravatar Chris Mason 1-1/+7
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedGravatar Josef Bacik 1-0/+5
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupGravatar Li Zefan 1-38/+4
2011-11-20Btrfs: fix to search one more bitmap for cluster setupGravatar Li Zefan 1-0/+12
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheGravatar Josef Bacik 1-7/+10
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeGravatar Josef Bacik 1-5/+17
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINGravatar Chris Mason 1-1/+3
2011-10-19Btrfs: don't flush the cache inode before writing itGravatar Josef Bacik 1-4/+0
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsGravatar Josef Bacik 1-1/+1
2011-10-19Btrfs: inline checksums into the disk free space cacheGravatar Josef Bacik 1-57/+154
2011-10-19Btrfs: check the return value of filemap_write_and_wait in the space cacheGravatar Josef Bacik 1-2/+5
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheGravatar Josef Bacik 1-318/+375
2011-10-19Btrfs: don't skip writing out a empty block groups cacheGravatar Josef Bacik 1-4/+6
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesGravatar Josef Bacik 1-2/+4
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeGravatar Josef Bacik 1-3/+1
2011-10-19Btrfs: handle enospc accounting for free space inodesGravatar Josef Bacik 1-15/+29
2011-10-19Btrfs: put the block group cache after we commit the superGravatar Josef Bacik 1-1/+1
2011-10-19Btrfs: fix call to btrfs_search_slot in free space cacheGravatar Josef Bacik 1-1/+1
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkGravatar Josef Bacik 1-1/+1
2011-10-19Btrfs: ratelimit the generation printk for the free space cacheGravatar Josef Bacik 1-5/+7
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsGravatar Josef Bacik 1-6/+23
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsGravatar Liu Bo 1-0/+4
2011-08-16Btrfs: fix wrong free space informationGravatar Miao Xie 1-5/+11
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageGravatar Josef Bacik 1-2/+2
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheGravatar Josef Bacik 1-110/+59