summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-281-8/+8
* btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain2018-05-281-0/+35
* btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-171-0/+9
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+2
* btrfs: split dev-replace locking helpers for read and writeDavid Sterba2018-03-311-9/+9
* btrfs: use lockdep_assert_held for mutexesDavid Sterba2018-03-311-5/+5
* btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney2018-03-311-0/+12
* btrfs: drop optimal argument from find_live_mirror()Anand Jain2018-03-311-8/+8
* btrfs: drop num argument from find_live_mirror()Anand Jain2018-03-311-4/+12
* btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allo...Qu Wenruo2018-03-311-3/+2
* btrfs: add define for oldest generationAnand Jain2018-03-311-1/+2
* btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain2018-03-261-1/+5
* btrfs: remove assert in btrfs_init_dev_replace_tgtdev()Anand Jain2018-03-261-1/+0
* btrfs: add (the only possible) __exit annotationDavid Sterba2018-03-261-1/+1
* btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo2018-03-261-1/+1
* btrfs: volumes: Cleanup stripe size calculationQu Wenruo2018-03-261-7/+6
* btrfs: insert newly opened device to the end of the listAnand Jain2018-03-261-1/+1