summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueQu Wenruo2018-05-282-9/+13
* btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov2018-05-282-10/+8
* btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov2018-05-282-11/+4
* btrfs: Remove delay_iput parameter from __start_delalloc_inodesNikolay Borisov2018-05-281-9/+5
* btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov2018-05-283-4/+4
* btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov2018-05-285-9/+7
* btrfs: do reverse path readahead in btrfs_shrink_deviceGu Jinxiang2018-05-281-1/+1
* btrfs: trace: Add trace points for unused block groupsQu Wenruo2018-05-283-0/+47
* btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo2018-05-282-14/+11
* btrfs: remove unused fs_info parameterGu Jinxiang2018-05-281-3/+3
* btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain2018-05-282-17/+9
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-284-14/+11
* btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain2018-05-283-18/+18
* btrfs: print-tree: Add eb locking status output for debug buildQu Wenruo2018-05-281-0/+21
* btrfs: open code set_balance_controlDavid Sterba2018-05-281-17/+8
* btrfs: use mutex in btrfs_resume_balance_asyncDavid Sterba2018-05-281-3/+3
* btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba2018-05-283-11/+9
* btrfs: move and comment read-only check in btrfs_cancel_balanceDavid Sterba2018-05-281-3/+10
* btrfs: track running balance in a simpler wayDavid Sterba2018-05-284-13/+19
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-285-38/+12
* btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba2018-05-282-10/+1
* btrfs: cleanup helpers that reset balance stateDavid Sterba2018-05-282-20/+17
* btrfs: add sanity check when resuming balance after mountDavid Sterba2018-05-281-1/+13
* btrfs: add proper safety check before resuming dev-replaceDavid Sterba2018-05-281-1/+11
* btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba2018-05-282-7/+8
* btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2018-05-282-2/+4
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-283-103/+99
* btrfs: export and rename free_deviceDavid Sterba2018-05-282-12/+13
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-282-2/+7
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3
* btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain2018-05-281-7/+6
* btrfs: cleanup find_device() drop list_head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain2018-05-281-4/+3
* btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain2018-05-281-6/+6
* btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-283-10/+10
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-283-4/+2
* btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov2018-05-281-7/+5
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10
* btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2018-05-282-8/+2
* btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-283-9/+4
* btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov2018-05-281-2/+2
* btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-283-9/+7
* btrfs: Remove map argument from try_release_extent_stateNikolay Borisov2018-05-281-3/+2
* btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-283-13/+5
* btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro2018-05-281-1/+1
* btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-283-136/+144
* btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-283-54/+56
* btrfs: remove unused le_test_bit()Howard McLauchlan2018-05-281-5/+0
* btrfs: optimize free space tree bitmap conversionHoward McLauchlan2018-05-281-38/+23