summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0
* btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-6/+6
* btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-5/+7
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-10/+13
* btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-291-1/+1
* Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval2017-06-291-9/+32
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-24/+27
* Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval2017-06-291-9/+8
* Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval2017-06-291-1/+2
* Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1
* Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval2017-06-291-21/+20
* btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov2017-06-191-6/+3
* btrfs: Refactor update_space_infoNikolay Borisov2017-06-191-40/+18
* btrfs: Separate space_info create/updateNikolay Borisov2017-06-191-66/+66
* Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo2017-06-191-1/+1
* btrfs: remove root usage from can_overcommitJeff Mahoney2017-06-191-36/+46
* btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-7/+21
* btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-191-3/+1
* btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney2017-06-011-3/+3
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-011-0/+1
* btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo2017-04-181-0/+11
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-1/+0
* Btrfs: update comments in cache_save_setupLiu Bo2017-04-181-1/+2
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-3/+3
* btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2017-04-181-6/+6
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* | Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-70/+65
|\ \
| * | btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * | btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-9/+9
| * | btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-35/+34
| * | btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-5/+5
| * | btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-5/+5
| * | btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov2017-02-281-15/+12
| * | btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov2017-02-281-12/+11
| * | btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov2017-02-281-4/+4
| * | btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-281-2/+2
| |/
* / Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2017-02-241-3/+6
|/
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-171-4/+5
* btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-171-3/+2
* btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney2017-02-171-10/+10
* btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney2017-02-171-50/+53
* btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-171-2/+1
* btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba2017-02-171-2/+1
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+2
* Btrfs: use helper to get used bytes of space_infoLiu Bo2017-02-171-22/+19
* Btrfs: try to avoid acquiring free space ctl's lockLiu Bo2017-02-171-11/+13
* Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-141-10/+12