summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2018-08-06btrfs: Remove unused fs_info from cleanup_extent_opNikolay Borisov
2018-08-06btrfs: Remove fs_info from run_delayed_extent_opNikolay Borisov
2018-08-06btrfs: Remove fs_info from run_delayed_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from __btrfs_inc_extent_refNikolay Borisov
2018-08-06btrfs: Remove fs_info from alloc_reserved_file_extentNikolay Borisov
2018-08-06btrfs: Remove fs_info from __btrfs_free_extentNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_remove_block_groupNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_make_block_groupNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_add_delayed_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_add_delayed_tree_refNikolay Borisov
2018-08-06btrfs: Remove fs_info from lookup_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from lookup_extent_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from lookup_tree_block_refNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from update_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from lookup_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from remove_extent_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info argument from insert_extent_backrefNikolay Borisov
2018-08-06btrfs: Remove fs_info from insert_extent_data_refNikolay Borisov
2018-08-06btrfs: Remove fs_info from insert_tree_block_refNikolay Borisov
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche
2018-08-06btrfs: Fix comment in lookup_inline_extent_backrefNikolay Borisov
2018-08-06btrfs: Document __btrfs_inc_extent_refNikolay Borisov
2018-05-30btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang
2018-05-30btrfs: drop unused space_info parameter from create_space_infoLu Fengqi
2018-05-29btrfs: propagate failures of __exclude_logged_extent to upper callerGu Jinxiang
2018-05-29btrfs: Streamline shared ref check in alloc_reserved_tree_blockNikolay Borisov
2018-05-29btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockNikolay Borisov
2018-05-29btrfs: Simplify alloc_reserved_tree_block interfaceNikolay Borisov
2018-05-29btrfs: Remove fs_info argument from alloc_reserved_tree_blockNikolay Borisov
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28btrfs: Remove stale comment about select_delayed_refNikolay Borisov
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov
2018-05-28btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov
2018-05-28btrfs: Fix lock release orderNikolay Borisov
2018-05-28btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov
2018-05-28btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov