aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
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 allo...Qu 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
2018-03-26btrfs: insert newly opened device to the end of the listAnand Jain1-1/+1
2018-03-26btrfs: keep device list sortedAnand Jain1-0/+16
2018-03-26btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount optionQu Wenruo1-2/+17
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov1-4/+4
2018-03-26btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain1-13/+0
2018-03-26btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo1-3/+3
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-02-05btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov1-0/+1
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain1-5/+3
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain1-16/+18
2018-01-22btrfs: set the total_devices in device_list_add()Anand Jain1-4/+2