summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: relocation: add error injection points for cancelling balanceQu Wenruo2020-03-231-1/+1
* btrfs: balance: factor out convert profile validationDavid Sterba2020-03-231-24/+21
* btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkNikolay Borisov2020-03-231-25/+13
* btrfs: parameterize dev_extent_min for chunk allocationNaohiro Aota2020-03-231-4/+5
* btrfs: factor out create_chunk()Naohiro Aota2020-03-231-61/+71
* btrfs: factor out decide_stripe_size()Naohiro Aota2020-03-231-58/+78
* btrfs: factor out gather_device_info()Naohiro Aota2020-03-231-54/+67
* btrfs: factor out init_alloc_chunk_ctlNaohiro Aota2020-03-231-38/+62
* btrfs: introduce alloc_chunk_ctlNaohiro Aota2020-03-231-65/+93
* btrfs: refactor find_free_dev_extent_start()Naohiro Aota2020-03-231-20/+58
* btrfs: introduce chunk allocation policyNaohiro Aota2020-03-231-0/+1
* btrfs: handle invalid profile in chunk allocationNaohiro Aota2020-03-231-1/+4
* btrfs: replace u_long type cast with unsigned longDavid Sterba2020-03-231-2/+2
* btrfs: raid56: simplify sort_parity_stripesDavid Sterba2020-03-231-16/+4
* btrfs: move mapping of block for discard to its callerDavid Sterba2020-03-231-4/+5
* btrfs: bail out of uuid tree scanning if we're closingJosef Bacik2020-03-231-1/+6
* btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov2020-03-231-36/+1
* btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov2020-03-231-46/+1
* btrfs: use the page cache for super block readingJohannes Thumshirn2020-03-231-33/+44
* btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn2020-03-231-30/+29
* btrfs: don't kmap() pages from block devicesJohannes Thumshirn2020-03-231-3/+2
* btrfs: Export btrfs_release_disk_superNikolay Borisov2020-03-231-1/+1
* btrfs: sysfs, rename device_link add/remove functionsAnand Jain2020-03-231-4/+4
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-4/+0
* btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik2020-03-231-1/+5
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov2020-01-231-4/+38
* btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-01-231-3/+14
* btrfs: Factor out metadata_uuid code from find_fsid.Su Yue2020-01-231-35/+42
* btrfs: Call find_fsid from find_fsid_inprogressSu Yue2020-01-231-13/+6
* btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-231-69/+0
* btrfs: device stats, log when stats are zeroedAnand Jain2020-01-201-0/+2
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+8
* btrfs: reset device back to allocation state when removingJohannes Thumshirn2020-01-201-17/+12
* btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn2020-01-201-3/+2
* btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn2020-01-201-1/+0
* btrfs: fill ncopies for all raid table entriesDavid Sterba2020-01-201-0/+2
* btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba2020-01-201-10/+5
* btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-171-1/+5
* btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba2019-12-131-2/+2
* btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2019-11-181-3/+3
* btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2019-11-181-4/+4
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-3/+3
* btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba2019-11-181-0/+9
* btrfs: add support for 4-copy replication (raid1c4)David Sterba2019-11-181-0/+12
* btrfs: add support for 3-copy replication (raid1c3)David Sterba2019-11-181-2/+17
* btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2019-11-181-2/+4
* btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo2019-11-181-1/+1
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-8/+7