summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik2012-10-091-1/+1
* Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun2012-10-041-6/+2
* Btrfs: do not count in readonly bytesLiu Bo2012-07-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-051-93/+52
|\
| * Btrfs: fix tree log remove space corner caseJosef Bacik2012-07-021-93/+52
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+4
|\ \ | |/ |/|
| * btrfs: trivial endianness annotationsAl Viro2012-05-291-3/+4
* | Btrfs: merge contigous regions when loading free space cacheJosef Bacik2012-05-301-0/+41
* | Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-3/+1
|/
* Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-7/+2
|\
| * Btrfs: use commit root when loading free space cacheJosef Bacik2012-04-121-7/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-6/+9
|\|
| * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-5/+8
| * btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * btrfs: Fix typo in free-space-cache.cMasanari Iida2012-02-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-02-241-0/+1
|\ \ | |/ |/|
| * Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh2012-02-151-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-281-2/+3
|\|
| * Btrfs: advance window_start if we're using a bitmapJosef Bacik2012-01-261-0/+1
| * Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik2012-01-261-1/+1
| * Btrfs: make sure a bitmap has enough bytesJosef Bacik2012-01-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-171-161/+256
|\|
| * Btrfs: add allocator tracepointsJosef Bacik2012-01-161-1/+11
| * Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason2012-01-161-97/+196
| |\
| | * Btrfs: rewrite btrfs_trim_block_group()Li Zefan2012-01-111-71/+164
| | * Btrfs: check the return value of io_ctl_init()Li Zefan2012-01-111-2/+7
| | * Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan2012-01-111-3/+5
| | * Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan2012-01-111-21/+20
| * | Btrfs: revamp clustered allocation logicAlexandre Oliva2012-01-071-63/+49
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \ | |/ |/|
| * btrfs: free-space-cache.c: remove extra semicolon.Justin P. Mattock2011-12-151-1/+1
* | Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva2011-11-301-0/+1
* | Btrfs: initialize new bitmaps' listAlexandre Oliva2011-11-301-0/+1
* | Btrfs: remove free-space-cache.c WARN during log replayChris Mason2011-11-211-1/+7
* | Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik2011-11-201-0/+5
* | Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan2011-11-201-38/+4
* | Btrfs: fix to search one more bitmap for cluster setupLi Zefan2011-11-201-0/+12
|/
* Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik2011-11-101-7/+10
* Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik2011-11-061-5/+17
* Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason2011-11-061-1/+3
* Btrfs: don't flush the cache inode before writing itJosef Bacik2011-10-191-4/+0
* Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-1/+1
* Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-191-57/+154
* Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik2011-10-191-2/+5
* Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik2011-10-191-318/+375
* Btrfs: don't skip writing out a empty block groups cacheJosef Bacik2011-10-191-4/+6
* Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-191-2/+4
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-3/+1
* Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-191-15/+29