summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov1-4/+12
2018-08-06btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov1-1/+1
2018-08-06btrfs: Remove fs_info from remove_extent_backrefNikolay Borisov1-6/+5
2018-08-06btrfs: Remove fs_info from run_one_delayed_refNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info from insert_inline_extent_backrefNikolay Borisov1-7/+4
2018-08-06btrfs: Remove fs_info from exclude_super_stripesNikolay Borisov1-4/+4
2018-08-06btrfs: Remove fs_info from free_excluded_extentsNikolay Borisov1-11/+11
2018-08-06btrfs: Remove fs_info from check_system_chunkNikolay Borisov1-4/+4
2018-08-06btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from do_chunk_allocNikolay Borisov1-12/+10
2018-08-06btrfs: Remove fs_info from run_delayed_tree_refNikolay Borisov1-4/+3
2018-08-06btrfs: Remove fs_info from cleanup_ref_headNikolay Borisov1-2/+3
2018-08-06btrfs: Remove unused fs_info from cleanup_extent_opNikolay Borisov1-2/+1
2018-08-06btrfs: Remove fs_info from run_delayed_extent_opNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from run_delayed_data_refNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info argument from __btrfs_inc_extent_refNikolay Borisov1-9/+6
2018-08-06btrfs: Remove fs_info from alloc_reserved_file_extentNikolay Borisov1-8/+7
2018-08-06btrfs: Remove fs_info from __btrfs_free_extentNikolay Borisov1-13/+11
2018-08-06btrfs: Remove fs_info from btrfs_remove_block_groupNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_make_block_groupNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_delayed_data_refNikolay Borisov1-4/+3
2018-08-06btrfs: Remove fs_info from btrfs_add_delayed_tree_refNikolay Borisov1-4/+4
2018-08-06btrfs: Remove fs_info from lookup_extent_backrefNikolay Borisov1-4/+2
2018-08-06btrfs: Remove fs_info argument from lookup_extent_data_refNikolay Borisov1-5/+3
2018-08-06btrfs: Remove fs_info argument from lookup_tree_block_refNikolay Borisov1-4/+3
2018-08-06btrfs: Remove fs_info argument from update_inline_extent_backrefNikolay Borisov1-8/+7
2018-08-06btrfs: Remove fs_info from lookup_inline_extent_backrefNikolay Borisov1-7/+7
2018-08-06btrfs: Remove fs_info from remove_extent_data_refNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info argument from insert_extent_backrefNikolay Borisov1-3/+2
2018-08-06btrfs: Remove fs_info from insert_extent_data_refNikolay Borisov1-5/+4
2018-08-06btrfs: Remove fs_info from insert_tree_block_refNikolay Borisov1-4/+3
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche1-2/+2
2018-08-06btrfs: Fix comment in lookup_inline_extent_backrefNikolay Borisov1-2/+2
2018-08-06btrfs: Document __btrfs_inc_extent_refNikolay Borisov1-0/+34
2018-05-30btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue1-1/+1
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang1-5/+2
2018-05-30btrfs: drop unused space_info parameter from create_space_infoLu Fengqi1-8/+5
2018-05-29btrfs: propagate failures of __exclude_logged_extent to upper callerGu Jinxiang1-2/+5
2018-05-29btrfs: Streamline shared ref check in alloc_reserved_tree_blockNikolay Borisov1-8/+2
2018-05-29btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockNikolay Borisov1-6/+5
2018-05-29btrfs: Simplify alloc_reserved_tree_block interfaceNikolay Borisov1-32/+39
2018-05-29btrfs: Remove fs_info argument from alloc_reserved_tree_blockNikolay Borisov1-4/+2
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval1-38/+0
2018-05-28btrfs: Remove stale comment about select_delayed_refNikolay Borisov1-4/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-6/+1
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov1-1/+1
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov1-4/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov1-1/+1