summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2020-07-27btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik
2020-07-27btrfs: open device without device_list_mutexJosef Bacik
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-07-27btrfs: prefetch chunk tree leaves at mountDavid Sterba
2020-07-27btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersNikolay Borisov
2020-07-27btrfs: don't check for btrfs_device::bdev in btrfs_end_bioNikolay Borisov
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov
2020-07-27btrfs: allow use of global block reserve for balance item deletionDavid Sterba
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov
2020-05-25btrfs: drop stale reference to volume_mutexAnand Jain
2020-05-25btrfs: free alien device after device addAnand Jain
2020-05-25btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-05-25btrfs: drop useless goto in open_fs_devicesAnand Jain
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo
2020-03-23btrfs: balance: factor out convert profile validationDavid Sterba
2020-03-23btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkNikolay Borisov
2020-03-23btrfs: parameterize dev_extent_min for chunk allocationNaohiro Aota
2020-03-23btrfs: factor out create_chunk()Naohiro Aota
2020-03-23btrfs: factor out decide_stripe_size()Naohiro Aota
2020-03-23btrfs: factor out gather_device_info()Naohiro Aota
2020-03-23btrfs: factor out init_alloc_chunk_ctlNaohiro Aota
2020-03-23btrfs: introduce alloc_chunk_ctlNaohiro Aota
2020-03-23btrfs: refactor find_free_dev_extent_start()Naohiro Aota
2020-03-23btrfs: introduce chunk allocation policyNaohiro Aota
2020-03-23btrfs: handle invalid profile in chunk allocationNaohiro Aota
2020-03-23btrfs: replace u_long type cast with unsigned longDavid Sterba
2020-03-23btrfs: raid56: simplify sort_parity_stripesDavid Sterba
2020-03-23btrfs: move mapping of block for discard to its callerDavid Sterba
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn
2020-03-23btrfs: don't kmap() pages from block devicesJohannes Thumshirn
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: reset device back to allocation state when removingJohannes Thumshirn
2020-01-20btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn