aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-23btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik1-1/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov1-4/+38
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue1-35/+42
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue1-13/+6
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov1-69/+0
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-0/+8
2020-01-20btrfs: reset device back to allocation state when removingJohannes Thumshirn1-17/+12
2020-01-20btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn1-3/+2
2020-01-20btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn1-1/+0
2020-01-20btrfs: fill ncopies for all raid table entriesDavid Sterba1-0/+2
2020-01-20btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba1-10/+5
2020-01-17btrfs: check rw_devices, not num_devices for balanceJosef Bacik1-1/+5
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba1-2/+2
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn1-3/+3
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn1-4/+4
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-3/+3
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba1-0/+9
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba1-0/+12
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba1-2/+17
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo1-2/+4
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+7