aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/dev-replace.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+1
2023-10-28btrfs: Convert to bdev_open_by_path()Gravatar Jan Kara 1-6/+8
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionGravatar Qu Wenruo 1-1/+0
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-3/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+4
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockGravatar Christoph Hellwig 1-1/+1
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-1/+1
2023-06-19btrfs: open code set_extent_bitsGravatar David Sterba 1-2/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-3/+3
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-12/+3
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Gravatar Anand Jain 1-9/+1
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+1
2022-09-26btrfs: don't take a bio_counter reference for cloned biosGravatar Christoph Hellwig 1-5/+0
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYGravatar Josef Bacik 1-5/+0
2022-09-26btrfs: convert block group bit field to use bit helpersGravatar Josef Bacik 1-3/+3
2022-08-23btrfs: add info when mount fails due to stale replace targetGravatar Anand Jain 1-1/+1
2022-08-23btrfs: replace: drop assert for suspended replaceGravatar Anand Jain 1-2/+1
2022-07-25btrfs: clean up chained assignmentsGravatar David Sterba 1-1/+2
2022-05-16btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Gravatar Anand Jain 1-6/+7
2022-05-16btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGravatar Gabriel Niebler 1-33/+6
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationGravatar Filipe Manana 1-1/+6
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceGravatar Anand Jain 1-0/+3
2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevGravatar Anand Jain 1-7/+8
2022-01-07btrfs: remove reada infrastructureGravatar Qu Wenruo 1-5/+0
2022-01-03btrfs: zoned: cache reported zone during mountGravatar Naohiro Aota 1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-2/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-9/+7
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsGravatar Josef Bacik 1-9/+7
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-2/+1
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-03-17btrfs: do not initialize dev replace for bad dev rootGravatar Josef Bacik 1-0/+3
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceGravatar Naohiro Aota 1-0/+184
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longGravatar Nikolay Borisov 1-1/+1
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceGravatar Filipe Manana 1-1/+1
2020-12-09btrfs: check and enable ZONED modeGravatar Naohiro Aota 1-0/+7
2020-12-09btrfs: get zone information of zoned block devicesGravatar Naohiro Aota 1-0/+5
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 1-4/+4
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceGravatar Anand Jain 1-2/+24
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceGravatar Filipe Manana 1-0/+5
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationGravatar Anand Jain 1-30/+26
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevGravatar Anand Jain 1-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirGravatar Anand Jain 1-1/+1
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirGravatar Anand Jain 1-1/+1
2020-10-07btrfs: fix replace of seed deviceGravatar Anand Jain 1-1/+1
2020-10-07btrfs: enumerate the type of exclusive operation in progressGravatar Goldwyn Rodrigues 1-2/+2