aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: skip devices without magic signature when mountingGravatar Anand Jain 1-6/+12
2020-10-07btrfs: return error if we're unable to read device statsGravatar Josef Bacik 1-8/+18
2020-10-07btrfs: init device stats for seed devicesGravatar Josef Bacik 1-41/+46
2020-10-07btrfs: simplify gotos in open_seed_deviceGravatar Anand Jain 1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Gravatar Anand Jain 1-6/+3
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateGravatar Anand Jain 1-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirGravatar Anand Jain 1-4/+4
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirGravatar Anand Jain 1-1/+1
2020-10-07btrfs: improve device scanning messagesGravatar Anand Jain 1-6/+8
2020-10-07btrfs: enumerate the type of exclusive operation in progressGravatar Goldwyn Rodrigues 1-10/+10
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexGravatar Josef Bacik 1-3/+4
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesGravatar Nikolay Borisov 1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceGravatar Nikolay Borisov 1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceGravatar Nikolay Borisov 1-5/+4
2020-10-07btrfs: do not hold device_list_mutex when closing devicesGravatar Josef Bacik 1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksGravatar Josef Bacik 1-1/+0
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutGravatar Nikolay Borisov 1-4/+0
2020-10-07btrfs: document some invariants of seed codeGravatar Nikolay Borisov 1-0/+15
2020-10-07btrfs: switch seed device to list apiGravatar Nikolay Borisov 1-55/+48
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesGravatar Nikolay Borisov 1-18/+2
2020-10-07btrfs: make close_fs_devices return voidGravatar Nikolay Borisov 1-8/+4
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsGravatar Nikolay Borisov 1-14/+20
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeGravatar Qu Wenruo 1-3/+4
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidGravatar Nikolay Borisov 1-2/+5
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksGravatar Josef Bacik 1-0/+3
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingGravatar Josef Bacik 1-9/+3
2020-09-07btrfs: fix lockdep splat in add_missing_devGravatar Josef Bacik 1-0/+10
2020-08-27btrfs: drop path before adding new uuid tree entryGravatar Josef Bacik 1-1/+2
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Gravatar Qu Wenruo 1-0/+4
2020-07-27btrfs: move the chunk_mutex in btrfs_read_chunk_treeGravatar Josef Bacik 1-2/+2
2020-07-27btrfs: open device without device_list_mutexGravatar Josef Bacik 1-3/+18
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalGravatar Qu Wenruo 1-1/+16
2020-07-27btrfs: prefetch chunk tree leaves at mountGravatar David Sterba 1-0/+27
2020-07-27btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersGravatar Nikolay Borisov 1-20/+11
2020-07-27btrfs: don't check for btrfs_device::bdev in btrfs_end_bioGravatar Nikolay Borisov 1-8/+7
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioGravatar Nikolay Borisov 1-10/+4
2020-07-27btrfs: allow use of global block reserve for balance item deletionGravatar David Sterba 1-1/+1
2020-07-21btrfs: fix mount failure caused by race with umountGravatar Boris Burkov 1-0/+8
2020-05-25btrfs: drop stale reference to volume_mutexGravatar Anand Jain 1-4/+3
2020-05-25btrfs: free alien device after device addGravatar Anand Jain 1-1/+11
2020-05-25btrfs: include non-missing as a qualifier for the latest_bdevGravatar Anand Jain 1-0/+2
2020-05-25btrfs: drop useless goto in open_fs_devicesGravatar Anand Jain 1-7/+5
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superGravatar Nikolay Borisov 1-24/+23
2020-03-23btrfs: relocation: add error injection points for cancelling balanceGravatar Qu Wenruo 1-1/+1
2020-03-23btrfs: balance: factor out convert profile validationGravatar David Sterba 1-24/+21
2020-03-23btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkGravatar Nikolay Borisov 1-25/+13
2020-03-23btrfs: parameterize dev_extent_min for chunk allocationGravatar Naohiro Aota 1-4/+5
2020-03-23btrfs: factor out create_chunk()Gravatar Naohiro Aota 1-61/+71
2020-03-23btrfs: factor out decide_stripe_size()Gravatar Naohiro Aota 1-58/+78