summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik
2020-10-07btrfs: init device stats for seed devicesJosef Bacik
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain
2020-10-07btrfs: improve device scanning messagesAnand Jain
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov
2020-10-07btrfs: document some invariants of seed codeNikolay Borisov
2020-10-07btrfs: switch seed device to list apiNikolay Borisov
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-08-27btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
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