summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-9/+239
|\
| * btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney2015-07-291-4/+64
| * btrfs: iterate over unused chunk space in FITRIMJeff Mahoney2015-07-291-0/+101
| * btrfs: skip superblocks during discardJeff Mahoney2015-07-291-4/+55
| * btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundariesJeff Mahoney2015-07-291-4/+13
| * btrfs: make btrfs_issue_discard return bytes discardedJeff Mahoney2015-07-291-5/+14
* | btrfs: Remove root argument in extent_data_ref_count()Zhaolei2015-08-091-3/+2
* | btrfs: Fix wrong comment of btrfs_alloc_tree_block()Zhaolei2015-08-091-3/+0
* | btrfs: Use ref_cnt for set_block_group_ro()Zhaolei2015-08-091-21/+21
|/
* Btrfs: fix quick exhaustion of the system array in the superblockFilipe Manana2015-07-221-0/+18
* Btrfs: fix order by which delayed references are runFilipe Manana2015-07-111-0/+13
* 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/+0
* btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2015-06-101-100/+10
* 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/+9
* Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-101-9/+5
* 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-021-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-191-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/+1
* 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/+6
* 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/+4
* 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-261-3/+2
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-5/+5
|\