summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
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 bou...Qu 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
2020-03-23btrfs: factor out gather_device_info()Naohiro Aota1-54/+67
2020-03-23btrfs: factor out init_alloc_chunk_ctlNaohiro Aota1-38/+62
2020-03-23btrfs: introduce alloc_chunk_ctlNaohiro Aota1-65/+93
2020-03-23btrfs: refactor find_free_dev_extent_start()Naohiro Aota1-20/+58
2020-03-23btrfs: introduce chunk allocation policyNaohiro Aota1-0/+1
2020-03-23btrfs: handle invalid profile in chunk allocationNaohiro Aota1-1/+4
2020-03-23btrfs: replace u_long type cast with unsigned longDavid Sterba1-2/+2
2020-03-23btrfs: raid56: simplify sort_parity_stripesDavid Sterba1-16/+4
2020-03-23btrfs: move mapping of block for discard to its callerDavid Sterba1-4/+5
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik1-1/+6
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov1-36/+1
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov1-46/+1
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn1-33/+44
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn1-30/+29
2020-03-23btrfs: don't kmap() pages from block devicesJohannes Thumshirn1-3/+2
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov1-1/+1
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain1-4/+4
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0