summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-121-0/+4
* btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik2020-07-271-2/+2
* btrfs: open device without device_list_mutexJosef Bacik2020-07-271-3/+18
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-07-271-1/+16
* btrfs: prefetch chunk tree leaves at mountDavid Sterba2020-07-271-0/+27
* btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersNikolay Borisov2020-07-271-20/+11
* btrfs: don't check for btrfs_device::bdev in btrfs_end_bioNikolay Borisov2020-07-271-8/+7
* btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov2020-07-271-10/+4
* btrfs: allow use of global block reserve for balance item deletionDavid Sterba2020-07-271-1/+1
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-211-0/+8
* btrfs: drop stale reference to volume_mutexAnand Jain2020-05-251-4/+3
* btrfs: free alien device after device addAnand Jain2020-05-251-1/+11
* btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain2020-05-251-0/+2
* btrfs: drop useless goto in open_fs_devicesAnand Jain2020-05-251-7/+5
* btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov2020-05-251-24/+23
* 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