aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Gravatar Qu Wenruo 1-0/+4
2020-07-27btrfs: move the chunk_mutex in btrfs_read_chunk_treeGravatar Josef Bacik 1-2/+2
2020-07-27btrfs: open device without device_list_mutexGravatar Josef Bacik 1-3/+18
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalGravatar Qu Wenruo 1-1/+16
2020-07-27btrfs: prefetch chunk tree leaves at mountGravatar David Sterba 1-0/+27
2020-07-27btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersGravatar Nikolay Borisov 1-20/+11
2020-07-27btrfs: don't check for btrfs_device::bdev in btrfs_end_bioGravatar Nikolay Borisov 1-8/+7
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioGravatar Nikolay Borisov 1-10/+4
2020-07-27btrfs: allow use of global block reserve for balance item deletionGravatar David Sterba 1-1/+1
2020-07-21btrfs: fix mount failure caused by race with umountGravatar Boris Burkov 1-0/+8
2020-05-25btrfs: drop stale reference to volume_mutexGravatar Anand Jain 1-4/+3
2020-05-25btrfs: free alien device after device addGravatar Anand Jain 1-1/+11
2020-05-25btrfs: include non-missing as a qualifier for the latest_bdevGravatar Anand Jain 1-0/+2
2020-05-25btrfs: drop useless goto in open_fs_devicesGravatar Anand Jain 1-7/+5
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superGravatar Nikolay Borisov 1-24/+23
2020-03-23btrfs: relocation: add error injection points for cancelling balanceGravatar Qu Wenruo 1-1/+1
2020-03-23btrfs: balance: factor out convert profile validationGravatar David Sterba 1-24/+21
2020-03-23btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkGravatar Nikolay Borisov 1-25/+13
2020-03-23btrfs: parameterize dev_extent_min for chunk allocationGravatar Naohiro Aota 1-4/+5
2020-03-23btrfs: factor out create_chunk()Gravatar Naohiro Aota 1-61/+71
2020-03-23btrfs: factor out decide_stripe_size()Gravatar Naohiro Aota 1-58/+78
2020-03-23btrfs: factor out gather_device_info()Gravatar Naohiro Aota 1-54/+67
2020-03-23btrfs: factor out init_alloc_chunk_ctlGravatar Naohiro Aota 1-38/+62
2020-03-23btrfs: introduce alloc_chunk_ctlGravatar Naohiro Aota 1-65/+93
2020-03-23btrfs: refactor find_free_dev_extent_start()Gravatar Naohiro Aota 1-20/+58
2020-03-23btrfs: introduce chunk allocation policyGravatar Naohiro Aota 1-0/+1
2020-03-23btrfs: handle invalid profile in chunk allocationGravatar Naohiro Aota 1-1/+4
2020-03-23btrfs: replace u_long type cast with unsigned longGravatar David Sterba 1-2/+2
2020-03-23btrfs: raid56: simplify sort_parity_stripesGravatar David Sterba 1-16/+4
2020-03-23btrfs: move mapping of block for discard to its callerGravatar David Sterba 1-4/+5
2020-03-23btrfs: bail out of uuid tree scanning if we're closingGravatar Josef Bacik 1-1/+6
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cGravatar Nikolay Borisov 1-36/+1
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateGravatar Nikolay Borisov 1-46/+1
2020-03-23btrfs: use the page cache for super block readingGravatar Johannes Thumshirn 1-33/+44
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Gravatar Johannes Thumshirn 1-30/+29
2020-03-23btrfs: don't kmap() pages from block devicesGravatar Johannes Thumshirn 1-3/+2
2020-03-23btrfs: Export btrfs_release_disk_superGravatar Nikolay Borisov 1-1/+1
2020-03-23btrfs: sysfs, rename device_link add/remove functionsGravatar Anand Jain 1-4/+4
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-4/+0
2020-03-23btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryGravatar Josef Bacik 1-1/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-1/+1
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidGravatar Nikolay Borisov 1-4/+38
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureGravatar Nikolay Borisov 1-3/+14
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Gravatar Su Yue 1-35/+42
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressGravatar Su Yue 1-13/+6
2020-01-23btrfs: Move and unexport btrfs_rmap_blockGravatar Nikolay Borisov 1-69/+0
2020-01-20btrfs: device stats, log when stats are zeroedGravatar Anand Jain 1-0/+2
2020-01-20btrfs: add the beginning of async discard, discard workqueueGravatar Dennis Zhou 1-0/+8
2020-01-20btrfs: reset device back to allocation state when removingGravatar Johannes Thumshirn 1-17/+12