aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain1-6/+12
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain1-6/+3
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain1-4/+4
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-10/+10
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov1-5/+4
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-1/+0
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov1-4/+0
2020-10-07btrfs: document some invariants of seed codeNikolay Borisov1-0/+15
2020-10-07btrfs: switch seed device to list apiNikolay Borisov1-55/+48
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov1-18/+2
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov1-8/+4
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov1-14/+20
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo1-3/+4
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov1-2/+5
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-0/+3
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik1-9/+3
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-08-27btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo1-0/+4
2020-07-27btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-07-27btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo1-1/+16
2020-07-27btrfs: prefetch chunk tree leaves at mountDavid Sterba1-0/+27
2020-07-27btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersNikolay Borisov1-20/+11
2020-07-27btrfs: don't check for btrfs_device::bdev in btrfs_end_bioNikolay Borisov1-8/+7
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov1-10/+4
2020-07-27btrfs: allow use of global block reserve for balance item deletionDavid Sterba1-1/+1
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-05-25btrfs: drop stale reference to volume_mutexAnand Jain1-4/+3
2020-05-25btrfs: free alien device after device addAnand Jain1-1/+11
2020-05-25btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain1-0/+2
2020-05-25btrfs: drop useless goto in open_fs_devicesAnand Jain1-7/+5
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov1-24/+23
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo1-1/+1
2020-03-23btrfs: balance: factor out convert profile validationDavid Sterba1-24/+21
2020-03-23btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkNikolay Borisov1-25/+13
2020-03-23btrfs: parameterize dev_extent_min for chunk allocationNaohiro Aota1-4/+5
2020-03-23btrfs: factor out create_chunk()Naohiro Aota1-61/+71
2020-03-23btrfs: factor out decide_stripe_size()Naohiro Aota1-58/+78