summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-301-0/+3
* btrfs: wait for delayed iputs on no spaceZhao Lei2015-06-101-0/+3
* btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-101-5/+0Star
* btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2015-06-101-100/+10Star
* btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_exte...Qu Wenruo2015-06-101-21/+21
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-101-37/+9Star
* Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-101-9/+5Star
* Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-031-3/+8
* Btrfs: add missing free_extent_bufferLiu Bo2015-06-031-0/+1
* Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-031-8/+23
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-031-2/+42
* Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana2015-06-031-2/+23
* Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
* Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-201-0/+2
* Btrfs: fix race between block group creation and their cache writeoutFilipe Manana2015-05-111-4/+27
* btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval2015-04-261-13/+28
* Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason2015-04-261-2/+1Star
* Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana2015-04-261-1/+1
* Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana2015-04-261-17/+27
* btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-32/+6Star
* Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2015-04-131-7/+9
* Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang2015-04-131-1/+19
* Btrfs: qgroup: free reserved in exceeding quota.Dongsheng Yang2015-04-131-1/+4
* btrfs: Support busy loop of write and deleteZhao Lei2015-04-131-12/+14
* btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei2015-04-131-0/+6
* btrfs: add WARN_ON() to check is space_info op currentZhao Lei2015-04-131-0/+10
* btrfs: Set relative data on clear btrfs_block_group_cache->pinnedZhao Lei2015-04-131-0/+10
* btrfs: Adjust commit-transaction condition to avoid NO_SPACE moreZhao Lei2015-04-131-1/+2
* btrfs: fix condition of commit transactionZhao Lei2015-04-131-7/+15
* Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason2015-04-101-0/+5
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-25/+216
* Btrfs: two stage dirty block group writeoutChris Mason2015-04-101-4/+53
* Btrfs: don't commit the transaction in the async space flushingJosef Bacik2015-04-101-6/+8
* Btrfs: reserve space for block groupsJosef Bacik2015-04-101-3/+9
* Btrfs: refill block reserves during truncateChris Mason2015-04-101-5/+4Star
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-15/+31
* Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()Chris Mason2015-04-011-1/+1
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-03-271-3/+2Star
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-5/+5
|\
| * btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei2015-02-161-2/+2
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-161-3/+3
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-11/+10Star
|\ \
| * | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-031-1/+1
| * | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-031-2/+2
| * | btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-031-8/+7Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-1/+34
|\ \
| * | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-0/+3
| * | Btrfs: prepare block group cache before writingJosef Bacik2015-03-171-0/+26
| * | Btrfs: account for the correct number of extents for delalloc reservationsJosef Bacik2015-03-131-1/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-0/+16
|\| |