summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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/+10
|\ \
| * | 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/+7
| |/
* | 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
|\ \ \ | |/ /
| * | Btrfs: abort the transaction if we fail to update the free space cache inodeJosef Bacik2015-03-021-0/+16
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-145/+105
|\ \ | |/
| * Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu2015-02-141-1/+2
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-5/+11
| * btrfs: delete chunk allocation attemp when setting block group roShaohua Li2015-02-021-8/+5
| * Btrfs: fix race between transaction commit and empty block group removalFilipe Manana2015-02-021-1/+20
| * Btrfs: cleanup unused run_mostLiu Bo2015-01-211-4/+1
| * Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-211-1/+1
| * Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana2015-01-211-4/+6
| * Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-211-7/+6
| |\
| | * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-121-2/+2
| | * btrfs: sink blocksize parameter to btrfs_init_new_bufferDavid Sterba2014-12-121-5/+4
| | * btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-121-1/+1
| * | Btrfs: track dirty block groups on their own listJosef Bacik2015-01-211-114/+53
* | | Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2015-01-191-1/+1
|/ /
* | Btrfs: abort transaction if we don't find the block groupJosef Bacik2015-01-021-6/+6
* | Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana2014-12-101-8/+2
* | Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2014-12-101-4/+6
* | Btrfs: always clear a block group node when removing it from the treeFilipe Manana2014-12-101-0/+3
|/
OpenPOWER on IntegriCloud