summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue2018-05-301-1/+1
* btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-301-5/+2
* btrfs: drop unused space_info parameter from create_space_infoLu Fengqi2018-05-301-8/+5
* btrfs: propagate failures of __exclude_logged_extent to upper callerGu Jinxiang2018-05-291-2/+5
* btrfs: Streamline shared ref check in alloc_reserved_tree_blockNikolay Borisov2018-05-291-8/+2
* btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockNikolay Borisov2018-05-291-6/+5
* btrfs: Simplify alloc_reserved_tree_block interfaceNikolay Borisov2018-05-291-32/+39
* btrfs: Remove fs_info argument from alloc_reserved_tree_blockNikolay Borisov2018-05-291-4/+2
* Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-38/+0
* btrfs: Remove stale comment about select_delayed_refNikolay Borisov2018-05-281-4/+0
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+1
* btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov2018-05-281-1/+1
* btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov2018-05-281-4/+2
* btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov2018-05-281-1/+1
* btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov2018-05-281-7/+6
* btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov2018-05-281-1/+1
* btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov2018-05-281-1/+1
* btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov2018-05-281-2/+2
* btrfs: trace: Add trace points for unused block groupsQu Wenruo2018-05-281-0/+4
* btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo2018-05-281-4/+3
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-281-1/+1
* btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain2018-05-281-18/+0
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-281-1/+1
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-281-2/+1
* btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov2018-05-281-5/+7
* btrfs: Fix lock release orderNikolay Borisov2018-05-281-1/+1
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-281-1/+1
* btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov2018-05-281-7/+13
* Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-041-0/+7
|\
| * btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-021-0/+7
* | Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-221-16/+57
|\ \ | |/
| * btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-201-5/+11
| * btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo2018-04-181-11/+46
* | Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-151-14/+3
|\ \ | |/
| * btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+2
| * btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-04-051-0/+1
* | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-04-041-144/+173
|\ \ | |/
| * btrfs: use lockdep_assert_held for mutexesDavid Sterba2018-03-311-1/+1
| * btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-1/+5
| * btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-20/+24
| * btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo2018-03-311-4/+4
| * btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney2018-03-311-18/+42
| * btrfs: remove dead create_space_info callsJeff Mahoney2018-03-311-14/+2
| * btrfs: Drop fs_info parameter from __btrfs_run_delayed_refsNikolay Borisov2018-03-311-2/+2
| * btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov2018-03-311-2/+2
| * btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov2018-03-311-4/+5
| * btrfs: Remove unused flush var in shrink_delallocNikolay Borisov2018-03-311-5/+0
| * btrfs: Remove unused extent_root var from caching_threadNikolay Borisov2018-03-311-2/+0
| * btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov2018-03-311-0/+45
| * btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov2018-03-311-2/+1
OpenPOWER on IntegriCloud