summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba2018-10-151-1/+5
* btrfs: use common helper instead of open coding a bit testDavid Sterba2018-10-151-1/+1
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-2/+2
* btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov2018-10-151-21/+18Star
* btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov2018-10-151-15/+17
* btrfs: Make btrfs_find_device_by_path return struct btrfs_deviceNikolay Borisov2018-10-151-12/+13
* btrfs: add helper to obtain number of devices with ongoing dev-replaceAnand Jain2018-10-151-14/+21
* btrfs: add assertions where number of devices could go below 0Anand Jain2018-10-151-2/+2
* btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain2018-08-231-1/+6
* btrfs: revert fs_devices state on error of btrfs_init_new_deviceNaohiro Aota2018-08-061-5/+24
* btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo2018-08-061-2/+6
* btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo2018-08-061-0/+184
* btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-15/+5Star
* btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov2018-08-061-5/+5
* btrfs: Remove fs_info form btrfs_free_chunkNikolay Borisov2018-08-061-3/+3
* btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov2018-08-061-3/+2Star
* btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov2018-08-061-4/+5
* btrfs: remove fs_info argument from update_dev_stat_itemNikolay Borisov2018-08-061-2/+2
* btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov2018-08-061-3/+2Star
* btrfs: Remove fs_info argument from btrfs_add_dev_itemNikolay Borisov2018-08-061-6/+4Star
* btrfs: validate type when reading a chunkGu Jinxiang2018-08-061-0/+28
* 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/+7Star
* 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/+17Star
* 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/+6Star
* btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo2018-08-061-85/+0Star
* 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/+0Star
* btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain2018-08-061-4/+1Star
* 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/+3Star
* 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/+2Star
* 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/+0Star
* 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