aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov1-7/+6
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov1-1/+1
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov1-1/+1
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov1-2/+2
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo1-0/+4
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event classQu Wenruo1-4/+3
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain1-1/+1
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain1-18/+0
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba1-1/+1
2018-05-28btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov1-2/+1
2018-05-28btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov1-5/+7
2018-05-28btrfs: Fix lock release orderNikolay Borisov1-1/+1
2018-05-28btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov1-1/+1
2018-05-28btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov1-7/+13
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+7
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-16/+57
2018-04-20btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov1-5/+11
2018-04-18btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo1-11/+46
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-14/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+2
2018-04-05btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-144/+173
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba1-1/+1
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-1/+5
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-20/+24
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo1-4/+4
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney1-18/+42
2018-03-31btrfs: remove dead create_space_info callsJeff Mahoney1-14/+2
2018-03-31btrfs: Drop fs_info parameter from __btrfs_run_delayed_refsNikolay Borisov1-2/+2
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov1-2/+2
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov1-4/+5
2018-03-31btrfs: Remove unused flush var in shrink_delallocNikolay Borisov1-5/+0
2018-03-31btrfs: Remove unused extent_root var from caching_threadNikolay Borisov1-2/+0
2018-03-31btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov1-0/+45
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov1-2/+1