summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: refactor block group replication factor calculation to a helperDavid Sterba2018-08-061-0/+11
* btrfs: use the assigned fs_devices instead of the dereferenceAnand Jain2018-08-061-2/+2
* btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang2018-08-061-11/+7
* btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2018-08-061-2/+2
* btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2018-08-061-2/+2
* btrfs: use device_list_mutex when removing stale devicesAnand Jain2018-08-061-10/+15
* btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain2018-08-061-18/+17
* btrfs: extend locked section when adding a new device in device_list_addAnand Jain2018-08-061-4/+12
* btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain2018-08-061-5/+10
* btrfs: close devices without offloading to a temporary listNikolay Borisov2018-08-061-20/+6
* btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo2018-08-061-85/+0
* btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain2018-08-061-0/+3
* btrfs: prune unused includesDavid Sterba2018-08-061-3/+0
* btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain2018-08-061-4/+1
* btrfs: use a temporary variable for fs_devices in btrfs_init_new_deviceAnand Jain2018-08-061-21/+21
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov2018-08-061-1/+1
* btrfs: Remove fs_info from check_system_chunkNikolay Borisov2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov2018-08-061-4/+3
* btrfs: Remove fs_info from btrfs_remove_block_groupNikolay Borisov2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_make_block_groupNikolay Borisov2018-08-061-2/+2
* btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba2018-07-131-0/+2
* btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-301-3/+2
* btrfs: add prefix "balance:" for log messagesAnand Jain2018-05-281-14/+24
* btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdevAnand Jain2018-05-281-5/+7
* btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdevAnand Jain2018-05-281-2/+0
* btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devicesAnand Jain2018-05-281-2/+3
* btrfs: document uuid_mutex uasge in read_chunk_treeAnand Jain2018-05-281-0/+4
* btrfs: use existing cur_devices, cleanup btrfs_rm_deviceAnand Jain2018-05-281-4/+9
* btrfs: reduce uuid_mutex critical section while scanning devicesAnand Jain2018-05-281-7/+5
* btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba2018-05-281-4/+3
* btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov2018-05-281-5/+2
* btrfs: do reverse path readahead in btrfs_shrink_deviceGu Jinxiang2018-05-281-1/+1
* btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain2018-05-281-16/+8
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-281-11/+8
* btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain2018-05-281-0/+15
* 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-281-1/+1
* 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-281-8/+10
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-281-22/+7
* btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba2018-05-281-4/+0
* btrfs: cleanup helpers that reset balance stateDavid Sterba2018-05-281-16/+13
* btrfs: add sanity check when resuming balance after mountDavid Sterba2018-05-281-1/+13
* btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba2018-05-281-6/+7
* btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2018-05-281-2/+0
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-281-99/+0
* btrfs: export and rename free_deviceDavid Sterba2018-05-281-12/+12
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-281-1/+7