summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba2024-03-041-2/+1
* btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-02-221-4/+20
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-16/+12
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-2/+1
|\
| * btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-1/+1
| * btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo2023-10-121-1/+0
* | btrfs: Convert to bdev_open_by_path()Jan Kara2023-10-281-6/+8
|/
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-3/+3
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-4/+4
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig2023-06-191-1/+1
* | btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-1/+1
* | btrfs: open code set_extent_bitsDavid Sterba2023-06-191-2/+2
|/
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-12/+3
* btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain2022-12-051-9/+1
* btrfs: move scrub prototypes into scrub.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-261-5/+0
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik2022-09-261-5/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-3/+3
* btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
* btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2
* btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain2022-05-161-6/+7
* btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler2022-05-161-33/+6
* btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-211-1/+6
* btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain2022-03-141-0/+3
* btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain2022-03-141-7/+8
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-5/+0
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-031-1/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-2/+2
* Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-9/+7
|\
| * btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-9/+7
* | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+1
|/
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: do not initialize dev replace for bad dev rootJosef Bacik2021-03-171-0/+3
* btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota2021-02-091-0/+184
* btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-1/+1
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-1/+1
* btrfs: check and enable ZONED modeNaohiro Aota2020-12-091-0/+7
* btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-091-0/+5
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-4/+4
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-051-2/+24
* btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-261-0/+5
* btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain2020-10-071-30/+26
* btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain2020-10-071-3/+1