aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba1-0/+2
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi1-3/+2
2018-05-28btrfs: add prefix "balance:" for log messagesAnand Jain1-14/+24
2018-05-28btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdevAnand Jain1-5/+7
2018-05-28btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdevAnand Jain1-2/+0
2018-05-28btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devicesAnand Jain1-2/+3
2018-05-28btrfs: document uuid_mutex uasge in read_chunk_treeAnand Jain1-0/+4
2018-05-28btrfs: use existing cur_devices, cleanup btrfs_rm_deviceAnand Jain1-4/+9
2018-05-28btrfs: reduce uuid_mutex critical section while scanning devicesAnand Jain1-7/+5
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba1-4/+3
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov1-5/+2
2018-05-28btrfs: do reverse path readahead in btrfs_shrink_deviceGu Jinxiang1-1/+1
2018-05-28btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain1-16/+8
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain1-11/+8
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain1-0/+15
2018-05-28btrfs: open code set_balance_controlDavid Sterba1-17/+8
2018-05-28btrfs: use mutex in btrfs_resume_balance_asyncDavid Sterba1-3/+3
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba1-1/+1
2018-05-28btrfs: move and comment read-only check in btrfs_cancel_balanceDavid Sterba1-3/+10
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba1-8/+10
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba1-22/+7
2018-05-28btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba1-4/+0
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba1-16/+13
2018-05-28btrfs: add sanity check when resuming balance after mountDavid Sterba1-1/+13
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba1-6/+7
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba1-2/+0
2018-05-28btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba1-99/+0
2018-05-28btrfs: export and rename free_deviceDavid Sterba1-12/+12
2018-05-28btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba1-1/+7
2018-05-28btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain1-7/+6
2018-05-28btrfs: cleanup find_device() drop list_head pointerAnand Jain1-2/+1
2018-05-28btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain1-4/+3
2018-05-28btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain1-6/+6
2018-05-28btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain1-2/+1
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain1-8/+8
2018-05-28btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain1-0/+35
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+2
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba1-9/+9
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba1-5/+5
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney1-0/+12
2018-03-31btrfs: drop optimal argument from find_live_mirror()Anand Jain1-8/+8
2018-03-31btrfs: drop num argument from find_live_mirror()Anand Jain1-4/+12
2018-03-31btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allocating a chunkQu Wenruo1-3/+2
2018-03-31btrfs: add define for oldest generationAnand Jain1-1/+2
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain1-1/+5
2018-03-26btrfs: remove assert in btrfs_init_dev_replace_tgtdev()Anand Jain1-1/+0
2018-03-26btrfs: add (the only possible) __exit annotationDavid Sterba1-1/+1
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo1-1/+1
2018-03-26btrfs: volumes: Cleanup stripe size calculationQu Wenruo1-7/+6