summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-50/+53
|\
| * Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun2013-06-141-1/+1
| * btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba2013-06-141-1/+3
| * btrfs: add prefix to sanity tests messagesDavid Sterba2013-06-141-48/+49
* | treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
|/
* Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-171-20/+19
* Btrfs: remove warn on in free space cache writeoutJosef Bacik2013-05-171-3/+1
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-12/+14
* Btrfs: deal with free space cache errors while replaying logJosef Bacik2013-05-061-2/+2
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-19/+24
* Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-061-2/+2
* Btrfs: add some free space cache testsJosef Bacik2013-05-061-0/+519
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-8/+42
|\
| * Merge branch 'for-linus' into raid56-experimentalChris Mason2013-02-051-8/+12
| |\
| * | Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-8/+42
* | | Btrfs: relax the block group size limit for bitmapsJosef Bacik2013-02-201-3/+9
| |/ |/|
* | Btrfs: fix panic when recovering tree logJosef Bacik2013-01-241-8/+12
|/
* Btrfs: use ctl->unit for free space calculation instead of block_group->secto...Wang Sheng-Hui2012-12-161-11/+9
* Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui2012-12-161-1/+0
* Btrfs: fix unnecessary while loop when search the free space, cacheMiao Xie2012-12-111-20/+10
* 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
| |/