aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-93/+52
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik1-93/+52
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2012-05-30Btrfs: merge contigous regions when loading free space cacheJosef Bacik1-0/+41
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-3/+1
2012-05-29btrfs: trivial endianness annotationsAl Viro1-3/+4
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+2
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik1-7/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+9
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-5/+8
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-09btrfs: Fix typo in free-space-cache.cMasanari Iida1-1/+1
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+3
2012-01-26Btrfs: advance window_start if we're using a bitmapJosef Bacik1-0/+1
2012-01-26Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik1-1/+1
2012-01-26Btrfs: make sure a bitmap has enough bytesJosef Bacik1-1/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-161/+256
2012-01-16Btrfs: add allocator tracepointsJosef Bacik1-1/+11
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-97/+196
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan1-71/+164
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan1-2/+7
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan1-3/+5
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan1-21/+20
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva1-63/+49
2011-12-15btrfs: free-space-cache.c: remove extra semicolon.Justin P. Mattock1-1/+1
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva1-0/+1
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva1-0/+1
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason1-1/+7
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik1-0/+5
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan1-38/+4
2011-11-20Btrfs: fix to search one more bitmap for cluster setupLi Zefan1-0/+12
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