David Sterba | c1d7c51 | 2018-04-03 19:23:33 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2007 Oracle. All rights reserved. |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 4 | */ |
David Sterba | c1d7c51 | 2018-04-03 19:23:33 +0200 | [diff] [blame] | 5 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6 | #include <linux/sched.h> |
Josef Bacik | fccc0007 | 2020-08-31 10:52:42 -0400 | [diff] [blame] | 7 | #include <linux/sched/mm.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 8 | #include <linux/slab.h> |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 9 | #include <linux/ratelimit.h> |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 10 | #include <linux/kthread.h> |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 11 | #include <linux/semaphore.h> |
Andy Shevchenko | 8da4b8c | 2016-05-20 17:01:00 -0700 | [diff] [blame] | 12 | #include <linux/uuid.h> |
Anand Jain | f8e10cd | 2018-01-22 14:49:36 -0800 | [diff] [blame] | 13 | #include <linux/list_sort.h> |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 14 | #include <linux/namei.h> |
David Sterba | 784352f | 2019-08-21 18:54:28 +0200 | [diff] [blame] | 15 | #include "misc.h" |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 16 | #include "ctree.h" |
| 17 | #include "extent_map.h" |
| 18 | #include "disk-io.h" |
| 19 | #include "transaction.h" |
| 20 | #include "print-tree.h" |
| 21 | #include "volumes.h" |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 22 | #include "raid56.h" |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 23 | #include "rcu-string.h" |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 24 | #include "dev-replace.h" |
Anand Jain | 99994cd | 2014-06-03 11:36:00 +0800 | [diff] [blame] | 25 | #include "sysfs.h" |
Qu Wenruo | 82fc28f | 2019-03-20 13:16:42 +0800 | [diff] [blame] | 26 | #include "tree-checker.h" |
Josef Bacik | 8719aaa | 2019-06-18 16:09:16 -0400 | [diff] [blame] | 27 | #include "space-info.h" |
Josef Bacik | aac0023 | 2019-06-20 15:37:44 -0400 | [diff] [blame] | 28 | #include "block-group.h" |
Dennis Zhou | b0643e5 | 2019-12-13 16:22:14 -0800 | [diff] [blame] | 29 | #include "discard.h" |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 30 | #include "zoned.h" |
Josef Bacik | c7f13d4 | 2022-10-19 10:50:47 -0400 | [diff] [blame] | 31 | #include "fs.h" |
Josef Bacik | 07e81dc | 2022-10-19 10:51:00 -0400 | [diff] [blame] | 32 | #include "accessors.h" |
Josef Bacik | c7a03b5 | 2022-10-26 15:08:28 -0400 | [diff] [blame] | 33 | #include "uuid-tree.h" |
Josef Bacik | 7572dec | 2022-10-26 15:08:29 -0400 | [diff] [blame] | 34 | #include "ioctl.h" |
Josef Bacik | 6770747 | 2022-10-26 15:08:34 -0400 | [diff] [blame] | 35 | #include "relocation.h" |
Josef Bacik | 2fc6822 | 2022-10-26 15:08:35 -0400 | [diff] [blame] | 36 | #include "scrub.h" |
Josef Bacik | 7f0add2 | 2022-10-26 15:08:40 -0400 | [diff] [blame] | 37 | #include "super.h" |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 38 | |
Qu Wenruo | bf08387 | 2021-11-19 14:19:33 +0800 | [diff] [blame] | 39 | #define BTRFS_BLOCK_GROUP_STRIPE_MASK (BTRFS_BLOCK_GROUP_RAID0 | \ |
| 40 | BTRFS_BLOCK_GROUP_RAID10 | \ |
| 41 | BTRFS_BLOCK_GROUP_RAID56_MASK) |
| 42 | |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 43 | const struct btrfs_raid_attr btrfs_raid_array[BTRFS_NR_RAID_TYPES] = { |
| 44 | [BTRFS_RAID_RAID10] = { |
| 45 | .sub_stripes = 2, |
| 46 | .dev_stripes = 1, |
| 47 | .devs_max = 0, /* 0 == as many as possible */ |
David Sterba | b2f78e8 | 2021-07-22 20:54:37 +0200 | [diff] [blame] | 48 | .devs_min = 2, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 49 | .tolerated_failures = 1, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 50 | .devs_increment = 2, |
| 51 | .ncopies = 2, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 52 | .nparity = 0, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 53 | .raid_name = "raid10", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 54 | .bg_flag = BTRFS_BLOCK_GROUP_RAID10, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 55 | .mindev_error = BTRFS_ERROR_DEV_RAID10_MIN_NOT_MET, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 56 | }, |
| 57 | [BTRFS_RAID_RAID1] = { |
| 58 | .sub_stripes = 1, |
| 59 | .dev_stripes = 1, |
| 60 | .devs_max = 2, |
| 61 | .devs_min = 2, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 62 | .tolerated_failures = 1, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 63 | .devs_increment = 2, |
| 64 | .ncopies = 2, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 65 | .nparity = 0, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 66 | .raid_name = "raid1", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 67 | .bg_flag = BTRFS_BLOCK_GROUP_RAID1, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 68 | .mindev_error = BTRFS_ERROR_DEV_RAID1_MIN_NOT_MET, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 69 | }, |
David Sterba | 47e6f74 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 70 | [BTRFS_RAID_RAID1C3] = { |
| 71 | .sub_stripes = 1, |
| 72 | .dev_stripes = 1, |
David Sterba | cf93e15 | 2019-11-27 16:10:54 +0100 | [diff] [blame] | 73 | .devs_max = 3, |
David Sterba | 47e6f74 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 74 | .devs_min = 3, |
| 75 | .tolerated_failures = 2, |
| 76 | .devs_increment = 3, |
| 77 | .ncopies = 3, |
David Sterba | db26a02 | 2019-11-25 15:34:48 +0100 | [diff] [blame] | 78 | .nparity = 0, |
David Sterba | 47e6f74 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 79 | .raid_name = "raid1c3", |
| 80 | .bg_flag = BTRFS_BLOCK_GROUP_RAID1C3, |
| 81 | .mindev_error = BTRFS_ERROR_DEV_RAID1C3_MIN_NOT_MET, |
| 82 | }, |
David Sterba | 8d6fac0 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 83 | [BTRFS_RAID_RAID1C4] = { |
| 84 | .sub_stripes = 1, |
| 85 | .dev_stripes = 1, |
David Sterba | cf93e15 | 2019-11-27 16:10:54 +0100 | [diff] [blame] | 86 | .devs_max = 4, |
David Sterba | 8d6fac0 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 87 | .devs_min = 4, |
| 88 | .tolerated_failures = 3, |
| 89 | .devs_increment = 4, |
| 90 | .ncopies = 4, |
David Sterba | db26a02 | 2019-11-25 15:34:48 +0100 | [diff] [blame] | 91 | .nparity = 0, |
David Sterba | 8d6fac0 | 2018-03-02 22:56:53 +0100 | [diff] [blame] | 92 | .raid_name = "raid1c4", |
| 93 | .bg_flag = BTRFS_BLOCK_GROUP_RAID1C4, |
| 94 | .mindev_error = BTRFS_ERROR_DEV_RAID1C4_MIN_NOT_MET, |
| 95 | }, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 96 | [BTRFS_RAID_DUP] = { |
| 97 | .sub_stripes = 1, |
| 98 | .dev_stripes = 2, |
| 99 | .devs_max = 1, |
| 100 | .devs_min = 1, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 101 | .tolerated_failures = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 102 | .devs_increment = 1, |
| 103 | .ncopies = 2, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 104 | .nparity = 0, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 105 | .raid_name = "dup", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 106 | .bg_flag = BTRFS_BLOCK_GROUP_DUP, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 107 | .mindev_error = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 108 | }, |
| 109 | [BTRFS_RAID_RAID0] = { |
| 110 | .sub_stripes = 1, |
| 111 | .dev_stripes = 1, |
| 112 | .devs_max = 0, |
David Sterba | b2f78e8 | 2021-07-22 20:54:37 +0200 | [diff] [blame] | 113 | .devs_min = 1, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 114 | .tolerated_failures = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 115 | .devs_increment = 1, |
| 116 | .ncopies = 1, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 117 | .nparity = 0, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 118 | .raid_name = "raid0", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 119 | .bg_flag = BTRFS_BLOCK_GROUP_RAID0, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 120 | .mindev_error = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 121 | }, |
| 122 | [BTRFS_RAID_SINGLE] = { |
| 123 | .sub_stripes = 1, |
| 124 | .dev_stripes = 1, |
| 125 | .devs_max = 1, |
| 126 | .devs_min = 1, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 127 | .tolerated_failures = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 128 | .devs_increment = 1, |
| 129 | .ncopies = 1, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 130 | .nparity = 0, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 131 | .raid_name = "single", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 132 | .bg_flag = 0, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 133 | .mindev_error = 0, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 134 | }, |
| 135 | [BTRFS_RAID_RAID5] = { |
| 136 | .sub_stripes = 1, |
| 137 | .dev_stripes = 1, |
| 138 | .devs_max = 0, |
| 139 | .devs_min = 2, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 140 | .tolerated_failures = 1, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 141 | .devs_increment = 1, |
Hans van Kranenburg | da612e3 | 2018-10-04 23:24:41 +0200 | [diff] [blame] | 142 | .ncopies = 1, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 143 | .nparity = 1, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 144 | .raid_name = "raid5", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 145 | .bg_flag = BTRFS_BLOCK_GROUP_RAID5, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 146 | .mindev_error = BTRFS_ERROR_DEV_RAID5_MIN_NOT_MET, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 147 | }, |
| 148 | [BTRFS_RAID_RAID6] = { |
| 149 | .sub_stripes = 1, |
| 150 | .dev_stripes = 1, |
| 151 | .devs_max = 0, |
| 152 | .devs_min = 3, |
Zhao Lei | 8789f4f | 2015-09-15 21:08:07 +0800 | [diff] [blame] | 153 | .tolerated_failures = 2, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 154 | .devs_increment = 1, |
Hans van Kranenburg | da612e3 | 2018-10-04 23:24:41 +0200 | [diff] [blame] | 155 | .ncopies = 1, |
Hans van Kranenburg | b50836e | 2018-10-04 23:24:42 +0200 | [diff] [blame] | 156 | .nparity = 2, |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 157 | .raid_name = "raid6", |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 158 | .bg_flag = BTRFS_BLOCK_GROUP_RAID6, |
Anand Jain | f9fbcaa | 2018-04-25 19:01:44 +0800 | [diff] [blame] | 159 | .mindev_error = BTRFS_ERROR_DEV_RAID6_MIN_NOT_MET, |
Zhao Lei | af90204 | 2015-09-15 21:08:06 +0800 | [diff] [blame] | 160 | }, |
| 161 | }; |
| 162 | |
David Sterba | 500a44c | 2021-07-26 14:15:19 +0200 | [diff] [blame] | 163 | /* |
| 164 | * Convert block group flags (BTRFS_BLOCK_GROUP_*) to btrfs_raid_types, which |
| 165 | * can be used as index to access btrfs_raid_array[]. |
| 166 | */ |
| 167 | enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags) |
| 168 | { |
Qu Wenruo | 719fae8 | 2022-04-20 16:08:28 +0800 | [diff] [blame] | 169 | const u64 profile = (flags & BTRFS_BLOCK_GROUP_PROFILE_MASK); |
David Sterba | 500a44c | 2021-07-26 14:15:19 +0200 | [diff] [blame] | 170 | |
Qu Wenruo | 719fae8 | 2022-04-20 16:08:28 +0800 | [diff] [blame] | 171 | if (!profile) |
| 172 | return BTRFS_RAID_SINGLE; |
| 173 | |
| 174 | return BTRFS_BG_FLAG_TO_INDEX(profile); |
David Sterba | 500a44c | 2021-07-26 14:15:19 +0200 | [diff] [blame] | 175 | } |
| 176 | |
David Sterba | 158da51 | 2019-05-17 11:43:41 +0200 | [diff] [blame] | 177 | const char *btrfs_bg_type_to_raid_name(u64 flags) |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 178 | { |
David Sterba | 158da51 | 2019-05-17 11:43:41 +0200 | [diff] [blame] | 179 | const int index = btrfs_bg_flags_to_raid_index(flags); |
| 180 | |
| 181 | if (index >= BTRFS_NR_RAID_TYPES) |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 182 | return NULL; |
| 183 | |
David Sterba | 158da51 | 2019-05-17 11:43:41 +0200 | [diff] [blame] | 184 | return btrfs_raid_array[index].raid_name; |
Anand Jain | ed23467 | 2018-04-25 19:01:42 +0800 | [diff] [blame] | 185 | } |
| 186 | |
Qu Wenruo | 0b30f71 | 2022-05-13 16:34:30 +0800 | [diff] [blame] | 187 | int btrfs_nr_parity_stripes(u64 type) |
| 188 | { |
| 189 | enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(type); |
| 190 | |
| 191 | return btrfs_raid_array[index].nparity; |
| 192 | } |
| 193 | |
Anand Jain | f89e09c | 2018-11-20 16:12:55 +0800 | [diff] [blame] | 194 | /* |
| 195 | * Fill @buf with textual description of @bg_flags, no more than @size_buf |
| 196 | * bytes including terminating null byte. |
| 197 | */ |
| 198 | void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) |
| 199 | { |
| 200 | int i; |
| 201 | int ret; |
| 202 | char *bp = buf; |
| 203 | u64 flags = bg_flags; |
| 204 | u32 size_bp = size_buf; |
| 205 | |
| 206 | if (!flags) { |
| 207 | strcpy(bp, "NONE"); |
| 208 | return; |
| 209 | } |
| 210 | |
| 211 | #define DESCRIBE_FLAG(flag, desc) \ |
| 212 | do { \ |
| 213 | if (flags & (flag)) { \ |
| 214 | ret = snprintf(bp, size_bp, "%s|", (desc)); \ |
| 215 | if (ret < 0 || ret >= size_bp) \ |
| 216 | goto out_overflow; \ |
| 217 | size_bp -= ret; \ |
| 218 | bp += ret; \ |
| 219 | flags &= ~(flag); \ |
| 220 | } \ |
| 221 | } while (0) |
| 222 | |
| 223 | DESCRIBE_FLAG(BTRFS_BLOCK_GROUP_DATA, "data"); |
| 224 | DESCRIBE_FLAG(BTRFS_BLOCK_GROUP_SYSTEM, "system"); |
| 225 | DESCRIBE_FLAG(BTRFS_BLOCK_GROUP_METADATA, "metadata"); |
| 226 | |
| 227 | DESCRIBE_FLAG(BTRFS_AVAIL_ALLOC_BIT_SINGLE, "single"); |
| 228 | for (i = 0; i < BTRFS_NR_RAID_TYPES; i++) |
| 229 | DESCRIBE_FLAG(btrfs_raid_array[i].bg_flag, |
| 230 | btrfs_raid_array[i].raid_name); |
| 231 | #undef DESCRIBE_FLAG |
| 232 | |
| 233 | if (flags) { |
| 234 | ret = snprintf(bp, size_bp, "0x%llx|", flags); |
| 235 | size_bp -= ret; |
| 236 | } |
| 237 | |
| 238 | if (size_bp < size_buf) |
| 239 | buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ |
| 240 | |
| 241 | /* |
| 242 | * The text is trimmed, it's up to the caller to provide sufficiently |
| 243 | * large buffer |
| 244 | */ |
| 245 | out_overflow:; |
| 246 | } |
| 247 | |
David Sterba | 6f8e0fc | 2019-03-20 16:29:13 +0100 | [diff] [blame] | 248 | static int init_first_rw_device(struct btrfs_trans_handle *trans); |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 249 | static int btrfs_relocate_sys_chunks(struct btrfs_fs_info *fs_info); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 250 | static void btrfs_dev_stat_print_on_load(struct btrfs_device *device); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 251 | |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 252 | /* |
| 253 | * Device locking |
| 254 | * ============== |
| 255 | * |
| 256 | * There are several mutexes that protect manipulation of devices and low-level |
| 257 | * structures like chunks but not block groups, extents or files |
| 258 | * |
| 259 | * uuid_mutex (global lock) |
| 260 | * ------------------------ |
| 261 | * protects the fs_uuids list that tracks all per-fs fs_devices, resulting from |
| 262 | * the SCAN_DEV ioctl registration or from mount either implicitly (the first |
| 263 | * device) or requested by the device= mount option |
| 264 | * |
| 265 | * the mutex can be very coarse and can cover long-running operations |
| 266 | * |
| 267 | * protects: updates to fs_devices counters like missing devices, rw devices, |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 268 | * seeding, structure cloning, opening/closing devices at mount/umount time |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 269 | * |
| 270 | * global::fs_devs - add, remove, updates to the global list |
| 271 | * |
Josef Bacik | 18c850f | 2020-07-17 15:12:27 -0400 | [diff] [blame] | 272 | * does not protect: manipulation of the fs_devices::devices list in general |
| 273 | * but in mount context it could be used to exclude list modifications by eg. |
| 274 | * scan ioctl |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 275 | * |
| 276 | * btrfs_device::name - renames (write side), read is RCU |
| 277 | * |
| 278 | * fs_devices::device_list_mutex (per-fs, with RCU) |
| 279 | * ------------------------------------------------ |
| 280 | * protects updates to fs_devices::devices, ie. adding and deleting |
| 281 | * |
| 282 | * simple list traversal with read-only actions can be done with RCU protection |
| 283 | * |
| 284 | * may be used to exclude some operations from running concurrently without any |
| 285 | * modifications to the list (see write_all_supers) |
| 286 | * |
Josef Bacik | 18c850f | 2020-07-17 15:12:27 -0400 | [diff] [blame] | 287 | * Is not required at mount and close times, because our device list is |
| 288 | * protected by the uuid_mutex at that point. |
| 289 | * |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 290 | * balance_mutex |
| 291 | * ------------- |
| 292 | * protects balance structures (status, state) and context accessed from |
| 293 | * several places (internally, ioctl) |
| 294 | * |
| 295 | * chunk_mutex |
| 296 | * ----------- |
| 297 | * protects chunks, adding or removing during allocation, trim or when a new |
Nikolay Borisov | 0b6f5d4 | 2019-05-09 18:11:11 +0300 | [diff] [blame] | 298 | * device is added/removed. Additionally it also protects post_commit_list of |
| 299 | * individual devices, since they can be added to the transaction's |
| 300 | * post_commit_list only with chunk_mutex held. |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 301 | * |
| 302 | * cleaner_mutex |
| 303 | * ------------- |
| 304 | * a big lock that is held by the cleaner thread and prevents running subvolume |
| 305 | * cleaning together with relocation or delayed iputs |
| 306 | * |
| 307 | * |
| 308 | * Lock nesting |
| 309 | * ============ |
| 310 | * |
| 311 | * uuid_mutex |
Anand Jain | ae3e715 | 2020-05-14 01:42:45 +0800 | [diff] [blame] | 312 | * device_list_mutex |
| 313 | * chunk_mutex |
| 314 | * balance_mutex |
Anand Jain | 89595e8 | 2018-04-18 14:59:25 +0800 | [diff] [blame] | 315 | * |
| 316 | * |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 317 | * Exclusive operations |
| 318 | * ==================== |
Anand Jain | 89595e8 | 2018-04-18 14:59:25 +0800 | [diff] [blame] | 319 | * |
| 320 | * Maintains the exclusivity of the following operations that apply to the |
| 321 | * whole filesystem and cannot run in parallel. |
| 322 | * |
| 323 | * - Balance (*) |
| 324 | * - Device add |
| 325 | * - Device remove |
| 326 | * - Device replace (*) |
| 327 | * - Resize |
| 328 | * |
| 329 | * The device operations (as above) can be in one of the following states: |
| 330 | * |
| 331 | * - Running state |
| 332 | * - Paused state |
| 333 | * - Completed state |
| 334 | * |
| 335 | * Only device operations marked with (*) can go into the Paused state for the |
| 336 | * following reasons: |
| 337 | * |
| 338 | * - ioctl (only Balance can be Paused through ioctl) |
| 339 | * - filesystem remounted as read-only |
| 340 | * - filesystem unmounted and mounted as read-only |
| 341 | * - system power-cycle and filesystem mounted as read-only |
| 342 | * - filesystem or device errors leading to forced read-only |
| 343 | * |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 344 | * The status of exclusive operation is set and cleared atomically. |
| 345 | * During the course of Paused state, fs_info::exclusive_operation remains set. |
Anand Jain | 89595e8 | 2018-04-18 14:59:25 +0800 | [diff] [blame] | 346 | * A device operation in Paused or Running state can be canceled or resumed |
| 347 | * either by ioctl (Balance only) or when remounted as read-write. |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 348 | * The exclusive status is cleared when the device operation is canceled or |
Anand Jain | 89595e8 | 2018-04-18 14:59:25 +0800 | [diff] [blame] | 349 | * completed. |
David Sterba | 9c6b1c4 | 2017-06-16 22:30:00 +0200 | [diff] [blame] | 350 | */ |
| 351 | |
Miao Xie | 67a2c45 | 2014-09-03 21:35:43 +0800 | [diff] [blame] | 352 | DEFINE_MUTEX(uuid_mutex); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 353 | static LIST_HEAD(fs_uuids); |
David Sterba | 4143cb8 | 2019-10-01 19:57:37 +0200 | [diff] [blame] | 354 | struct list_head * __attribute_const__ btrfs_get_fs_uuids(void) |
Anand Jain | c73eccf | 2015-03-10 06:38:30 +0800 | [diff] [blame] | 355 | { |
| 356 | return &fs_uuids; |
| 357 | } |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 358 | |
David Sterba | 2dfeca9 | 2017-06-14 02:48:07 +0200 | [diff] [blame] | 359 | /* |
| 360 | * alloc_fs_devices - allocate struct btrfs_fs_devices |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 361 | * @fsid: if not NULL, copy the UUID to fs_devices::fsid |
| 362 | * @metadata_fsid: if not NULL, copy the UUID to fs_devices::metadata_fsid |
David Sterba | 2dfeca9 | 2017-06-14 02:48:07 +0200 | [diff] [blame] | 363 | * |
| 364 | * Return a pointer to a new struct btrfs_fs_devices on success, or ERR_PTR(). |
| 365 | * The returned struct is not linked onto any lists and can be destroyed with |
| 366 | * kfree() right away. |
| 367 | */ |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 368 | static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, |
| 369 | const u8 *metadata_fsid) |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 370 | { |
| 371 | struct btrfs_fs_devices *fs_devs; |
| 372 | |
David Sterba | 78f2c9e | 2016-02-11 14:25:38 +0100 | [diff] [blame] | 373 | fs_devs = kzalloc(sizeof(*fs_devs), GFP_KERNEL); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 374 | if (!fs_devs) |
| 375 | return ERR_PTR(-ENOMEM); |
| 376 | |
| 377 | mutex_init(&fs_devs->device_list_mutex); |
| 378 | |
| 379 | INIT_LIST_HEAD(&fs_devs->devices); |
| 380 | INIT_LIST_HEAD(&fs_devs->alloc_list); |
Anand Jain | c4babc5 | 2018-04-12 10:29:25 +0800 | [diff] [blame] | 381 | INIT_LIST_HEAD(&fs_devs->fs_list); |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 382 | INIT_LIST_HEAD(&fs_devs->seed_list); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 383 | if (fsid) |
| 384 | memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 385 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 386 | if (metadata_fsid) |
| 387 | memcpy(fs_devs->metadata_uuid, metadata_fsid, BTRFS_FSID_SIZE); |
| 388 | else if (fsid) |
| 389 | memcpy(fs_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE); |
| 390 | |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 391 | return fs_devs; |
| 392 | } |
| 393 | |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 394 | void btrfs_free_device(struct btrfs_device *device) |
David Sterba | 48dae9c | 2017-10-30 18:10:25 +0100 | [diff] [blame] | 395 | { |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 396 | WARN_ON(!list_empty(&device->post_commit_list)); |
David Sterba | 48dae9c | 2017-10-30 18:10:25 +0100 | [diff] [blame] | 397 | rcu_string_free(device->name); |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 398 | extent_io_tree_release(&device->alloc_state); |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 399 | btrfs_destroy_dev_zone_info(device); |
David Sterba | 48dae9c | 2017-10-30 18:10:25 +0100 | [diff] [blame] | 400 | kfree(device); |
| 401 | } |
| 402 | |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 403 | static void free_fs_devices(struct btrfs_fs_devices *fs_devices) |
| 404 | { |
| 405 | struct btrfs_device *device; |
| 406 | WARN_ON(fs_devices->opened); |
| 407 | while (!list_empty(&fs_devices->devices)) { |
| 408 | device = list_entry(fs_devices->devices.next, |
| 409 | struct btrfs_device, dev_list); |
| 410 | list_del(&device->dev_list); |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 411 | btrfs_free_device(device); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 412 | } |
| 413 | kfree(fs_devices); |
| 414 | } |
| 415 | |
David Sterba | ffc5a37 | 2018-02-19 17:24:15 +0100 | [diff] [blame] | 416 | void __exit btrfs_cleanup_fs_uuids(void) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 417 | { |
| 418 | struct btrfs_fs_devices *fs_devices; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 419 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 420 | while (!list_empty(&fs_uuids)) { |
| 421 | fs_devices = list_entry(fs_uuids.next, |
Anand Jain | c4babc5 | 2018-04-12 10:29:25 +0800 | [diff] [blame] | 422 | struct btrfs_fs_devices, fs_list); |
| 423 | list_del(&fs_devices->fs_list); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 424 | free_fs_devices(fs_devices); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 425 | } |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 426 | } |
| 427 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 428 | static noinline struct btrfs_fs_devices *find_fsid( |
| 429 | const u8 *fsid, const u8 *metadata_fsid) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 430 | { |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 431 | struct btrfs_fs_devices *fs_devices; |
| 432 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 433 | ASSERT(fsid); |
| 434 | |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 435 | /* Handle non-split brain cases */ |
Anand Jain | c4babc5 | 2018-04-12 10:29:25 +0800 | [diff] [blame] | 436 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 437 | if (metadata_fsid) { |
| 438 | if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0 |
| 439 | && memcmp(metadata_fsid, fs_devices->metadata_uuid, |
| 440 | BTRFS_FSID_SIZE) == 0) |
| 441 | return fs_devices; |
| 442 | } else { |
| 443 | if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0) |
| 444 | return fs_devices; |
| 445 | } |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 446 | } |
| 447 | return NULL; |
| 448 | } |
| 449 | |
Su Yue | c6730a0 | 2020-01-10 14:11:33 +0200 | [diff] [blame] | 450 | static struct btrfs_fs_devices *find_fsid_with_metadata_uuid( |
| 451 | struct btrfs_super_block *disk_super) |
| 452 | { |
| 453 | |
| 454 | struct btrfs_fs_devices *fs_devices; |
| 455 | |
| 456 | /* |
| 457 | * Handle scanned device having completed its fsid change but |
| 458 | * belonging to a fs_devices that was created by first scanning |
| 459 | * a device which didn't have its fsid/metadata_uuid changed |
| 460 | * at all and the CHANGING_FSID_V2 flag set. |
| 461 | */ |
| 462 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
| 463 | if (fs_devices->fsid_change && |
| 464 | memcmp(disk_super->metadata_uuid, fs_devices->fsid, |
| 465 | BTRFS_FSID_SIZE) == 0 && |
| 466 | memcmp(fs_devices->fsid, fs_devices->metadata_uuid, |
| 467 | BTRFS_FSID_SIZE) == 0) { |
| 468 | return fs_devices; |
| 469 | } |
| 470 | } |
| 471 | /* |
| 472 | * Handle scanned device having completed its fsid change but |
| 473 | * belonging to a fs_devices that was created by a device that |
| 474 | * has an outdated pair of fsid/metadata_uuid and |
| 475 | * CHANGING_FSID_V2 flag set. |
| 476 | */ |
| 477 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
| 478 | if (fs_devices->fsid_change && |
| 479 | memcmp(fs_devices->metadata_uuid, |
| 480 | fs_devices->fsid, BTRFS_FSID_SIZE) != 0 && |
| 481 | memcmp(disk_super->metadata_uuid, fs_devices->metadata_uuid, |
| 482 | BTRFS_FSID_SIZE) == 0) { |
| 483 | return fs_devices; |
| 484 | } |
| 485 | } |
| 486 | |
| 487 | return find_fsid(disk_super->fsid, disk_super->metadata_uuid); |
| 488 | } |
| 489 | |
| 490 | |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 491 | static int |
| 492 | btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, |
| 493 | int flush, struct block_device **bdev, |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 494 | struct btrfs_super_block **disk_super) |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 495 | { |
| 496 | int ret; |
| 497 | |
| 498 | *bdev = blkdev_get_by_path(device_path, flags, holder); |
| 499 | |
| 500 | if (IS_ERR(*bdev)) { |
| 501 | ret = PTR_ERR(*bdev); |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 502 | goto error; |
| 503 | } |
| 504 | |
| 505 | if (flush) |
Christoph Hellwig | 1226dff | 2021-10-19 08:25:27 +0200 | [diff] [blame] | 506 | sync_blockdev(*bdev); |
David Sterba | 9f6d251 | 2017-06-16 01:48:05 +0200 | [diff] [blame] | 507 | ret = set_blocksize(*bdev, BTRFS_BDEV_BLOCKSIZE); |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 508 | if (ret) { |
| 509 | blkdev_put(*bdev, flags); |
| 510 | goto error; |
| 511 | } |
| 512 | invalidate_bdev(*bdev); |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 513 | *disk_super = btrfs_read_dev_super(*bdev); |
| 514 | if (IS_ERR(*disk_super)) { |
| 515 | ret = PTR_ERR(*disk_super); |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 516 | blkdev_put(*bdev, flags); |
| 517 | goto error; |
| 518 | } |
| 519 | |
| 520 | return 0; |
| 521 | |
| 522 | error: |
| 523 | *bdev = NULL; |
Stefan Behrens | beaf8ab | 2012-11-12 14:03:45 +0100 | [diff] [blame] | 524 | return ret; |
| 525 | } |
| 526 | |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 527 | /* |
| 528 | * Search and remove all stale devices (which are not mounted). When both |
| 529 | * inputs are NULL, it will search and release all stale devices. |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 530 | * |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 531 | * @devt: Optional. When provided will it release all unmounted devices |
| 532 | * matching this devt only. |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 533 | * @skip_device: Optional. Will skip this device when searching for the stale |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 534 | * devices. |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 535 | * |
| 536 | * Return: 0 for success or if @devt is 0. |
| 537 | * -EBUSY if @devt is a mounted device. |
| 538 | * -ENOENT if @devt does not match any device in the list. |
Anand Jain | d8367db | 2018-01-18 22:00:37 +0800 | [diff] [blame] | 539 | */ |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 540 | static int btrfs_free_stale_devices(dev_t devt, struct btrfs_device *skip_device) |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 541 | { |
Anand Jain | fa6d2ae | 2018-05-29 15:33:08 +0800 | [diff] [blame] | 542 | struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; |
| 543 | struct btrfs_device *device, *tmp_device; |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 544 | int ret = 0; |
| 545 | |
Anand Jain | c124706 | 2021-08-31 09:21:28 +0800 | [diff] [blame] | 546 | lockdep_assert_held(&uuid_mutex); |
| 547 | |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 548 | if (devt) |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 549 | ret = -ENOENT; |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 550 | |
Anand Jain | fa6d2ae | 2018-05-29 15:33:08 +0800 | [diff] [blame] | 551 | list_for_each_entry_safe(fs_devices, tmp_fs_devices, &fs_uuids, fs_list) { |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 552 | |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 553 | mutex_lock(&fs_devices->device_list_mutex); |
Anand Jain | fa6d2ae | 2018-05-29 15:33:08 +0800 | [diff] [blame] | 554 | list_for_each_entry_safe(device, tmp_device, |
| 555 | &fs_devices->devices, dev_list) { |
Anand Jain | fa6d2ae | 2018-05-29 15:33:08 +0800 | [diff] [blame] | 556 | if (skip_device && skip_device == device) |
Anand Jain | d8367db | 2018-01-18 22:00:37 +0800 | [diff] [blame] | 557 | continue; |
Anand Jain | 330a5bf | 2022-01-12 13:06:02 +0800 | [diff] [blame] | 558 | if (devt && devt != device->devt) |
Anand Jain | 38cf665 | 2018-01-18 22:00:34 +0800 | [diff] [blame] | 559 | continue; |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 560 | if (fs_devices->opened) { |
| 561 | /* for an already deleted device return 0 */ |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 562 | if (devt && ret != 0) |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 563 | ret = -EBUSY; |
| 564 | break; |
| 565 | } |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 566 | |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 567 | /* delete the stale device */ |
Anand Jain | 7bcb816 | 2018-05-29 17:23:20 +0800 | [diff] [blame] | 568 | fs_devices->num_devices--; |
| 569 | list_del(&device->dev_list); |
| 570 | btrfs_free_device(device); |
| 571 | |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 572 | ret = 0; |
Anand Jain | 7bcb816 | 2018-05-29 17:23:20 +0800 | [diff] [blame] | 573 | } |
| 574 | mutex_unlock(&fs_devices->device_list_mutex); |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 575 | |
Anand Jain | 7bcb816 | 2018-05-29 17:23:20 +0800 | [diff] [blame] | 576 | if (fs_devices->num_devices == 0) { |
| 577 | btrfs_sysfs_remove_fsid(fs_devices); |
| 578 | list_del(&fs_devices->fs_list); |
| 579 | free_fs_devices(fs_devices); |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 580 | } |
| 581 | } |
Anand Jain | 70bc708 | 2019-01-04 13:31:53 +0800 | [diff] [blame] | 582 | |
| 583 | return ret; |
Anand Jain | 4fde46f | 2015-06-17 21:10:48 +0800 | [diff] [blame] | 584 | } |
| 585 | |
Josef Bacik | 18c850f | 2020-07-17 15:12:27 -0400 | [diff] [blame] | 586 | /* |
| 587 | * This is only used on mount, and we are protected from competing things |
| 588 | * messing with our fs_devices by the uuid_mutex, thus we do not need the |
| 589 | * fs_devices->device_list_mutex here. |
| 590 | */ |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 591 | static int btrfs_open_one_device(struct btrfs_fs_devices *fs_devices, |
| 592 | struct btrfs_device *device, fmode_t flags, |
| 593 | void *holder) |
| 594 | { |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 595 | struct block_device *bdev; |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 596 | struct btrfs_super_block *disk_super; |
| 597 | u64 devid; |
| 598 | int ret; |
| 599 | |
| 600 | if (device->bdev) |
| 601 | return -EINVAL; |
| 602 | if (!device->name) |
| 603 | return -EINVAL; |
| 604 | |
| 605 | ret = btrfs_get_bdev_and_sb(device->name->str, flags, holder, 1, |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 606 | &bdev, &disk_super); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 607 | if (ret) |
| 608 | return ret; |
| 609 | |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 610 | devid = btrfs_stack_device_id(&disk_super->dev_item); |
| 611 | if (devid != device->devid) |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 612 | goto error_free_page; |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 613 | |
| 614 | if (memcmp(device->uuid, disk_super->dev_item.uuid, BTRFS_UUID_SIZE)) |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 615 | goto error_free_page; |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 616 | |
| 617 | device->generation = btrfs_super_generation(disk_super); |
| 618 | |
| 619 | if (btrfs_super_flags(disk_super) & BTRFS_SUPER_FLAG_SEEDING) { |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 620 | if (btrfs_super_incompat_flags(disk_super) & |
| 621 | BTRFS_FEATURE_INCOMPAT_METADATA_UUID) { |
| 622 | pr_err( |
| 623 | "BTRFS: Invalid seeding and uuid-changed device detected\n"); |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 624 | goto error_free_page; |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 625 | } |
| 626 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 627 | clear_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
Johannes Thumshirn | 0395d84 | 2019-11-13 11:27:27 +0100 | [diff] [blame] | 628 | fs_devices->seeding = true; |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 629 | } else { |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 630 | if (bdev_read_only(bdev)) |
| 631 | clear_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
| 632 | else |
| 633 | set_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 634 | } |
| 635 | |
Christoph Hellwig | 10f0d2a5 | 2022-04-15 06:52:42 +0200 | [diff] [blame] | 636 | if (!bdev_nonrot(bdev)) |
Johannes Thumshirn | 7f0432d | 2019-11-13 11:27:28 +0100 | [diff] [blame] | 637 | fs_devices->rotating = true; |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 638 | |
David Sterba | 63a7cb1 | 2022-07-26 20:54:10 +0200 | [diff] [blame] | 639 | if (bdev_max_discard_sectors(bdev)) |
| 640 | fs_devices->discardable = true; |
| 641 | |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 642 | device->bdev = bdev; |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 643 | clear_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 644 | device->mode = flags; |
| 645 | |
| 646 | fs_devices->open_devices++; |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 647 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state) && |
| 648 | device->devid != BTRFS_DEV_REPLACE_DEVID) { |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 649 | fs_devices->rw_devices++; |
Anand Jain | b1b8e38 | 2018-01-22 14:49:37 -0800 | [diff] [blame] | 650 | list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 651 | } |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 652 | btrfs_release_disk_super(disk_super); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 653 | |
| 654 | return 0; |
| 655 | |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 656 | error_free_page: |
| 657 | btrfs_release_disk_super(disk_super); |
Anand Jain | 0fb08bc | 2017-11-09 23:45:24 +0800 | [diff] [blame] | 658 | blkdev_put(bdev, flags); |
| 659 | |
| 660 | return -EINVAL; |
| 661 | } |
| 662 | |
David Sterba | 60999ca | 2014-03-26 18:26:36 +0100 | [diff] [blame] | 663 | /* |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 664 | * Handle scanned device having its CHANGING_FSID_V2 flag set and the fs_devices |
Su Yue | c0d81c7 | 2020-01-10 14:11:32 +0200 | [diff] [blame] | 665 | * being created with a disk that has already completed its fsid change. Such |
| 666 | * disk can belong to an fs which has its FSID changed or to one which doesn't. |
| 667 | * Handle both cases here. |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 668 | */ |
| 669 | static struct btrfs_fs_devices *find_fsid_inprogress( |
| 670 | struct btrfs_super_block *disk_super) |
| 671 | { |
| 672 | struct btrfs_fs_devices *fs_devices; |
| 673 | |
| 674 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
| 675 | if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, |
| 676 | BTRFS_FSID_SIZE) != 0 && |
| 677 | memcmp(fs_devices->metadata_uuid, disk_super->fsid, |
| 678 | BTRFS_FSID_SIZE) == 0 && !fs_devices->fsid_change) { |
| 679 | return fs_devices; |
| 680 | } |
| 681 | } |
| 682 | |
Su Yue | c0d81c7 | 2020-01-10 14:11:32 +0200 | [diff] [blame] | 683 | return find_fsid(disk_super->fsid, NULL); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 684 | } |
| 685 | |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 686 | |
| 687 | static struct btrfs_fs_devices *find_fsid_changed( |
| 688 | struct btrfs_super_block *disk_super) |
| 689 | { |
| 690 | struct btrfs_fs_devices *fs_devices; |
| 691 | |
| 692 | /* |
| 693 | * Handles the case where scanned device is part of an fs that had |
David Sterba | 1a9fd41 | 2021-05-21 17:42:23 +0200 | [diff] [blame] | 694 | * multiple successful changes of FSID but currently device didn't |
Nikolay Borisov | 0584071 | 2020-01-10 14:11:34 +0200 | [diff] [blame] | 695 | * observe it. Meaning our fsid will be different than theirs. We need |
| 696 | * to handle two subcases : |
| 697 | * 1 - The fs still continues to have different METADATA/FSID uuids. |
| 698 | * 2 - The fs is switched back to its original FSID (METADATA/FSID |
| 699 | * are equal). |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 700 | */ |
| 701 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
Nikolay Borisov | 0584071 | 2020-01-10 14:11:34 +0200 | [diff] [blame] | 702 | /* Changed UUIDs */ |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 703 | if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, |
| 704 | BTRFS_FSID_SIZE) != 0 && |
| 705 | memcmp(fs_devices->metadata_uuid, disk_super->metadata_uuid, |
| 706 | BTRFS_FSID_SIZE) == 0 && |
| 707 | memcmp(fs_devices->fsid, disk_super->fsid, |
Nikolay Borisov | 0584071 | 2020-01-10 14:11:34 +0200 | [diff] [blame] | 708 | BTRFS_FSID_SIZE) != 0) |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 709 | return fs_devices; |
Nikolay Borisov | 0584071 | 2020-01-10 14:11:34 +0200 | [diff] [blame] | 710 | |
| 711 | /* Unchanged UUIDs */ |
| 712 | if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, |
| 713 | BTRFS_FSID_SIZE) == 0 && |
| 714 | memcmp(fs_devices->fsid, disk_super->metadata_uuid, |
| 715 | BTRFS_FSID_SIZE) == 0) |
| 716 | return fs_devices; |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 717 | } |
| 718 | |
| 719 | return NULL; |
| 720 | } |
Nikolay Borisov | 1362089 | 2020-01-10 14:11:35 +0200 | [diff] [blame] | 721 | |
| 722 | static struct btrfs_fs_devices *find_fsid_reverted_metadata( |
| 723 | struct btrfs_super_block *disk_super) |
| 724 | { |
| 725 | struct btrfs_fs_devices *fs_devices; |
| 726 | |
| 727 | /* |
| 728 | * Handle the case where the scanned device is part of an fs whose last |
| 729 | * metadata UUID change reverted it to the original FSID. At the same |
| 730 | * time * fs_devices was first created by another constitutent device |
| 731 | * which didn't fully observe the operation. This results in an |
| 732 | * btrfs_fs_devices created with metadata/fsid different AND |
| 733 | * btrfs_fs_devices::fsid_change set AND the metadata_uuid of the |
| 734 | * fs_devices equal to the FSID of the disk. |
| 735 | */ |
| 736 | list_for_each_entry(fs_devices, &fs_uuids, fs_list) { |
| 737 | if (memcmp(fs_devices->fsid, fs_devices->metadata_uuid, |
| 738 | BTRFS_FSID_SIZE) != 0 && |
| 739 | memcmp(fs_devices->metadata_uuid, disk_super->fsid, |
| 740 | BTRFS_FSID_SIZE) == 0 && |
| 741 | fs_devices->fsid_change) |
| 742 | return fs_devices; |
| 743 | } |
| 744 | |
| 745 | return NULL; |
| 746 | } |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 747 | /* |
David Sterba | 60999ca | 2014-03-26 18:26:36 +0100 | [diff] [blame] | 748 | * Add new device to list of registered devices |
| 749 | * |
| 750 | * Returns: |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 751 | * device pointer which was just added or updated when successful |
| 752 | * error pointer when failed |
David Sterba | 60999ca | 2014-03-26 18:26:36 +0100 | [diff] [blame] | 753 | */ |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 754 | static noinline struct btrfs_device *device_list_add(const char *path, |
Anand Jain | 4306a97 | 2018-05-29 12:28:37 +0800 | [diff] [blame] | 755 | struct btrfs_super_block *disk_super, |
| 756 | bool *new_device_added) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 757 | { |
| 758 | struct btrfs_device *device; |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 759 | struct btrfs_fs_devices *fs_devices = NULL; |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 760 | struct rcu_string *name; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 761 | u64 found_transid = btrfs_super_generation(disk_super); |
Anand Jain | 3acbcbf | 2018-01-18 22:02:36 +0800 | [diff] [blame] | 762 | u64 devid = btrfs_stack_device_id(&disk_super->dev_item); |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 763 | dev_t path_devt; |
| 764 | int error; |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 765 | bool has_metadata_uuid = (btrfs_super_incompat_flags(disk_super) & |
| 766 | BTRFS_FEATURE_INCOMPAT_METADATA_UUID); |
Nikolay Borisov | d1a6300 | 2018-10-30 16:43:26 +0200 | [diff] [blame] | 767 | bool fsid_change_in_progress = (btrfs_super_flags(disk_super) & |
| 768 | BTRFS_SUPER_FLAG_CHANGING_FSID_V2); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 769 | |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 770 | error = lookup_bdev(path, &path_devt); |
Qu Wenruo | ed02363 | 2022-12-12 10:19:37 +0800 | [diff] [blame] | 771 | if (error) { |
| 772 | btrfs_err(NULL, "failed to lookup block device for path %s: %d", |
| 773 | path, error); |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 774 | return ERR_PTR(error); |
Qu Wenruo | ed02363 | 2022-12-12 10:19:37 +0800 | [diff] [blame] | 775 | } |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 776 | |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 777 | if (fsid_change_in_progress) { |
Su Yue | c0d81c7 | 2020-01-10 14:11:32 +0200 | [diff] [blame] | 778 | if (!has_metadata_uuid) |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 779 | fs_devices = find_fsid_inprogress(disk_super); |
Su Yue | c0d81c7 | 2020-01-10 14:11:32 +0200 | [diff] [blame] | 780 | else |
Nikolay Borisov | cc5de4e | 2018-10-30 16:43:28 +0200 | [diff] [blame] | 781 | fs_devices = find_fsid_changed(disk_super); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 782 | } else if (has_metadata_uuid) { |
Su Yue | c6730a0 | 2020-01-10 14:11:33 +0200 | [diff] [blame] | 783 | fs_devices = find_fsid_with_metadata_uuid(disk_super); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 784 | } else { |
Nikolay Borisov | 1362089 | 2020-01-10 14:11:35 +0200 | [diff] [blame] | 785 | fs_devices = find_fsid_reverted_metadata(disk_super); |
| 786 | if (!fs_devices) |
| 787 | fs_devices = find_fsid(disk_super->fsid, NULL); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 788 | } |
| 789 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 790 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 791 | if (!fs_devices) { |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 792 | if (has_metadata_uuid) |
| 793 | fs_devices = alloc_fs_devices(disk_super->fsid, |
| 794 | disk_super->metadata_uuid); |
| 795 | else |
| 796 | fs_devices = alloc_fs_devices(disk_super->fsid, NULL); |
| 797 | |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 798 | if (IS_ERR(fs_devices)) |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 799 | return ERR_CAST(fs_devices); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 800 | |
Al Viro | 92900e5 | 2019-01-27 04:58:00 +0000 | [diff] [blame] | 801 | fs_devices->fsid_change = fsid_change_in_progress; |
| 802 | |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 803 | mutex_lock(&fs_devices->device_list_mutex); |
Anand Jain | c4babc5 | 2018-04-12 10:29:25 +0800 | [diff] [blame] | 804 | list_add(&fs_devices->fs_list, &fs_uuids); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 805 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 806 | device = NULL; |
| 807 | } else { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 808 | struct btrfs_dev_lookup_args args = { |
| 809 | .devid = devid, |
| 810 | .uuid = disk_super->dev_item.uuid, |
| 811 | }; |
| 812 | |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 813 | mutex_lock(&fs_devices->device_list_mutex); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 814 | device = btrfs_find_device(fs_devices, &args); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 815 | |
| 816 | /* |
| 817 | * If this disk has been pulled into an fs devices created by |
| 818 | * a device which had the CHANGING_FSID_V2 flag then replace the |
| 819 | * metadata_uuid/fsid values of the fs_devices. |
| 820 | */ |
Nikolay Borisov | 1362089 | 2020-01-10 14:11:35 +0200 | [diff] [blame] | 821 | if (fs_devices->fsid_change && |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 822 | found_transid > fs_devices->latest_generation) { |
| 823 | memcpy(fs_devices->fsid, disk_super->fsid, |
| 824 | BTRFS_FSID_SIZE); |
Nikolay Borisov | 1362089 | 2020-01-10 14:11:35 +0200 | [diff] [blame] | 825 | |
| 826 | if (has_metadata_uuid) |
| 827 | memcpy(fs_devices->metadata_uuid, |
| 828 | disk_super->metadata_uuid, |
| 829 | BTRFS_FSID_SIZE); |
| 830 | else |
| 831 | memcpy(fs_devices->metadata_uuid, |
| 832 | disk_super->fsid, BTRFS_FSID_SIZE); |
Nikolay Borisov | 7a62d0f | 2018-10-30 16:43:27 +0200 | [diff] [blame] | 833 | |
| 834 | fs_devices->fsid_change = false; |
| 835 | } |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 836 | } |
Miao Xie | 443f24f | 2014-07-24 11:37:15 +0800 | [diff] [blame] | 837 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 838 | if (!device) { |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 839 | unsigned int nofs_flag; |
| 840 | |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 841 | if (fs_devices->opened) { |
Qu Wenruo | ed02363 | 2022-12-12 10:19:37 +0800 | [diff] [blame] | 842 | btrfs_err(NULL, |
| 843 | "device %s belongs to fsid %pU, and the fs is already mounted", |
| 844 | path, fs_devices->fsid); |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 845 | mutex_unlock(&fs_devices->device_list_mutex); |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 846 | return ERR_PTR(-EBUSY); |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 847 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 848 | |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 849 | nofs_flag = memalloc_nofs_save(); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 850 | device = btrfs_alloc_device(NULL, &devid, |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 851 | disk_super->dev_item.uuid, path); |
| 852 | memalloc_nofs_restore(nofs_flag); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 853 | if (IS_ERR(device)) { |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 854 | mutex_unlock(&fs_devices->device_list_mutex); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 855 | /* we can safely leave the fs_devices entry around */ |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 856 | return device; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 857 | } |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 858 | |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 859 | device->devt = path_devt; |
Arne Jansen | 90519d6 | 2011-05-23 14:30:00 +0200 | [diff] [blame] | 860 | |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 861 | list_add_rcu(&device->dev_list, &fs_devices->devices); |
Filipe David Borba Manana | f717175 | 2013-08-12 20:56:58 +0100 | [diff] [blame] | 862 | fs_devices->num_devices++; |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 863 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 864 | device->fs_devices = fs_devices; |
Anand Jain | 4306a97 | 2018-05-29 12:28:37 +0800 | [diff] [blame] | 865 | *new_device_added = true; |
Anand Jain | 327f18c | 2018-01-18 22:02:33 +0800 | [diff] [blame] | 866 | |
| 867 | if (disk_super->label[0]) |
Anand Jain | aa6c0df7 | 2019-10-02 18:30:48 +0800 | [diff] [blame] | 868 | pr_info( |
| 869 | "BTRFS: device label %s devid %llu transid %llu %s scanned by %s (%d)\n", |
| 870 | disk_super->label, devid, found_transid, path, |
| 871 | current->comm, task_pid_nr(current)); |
Anand Jain | 327f18c | 2018-01-18 22:02:33 +0800 | [diff] [blame] | 872 | else |
Anand Jain | aa6c0df7 | 2019-10-02 18:30:48 +0800 | [diff] [blame] | 873 | pr_info( |
| 874 | "BTRFS: device fsid %pU devid %llu transid %llu %s scanned by %s (%d)\n", |
| 875 | disk_super->fsid, devid, found_transid, path, |
| 876 | current->comm, task_pid_nr(current)); |
Anand Jain | 327f18c | 2018-01-18 22:02:33 +0800 | [diff] [blame] | 877 | |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 878 | } else if (!device->name || strcmp(device->name->str, path)) { |
Anand Jain | b96de00 | 2014-07-03 18:22:05 +0800 | [diff] [blame] | 879 | /* |
| 880 | * When FS is already mounted. |
| 881 | * 1. If you are here and if the device->name is NULL that |
| 882 | * means this device was missing at time of FS mount. |
| 883 | * 2. If you are here and if the device->name is different |
| 884 | * from 'path' that means either |
| 885 | * a. The same device disappeared and reappeared with |
| 886 | * different name. or |
| 887 | * b. The missing-disk-which-was-replaced, has |
| 888 | * reappeared now. |
| 889 | * |
| 890 | * We must allow 1 and 2a above. But 2b would be a spurious |
| 891 | * and unintentional. |
| 892 | * |
| 893 | * Further in case of 1 and 2a above, the disk at 'path' |
| 894 | * would have missed some transaction when it was away and |
| 895 | * in case of 2a the stale bdev has to be updated as well. |
| 896 | * 2b must not be allowed at all time. |
| 897 | */ |
| 898 | |
| 899 | /* |
Chris Mason | 0f23ae7 | 2014-09-18 07:49:05 -0700 | [diff] [blame] | 900 | * For now, we do allow update to btrfs_fs_device through the |
| 901 | * btrfs dev scan cli after FS has been mounted. We're still |
| 902 | * tracking a problem where systems fail mount by subvolume id |
| 903 | * when we reject replacement on a mounted FS. |
Anand Jain | b96de00 | 2014-07-03 18:22:05 +0800 | [diff] [blame] | 904 | */ |
Chris Mason | 0f23ae7 | 2014-09-18 07:49:05 -0700 | [diff] [blame] | 905 | if (!fs_devices->opened && found_transid < device->generation) { |
Anand Jain | 77bdae4 | 2014-07-03 18:22:06 +0800 | [diff] [blame] | 906 | /* |
| 907 | * That is if the FS is _not_ mounted and if you |
| 908 | * are here, that means there is more than one |
| 909 | * disk with same uuid and devid.We keep the one |
| 910 | * with larger generation number or the last-in if |
| 911 | * generation are equal. |
| 912 | */ |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 913 | mutex_unlock(&fs_devices->device_list_mutex); |
Qu Wenruo | ed02363 | 2022-12-12 10:19:37 +0800 | [diff] [blame] | 914 | btrfs_err(NULL, |
| 915 | "device %s already registered with a higher generation, found %llu expect %llu", |
| 916 | path, found_transid, device->generation); |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 917 | return ERR_PTR(-EEXIST); |
Anand Jain | 77bdae4 | 2014-07-03 18:22:06 +0800 | [diff] [blame] | 918 | } |
Anand Jain | b96de00 | 2014-07-03 18:22:05 +0800 | [diff] [blame] | 919 | |
Anand Jain | a9261d4 | 2018-10-15 10:45:17 +0800 | [diff] [blame] | 920 | /* |
| 921 | * We are going to replace the device path for a given devid, |
| 922 | * make sure it's the same device if the device is mounted |
Dongliang Mu | 79c9234 | 2022-03-03 22:40:27 +0800 | [diff] [blame] | 923 | * |
| 924 | * NOTE: the device->fs_info may not be reliable here so pass |
| 925 | * in a NULL to message helpers instead. This avoids a possible |
| 926 | * use-after-free when the fs_info and fs_info->sb are already |
| 927 | * torn down. |
Anand Jain | a9261d4 | 2018-10-15 10:45:17 +0800 | [diff] [blame] | 928 | */ |
| 929 | if (device->bdev) { |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 930 | if (device->devt != path_devt) { |
Anand Jain | a9261d4 | 2018-10-15 10:45:17 +0800 | [diff] [blame] | 931 | mutex_unlock(&fs_devices->device_list_mutex); |
Johannes Thumshirn | 0697d9a | 2020-11-18 18:03:26 +0900 | [diff] [blame] | 932 | btrfs_warn_in_rcu(NULL, |
Anand Jain | 79dae17 | 2020-09-03 21:30:12 +0800 | [diff] [blame] | 933 | "duplicate device %s devid %llu generation %llu scanned by %s (%d)", |
| 934 | path, devid, found_transid, |
| 935 | current->comm, |
| 936 | task_pid_nr(current)); |
Anand Jain | a9261d4 | 2018-10-15 10:45:17 +0800 | [diff] [blame] | 937 | return ERR_PTR(-EEXIST); |
| 938 | } |
Dongliang Mu | 79c9234 | 2022-03-03 22:40:27 +0800 | [diff] [blame] | 939 | btrfs_info_in_rcu(NULL, |
Anand Jain | 79dae17 | 2020-09-03 21:30:12 +0800 | [diff] [blame] | 940 | "devid %llu device path %s changed to %s scanned by %s (%d)", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 941 | devid, btrfs_dev_name(device), |
Anand Jain | 79dae17 | 2020-09-03 21:30:12 +0800 | [diff] [blame] | 942 | path, current->comm, |
| 943 | task_pid_nr(current)); |
Anand Jain | a9261d4 | 2018-10-15 10:45:17 +0800 | [diff] [blame] | 944 | } |
| 945 | |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 946 | name = rcu_string_strdup(path, GFP_NOFS); |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 947 | if (!name) { |
| 948 | mutex_unlock(&fs_devices->device_list_mutex); |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 949 | return ERR_PTR(-ENOMEM); |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 950 | } |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 951 | rcu_string_free(device->name); |
| 952 | rcu_assign_pointer(device->name, name); |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 953 | if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { |
Chris Mason | cd02dca | 2010-12-13 14:56:23 -0500 | [diff] [blame] | 954 | fs_devices->missing_devices--; |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 955 | clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); |
Chris Mason | cd02dca | 2010-12-13 14:56:23 -0500 | [diff] [blame] | 956 | } |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 957 | device->devt = path_devt; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 958 | } |
| 959 | |
Anand Jain | 77bdae4 | 2014-07-03 18:22:06 +0800 | [diff] [blame] | 960 | /* |
| 961 | * Unmount does not free the btrfs_device struct but would zero |
| 962 | * generation along with most of the other members. So just update |
| 963 | * it back. We need it to pick the disk with largest generation |
| 964 | * (as above). |
| 965 | */ |
Nikolay Borisov | d1a6300 | 2018-10-30 16:43:26 +0200 | [diff] [blame] | 966 | if (!fs_devices->opened) { |
Anand Jain | 77bdae4 | 2014-07-03 18:22:06 +0800 | [diff] [blame] | 967 | device->generation = found_transid; |
Nikolay Borisov | d1a6300 | 2018-10-30 16:43:26 +0200 | [diff] [blame] | 968 | fs_devices->latest_generation = max_t(u64, found_transid, |
| 969 | fs_devices->latest_generation); |
| 970 | } |
Anand Jain | 77bdae4 | 2014-07-03 18:22:06 +0800 | [diff] [blame] | 971 | |
Anand Jain | f2788d2 | 2018-01-18 22:02:34 +0800 | [diff] [blame] | 972 | fs_devices->total_devices = btrfs_super_num_devices(disk_super); |
| 973 | |
Anand Jain | 9c6d173 | 2018-05-29 14:10:20 +0800 | [diff] [blame] | 974 | mutex_unlock(&fs_devices->device_list_mutex); |
Anand Jain | e124ece | 2018-01-18 22:02:35 +0800 | [diff] [blame] | 975 | return device; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 976 | } |
| 977 | |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 978 | static struct btrfs_fs_devices *clone_fs_devices(struct btrfs_fs_devices *orig) |
| 979 | { |
| 980 | struct btrfs_fs_devices *fs_devices; |
| 981 | struct btrfs_device *device; |
| 982 | struct btrfs_device *orig_dev; |
Anand Jain | d2979aa | 2019-08-27 15:40:45 +0800 | [diff] [blame] | 983 | int ret = 0; |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 984 | |
Anand Jain | c124706 | 2021-08-31 09:21:28 +0800 | [diff] [blame] | 985 | lockdep_assert_held(&uuid_mutex); |
| 986 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 987 | fs_devices = alloc_fs_devices(orig->fsid, NULL); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 988 | if (IS_ERR(fs_devices)) |
| 989 | return fs_devices; |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 990 | |
Josef Bacik | 02db084 | 2012-06-21 16:03:58 -0400 | [diff] [blame] | 991 | fs_devices->total_devices = orig->total_devices; |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 992 | |
| 993 | list_for_each_entry(orig_dev, &orig->devices, dev_list) { |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 994 | const char *dev_path = NULL; |
| 995 | |
| 996 | /* |
| 997 | * This is ok to do without RCU read locked because we hold the |
| 998 | * uuid mutex so nothing we touch in here is going to disappear. |
| 999 | */ |
| 1000 | if (orig_dev->name) |
| 1001 | dev_path = orig_dev->name->str; |
Josef Bacik | 606686e | 2012-06-04 14:03:51 -0400 | [diff] [blame] | 1002 | |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 1003 | device = btrfs_alloc_device(NULL, &orig_dev->devid, |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 1004 | orig_dev->uuid, dev_path); |
Anand Jain | d2979aa | 2019-08-27 15:40:45 +0800 | [diff] [blame] | 1005 | if (IS_ERR(device)) { |
| 1006 | ret = PTR_ERR(device); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1007 | goto error; |
Anand Jain | d2979aa | 2019-08-27 15:40:45 +0800 | [diff] [blame] | 1008 | } |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1009 | |
Johannes Thumshirn | 21e61ec | 2022-11-04 07:12:33 -0700 | [diff] [blame] | 1010 | if (orig_dev->zone_info) { |
| 1011 | struct btrfs_zoned_device_info *zone_info; |
| 1012 | |
| 1013 | zone_info = btrfs_clone_dev_zone_info(orig_dev); |
| 1014 | if (!zone_info) { |
| 1015 | btrfs_free_device(device); |
| 1016 | ret = -ENOMEM; |
| 1017 | goto error; |
| 1018 | } |
| 1019 | device->zone_info = zone_info; |
| 1020 | } |
| 1021 | |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1022 | list_add(&device->dev_list, &fs_devices->devices); |
| 1023 | device->fs_devices = fs_devices; |
| 1024 | fs_devices->num_devices++; |
| 1025 | } |
| 1026 | return fs_devices; |
| 1027 | error: |
| 1028 | free_fs_devices(fs_devices); |
Anand Jain | d2979aa | 2019-08-27 15:40:45 +0800 | [diff] [blame] | 1029 | return ERR_PTR(ret); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1030 | } |
| 1031 | |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1032 | static void __btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, |
Anand Jain | bacce86 | 2020-11-06 16:06:33 +0800 | [diff] [blame] | 1033 | struct btrfs_device **latest_dev) |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 1034 | { |
Qinghuang Feng | c6e3087 | 2009-01-21 10:59:08 -0500 | [diff] [blame] | 1035 | struct btrfs_device *device, *next; |
Chris Mason | a6b0d5c | 2012-02-20 20:53:43 -0500 | [diff] [blame] | 1036 | |
Xiao Guangrong | 4622470 | 2011-04-20 10:08:47 +0000 | [diff] [blame] | 1037 | /* This is the initialized path, it is safe to release the devices. */ |
Qinghuang Feng | c6e3087 | 2009-01-21 10:59:08 -0500 | [diff] [blame] | 1038 | list_for_each_entry_safe(device, next, &fs_devices->devices, dev_list) { |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1039 | if (test_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state)) { |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 1040 | if (!test_bit(BTRFS_DEV_STATE_REPLACE_TGT, |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1041 | &device->dev_state) && |
Anand Jain | 998a067 | 2020-05-05 02:58:25 +0800 | [diff] [blame] | 1042 | !test_bit(BTRFS_DEV_STATE_MISSING, |
| 1043 | &device->dev_state) && |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1044 | (!*latest_dev || |
| 1045 | device->generation > (*latest_dev)->generation)) { |
| 1046 | *latest_dev = device; |
Chris Mason | a6b0d5c | 2012-02-20 20:53:43 -0500 | [diff] [blame] | 1047 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1048 | continue; |
Chris Mason | a6b0d5c | 2012-02-20 20:53:43 -0500 | [diff] [blame] | 1049 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1050 | |
Anand Jain | cf89af1 | 2020-10-30 06:53:56 +0800 | [diff] [blame] | 1051 | /* |
| 1052 | * We have already validated the presence of BTRFS_DEV_REPLACE_DEVID, |
| 1053 | * in btrfs_init_dev_replace() so just continue. |
| 1054 | */ |
| 1055 | if (device->devid == BTRFS_DEV_REPLACE_DEVID) |
| 1056 | continue; |
| 1057 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1058 | if (device->bdev) { |
Tejun Heo | d4d7762 | 2010-11-13 11:55:18 +0100 | [diff] [blame] | 1059 | blkdev_put(device->bdev, device->mode); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1060 | device->bdev = NULL; |
| 1061 | fs_devices->open_devices--; |
| 1062 | } |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 1063 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1064 | list_del_init(&device->dev_alloc_list); |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 1065 | clear_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
Desmond Cheong Zhi Xi | b2a6166 | 2021-07-27 15:13:03 +0800 | [diff] [blame] | 1066 | fs_devices->rw_devices--; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1067 | } |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1068 | list_del_init(&device->dev_list); |
| 1069 | fs_devices->num_devices--; |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 1070 | btrfs_free_device(device); |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 1071 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1072 | |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1073 | } |
| 1074 | |
| 1075 | /* |
| 1076 | * After we have read the system tree and know devids belonging to this |
| 1077 | * filesystem, remove the device which does not belong there. |
| 1078 | */ |
Anand Jain | bacce86 | 2020-11-06 16:06:33 +0800 | [diff] [blame] | 1079 | void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices) |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1080 | { |
| 1081 | struct btrfs_device *latest_dev = NULL; |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1082 | struct btrfs_fs_devices *seed_dev; |
Nikolay Borisov | 3712ccb | 2020-07-16 10:17:04 +0300 | [diff] [blame] | 1083 | |
| 1084 | mutex_lock(&uuid_mutex); |
Anand Jain | bacce86 | 2020-11-06 16:06:33 +0800 | [diff] [blame] | 1085 | __btrfs_free_extra_devids(fs_devices, &latest_dev); |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1086 | |
| 1087 | list_for_each_entry(seed_dev, &fs_devices->seed_list, seed_list) |
Anand Jain | bacce86 | 2020-11-06 16:06:33 +0800 | [diff] [blame] | 1088 | __btrfs_free_extra_devids(seed_dev, &latest_dev); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1089 | |
Anand Jain | d24fa5c | 2021-08-24 13:05:19 +0800 | [diff] [blame] | 1090 | fs_devices->latest_dev = latest_dev; |
Chris Mason | a6b0d5c | 2012-02-20 20:53:43 -0500 | [diff] [blame] | 1091 | |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 1092 | mutex_unlock(&uuid_mutex); |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 1093 | } |
Chris Mason | a0af469 | 2008-05-13 16:03:06 -0400 | [diff] [blame] | 1094 | |
Anand Jain | 1423881 | 2016-07-22 06:04:53 +0800 | [diff] [blame] | 1095 | static void btrfs_close_bdev(struct btrfs_device *device) |
| 1096 | { |
David Sterba | 08ffcae | 2017-06-19 16:55:35 +0200 | [diff] [blame] | 1097 | if (!device->bdev) |
| 1098 | return; |
| 1099 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 1100 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
Anand Jain | 1423881 | 2016-07-22 06:04:53 +0800 | [diff] [blame] | 1101 | sync_blockdev(device->bdev); |
| 1102 | invalidate_bdev(device->bdev); |
| 1103 | } |
| 1104 | |
David Sterba | 08ffcae | 2017-06-19 16:55:35 +0200 | [diff] [blame] | 1105 | blkdev_put(device->bdev, device->mode); |
Anand Jain | 1423881 | 2016-07-22 06:04:53 +0800 | [diff] [blame] | 1106 | } |
| 1107 | |
Nikolay Borisov | 959b1c0 | 2018-06-29 08:26:05 +0300 | [diff] [blame] | 1108 | static void btrfs_close_one_device(struct btrfs_device *device) |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1109 | { |
| 1110 | struct btrfs_fs_devices *fs_devices = device->fs_devices; |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1111 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 1112 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state) && |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1113 | device->devid != BTRFS_DEV_REPLACE_DEVID) { |
| 1114 | list_del_init(&device->dev_alloc_list); |
| 1115 | fs_devices->rw_devices--; |
| 1116 | } |
| 1117 | |
Desmond Cheong Zhi Xi | 0d977e0 | 2021-08-21 01:50:40 +0800 | [diff] [blame] | 1118 | if (device->devid == BTRFS_DEV_REPLACE_DEVID) |
| 1119 | clear_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state); |
| 1120 | |
Li Zhang | 5d03dbe | 2021-10-05 01:15:33 +0800 | [diff] [blame] | 1121 | if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { |
| 1122 | clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1123 | fs_devices->missing_devices--; |
Li Zhang | 5d03dbe | 2021-10-05 01:15:33 +0800 | [diff] [blame] | 1124 | } |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1125 | |
Nikolay Borisov | 959b1c0 | 2018-06-29 08:26:05 +0300 | [diff] [blame] | 1126 | btrfs_close_bdev(device); |
Johannes Thumshirn | 321f69f | 2019-12-04 14:36:39 +0100 | [diff] [blame] | 1127 | if (device->bdev) { |
Johannes Thumshirn | 3fff397 | 2019-11-26 09:40:05 +0100 | [diff] [blame] | 1128 | fs_devices->open_devices--; |
Johannes Thumshirn | 321f69f | 2019-12-04 14:36:39 +0100 | [diff] [blame] | 1129 | device->bdev = NULL; |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1130 | } |
Johannes Thumshirn | 321f69f | 2019-12-04 14:36:39 +0100 | [diff] [blame] | 1131 | clear_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 1132 | btrfs_destroy_dev_zone_info(device); |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1133 | |
Johannes Thumshirn | 321f69f | 2019-12-04 14:36:39 +0100 | [diff] [blame] | 1134 | device->fs_info = NULL; |
| 1135 | atomic_set(&device->dev_stats_ccnt, 0); |
| 1136 | extent_io_tree_release(&device->alloc_state); |
Nikolay Borisov | 959b1c0 | 2018-06-29 08:26:05 +0300 | [diff] [blame] | 1137 | |
Filipe Manana | 6b225ba | 2021-09-08 19:05:44 +0100 | [diff] [blame] | 1138 | /* |
| 1139 | * Reset the flush error record. We might have a transient flush error |
| 1140 | * in this mount, and if so we aborted the current transaction and set |
| 1141 | * the fs to an error state, guaranteeing no super blocks can be further |
| 1142 | * committed. However that error might be transient and if we unmount the |
| 1143 | * filesystem and mount it again, we should allow the mount to succeed |
| 1144 | * (btrfs_check_rw_degradable() should not fail) - if after mounting the |
| 1145 | * filesystem again we still get flush errors, then we will again abort |
| 1146 | * any transaction and set the error state, guaranteeing no commits of |
| 1147 | * unsafe super blocks. |
| 1148 | */ |
| 1149 | device->last_flush_error = 0; |
| 1150 | |
Johannes Thumshirn | 321f69f | 2019-12-04 14:36:39 +0100 | [diff] [blame] | 1151 | /* Verify the device is back in a pristine state */ |
| 1152 | ASSERT(!test_bit(BTRFS_DEV_STATE_FLUSH_SENT, &device->dev_state)); |
| 1153 | ASSERT(!test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)); |
| 1154 | ASSERT(list_empty(&device->dev_alloc_list)); |
| 1155 | ASSERT(list_empty(&device->post_commit_list)); |
Anand Jain | f448341a | 2016-06-14 18:55:25 +0800 | [diff] [blame] | 1156 | } |
| 1157 | |
Nikolay Borisov | 54eed6a | 2020-07-15 13:48:48 +0300 | [diff] [blame] | 1158 | static void close_fs_devices(struct btrfs_fs_devices *fs_devices) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1159 | { |
Sasha Levin | 2037a09 | 2015-05-12 19:31:37 -0400 | [diff] [blame] | 1160 | struct btrfs_device *device, *tmp; |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1161 | |
Josef Bacik | 425c6ed | 2020-08-10 11:42:28 -0400 | [diff] [blame] | 1162 | lockdep_assert_held(&uuid_mutex); |
| 1163 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1164 | if (--fs_devices->opened > 0) |
Nikolay Borisov | 54eed6a | 2020-07-15 13:48:48 +0300 | [diff] [blame] | 1165 | return; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1166 | |
Josef Bacik | 425c6ed | 2020-08-10 11:42:28 -0400 | [diff] [blame] | 1167 | list_for_each_entry_safe(device, tmp, &fs_devices->devices, dev_list) |
Nikolay Borisov | 959b1c0 | 2018-06-29 08:26:05 +0300 | [diff] [blame] | 1168 | btrfs_close_one_device(device); |
Xiao Guangrong | c9513ed | 2011-04-20 10:07:30 +0000 | [diff] [blame] | 1169 | |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1170 | WARN_ON(fs_devices->open_devices); |
| 1171 | WARN_ON(fs_devices->rw_devices); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1172 | fs_devices->opened = 0; |
Johannes Thumshirn | 0395d84 | 2019-11-13 11:27:27 +0100 | [diff] [blame] | 1173 | fs_devices->seeding = false; |
Nikolay Borisov | c4989c2f | 2020-07-15 13:48:49 +0300 | [diff] [blame] | 1174 | fs_devices->fs_info = NULL; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1175 | } |
| 1176 | |
Nikolay Borisov | 54eed6a | 2020-07-15 13:48:48 +0300 | [diff] [blame] | 1177 | void btrfs_close_devices(struct btrfs_fs_devices *fs_devices) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1178 | { |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1179 | LIST_HEAD(list); |
| 1180 | struct btrfs_fs_devices *tmp; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1181 | |
| 1182 | mutex_lock(&uuid_mutex); |
Nikolay Borisov | 54eed6a | 2020-07-15 13:48:48 +0300 | [diff] [blame] | 1183 | close_fs_devices(fs_devices); |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1184 | if (!fs_devices->opened) |
| 1185 | list_splice_init(&fs_devices->seed_list, &list); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1186 | |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1187 | list_for_each_entry_safe(fs_devices, tmp, &list, seed_list) { |
Anand Jain | 0226e0e | 2018-04-12 10:29:27 +0800 | [diff] [blame] | 1188 | close_fs_devices(fs_devices); |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 1189 | list_del(&fs_devices->seed_list); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1190 | free_fs_devices(fs_devices); |
| 1191 | } |
Josef Bacik | 425c6ed | 2020-08-10 11:42:28 -0400 | [diff] [blame] | 1192 | mutex_unlock(&uuid_mutex); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1193 | } |
| 1194 | |
Anand Jain | 897fb57 | 2018-04-12 10:29:28 +0800 | [diff] [blame] | 1195 | static int open_fs_devices(struct btrfs_fs_devices *fs_devices, |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1196 | fmode_t flags, void *holder) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1197 | { |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1198 | struct btrfs_device *device; |
Miao Xie | 443f24f | 2014-07-24 11:37:15 +0800 | [diff] [blame] | 1199 | struct btrfs_device *latest_dev = NULL; |
Anand Jain | 96c2e06 | 2020-09-30 21:09:52 +0800 | [diff] [blame] | 1200 | struct btrfs_device *tmp_device; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1201 | |
Tejun Heo | d4d7762 | 2010-11-13 11:55:18 +0100 | [diff] [blame] | 1202 | flags |= FMODE_EXCL; |
| 1203 | |
Anand Jain | 96c2e06 | 2020-09-30 21:09:52 +0800 | [diff] [blame] | 1204 | list_for_each_entry_safe(device, tmp_device, &fs_devices->devices, |
| 1205 | dev_list) { |
| 1206 | int ret; |
Chris Mason | a0af469 | 2008-05-13 16:03:06 -0400 | [diff] [blame] | 1207 | |
Anand Jain | 96c2e06 | 2020-09-30 21:09:52 +0800 | [diff] [blame] | 1208 | ret = btrfs_open_one_device(fs_devices, device, flags, holder); |
| 1209 | if (ret == 0 && |
| 1210 | (!latest_dev || device->generation > latest_dev->generation)) { |
Anand Jain | 9f050db | 2017-11-09 23:45:25 +0800 | [diff] [blame] | 1211 | latest_dev = device; |
Anand Jain | 96c2e06 | 2020-09-30 21:09:52 +0800 | [diff] [blame] | 1212 | } else if (ret == -ENODATA) { |
| 1213 | fs_devices->num_devices--; |
| 1214 | list_del(&device->dev_list); |
| 1215 | btrfs_free_device(device); |
| 1216 | } |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1217 | } |
Anand Jain | 1ed802c | 2020-04-28 23:22:25 +0800 | [diff] [blame] | 1218 | if (fs_devices->open_devices == 0) |
| 1219 | return -EINVAL; |
| 1220 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1221 | fs_devices->opened = 1; |
Anand Jain | d24fa5c | 2021-08-24 13:05:19 +0800 | [diff] [blame] | 1222 | fs_devices->latest_dev = latest_dev; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1223 | fs_devices->total_rw_bytes = 0; |
Naohiro Aota | c4a816c | 2020-02-25 12:56:08 +0900 | [diff] [blame] | 1224 | fs_devices->chunk_alloc_policy = BTRFS_CHUNK_ALLOC_REGULAR; |
Anand Jain | 33fd2f7 | 2020-10-28 21:14:46 +0800 | [diff] [blame] | 1225 | fs_devices->read_policy = BTRFS_READ_POLICY_PID; |
Anand Jain | 1ed802c | 2020-04-28 23:22:25 +0800 | [diff] [blame] | 1226 | |
| 1227 | return 0; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1228 | } |
| 1229 | |
Sami Tolvanen | 4f0f586 | 2021-04-08 11:28:34 -0700 | [diff] [blame] | 1230 | static int devid_cmp(void *priv, const struct list_head *a, |
| 1231 | const struct list_head *b) |
Anand Jain | f8e10cd | 2018-01-22 14:49:36 -0800 | [diff] [blame] | 1232 | { |
David Sterba | 214cc18 | 2021-07-26 14:15:26 +0200 | [diff] [blame] | 1233 | const struct btrfs_device *dev1, *dev2; |
Anand Jain | f8e10cd | 2018-01-22 14:49:36 -0800 | [diff] [blame] | 1234 | |
| 1235 | dev1 = list_entry(a, struct btrfs_device, dev_list); |
| 1236 | dev2 = list_entry(b, struct btrfs_device, dev_list); |
| 1237 | |
| 1238 | if (dev1->devid < dev2->devid) |
| 1239 | return -1; |
| 1240 | else if (dev1->devid > dev2->devid) |
| 1241 | return 1; |
| 1242 | return 0; |
| 1243 | } |
| 1244 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1245 | int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, |
Christoph Hellwig | 97288f2 | 2008-12-02 06:36:09 -0500 | [diff] [blame] | 1246 | fmode_t flags, void *holder) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1247 | { |
| 1248 | int ret; |
| 1249 | |
David Sterba | f5194e3 | 2018-06-19 17:09:47 +0200 | [diff] [blame] | 1250 | lockdep_assert_held(&uuid_mutex); |
Josef Bacik | 18c850f | 2020-07-17 15:12:27 -0400 | [diff] [blame] | 1251 | /* |
| 1252 | * The device_list_mutex cannot be taken here in case opening the |
Christoph Hellwig | a869870 | 2021-05-25 08:12:56 +0200 | [diff] [blame] | 1253 | * underlying device takes further locks like open_mutex. |
Josef Bacik | 18c850f | 2020-07-17 15:12:27 -0400 | [diff] [blame] | 1254 | * |
| 1255 | * We also don't need the lock here as this is called during mount and |
| 1256 | * exclusion is provided by uuid_mutex |
| 1257 | */ |
David Sterba | f5194e3 | 2018-06-19 17:09:47 +0200 | [diff] [blame] | 1258 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1259 | if (fs_devices->opened) { |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 1260 | fs_devices->opened++; |
| 1261 | ret = 0; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1262 | } else { |
Anand Jain | f8e10cd | 2018-01-22 14:49:36 -0800 | [diff] [blame] | 1263 | list_sort(NULL, &fs_devices->devices, devid_cmp); |
Anand Jain | 897fb57 | 2018-04-12 10:29:28 +0800 | [diff] [blame] | 1264 | ret = open_fs_devices(fs_devices, flags, holder); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1265 | } |
Anand Jain | 542c590 | 2018-04-12 10:29:34 +0800 | [diff] [blame] | 1266 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1267 | return ret; |
| 1268 | } |
| 1269 | |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 1270 | void btrfs_release_disk_super(struct btrfs_super_block *super) |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1271 | { |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 1272 | struct page *page = virt_to_page(super); |
| 1273 | |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1274 | put_page(page); |
| 1275 | } |
| 1276 | |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1277 | static struct btrfs_super_block *btrfs_read_disk_super(struct block_device *bdev, |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 1278 | u64 bytenr, u64 bytenr_orig) |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1279 | { |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1280 | struct btrfs_super_block *disk_super; |
| 1281 | struct page *page; |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1282 | void *p; |
| 1283 | pgoff_t index; |
| 1284 | |
| 1285 | /* make sure our super fits in the device */ |
Christoph Hellwig | cda00eb | 2021-10-18 12:11:12 +0200 | [diff] [blame] | 1286 | if (bytenr + PAGE_SIZE >= bdev_nr_bytes(bdev)) |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1287 | return ERR_PTR(-EINVAL); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1288 | |
| 1289 | /* make sure our super fits in the page */ |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1290 | if (sizeof(*disk_super) > PAGE_SIZE) |
| 1291 | return ERR_PTR(-EINVAL); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1292 | |
| 1293 | /* make sure our super doesn't straddle pages on disk */ |
| 1294 | index = bytenr >> PAGE_SHIFT; |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1295 | if ((bytenr + sizeof(*disk_super) - 1) >> PAGE_SHIFT != index) |
| 1296 | return ERR_PTR(-EINVAL); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1297 | |
| 1298 | /* pull in the page with our super */ |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1299 | page = read_cache_page_gfp(bdev->bd_inode->i_mapping, index, GFP_KERNEL); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1300 | |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1301 | if (IS_ERR(page)) |
| 1302 | return ERR_CAST(page); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1303 | |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1304 | p = page_address(page); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1305 | |
| 1306 | /* align our pointer to the offset of the super block */ |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1307 | disk_super = p + offset_in_page(bytenr); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1308 | |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 1309 | if (btrfs_super_bytenr(disk_super) != bytenr_orig || |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1310 | btrfs_super_magic(disk_super) != BTRFS_MAGIC) { |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 1311 | btrfs_release_disk_super(p); |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1312 | return ERR_PTR(-EINVAL); |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1313 | } |
| 1314 | |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1315 | if (disk_super->label[0] && disk_super->label[BTRFS_LABEL_SIZE - 1]) |
| 1316 | disk_super->label[BTRFS_LABEL_SIZE - 1] = 0; |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1317 | |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1318 | return disk_super; |
Anand Jain | 6cf86a00 | 2016-02-13 10:01:29 +0800 | [diff] [blame] | 1319 | } |
| 1320 | |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 1321 | int btrfs_forget_devices(dev_t devt) |
Anand Jain | 228a73a | 2019-01-04 13:31:54 +0800 | [diff] [blame] | 1322 | { |
| 1323 | int ret; |
| 1324 | |
| 1325 | mutex_lock(&uuid_mutex); |
Anand Jain | 16cab91 | 2022-01-12 13:06:00 +0800 | [diff] [blame] | 1326 | ret = btrfs_free_stale_devices(devt, NULL); |
Anand Jain | 228a73a | 2019-01-04 13:31:54 +0800 | [diff] [blame] | 1327 | mutex_unlock(&uuid_mutex); |
| 1328 | |
| 1329 | return ret; |
| 1330 | } |
| 1331 | |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1332 | /* |
| 1333 | * Look for a btrfs signature on a device. This may be called out of the mount path |
| 1334 | * and we are not allowed to call set_blocksize during the scan. The superblock |
| 1335 | * is read via pagecache |
| 1336 | */ |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1337 | struct btrfs_device *btrfs_scan_one_device(const char *path, fmode_t flags, |
| 1338 | void *holder) |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1339 | { |
| 1340 | struct btrfs_super_block *disk_super; |
Anand Jain | 4306a97 | 2018-05-29 12:28:37 +0800 | [diff] [blame] | 1341 | bool new_device_added = false; |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1342 | struct btrfs_device *device = NULL; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1343 | struct block_device *bdev; |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 1344 | u64 bytenr, bytenr_orig; |
| 1345 | int ret; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1346 | |
David Sterba | 899f9307 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 1347 | lockdep_assert_held(&uuid_mutex); |
| 1348 | |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1349 | /* |
| 1350 | * we would like to check all the supers, but that would make |
| 1351 | * a btrfs mount succeed after a mkfs from a different FS. |
| 1352 | * So, we need to add a special mount option to scan for |
| 1353 | * later supers, using BTRFS_SUPER_MIRROR_MAX instead |
| 1354 | */ |
Tejun Heo | d4d7762 | 2010-11-13 11:55:18 +0100 | [diff] [blame] | 1355 | flags |= FMODE_EXCL; |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1356 | |
| 1357 | bdev = blkdev_get_by_path(path, flags, holder); |
Anand Jain | b6ed73b | 2018-04-12 10:29:24 +0800 | [diff] [blame] | 1358 | if (IS_ERR(bdev)) |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1359 | return ERR_CAST(bdev); |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1360 | |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 1361 | bytenr_orig = btrfs_sb_offset(0); |
| 1362 | ret = btrfs_sb_log_location_bdev(bdev, 0, READ, &bytenr); |
Shin'ichiro Kawasaki | 4989d4a | 2021-12-15 19:38:43 +0900 | [diff] [blame] | 1363 | if (ret) { |
| 1364 | device = ERR_PTR(ret); |
| 1365 | goto error_bdev_put; |
| 1366 | } |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 1367 | |
| 1368 | disk_super = btrfs_read_disk_super(bdev, bytenr, bytenr_orig); |
Nikolay Borisov | b335eab | 2020-04-15 15:53:46 +0300 | [diff] [blame] | 1369 | if (IS_ERR(disk_super)) { |
| 1370 | device = ERR_CAST(disk_super); |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1371 | goto error_bdev_put; |
Anand Jain | 05a5c55 | 2017-12-15 15:40:16 +0800 | [diff] [blame] | 1372 | } |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1373 | |
Anand Jain | 4306a97 | 2018-05-29 12:28:37 +0800 | [diff] [blame] | 1374 | device = device_list_add(path, disk_super, &new_device_added); |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 1375 | if (!IS_ERR(device) && new_device_added) |
| 1376 | btrfs_free_stale_devices(device->devt, device); |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1377 | |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 1378 | btrfs_release_disk_super(disk_super); |
David Sterba | 6f60cbd | 2013-02-15 11:31:02 -0700 | [diff] [blame] | 1379 | |
| 1380 | error_bdev_put: |
Tejun Heo | d4d7762 | 2010-11-13 11:55:18 +0100 | [diff] [blame] | 1381 | blkdev_put(bdev, flags); |
Anand Jain | b6ed73b | 2018-04-12 10:29:24 +0800 | [diff] [blame] | 1382 | |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1383 | return device; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1384 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1385 | |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1386 | /* |
| 1387 | * Try to find a chunk that intersects [start, start + len] range and when one |
| 1388 | * such is found, record the end of it in *start |
| 1389 | */ |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1390 | static bool contains_pending_extent(struct btrfs_device *device, u64 *start, |
| 1391 | u64 len) |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1392 | { |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1393 | u64 physical_start, physical_end; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1394 | |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1395 | lockdep_assert_held(&device->fs_info->chunk_mutex); |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1396 | |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1397 | if (!find_first_extent_bit(&device->alloc_state, *start, |
| 1398 | &physical_start, &physical_end, |
| 1399 | CHUNK_ALLOCATED, NULL)) { |
Filipe Manana | c152b63 | 2015-05-14 10:46:03 +0100 | [diff] [blame] | 1400 | |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1401 | if (in_range(physical_start, *start, len) || |
| 1402 | in_range(*start, physical_start, |
| 1403 | physical_end - physical_start)) { |
| 1404 | *start = physical_end + 1; |
| 1405 | return true; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1406 | } |
| 1407 | } |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 1408 | return false; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1409 | } |
| 1410 | |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1411 | static u64 dev_extent_search_start(struct btrfs_device *device, u64 start) |
| 1412 | { |
| 1413 | switch (device->fs_devices->chunk_alloc_policy) { |
| 1414 | case BTRFS_CHUNK_ALLOC_REGULAR: |
Qu Wenruo | 37f85ec | 2022-06-13 15:06:34 +0800 | [diff] [blame] | 1415 | return max_t(u64, start, BTRFS_DEVICE_RANGE_RESERVED); |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1416 | case BTRFS_CHUNK_ALLOC_ZONED: |
| 1417 | /* |
| 1418 | * We don't care about the starting region like regular |
| 1419 | * allocator, because we anyway use/reserve the first two zones |
| 1420 | * for superblock logging. |
| 1421 | */ |
| 1422 | return ALIGN(start, device->zone_info->zone_size); |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1423 | default: |
| 1424 | BUG(); |
| 1425 | } |
| 1426 | } |
| 1427 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1428 | static bool dev_extent_hole_check_zoned(struct btrfs_device *device, |
| 1429 | u64 *hole_start, u64 *hole_size, |
| 1430 | u64 num_bytes) |
| 1431 | { |
| 1432 | u64 zone_size = device->zone_info->zone_size; |
| 1433 | u64 pos; |
| 1434 | int ret; |
| 1435 | bool changed = false; |
| 1436 | |
| 1437 | ASSERT(IS_ALIGNED(*hole_start, zone_size)); |
| 1438 | |
| 1439 | while (*hole_size > 0) { |
| 1440 | pos = btrfs_find_allocatable_zones(device, *hole_start, |
| 1441 | *hole_start + *hole_size, |
| 1442 | num_bytes); |
| 1443 | if (pos != *hole_start) { |
| 1444 | *hole_size = *hole_start + *hole_size - pos; |
| 1445 | *hole_start = pos; |
| 1446 | changed = true; |
| 1447 | if (*hole_size < num_bytes) |
| 1448 | break; |
| 1449 | } |
| 1450 | |
| 1451 | ret = btrfs_ensure_empty_zones(device, pos, num_bytes); |
| 1452 | |
| 1453 | /* Range is ensured to be empty */ |
| 1454 | if (!ret) |
| 1455 | return changed; |
| 1456 | |
| 1457 | /* Given hole range was invalid (outside of device) */ |
| 1458 | if (ret == -ERANGE) { |
| 1459 | *hole_start += *hole_size; |
Johannes Thumshirn | d6f67af | 2021-05-10 22:39:38 +0900 | [diff] [blame] | 1460 | *hole_size = 0; |
Jiapeng Chong | 7000bab | 2021-03-03 17:45:28 +0800 | [diff] [blame] | 1461 | return true; |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1462 | } |
| 1463 | |
| 1464 | *hole_start += zone_size; |
| 1465 | *hole_size -= zone_size; |
| 1466 | changed = true; |
| 1467 | } |
| 1468 | |
| 1469 | return changed; |
| 1470 | } |
| 1471 | |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 1472 | /* |
| 1473 | * Check if specified hole is suitable for allocation. |
| 1474 | * |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1475 | * @device: the device which we have the hole |
| 1476 | * @hole_start: starting position of the hole |
| 1477 | * @hole_size: the size of the hole |
| 1478 | * @num_bytes: the size of the free space that we need |
| 1479 | * |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1480 | * This function may modify @hole_start and @hole_size to reflect the suitable |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1481 | * position for allocation. Returns 1 if hole position is updated, 0 otherwise. |
| 1482 | */ |
| 1483 | static bool dev_extent_hole_check(struct btrfs_device *device, u64 *hole_start, |
| 1484 | u64 *hole_size, u64 num_bytes) |
| 1485 | { |
| 1486 | bool changed = false; |
| 1487 | u64 hole_end = *hole_start + *hole_size; |
| 1488 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1489 | for (;;) { |
| 1490 | /* |
| 1491 | * Check before we set max_hole_start, otherwise we could end up |
| 1492 | * sending back this offset anyway. |
| 1493 | */ |
| 1494 | if (contains_pending_extent(device, hole_start, *hole_size)) { |
| 1495 | if (hole_end >= *hole_start) |
| 1496 | *hole_size = hole_end - *hole_start; |
| 1497 | else |
| 1498 | *hole_size = 0; |
| 1499 | changed = true; |
| 1500 | } |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1501 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1502 | switch (device->fs_devices->chunk_alloc_policy) { |
| 1503 | case BTRFS_CHUNK_ALLOC_REGULAR: |
| 1504 | /* No extra check */ |
| 1505 | break; |
| 1506 | case BTRFS_CHUNK_ALLOC_ZONED: |
| 1507 | if (dev_extent_hole_check_zoned(device, hole_start, |
| 1508 | hole_size, num_bytes)) { |
| 1509 | changed = true; |
| 1510 | /* |
| 1511 | * The changed hole can contain pending extent. |
| 1512 | * Loop again to check that. |
| 1513 | */ |
| 1514 | continue; |
| 1515 | } |
| 1516 | break; |
| 1517 | default: |
| 1518 | BUG(); |
| 1519 | } |
| 1520 | |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1521 | break; |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1522 | } |
| 1523 | |
| 1524 | return changed; |
| 1525 | } |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1526 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1527 | /* |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 1528 | * Find free space in the specified device. |
| 1529 | * |
Jeff Mahoney | 499f377 | 2015-06-15 09:41:17 -0400 | [diff] [blame] | 1530 | * @device: the device which we search the free space in |
| 1531 | * @num_bytes: the size of the free space that we need |
| 1532 | * @search_start: the position from which to begin the search |
| 1533 | * @start: store the start of the free space. |
| 1534 | * @len: the size of the free space. that we find, or the size |
| 1535 | * of the max free space if we don't find suitable free space |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1536 | * |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 1537 | * This does a pretty simple search, the expectation is that it is called very |
| 1538 | * infrequently and that a given device has a small number of extents. |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1539 | * |
| 1540 | * @start is used to store the start of the free space if we find. But if we |
| 1541 | * don't find suitable free space, it will be used to store the start position |
| 1542 | * of the max free space. |
| 1543 | * |
| 1544 | * @len is used to store the size of the free space that we find. |
| 1545 | * But if we don't find suitable free space, it is used to store the size of |
| 1546 | * the max free space. |
Qu Wenruo | 135da97 | 2019-07-19 14:51:42 +0800 | [diff] [blame] | 1547 | * |
| 1548 | * NOTE: This function will search *commit* root of device tree, and does extra |
| 1549 | * check to ensure dev extents are not double allocated. |
| 1550 | * This makes the function safe to allocate dev extents but may not report |
| 1551 | * correct usable device space, as device extent freed in current transaction |
David Sterba | 1a9fd41 | 2021-05-21 17:42:23 +0200 | [diff] [blame] | 1552 | * is not reported as available. |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1553 | */ |
Qu Wenruo | 9e3246a | 2019-07-19 14:51:41 +0800 | [diff] [blame] | 1554 | static int find_free_dev_extent_start(struct btrfs_device *device, |
| 1555 | u64 num_bytes, u64 search_start, u64 *start, |
| 1556 | u64 *len) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1557 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 1558 | struct btrfs_fs_info *fs_info = device->fs_info; |
| 1559 | struct btrfs_root *root = fs_info->dev_root; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1560 | struct btrfs_key key; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1561 | struct btrfs_dev_extent *dev_extent; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1562 | struct btrfs_path *path; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1563 | u64 hole_size; |
| 1564 | u64 max_hole_start; |
| 1565 | u64 max_hole_size; |
| 1566 | u64 extent_end; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1567 | u64 search_end = device->total_bytes; |
| 1568 | int ret; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1569 | int slot; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1570 | struct extent_buffer *l; |
Filipe Manana | 8cdc7c5 | 2016-01-06 22:42:35 +0000 | [diff] [blame] | 1571 | |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1572 | search_start = dev_extent_search_start(device, search_start); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1573 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 1574 | WARN_ON(device->zone_info && |
| 1575 | !IS_ALIGNED(num_bytes, device->zone_info->zone_size)); |
| 1576 | |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1577 | path = btrfs_alloc_path(); |
| 1578 | if (!path) |
| 1579 | return -ENOMEM; |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1580 | |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1581 | max_hole_start = search_start; |
| 1582 | max_hole_size = 0; |
| 1583 | |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1584 | again: |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 1585 | if (search_start >= search_end || |
| 1586 | test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) { |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1587 | ret = -ENOSPC; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1588 | goto out; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1589 | } |
| 1590 | |
David Sterba | e4058b5 | 2015-11-27 16:31:35 +0100 | [diff] [blame] | 1591 | path->reada = READA_FORWARD; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1592 | path->search_commit_root = 1; |
| 1593 | path->skip_locking = 1; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1594 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1595 | key.objectid = device->devid; |
| 1596 | key.offset = search_start; |
| 1597 | key.type = BTRFS_DEV_EXTENT_KEY; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1598 | |
Marcos Paulo de Souza | 0ff40a9 | 2021-07-29 05:22:16 -0300 | [diff] [blame] | 1599 | ret = btrfs_search_backwards(root, &key, path); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1600 | if (ret < 0) |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1601 | goto out; |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1602 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1603 | while (1) { |
| 1604 | l = path->nodes[0]; |
| 1605 | slot = path->slots[0]; |
| 1606 | if (slot >= btrfs_header_nritems(l)) { |
| 1607 | ret = btrfs_next_leaf(root, path); |
| 1608 | if (ret == 0) |
| 1609 | continue; |
| 1610 | if (ret < 0) |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1611 | goto out; |
| 1612 | |
| 1613 | break; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1614 | } |
| 1615 | btrfs_item_key_to_cpu(l, &key, slot); |
| 1616 | |
| 1617 | if (key.objectid < device->devid) |
| 1618 | goto next; |
| 1619 | |
| 1620 | if (key.objectid > device->devid) |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1621 | break; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1622 | |
David Sterba | 962a298 | 2014-06-04 18:41:45 +0200 | [diff] [blame] | 1623 | if (key.type != BTRFS_DEV_EXTENT_KEY) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1624 | goto next; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1625 | |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1626 | if (key.offset > search_start) { |
| 1627 | hole_size = key.offset - search_start; |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1628 | dev_extent_hole_check(device, &search_start, &hole_size, |
| 1629 | num_bytes); |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1630 | |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1631 | if (hole_size > max_hole_size) { |
| 1632 | max_hole_start = search_start; |
| 1633 | max_hole_size = hole_size; |
| 1634 | } |
| 1635 | |
| 1636 | /* |
| 1637 | * If this free space is greater than which we need, |
| 1638 | * it must be the max free space that we have found |
| 1639 | * until now, so max_hole_start must point to the start |
| 1640 | * of this free space and the length of this free space |
| 1641 | * is stored in max_hole_size. Thus, we return |
| 1642 | * max_hole_start and max_hole_size and go back to the |
| 1643 | * caller. |
| 1644 | */ |
| 1645 | if (hole_size >= num_bytes) { |
| 1646 | ret = 0; |
| 1647 | goto out; |
| 1648 | } |
| 1649 | } |
| 1650 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1651 | dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1652 | extent_end = key.offset + btrfs_dev_extent_length(l, |
| 1653 | dev_extent); |
| 1654 | if (extent_end > search_start) |
| 1655 | search_start = extent_end; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1656 | next: |
| 1657 | path->slots[0]++; |
| 1658 | cond_resched(); |
| 1659 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1660 | |
liubo | 38c01b9 | 2011-08-02 02:39:03 +0000 | [diff] [blame] | 1661 | /* |
| 1662 | * At this point, search_start should be the end of |
| 1663 | * allocated dev extents, and when shrinking the device, |
| 1664 | * search_end may be smaller than search_start. |
| 1665 | */ |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1666 | if (search_end > search_start) { |
liubo | 38c01b9 | 2011-08-02 02:39:03 +0000 | [diff] [blame] | 1667 | hole_size = search_end - search_start; |
Naohiro Aota | 3b4ffa4 | 2020-02-25 12:56:09 +0900 | [diff] [blame] | 1668 | if (dev_extent_hole_check(device, &search_start, &hole_size, |
| 1669 | num_bytes)) { |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1670 | btrfs_release_path(path); |
| 1671 | goto again; |
| 1672 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1673 | |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1674 | if (hole_size > max_hole_size) { |
| 1675 | max_hole_start = search_start; |
| 1676 | max_hole_size = hole_size; |
| 1677 | } |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1678 | } |
| 1679 | |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1680 | /* See above. */ |
Zhao Lei | f2ab761 | 2015-02-16 18:52:17 +0800 | [diff] [blame] | 1681 | if (max_hole_size < num_bytes) |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1682 | ret = -ENOSPC; |
| 1683 | else |
| 1684 | ret = 0; |
| 1685 | |
| 1686 | out: |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1687 | btrfs_free_path(path); |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1688 | *start = max_hole_start; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 1689 | if (len) |
Miao Xie | 7bfc837 | 2011-01-05 10:07:26 +0000 | [diff] [blame] | 1690 | *len = max_hole_size; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1691 | return ret; |
| 1692 | } |
| 1693 | |
Nikolay Borisov | 60dfdf2 | 2019-03-27 14:24:14 +0200 | [diff] [blame] | 1694 | int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes, |
Jeff Mahoney | 499f377 | 2015-06-15 09:41:17 -0400 | [diff] [blame] | 1695 | u64 *start, u64 *len) |
| 1696 | { |
Jeff Mahoney | 499f377 | 2015-06-15 09:41:17 -0400 | [diff] [blame] | 1697 | /* FIXME use last free of some kind */ |
Nikolay Borisov | 60dfdf2 | 2019-03-27 14:24:14 +0200 | [diff] [blame] | 1698 | return find_free_dev_extent_start(device, num_bytes, 0, start, len); |
Jeff Mahoney | 499f377 | 2015-06-15 09:41:17 -0400 | [diff] [blame] | 1699 | } |
| 1700 | |
Christoph Hellwig | b295086 | 2008-12-02 09:54:17 -0500 | [diff] [blame] | 1701 | static int btrfs_free_dev_extent(struct btrfs_trans_handle *trans, |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1702 | struct btrfs_device *device, |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 1703 | u64 start, u64 *dev_extent_len) |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1704 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 1705 | struct btrfs_fs_info *fs_info = device->fs_info; |
| 1706 | struct btrfs_root *root = fs_info->dev_root; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1707 | int ret; |
| 1708 | struct btrfs_path *path; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1709 | struct btrfs_key key; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1710 | struct btrfs_key found_key; |
| 1711 | struct extent_buffer *leaf = NULL; |
| 1712 | struct btrfs_dev_extent *extent = NULL; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1713 | |
| 1714 | path = btrfs_alloc_path(); |
| 1715 | if (!path) |
| 1716 | return -ENOMEM; |
| 1717 | |
| 1718 | key.objectid = device->devid; |
| 1719 | key.offset = start; |
| 1720 | key.type = BTRFS_DEV_EXTENT_KEY; |
Miao Xie | 924cd8f | 2011-11-10 20:45:04 -0500 | [diff] [blame] | 1721 | again: |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1722 | ret = btrfs_search_slot(trans, root, &key, path, -1, 1); |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1723 | if (ret > 0) { |
| 1724 | ret = btrfs_previous_item(root, path, key.objectid, |
| 1725 | BTRFS_DEV_EXTENT_KEY); |
Tsutomu Itoh | b0b802d | 2011-05-19 07:03:42 +0000 | [diff] [blame] | 1726 | if (ret) |
| 1727 | goto out; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1728 | leaf = path->nodes[0]; |
| 1729 | btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); |
| 1730 | extent = btrfs_item_ptr(leaf, path->slots[0], |
| 1731 | struct btrfs_dev_extent); |
| 1732 | BUG_ON(found_key.offset > start || found_key.offset + |
| 1733 | btrfs_dev_extent_length(leaf, extent) < start); |
Miao Xie | 924cd8f | 2011-11-10 20:45:04 -0500 | [diff] [blame] | 1734 | key = found_key; |
| 1735 | btrfs_release_path(path); |
| 1736 | goto again; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1737 | } else if (ret == 0) { |
| 1738 | leaf = path->nodes[0]; |
| 1739 | extent = btrfs_item_ptr(leaf, path->slots[0], |
| 1740 | struct btrfs_dev_extent); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 1741 | } else { |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 1742 | goto out; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1743 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1744 | |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 1745 | *dev_extent_len = btrfs_dev_extent_length(leaf, extent); |
| 1746 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1747 | ret = btrfs_del_item(trans, root, path); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 1748 | if (ret == 0) |
Josef Bacik | 3204d33 | 2015-09-24 10:46:10 -0400 | [diff] [blame] | 1749 | set_bit(BTRFS_TRANS_HAVE_FREE_BGS, &trans->transaction->flags); |
Tsutomu Itoh | b0b802d | 2011-05-19 07:03:42 +0000 | [diff] [blame] | 1750 | out: |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1751 | btrfs_free_path(path); |
| 1752 | return ret; |
| 1753 | } |
| 1754 | |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1755 | static u64 find_next_chunk(struct btrfs_fs_info *fs_info) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1756 | { |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1757 | struct extent_map_tree *em_tree; |
| 1758 | struct extent_map *em; |
| 1759 | struct rb_node *n; |
| 1760 | u64 ret = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1761 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 1762 | em_tree = &fs_info->mapping_tree; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1763 | read_lock(&em_tree->lock); |
Liu Bo | 07e1ce0 | 2018-08-23 03:51:52 +0800 | [diff] [blame] | 1764 | n = rb_last(&em_tree->map.rb_root); |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1765 | if (n) { |
| 1766 | em = rb_entry(n, struct extent_map, rb_node); |
| 1767 | ret = em->start + em->len; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1768 | } |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 1769 | read_unlock(&em_tree->lock); |
| 1770 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1771 | return ret; |
| 1772 | } |
| 1773 | |
Ilya Dryomov | 53f1065 | 2013-08-12 14:33:01 +0300 | [diff] [blame] | 1774 | static noinline int find_next_devid(struct btrfs_fs_info *fs_info, |
| 1775 | u64 *devid_ret) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1776 | { |
| 1777 | int ret; |
| 1778 | struct btrfs_key key; |
| 1779 | struct btrfs_key found_key; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1780 | struct btrfs_path *path; |
| 1781 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1782 | path = btrfs_alloc_path(); |
| 1783 | if (!path) |
| 1784 | return -ENOMEM; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1785 | |
| 1786 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 1787 | key.type = BTRFS_DEV_ITEM_KEY; |
| 1788 | key.offset = (u64)-1; |
| 1789 | |
Ilya Dryomov | 53f1065 | 2013-08-12 14:33:01 +0300 | [diff] [blame] | 1790 | ret = btrfs_search_slot(NULL, fs_info->chunk_root, &key, path, 0, 0); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1791 | if (ret < 0) |
| 1792 | goto error; |
| 1793 | |
Anand Jain | a06dee4d | 2019-08-27 15:40:44 +0800 | [diff] [blame] | 1794 | if (ret == 0) { |
| 1795 | /* Corruption */ |
| 1796 | btrfs_err(fs_info, "corrupted chunk tree devid -1 matched"); |
| 1797 | ret = -EUCLEAN; |
| 1798 | goto error; |
| 1799 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1800 | |
Ilya Dryomov | 53f1065 | 2013-08-12 14:33:01 +0300 | [diff] [blame] | 1801 | ret = btrfs_previous_item(fs_info->chunk_root, path, |
| 1802 | BTRFS_DEV_ITEMS_OBJECTID, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1803 | BTRFS_DEV_ITEM_KEY); |
| 1804 | if (ret) { |
Ilya Dryomov | 53f1065 | 2013-08-12 14:33:01 +0300 | [diff] [blame] | 1805 | *devid_ret = 1; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1806 | } else { |
| 1807 | btrfs_item_key_to_cpu(path->nodes[0], &found_key, |
| 1808 | path->slots[0]); |
Ilya Dryomov | 53f1065 | 2013-08-12 14:33:01 +0300 | [diff] [blame] | 1809 | *devid_ret = found_key.offset + 1; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1810 | } |
| 1811 | ret = 0; |
| 1812 | error: |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1813 | btrfs_free_path(path); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1814 | return ret; |
| 1815 | } |
| 1816 | |
| 1817 | /* |
| 1818 | * the device information is stored in the chunk root |
| 1819 | * the btrfs_device struct should be fully filled in |
| 1820 | */ |
Anand Jain | c74a0b0 | 2017-11-06 16:36:15 +0800 | [diff] [blame] | 1821 | static int btrfs_add_dev_item(struct btrfs_trans_handle *trans, |
Eric Sandeen | 48a3b63 | 2013-04-25 20:41:01 +0000 | [diff] [blame] | 1822 | struct btrfs_device *device) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1823 | { |
| 1824 | int ret; |
| 1825 | struct btrfs_path *path; |
| 1826 | struct btrfs_dev_item *dev_item; |
| 1827 | struct extent_buffer *leaf; |
| 1828 | struct btrfs_key key; |
| 1829 | unsigned long ptr; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1830 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1831 | path = btrfs_alloc_path(); |
| 1832 | if (!path) |
| 1833 | return -ENOMEM; |
| 1834 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1835 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 1836 | key.type = BTRFS_DEV_ITEM_KEY; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1837 | key.offset = device->devid; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1838 | |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 1839 | btrfs_reserve_chunk_metadata(trans, true); |
Nikolay Borisov | 8e87e85 | 2018-07-20 19:37:47 +0300 | [diff] [blame] | 1840 | ret = btrfs_insert_empty_item(trans, trans->fs_info->chunk_root, path, |
| 1841 | &key, sizeof(*dev_item)); |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 1842 | btrfs_trans_release_chunk_metadata(trans); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1843 | if (ret) |
| 1844 | goto out; |
| 1845 | |
| 1846 | leaf = path->nodes[0]; |
| 1847 | dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); |
| 1848 | |
| 1849 | btrfs_set_device_id(leaf, dev_item, device->devid); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1850 | btrfs_set_device_generation(leaf, dev_item, 0); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1851 | btrfs_set_device_type(leaf, dev_item, device->type); |
| 1852 | btrfs_set_device_io_align(leaf, dev_item, device->io_align); |
| 1853 | btrfs_set_device_io_width(leaf, dev_item, device->io_width); |
| 1854 | btrfs_set_device_sector_size(leaf, dev_item, device->sector_size); |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 1855 | btrfs_set_device_total_bytes(leaf, dev_item, |
| 1856 | btrfs_device_get_disk_total_bytes(device)); |
| 1857 | btrfs_set_device_bytes_used(leaf, dev_item, |
| 1858 | btrfs_device_get_bytes_used(device)); |
Chris Mason | e17cade | 2008-04-15 15:41:47 -0400 | [diff] [blame] | 1859 | btrfs_set_device_group(leaf, dev_item, 0); |
| 1860 | btrfs_set_device_seek_speed(leaf, dev_item, 0); |
| 1861 | btrfs_set_device_bandwidth(leaf, dev_item, 0); |
Chris Mason | c3027eb | 2008-12-08 16:40:21 -0500 | [diff] [blame] | 1862 | btrfs_set_device_start_offset(leaf, dev_item, 0); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1863 | |
Geert Uytterhoeven | 410ba3a | 2013-08-20 13:20:11 +0200 | [diff] [blame] | 1864 | ptr = btrfs_device_uuid(dev_item); |
Chris Mason | e17cade | 2008-04-15 15:41:47 -0400 | [diff] [blame] | 1865 | write_extent_buffer(leaf, device->uuid, ptr, BTRFS_UUID_SIZE); |
Geert Uytterhoeven | 1473b24 | 2013-08-20 13:20:12 +0200 | [diff] [blame] | 1866 | ptr = btrfs_device_fsid(dev_item); |
Nikolay Borisov | de37aa5 | 2018-10-30 16:43:24 +0200 | [diff] [blame] | 1867 | write_extent_buffer(leaf, trans->fs_info->fs_devices->metadata_uuid, |
| 1868 | ptr, BTRFS_FSID_SIZE); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1869 | btrfs_mark_buffer_dirty(leaf); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1870 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1871 | ret = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 1872 | out: |
| 1873 | btrfs_free_path(path); |
| 1874 | return ret; |
| 1875 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 1876 | |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1877 | /* |
| 1878 | * Function to update ctime/mtime for a given device path. |
| 1879 | * Mainly used for ctime/mtime based probe like libblkid. |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1880 | * |
| 1881 | * We don't care about errors here, this is just to be kind to userspace. |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1882 | */ |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1883 | static void update_dev_time(const char *device_path) |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1884 | { |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1885 | struct path path; |
Josef Bacik | 8f96a5b | 2021-07-27 17:01:16 -0400 | [diff] [blame] | 1886 | struct timespec64 now; |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1887 | int ret; |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1888 | |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1889 | ret = kern_path(device_path, LOOKUP_FOLLOW, &path); |
| 1890 | if (ret) |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1891 | return; |
Josef Bacik | 8f96a5b | 2021-07-27 17:01:16 -0400 | [diff] [blame] | 1892 | |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 1893 | now = current_time(d_inode(path.dentry)); |
| 1894 | inode_update_time(d_inode(path.dentry), &now, S_MTIME | S_CTIME); |
| 1895 | path_put(&path); |
Qu Wenruo | 5a1972b | 2014-04-16 17:02:32 +0800 | [diff] [blame] | 1896 | } |
| 1897 | |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 1898 | static int btrfs_rm_dev_item(struct btrfs_trans_handle *trans, |
| 1899 | struct btrfs_device *device) |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1900 | { |
David Sterba | f331a95 | 2019-03-20 16:31:53 +0100 | [diff] [blame] | 1901 | struct btrfs_root *root = device->fs_info->chunk_root; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1902 | int ret; |
| 1903 | struct btrfs_path *path; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1904 | struct btrfs_key key; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1905 | |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1906 | path = btrfs_alloc_path(); |
| 1907 | if (!path) |
| 1908 | return -ENOMEM; |
| 1909 | |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1910 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 1911 | key.type = BTRFS_DEV_ITEM_KEY; |
| 1912 | key.offset = device->devid; |
| 1913 | |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 1914 | btrfs_reserve_chunk_metadata(trans, false); |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1915 | ret = btrfs_search_slot(trans, root, &key, path, -1, 1); |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 1916 | btrfs_trans_release_chunk_metadata(trans); |
Nikolay Borisov | 5e9f2ad | 2017-10-23 09:58:46 +0300 | [diff] [blame] | 1917 | if (ret) { |
| 1918 | if (ret > 0) |
| 1919 | ret = -ENOENT; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1920 | goto out; |
| 1921 | } |
| 1922 | |
| 1923 | ret = btrfs_del_item(trans, root, path); |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1924 | out: |
| 1925 | btrfs_free_path(path); |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1926 | return ret; |
| 1927 | } |
| 1928 | |
David Sterba | 3cc31a0 | 2016-02-15 16:00:26 +0100 | [diff] [blame] | 1929 | /* |
| 1930 | * Verify that @num_devices satisfies the RAID profile constraints in the whole |
| 1931 | * filesystem. It's up to the caller to adjust that number regarding eg. device |
| 1932 | * replace. |
| 1933 | */ |
| 1934 | static int btrfs_check_raid_min_devices(struct btrfs_fs_info *fs_info, |
| 1935 | u64 num_devices) |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1936 | { |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1937 | u64 all_avail; |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 1938 | unsigned seq; |
David Sterba | 418775a | 2016-02-15 16:28:14 +0100 | [diff] [blame] | 1939 | int i; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1940 | |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 1941 | do { |
Anand Jain | bd45ffb | 2016-02-13 10:01:34 +0800 | [diff] [blame] | 1942 | seq = read_seqbegin(&fs_info->profiles_lock); |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 1943 | |
Anand Jain | bd45ffb | 2016-02-13 10:01:34 +0800 | [diff] [blame] | 1944 | all_avail = fs_info->avail_data_alloc_bits | |
| 1945 | fs_info->avail_system_alloc_bits | |
| 1946 | fs_info->avail_metadata_alloc_bits; |
| 1947 | } while (read_seqretry(&fs_info->profiles_lock, seq)); |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 1948 | |
David Sterba | 418775a | 2016-02-15 16:28:14 +0100 | [diff] [blame] | 1949 | for (i = 0; i < BTRFS_NR_RAID_TYPES; i++) { |
Anand Jain | 41a6e89 | 2018-04-25 19:01:43 +0800 | [diff] [blame] | 1950 | if (!(all_avail & btrfs_raid_array[i].bg_flag)) |
David Sterba | 418775a | 2016-02-15 16:28:14 +0100 | [diff] [blame] | 1951 | continue; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1952 | |
Anand Jain | efc222f | 2021-07-28 07:03:05 +0800 | [diff] [blame] | 1953 | if (num_devices < btrfs_raid_array[i].devs_min) |
| 1954 | return btrfs_raid_array[i].mindev_error; |
Anand Jain | bd45ffb | 2016-02-13 10:01:34 +0800 | [diff] [blame] | 1955 | } |
| 1956 | |
| 1957 | return 0; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 1958 | } |
| 1959 | |
Omar Sandoval | c9162bd | 2017-08-22 23:46:04 -0700 | [diff] [blame] | 1960 | static struct btrfs_device * btrfs_find_next_active_device( |
| 1961 | struct btrfs_fs_devices *fs_devs, struct btrfs_device *device) |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1962 | { |
| 1963 | struct btrfs_device *next_device; |
| 1964 | |
| 1965 | list_for_each_entry(next_device, &fs_devs->devices, dev_list) { |
| 1966 | if (next_device != device && |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 1967 | !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) |
| 1968 | && next_device->bdev) |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1969 | return next_device; |
| 1970 | } |
| 1971 | |
| 1972 | return NULL; |
| 1973 | } |
| 1974 | |
| 1975 | /* |
Anand Jain | d24fa5c | 2021-08-24 13:05:19 +0800 | [diff] [blame] | 1976 | * Helper function to check if the given device is part of s_bdev / latest_dev |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1977 | * and replace it with the provided or the next active device, in the context |
| 1978 | * where this function called, there should be always be another device (or |
| 1979 | * this_dev) which is active. |
| 1980 | */ |
David Sterba | b105e92 | 2019-10-01 19:57:35 +0200 | [diff] [blame] | 1981 | void __cold btrfs_assign_next_active_device(struct btrfs_device *device, |
Anand Jain | e493e8f | 2020-09-05 01:34:34 +0800 | [diff] [blame] | 1982 | struct btrfs_device *next_device) |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1983 | { |
Nikolay Borisov | d6507cf | 2018-07-20 19:37:50 +0300 | [diff] [blame] | 1984 | struct btrfs_fs_info *fs_info = device->fs_info; |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1985 | |
Anand Jain | e493e8f | 2020-09-05 01:34:34 +0800 | [diff] [blame] | 1986 | if (!next_device) |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1987 | next_device = btrfs_find_next_active_device(fs_info->fs_devices, |
Anand Jain | e493e8f | 2020-09-05 01:34:34 +0800 | [diff] [blame] | 1988 | device); |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1989 | ASSERT(next_device); |
| 1990 | |
| 1991 | if (fs_info->sb->s_bdev && |
| 1992 | (fs_info->sb->s_bdev == device->bdev)) |
| 1993 | fs_info->sb->s_bdev = next_device->bdev; |
| 1994 | |
Anand Jain | d24fa5c | 2021-08-24 13:05:19 +0800 | [diff] [blame] | 1995 | if (fs_info->fs_devices->latest_dev->bdev == device->bdev) |
| 1996 | fs_info->fs_devices->latest_dev = next_device; |
Anand Jain | 88acff6 | 2016-05-03 17:44:43 +0800 | [diff] [blame] | 1997 | } |
| 1998 | |
Anand Jain | 1da7396 | 2018-08-10 13:53:21 +0800 | [diff] [blame] | 1999 | /* |
| 2000 | * Return btrfs_fs_devices::num_devices excluding the device that's being |
| 2001 | * currently replaced. |
| 2002 | */ |
| 2003 | static u64 btrfs_num_devices(struct btrfs_fs_info *fs_info) |
| 2004 | { |
| 2005 | u64 num_devices = fs_info->fs_devices->num_devices; |
| 2006 | |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 2007 | down_read(&fs_info->dev_replace.rwsem); |
Anand Jain | 1da7396 | 2018-08-10 13:53:21 +0800 | [diff] [blame] | 2008 | if (btrfs_dev_replace_is_ongoing(&fs_info->dev_replace)) { |
| 2009 | ASSERT(num_devices > 1); |
| 2010 | num_devices--; |
| 2011 | } |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 2012 | up_read(&fs_info->dev_replace.rwsem); |
Anand Jain | 1da7396 | 2018-08-10 13:53:21 +0800 | [diff] [blame] | 2013 | |
| 2014 | return num_devices; |
| 2015 | } |
| 2016 | |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2017 | static void btrfs_scratch_superblock(struct btrfs_fs_info *fs_info, |
| 2018 | struct block_device *bdev, int copy_num) |
| 2019 | { |
| 2020 | struct btrfs_super_block *disk_super; |
Christoph Hellwig | 26ecf24 | 2022-11-21 18:47:49 +0100 | [diff] [blame] | 2021 | const size_t len = sizeof(disk_super->magic); |
| 2022 | const u64 bytenr = btrfs_sb_offset(copy_num); |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2023 | int ret; |
| 2024 | |
Christoph Hellwig | 26ecf24 | 2022-11-21 18:47:49 +0100 | [diff] [blame] | 2025 | disk_super = btrfs_read_disk_super(bdev, bytenr, bytenr); |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2026 | if (IS_ERR(disk_super)) |
| 2027 | return; |
| 2028 | |
Christoph Hellwig | 26ecf24 | 2022-11-21 18:47:49 +0100 | [diff] [blame] | 2029 | memset(&disk_super->magic, 0, len); |
| 2030 | folio_mark_dirty(virt_to_folio(disk_super)); |
| 2031 | btrfs_release_disk_super(disk_super); |
| 2032 | |
| 2033 | ret = sync_blockdev_range(bdev, bytenr, bytenr + len - 1); |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2034 | if (ret) |
| 2035 | btrfs_warn(fs_info, "error clearing superblock number %d (%d)", |
| 2036 | copy_num, ret); |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2037 | } |
| 2038 | |
Josef Bacik | 313b085 | 2020-08-20 11:18:26 -0400 | [diff] [blame] | 2039 | void btrfs_scratch_superblocks(struct btrfs_fs_info *fs_info, |
| 2040 | struct block_device *bdev, |
| 2041 | const char *device_path) |
Johannes Thumshirn | 6fbceb9 | 2020-02-14 00:24:31 +0900 | [diff] [blame] | 2042 | { |
Johannes Thumshirn | 6fbceb9 | 2020-02-14 00:24:31 +0900 | [diff] [blame] | 2043 | int copy_num; |
| 2044 | |
| 2045 | if (!bdev) |
| 2046 | return; |
| 2047 | |
| 2048 | for (copy_num = 0; copy_num < BTRFS_SUPER_MIRROR_MAX; copy_num++) { |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2049 | if (bdev_is_zoned(bdev)) |
Naohiro Aota | 1265925 | 2020-11-10 20:26:14 +0900 | [diff] [blame] | 2050 | btrfs_reset_sb_log_zones(bdev, copy_num); |
Christoph Hellwig | 0e0078f | 2022-11-21 18:47:48 +0100 | [diff] [blame] | 2051 | else |
| 2052 | btrfs_scratch_superblock(fs_info, bdev, copy_num); |
Johannes Thumshirn | 6fbceb9 | 2020-02-14 00:24:31 +0900 | [diff] [blame] | 2053 | } |
| 2054 | |
| 2055 | /* Notify udev that device has changed */ |
| 2056 | btrfs_kobject_uevent(bdev, KOBJ_CHANGE); |
| 2057 | |
| 2058 | /* Update ctime/mtime for device path for libblkid */ |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 2059 | update_dev_time(device_path); |
Johannes Thumshirn | 6fbceb9 | 2020-02-14 00:24:31 +0900 | [diff] [blame] | 2060 | } |
| 2061 | |
Josef Bacik | 1a15eb7 | 2021-10-05 16:12:44 -0400 | [diff] [blame] | 2062 | int btrfs_rm_device(struct btrfs_fs_info *fs_info, |
| 2063 | struct btrfs_dev_lookup_args *args, |
| 2064 | struct block_device **bdev, fmode_t *mode) |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2065 | { |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2066 | struct btrfs_trans_handle *trans; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2067 | struct btrfs_device *device; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2068 | struct btrfs_fs_devices *cur_devices; |
Anand Jain | b518519 | 2018-04-12 10:29:30 +0800 | [diff] [blame] | 2069 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2070 | u64 num_devices; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2071 | int ret = 0; |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2072 | |
Josef Bacik | 914a519 | 2021-12-15 15:40:00 -0500 | [diff] [blame] | 2073 | if (btrfs_fs_incompat(fs_info, EXTENT_TREE_V2)) { |
| 2074 | btrfs_err(fs_info, "device remove not supported on extent tree v2 yet"); |
| 2075 | return -EINVAL; |
| 2076 | } |
| 2077 | |
Josef Bacik | 8ef9dc0 | 2021-07-27 17:01:14 -0400 | [diff] [blame] | 2078 | /* |
| 2079 | * The device list in fs_devices is accessed without locks (neither |
| 2080 | * uuid_mutex nor device_list_mutex) as it won't change on a mounted |
| 2081 | * filesystem and another device rm cannot run. |
| 2082 | */ |
Anand Jain | 1da7396 | 2018-08-10 13:53:21 +0800 | [diff] [blame] | 2083 | num_devices = btrfs_num_devices(fs_info); |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2084 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2085 | ret = btrfs_check_raid_min_devices(fs_info, num_devices - 1); |
Anand Jain | f1fa7f2 | 2016-02-13 10:01:33 +0800 | [diff] [blame] | 2086 | if (ret) |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2087 | return ret; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2088 | |
Josef Bacik | 1a15eb7 | 2021-10-05 16:12:44 -0400 | [diff] [blame] | 2089 | device = btrfs_find_device(fs_info->fs_devices, args); |
| 2090 | if (!device) { |
| 2091 | if (args->missing) |
Nikolay Borisov | a27a94c | 2018-09-03 12:46:14 +0300 | [diff] [blame] | 2092 | ret = BTRFS_ERROR_DEV_MISSING_NOT_FOUND; |
| 2093 | else |
Josef Bacik | 1a15eb7 | 2021-10-05 16:12:44 -0400 | [diff] [blame] | 2094 | ret = -ENOENT; |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2095 | return ret; |
Nikolay Borisov | a27a94c | 2018-09-03 12:46:14 +0300 | [diff] [blame] | 2096 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2097 | |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 2098 | if (btrfs_pinned_by_swapfile(fs_info, device)) { |
| 2099 | btrfs_warn_in_rcu(fs_info, |
| 2100 | "cannot remove device %s (devid %llu) due to active swapfile", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 2101 | btrfs_dev_name(device), device->devid); |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2102 | return -ETXTBSY; |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 2103 | } |
| 2104 | |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2105 | if (test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) |
| 2106 | return BTRFS_ERROR_DEV_TGT_REPLACE; |
Stefan Behrens | 63a212a | 2012-11-05 18:29:28 +0100 | [diff] [blame] | 2107 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2108 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state) && |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2109 | fs_info->fs_devices->rw_devices == 1) |
| 2110 | return BTRFS_ERROR_DEV_ONLY_WRITABLE; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2111 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2112 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2113 | mutex_lock(&fs_info->chunk_mutex); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2114 | list_del_init(&device->dev_alloc_list); |
Miao Xie | c3929c3 | 2014-09-03 21:35:47 +0800 | [diff] [blame] | 2115 | device->fs_devices->rw_devices--; |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2116 | mutex_unlock(&fs_info->chunk_mutex); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2117 | } |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2118 | |
| 2119 | ret = btrfs_shrink_device(device, 0); |
| 2120 | if (ret) |
Ilya Dryomov | 9b3517e | 2011-02-15 18:14:25 +0000 | [diff] [blame] | 2121 | goto error_undo; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2122 | |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2123 | trans = btrfs_start_transaction(fs_info->chunk_root, 0); |
| 2124 | if (IS_ERR(trans)) { |
| 2125 | ret = PTR_ERR(trans); |
Ilya Dryomov | 9b3517e | 2011-02-15 18:14:25 +0000 | [diff] [blame] | 2126 | goto error_undo; |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2127 | } |
| 2128 | |
| 2129 | ret = btrfs_rm_dev_item(trans, device); |
| 2130 | if (ret) { |
| 2131 | /* Any error in dev item removal is critical */ |
| 2132 | btrfs_crit(fs_info, |
| 2133 | "failed to remove device item for devid %llu: %d", |
| 2134 | device->devid, ret); |
| 2135 | btrfs_abort_transaction(trans, ret); |
| 2136 | btrfs_end_transaction(trans); |
| 2137 | return ret; |
| 2138 | } |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2139 | |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 2140 | clear_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state); |
David Sterba | 163e97e | 2019-03-20 16:32:55 +0100 | [diff] [blame] | 2141 | btrfs_scrub_cancel_dev(device); |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 2142 | |
| 2143 | /* |
| 2144 | * the device list mutex makes sure that we don't change |
| 2145 | * the device list while someone else is writing out all |
Filipe David Borba Manana | d730680 | 2013-08-09 15:41:36 +0100 | [diff] [blame] | 2146 | * the device supers. Whoever is writing all supers, should |
| 2147 | * lock the device list mutex before getting the number of |
| 2148 | * devices in the super block (super_copy). Conversely, |
| 2149 | * whoever updates the number of devices in the super block |
| 2150 | * (super_copy) should hold the device list mutex. |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 2151 | */ |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 2152 | |
Anand Jain | 41a52a0 | 2018-04-12 10:29:31 +0800 | [diff] [blame] | 2153 | /* |
| 2154 | * In normal cases the cur_devices == fs_devices. But in case |
| 2155 | * of deleting a seed device, the cur_devices should point to |
Su Yue | 9675ea8 | 2021-08-18 12:15:48 +0800 | [diff] [blame] | 2156 | * its own fs_devices listed under the fs_devices->seed_list. |
Anand Jain | 41a52a0 | 2018-04-12 10:29:31 +0800 | [diff] [blame] | 2157 | */ |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 2158 | cur_devices = device->fs_devices; |
Anand Jain | b518519 | 2018-04-12 10:29:30 +0800 | [diff] [blame] | 2159 | mutex_lock(&fs_devices->device_list_mutex); |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 2160 | list_del_rcu(&device->dev_list); |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 2161 | |
Anand Jain | 41a52a0 | 2018-04-12 10:29:31 +0800 | [diff] [blame] | 2162 | cur_devices->num_devices--; |
| 2163 | cur_devices->total_devices--; |
Anand Jain | b4993e6 | 2018-07-03 17:07:23 +0800 | [diff] [blame] | 2164 | /* Update total_devices of the parent fs_devices if it's seed */ |
| 2165 | if (cur_devices != fs_devices) |
| 2166 | fs_devices->total_devices--; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2167 | |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 2168 | if (test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) |
Anand Jain | 41a52a0 | 2018-04-12 10:29:31 +0800 | [diff] [blame] | 2169 | cur_devices->missing_devices--; |
Chris Mason | cd02dca | 2010-12-13 14:56:23 -0500 | [diff] [blame] | 2170 | |
Nikolay Borisov | d6507cf | 2018-07-20 19:37:50 +0300 | [diff] [blame] | 2171 | btrfs_assign_next_active_device(device, NULL); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2172 | |
Eric Sandeen | 0bfaa9c | 2014-07-07 12:34:49 -0500 | [diff] [blame] | 2173 | if (device->bdev) { |
Anand Jain | 41a52a0 | 2018-04-12 10:29:31 +0800 | [diff] [blame] | 2174 | cur_devices->open_devices--; |
Eric Sandeen | 0bfaa9c | 2014-07-07 12:34:49 -0500 | [diff] [blame] | 2175 | /* remove sysfs entry */ |
Anand Jain | 53f8a74 | 2020-09-05 01:34:27 +0800 | [diff] [blame] | 2176 | btrfs_sysfs_remove_device(device); |
Eric Sandeen | 0bfaa9c | 2014-07-07 12:34:49 -0500 | [diff] [blame] | 2177 | } |
Anand Jain | 99994cd | 2014-06-03 11:36:00 +0800 | [diff] [blame] | 2178 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2179 | num_devices = btrfs_super_num_devices(fs_info->super_copy) - 1; |
| 2180 | btrfs_set_super_num_devices(fs_info->super_copy, num_devices); |
Anand Jain | b518519 | 2018-04-12 10:29:30 +0800 | [diff] [blame] | 2181 | mutex_unlock(&fs_devices->device_list_mutex); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2182 | |
Jeff Mahoney | cea67ab | 2016-09-20 08:50:21 -0400 | [diff] [blame] | 2183 | /* |
Josef Bacik | 3fa421d | 2021-07-27 17:01:17 -0400 | [diff] [blame] | 2184 | * At this point, the device is zero sized and detached from the |
| 2185 | * devices list. All that's left is to zero out the old supers and |
| 2186 | * free the device. |
| 2187 | * |
| 2188 | * We cannot call btrfs_close_bdev() here because we're holding the sb |
| 2189 | * write lock, and blkdev_put() will pull in the ->open_mutex on the |
| 2190 | * block device and it's dependencies. Instead just flush the device |
| 2191 | * and let the caller do the final blkdev_put. |
Jeff Mahoney | cea67ab | 2016-09-20 08:50:21 -0400 | [diff] [blame] | 2192 | */ |
Josef Bacik | 3fa421d | 2021-07-27 17:01:17 -0400 | [diff] [blame] | 2193 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 2194 | btrfs_scratch_superblocks(fs_info, device->bdev, |
| 2195 | device->name->str); |
Josef Bacik | 3fa421d | 2021-07-27 17:01:17 -0400 | [diff] [blame] | 2196 | if (device->bdev) { |
| 2197 | sync_blockdev(device->bdev); |
| 2198 | invalidate_bdev(device->bdev); |
| 2199 | } |
| 2200 | } |
Jeff Mahoney | cea67ab | 2016-09-20 08:50:21 -0400 | [diff] [blame] | 2201 | |
Josef Bacik | 3fa421d | 2021-07-27 17:01:17 -0400 | [diff] [blame] | 2202 | *bdev = device->bdev; |
| 2203 | *mode = device->mode; |
Nikolay Borisov | 8e75fd8 | 2019-03-27 14:24:11 +0200 | [diff] [blame] | 2204 | synchronize_rcu(); |
| 2205 | btrfs_free_device(device); |
Jeff Mahoney | cea67ab | 2016-09-20 08:50:21 -0400 | [diff] [blame] | 2206 | |
Josef Bacik | 8b41393 | 2021-10-05 16:12:41 -0400 | [diff] [blame] | 2207 | /* |
| 2208 | * This can happen if cur_devices is the private seed devices list. We |
| 2209 | * cannot call close_fs_devices() here because it expects the uuid_mutex |
| 2210 | * to be held, but in fact we don't need that for the private |
| 2211 | * seed_devices, we can simply decrement cur_devices->opened and then |
| 2212 | * remove it from our list and free the fs_devices. |
| 2213 | */ |
Anand Jain | 8e90694 | 2021-10-05 16:12:39 -0400 | [diff] [blame] | 2214 | if (cur_devices->num_devices == 0) { |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 2215 | list_del_init(&cur_devices->seed_list); |
Josef Bacik | 8b41393 | 2021-10-05 16:12:41 -0400 | [diff] [blame] | 2216 | ASSERT(cur_devices->opened == 1); |
| 2217 | cur_devices->opened--; |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 2218 | free_fs_devices(cur_devices); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2219 | } |
| 2220 | |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2221 | ret = btrfs_commit_transaction(trans); |
| 2222 | |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2223 | return ret; |
Anand Jain | 24fc572 | 2016-02-13 10:01:36 +0800 | [diff] [blame] | 2224 | |
Ilya Dryomov | 9b3517e | 2011-02-15 18:14:25 +0000 | [diff] [blame] | 2225 | error_undo: |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2226 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2227 | mutex_lock(&fs_info->chunk_mutex); |
Ilya Dryomov | 9b3517e | 2011-02-15 18:14:25 +0000 | [diff] [blame] | 2228 | list_add(&device->dev_alloc_list, |
Anand Jain | b518519 | 2018-04-12 10:29:30 +0800 | [diff] [blame] | 2229 | &fs_devices->alloc_list); |
Miao Xie | c3929c3 | 2014-09-03 21:35:47 +0800 | [diff] [blame] | 2230 | device->fs_devices->rw_devices++; |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2231 | mutex_unlock(&fs_info->chunk_mutex); |
Ilya Dryomov | 9b3517e | 2011-02-15 18:14:25 +0000 | [diff] [blame] | 2232 | } |
Qu Wenruo | bbac586 | 2022-03-08 13:36:38 +0800 | [diff] [blame] | 2233 | return ret; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 2234 | } |
| 2235 | |
Nikolay Borisov | 68a9db5 | 2018-07-20 19:37:48 +0300 | [diff] [blame] | 2236 | void btrfs_rm_dev_replace_remove_srcdev(struct btrfs_device *srcdev) |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2237 | { |
Anand Jain | d51908c | 2014-08-13 14:24:19 +0800 | [diff] [blame] | 2238 | struct btrfs_fs_devices *fs_devices; |
| 2239 | |
Nikolay Borisov | 68a9db5 | 2018-07-20 19:37:48 +0300 | [diff] [blame] | 2240 | lockdep_assert_held(&srcdev->fs_info->fs_devices->device_list_mutex); |
Ilya Dryomov | 1357272 | 2013-10-02 20:41:01 +0300 | [diff] [blame] | 2241 | |
Anand Jain | 25e8e91 | 2014-08-20 10:56:56 +0800 | [diff] [blame] | 2242 | /* |
| 2243 | * in case of fs with no seed, srcdev->fs_devices will point |
| 2244 | * to fs_devices of fs_info. However when the dev being replaced is |
| 2245 | * a seed dev it will point to the seed's local fs_devices. In short |
| 2246 | * srcdev will have its correct fs_devices in both the cases. |
| 2247 | */ |
| 2248 | fs_devices = srcdev->fs_devices; |
Anand Jain | d51908c | 2014-08-13 14:24:19 +0800 | [diff] [blame] | 2249 | |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2250 | list_del_rcu(&srcdev->dev_list); |
David Sterba | 619c47f | 2017-06-19 14:14:22 +0200 | [diff] [blame] | 2251 | list_del(&srcdev->dev_alloc_list); |
Anand Jain | d51908c | 2014-08-13 14:24:19 +0800 | [diff] [blame] | 2252 | fs_devices->num_devices--; |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 2253 | if (test_bit(BTRFS_DEV_STATE_MISSING, &srcdev->dev_state)) |
Anand Jain | d51908c | 2014-08-13 14:24:19 +0800 | [diff] [blame] | 2254 | fs_devices->missing_devices--; |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2255 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2256 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &srcdev->dev_state)) |
Miao Xie | 82372bc | 2014-09-03 21:35:44 +0800 | [diff] [blame] | 2257 | fs_devices->rw_devices--; |
Ilya Dryomov | 1357272 | 2013-10-02 20:41:01 +0300 | [diff] [blame] | 2258 | |
Miao Xie | 82372bc | 2014-09-03 21:35:44 +0800 | [diff] [blame] | 2259 | if (srcdev->bdev) |
Anand Jain | d51908c | 2014-08-13 14:24:19 +0800 | [diff] [blame] | 2260 | fs_devices->open_devices--; |
Qu Wenruo | 084b6e7c | 2014-10-30 16:52:31 +0800 | [diff] [blame] | 2261 | } |
| 2262 | |
David Sterba | 65237ee | 2019-03-20 16:34:54 +0100 | [diff] [blame] | 2263 | void btrfs_rm_dev_replace_free_srcdev(struct btrfs_device *srcdev) |
Qu Wenruo | 084b6e7c | 2014-10-30 16:52:31 +0800 | [diff] [blame] | 2264 | { |
| 2265 | struct btrfs_fs_devices *fs_devices = srcdev->fs_devices; |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2266 | |
Josef Bacik | a466c85 | 2020-08-20 11:18:27 -0400 | [diff] [blame] | 2267 | mutex_lock(&uuid_mutex); |
| 2268 | |
Anand Jain | 1423881 | 2016-07-22 06:04:53 +0800 | [diff] [blame] | 2269 | btrfs_close_bdev(srcdev); |
Nikolay Borisov | 8e75fd8 | 2019-03-27 14:24:11 +0200 | [diff] [blame] | 2270 | synchronize_rcu(); |
| 2271 | btrfs_free_device(srcdev); |
Anand Jain | 94d5f0c | 2014-08-13 14:24:22 +0800 | [diff] [blame] | 2272 | |
Anand Jain | 94d5f0c | 2014-08-13 14:24:22 +0800 | [diff] [blame] | 2273 | /* if this is no devs we rather delete the fs_devices */ |
| 2274 | if (!fs_devices->num_devices) { |
Anand Jain | 6dd38f8 | 2017-10-17 06:53:50 +0800 | [diff] [blame] | 2275 | /* |
| 2276 | * On a mounted FS, num_devices can't be zero unless it's a |
| 2277 | * seed. In case of a seed device being replaced, the replace |
| 2278 | * target added to the sprout FS, so there will be no more |
| 2279 | * device left under the seed FS. |
| 2280 | */ |
| 2281 | ASSERT(fs_devices->seeding); |
| 2282 | |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 2283 | list_del_init(&fs_devices->seed_list); |
Anand Jain | 0226e0e | 2018-04-12 10:29:27 +0800 | [diff] [blame] | 2284 | close_fs_devices(fs_devices); |
Anand Jain | 8bef840 | 2014-08-13 14:24:23 +0800 | [diff] [blame] | 2285 | free_fs_devices(fs_devices); |
Anand Jain | 94d5f0c | 2014-08-13 14:24:22 +0800 | [diff] [blame] | 2286 | } |
Josef Bacik | a466c85 | 2020-08-20 11:18:27 -0400 | [diff] [blame] | 2287 | mutex_unlock(&uuid_mutex); |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2288 | } |
| 2289 | |
Nikolay Borisov | 4f5ad7b | 2018-07-20 19:37:51 +0300 | [diff] [blame] | 2290 | void btrfs_destroy_dev_replace_tgtdev(struct btrfs_device *tgtdev) |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2291 | { |
Nikolay Borisov | 4f5ad7b | 2018-07-20 19:37:51 +0300 | [diff] [blame] | 2292 | struct btrfs_fs_devices *fs_devices = tgtdev->fs_info->fs_devices; |
Anand Jain | d2ff1b2 | 2015-03-10 06:38:42 +0800 | [diff] [blame] | 2293 | |
Anand Jain | d9a071f | 2018-04-12 10:29:38 +0800 | [diff] [blame] | 2294 | mutex_lock(&fs_devices->device_list_mutex); |
| 2295 | |
Anand Jain | 53f8a74 | 2020-09-05 01:34:27 +0800 | [diff] [blame] | 2296 | btrfs_sysfs_remove_device(tgtdev); |
Anand Jain | d2ff1b2 | 2015-03-10 06:38:42 +0800 | [diff] [blame] | 2297 | |
Anand Jain | 779bf3fe | 2016-04-18 16:51:23 +0800 | [diff] [blame] | 2298 | if (tgtdev->bdev) |
Anand Jain | d9a071f | 2018-04-12 10:29:38 +0800 | [diff] [blame] | 2299 | fs_devices->open_devices--; |
Anand Jain | 779bf3fe | 2016-04-18 16:51:23 +0800 | [diff] [blame] | 2300 | |
Anand Jain | d9a071f | 2018-04-12 10:29:38 +0800 | [diff] [blame] | 2301 | fs_devices->num_devices--; |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2302 | |
Nikolay Borisov | d6507cf | 2018-07-20 19:37:50 +0300 | [diff] [blame] | 2303 | btrfs_assign_next_active_device(tgtdev, NULL); |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2304 | |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2305 | list_del_rcu(&tgtdev->dev_list); |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2306 | |
Anand Jain | d9a071f | 2018-04-12 10:29:38 +0800 | [diff] [blame] | 2307 | mutex_unlock(&fs_devices->device_list_mutex); |
Anand Jain | 779bf3fe | 2016-04-18 16:51:23 +0800 | [diff] [blame] | 2308 | |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 2309 | btrfs_scratch_superblocks(tgtdev->fs_info, tgtdev->bdev, |
| 2310 | tgtdev->name->str); |
Anand Jain | 1423881 | 2016-07-22 06:04:53 +0800 | [diff] [blame] | 2311 | |
| 2312 | btrfs_close_bdev(tgtdev); |
Nikolay Borisov | 8e75fd8 | 2019-03-27 14:24:11 +0200 | [diff] [blame] | 2313 | synchronize_rcu(); |
| 2314 | btrfs_free_device(tgtdev); |
Stefan Behrens | e93c89c | 2012-11-05 17:33:06 +0100 | [diff] [blame] | 2315 | } |
| 2316 | |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 2317 | /* |
| 2318 | * Populate args from device at path. |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2319 | * |
| 2320 | * @fs_info: the filesystem |
| 2321 | * @args: the args to populate |
| 2322 | * @path: the path to the device |
| 2323 | * |
| 2324 | * This will read the super block of the device at @path and populate @args with |
| 2325 | * the devid, fsid, and uuid. This is meant to be used for ioctls that need to |
| 2326 | * lookup a device to operate on, but need to do it before we take any locks. |
| 2327 | * This properly handles the special case of "missing" that a user may pass in, |
| 2328 | * and does some basic sanity checks. The caller must make sure that @path is |
| 2329 | * properly NUL terminated before calling in, and must call |
| 2330 | * btrfs_put_dev_args_from_path() in order to free up the temporary fsid and |
| 2331 | * uuid buffers. |
| 2332 | * |
| 2333 | * Return: 0 for success, -errno for failure |
| 2334 | */ |
| 2335 | int btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info, |
| 2336 | struct btrfs_dev_lookup_args *args, |
| 2337 | const char *path) |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2338 | { |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2339 | struct btrfs_super_block *disk_super; |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2340 | struct block_device *bdev; |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2341 | int ret; |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2342 | |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2343 | if (!path || !path[0]) |
| 2344 | return -EINVAL; |
| 2345 | if (!strcmp(path, "missing")) { |
| 2346 | args->missing = true; |
| 2347 | return 0; |
| 2348 | } |
| 2349 | |
| 2350 | args->uuid = kzalloc(BTRFS_UUID_SIZE, GFP_KERNEL); |
| 2351 | args->fsid = kzalloc(BTRFS_FSID_SIZE, GFP_KERNEL); |
| 2352 | if (!args->uuid || !args->fsid) { |
| 2353 | btrfs_put_dev_args_from_path(args); |
| 2354 | return -ENOMEM; |
| 2355 | } |
| 2356 | |
| 2357 | ret = btrfs_get_bdev_and_sb(path, FMODE_READ, fs_info->bdev_holder, 0, |
| 2358 | &bdev, &disk_super); |
Zixuan Fu | 9ea0106a | 2022-08-15 23:16:06 +0800 | [diff] [blame] | 2359 | if (ret) { |
| 2360 | btrfs_put_dev_args_from_path(args); |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2361 | return ret; |
Zixuan Fu | 9ea0106a | 2022-08-15 23:16:06 +0800 | [diff] [blame] | 2362 | } |
| 2363 | |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2364 | args->devid = btrfs_stack_device_id(&disk_super->dev_item); |
| 2365 | memcpy(args->uuid, disk_super->dev_item.uuid, BTRFS_UUID_SIZE); |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 2366 | if (btrfs_fs_incompat(fs_info, METADATA_UUID)) |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2367 | memcpy(args->fsid, disk_super->metadata_uuid, BTRFS_FSID_SIZE); |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 2368 | else |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2369 | memcpy(args->fsid, disk_super->fsid, BTRFS_FSID_SIZE); |
Johannes Thumshirn | 8f32380 | 2020-02-14 00:24:32 +0900 | [diff] [blame] | 2370 | btrfs_release_disk_super(disk_super); |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2371 | blkdev_put(bdev, FMODE_READ); |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2372 | return 0; |
Stefan Behrens | 7ba15b7 | 2012-11-05 14:42:30 +0100 | [diff] [blame] | 2373 | } |
| 2374 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2375 | /* |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2376 | * Only use this jointly with btrfs_get_dev_args_from_path() because we will |
| 2377 | * allocate our ->uuid and ->fsid pointers, everybody else uses local variables |
| 2378 | * that don't need to be freed. |
David Sterba | 5c5c0df | 2016-02-15 16:39:55 +0100 | [diff] [blame] | 2379 | */ |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2380 | void btrfs_put_dev_args_from_path(struct btrfs_dev_lookup_args *args) |
| 2381 | { |
| 2382 | kfree(args->uuid); |
| 2383 | kfree(args->fsid); |
| 2384 | args->uuid = NULL; |
| 2385 | args->fsid = NULL; |
| 2386 | } |
| 2387 | |
Nikolay Borisov | a27a94c | 2018-09-03 12:46:14 +0300 | [diff] [blame] | 2388 | struct btrfs_device *btrfs_find_device_by_devspec( |
Anand Jain | 6e927ce | 2019-01-17 23:32:29 +0800 | [diff] [blame] | 2389 | struct btrfs_fs_info *fs_info, u64 devid, |
| 2390 | const char *device_path) |
Anand Jain | 24e0474 | 2016-02-13 10:01:35 +0800 | [diff] [blame] | 2391 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 2392 | BTRFS_DEV_LOOKUP_ARGS(args); |
Nikolay Borisov | a27a94c | 2018-09-03 12:46:14 +0300 | [diff] [blame] | 2393 | struct btrfs_device *device; |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2394 | int ret; |
Anand Jain | 24e0474 | 2016-02-13 10:01:35 +0800 | [diff] [blame] | 2395 | |
David Sterba | 5c5c0df | 2016-02-15 16:39:55 +0100 | [diff] [blame] | 2396 | if (devid) { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 2397 | args.devid = devid; |
| 2398 | device = btrfs_find_device(fs_info->fs_devices, &args); |
Nikolay Borisov | a27a94c | 2018-09-03 12:46:14 +0300 | [diff] [blame] | 2399 | if (!device) |
| 2400 | return ERR_PTR(-ENOENT); |
Anand Jain | 6e927ce | 2019-01-17 23:32:29 +0800 | [diff] [blame] | 2401 | return device; |
Anand Jain | 24e0474 | 2016-02-13 10:01:35 +0800 | [diff] [blame] | 2402 | } |
Anand Jain | 6e927ce | 2019-01-17 23:32:29 +0800 | [diff] [blame] | 2403 | |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2404 | ret = btrfs_get_dev_args_from_path(fs_info, &args, device_path); |
| 2405 | if (ret) |
| 2406 | return ERR_PTR(ret); |
| 2407 | device = btrfs_find_device(fs_info->fs_devices, &args); |
| 2408 | btrfs_put_dev_args_from_path(&args); |
| 2409 | if (!device) |
Anand Jain | 6e927ce | 2019-01-17 23:32:29 +0800 | [diff] [blame] | 2410 | return ERR_PTR(-ENOENT); |
Josef Bacik | faa775c | 2021-10-05 16:12:43 -0400 | [diff] [blame] | 2411 | return device; |
Anand Jain | 24e0474 | 2016-02-13 10:01:35 +0800 | [diff] [blame] | 2412 | } |
| 2413 | |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2414 | static struct btrfs_fs_devices *btrfs_init_sprout(struct btrfs_fs_info *fs_info) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2415 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2416 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2417 | struct btrfs_fs_devices *old_devices; |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2418 | struct btrfs_fs_devices *seed_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2419 | |
David Sterba | a32bf9a | 2018-03-16 02:21:22 +0100 | [diff] [blame] | 2420 | lockdep_assert_held(&uuid_mutex); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2421 | if (!fs_devices->seeding) |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2422 | return ERR_PTR(-EINVAL); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2423 | |
Nikolay Borisov | 427c8fd | 2020-08-12 17:04:36 +0300 | [diff] [blame] | 2424 | /* |
| 2425 | * Private copy of the seed devices, anchored at |
| 2426 | * fs_info->fs_devices->seed_list |
| 2427 | */ |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 2428 | seed_devices = alloc_fs_devices(NULL, NULL); |
Ilya Dryomov | 2208a37 | 2013-08-12 14:33:03 +0300 | [diff] [blame] | 2429 | if (IS_ERR(seed_devices)) |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2430 | return seed_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2431 | |
Nikolay Borisov | 427c8fd | 2020-08-12 17:04:36 +0300 | [diff] [blame] | 2432 | /* |
| 2433 | * It's necessary to retain a copy of the original seed fs_devices in |
| 2434 | * fs_uuids so that filesystems which have been seeded can successfully |
| 2435 | * reference the seed device from open_seed_devices. This also supports |
| 2436 | * multiple fs seed. |
| 2437 | */ |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2438 | old_devices = clone_fs_devices(fs_devices); |
| 2439 | if (IS_ERR(old_devices)) { |
| 2440 | kfree(seed_devices); |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2441 | return old_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2442 | } |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2443 | |
Anand Jain | c4babc5 | 2018-04-12 10:29:25 +0800 | [diff] [blame] | 2444 | list_add(&old_devices->fs_list, &fs_uuids); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2445 | |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2446 | memcpy(seed_devices, fs_devices, sizeof(*seed_devices)); |
| 2447 | seed_devices->opened = 1; |
| 2448 | INIT_LIST_HEAD(&seed_devices->devices); |
| 2449 | INIT_LIST_HEAD(&seed_devices->alloc_list); |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 2450 | mutex_init(&seed_devices->device_list_mutex); |
Xiao Guangrong | c9513ed | 2011-04-20 10:07:30 +0000 | [diff] [blame] | 2451 | |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2452 | return seed_devices; |
| 2453 | } |
| 2454 | |
| 2455 | /* |
| 2456 | * Splice seed devices into the sprout fs_devices. |
| 2457 | * Generate a new fsid for the sprouted read-write filesystem. |
| 2458 | */ |
| 2459 | static void btrfs_setup_sprout(struct btrfs_fs_info *fs_info, |
| 2460 | struct btrfs_fs_devices *seed_devices) |
| 2461 | { |
| 2462 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
| 2463 | struct btrfs_super_block *disk_super = fs_info->super_copy; |
| 2464 | struct btrfs_device *device; |
| 2465 | u64 super_flags; |
| 2466 | |
| 2467 | /* |
| 2468 | * We are updating the fsid, the thread leading to device_list_add() |
| 2469 | * could race, so uuid_mutex is needed. |
| 2470 | */ |
| 2471 | lockdep_assert_held(&uuid_mutex); |
| 2472 | |
| 2473 | /* |
| 2474 | * The threads listed below may traverse dev_list but can do that without |
| 2475 | * device_list_mutex: |
| 2476 | * - All device ops and balance - as we are in btrfs_exclop_start. |
| 2477 | * - Various dev_list readers - are using RCU. |
| 2478 | * - btrfs_ioctl_fitrim() - is using RCU. |
| 2479 | * |
| 2480 | * For-read threads as below are using device_list_mutex: |
| 2481 | * - Readonly scrub btrfs_scrub_dev() |
| 2482 | * - Readonly scrub btrfs_scrub_progress() |
| 2483 | * - btrfs_get_dev_stats() |
| 2484 | */ |
| 2485 | lockdep_assert_held(&fs_devices->device_list_mutex); |
| 2486 | |
Xiao Guangrong | 1f78160 | 2011-04-20 10:09:16 +0000 | [diff] [blame] | 2487 | list_splice_init_rcu(&fs_devices->devices, &seed_devices->devices, |
| 2488 | synchronize_rcu); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2489 | list_for_each_entry(device, &seed_devices->devices, dev_list) |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 2490 | device->fs_devices = seed_devices; |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2491 | |
Johannes Thumshirn | 0395d84 | 2019-11-13 11:27:27 +0100 | [diff] [blame] | 2492 | fs_devices->seeding = false; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2493 | fs_devices->num_devices = 0; |
| 2494 | fs_devices->open_devices = 0; |
Miao Xie | 69611ac | 2014-07-03 18:22:12 +0800 | [diff] [blame] | 2495 | fs_devices->missing_devices = 0; |
Johannes Thumshirn | 7f0432d | 2019-11-13 11:27:28 +0100 | [diff] [blame] | 2496 | fs_devices->rotating = false; |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 2497 | list_add(&seed_devices->seed_list, &fs_devices->seed_list); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2498 | |
| 2499 | generate_random_uuid(fs_devices->fsid); |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 2500 | memcpy(fs_devices->metadata_uuid, fs_devices->fsid, BTRFS_FSID_SIZE); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2501 | memcpy(disk_super->fsid, fs_devices->fsid, BTRFS_FSID_SIZE); |
Filipe David Borba Manana | f717175 | 2013-08-12 20:56:58 +0100 | [diff] [blame] | 2502 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2503 | super_flags = btrfs_super_flags(disk_super) & |
| 2504 | ~BTRFS_SUPER_FLAG_SEEDING; |
| 2505 | btrfs_set_super_flags(disk_super, super_flags); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2506 | } |
| 2507 | |
| 2508 | /* |
Nicholas D Steeves | 0132761 | 2016-05-19 21:18:45 -0400 | [diff] [blame] | 2509 | * Store the expected generation for seed devices in device items. |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2510 | */ |
David Sterba | 5c466629 | 2019-03-20 16:36:39 +0100 | [diff] [blame] | 2511 | static int btrfs_finish_sprout(struct btrfs_trans_handle *trans) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2512 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 2513 | BTRFS_DEV_LOOKUP_ARGS(args); |
David Sterba | 5c466629 | 2019-03-20 16:36:39 +0100 | [diff] [blame] | 2514 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 2515 | struct btrfs_root *root = fs_info->chunk_root; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2516 | struct btrfs_path *path; |
| 2517 | struct extent_buffer *leaf; |
| 2518 | struct btrfs_dev_item *dev_item; |
| 2519 | struct btrfs_device *device; |
| 2520 | struct btrfs_key key; |
Anand Jain | 44880fd | 2017-07-29 17:50:09 +0800 | [diff] [blame] | 2521 | u8 fs_uuid[BTRFS_FSID_SIZE]; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2522 | u8 dev_uuid[BTRFS_UUID_SIZE]; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2523 | int ret; |
| 2524 | |
| 2525 | path = btrfs_alloc_path(); |
| 2526 | if (!path) |
| 2527 | return -ENOMEM; |
| 2528 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2529 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 2530 | key.offset = 0; |
| 2531 | key.type = BTRFS_DEV_ITEM_KEY; |
| 2532 | |
| 2533 | while (1) { |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 2534 | btrfs_reserve_chunk_metadata(trans, false); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2535 | ret = btrfs_search_slot(trans, root, &key, path, 0, 1); |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 2536 | btrfs_trans_release_chunk_metadata(trans); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2537 | if (ret < 0) |
| 2538 | goto error; |
| 2539 | |
| 2540 | leaf = path->nodes[0]; |
| 2541 | next_slot: |
| 2542 | if (path->slots[0] >= btrfs_header_nritems(leaf)) { |
| 2543 | ret = btrfs_next_leaf(root, path); |
| 2544 | if (ret > 0) |
| 2545 | break; |
| 2546 | if (ret < 0) |
| 2547 | goto error; |
| 2548 | leaf = path->nodes[0]; |
| 2549 | btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 2550 | btrfs_release_path(path); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2551 | continue; |
| 2552 | } |
| 2553 | |
| 2554 | btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); |
| 2555 | if (key.objectid != BTRFS_DEV_ITEMS_OBJECTID || |
| 2556 | key.type != BTRFS_DEV_ITEM_KEY) |
| 2557 | break; |
| 2558 | |
| 2559 | dev_item = btrfs_item_ptr(leaf, path->slots[0], |
| 2560 | struct btrfs_dev_item); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 2561 | args.devid = btrfs_device_id(leaf, dev_item); |
Geert Uytterhoeven | 410ba3a | 2013-08-20 13:20:11 +0200 | [diff] [blame] | 2562 | read_extent_buffer(leaf, dev_uuid, btrfs_device_uuid(dev_item), |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2563 | BTRFS_UUID_SIZE); |
Geert Uytterhoeven | 1473b24 | 2013-08-20 13:20:12 +0200 | [diff] [blame] | 2564 | read_extent_buffer(leaf, fs_uuid, btrfs_device_fsid(dev_item), |
Anand Jain | 44880fd | 2017-07-29 17:50:09 +0800 | [diff] [blame] | 2565 | BTRFS_FSID_SIZE); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 2566 | args.uuid = dev_uuid; |
| 2567 | args.fsid = fs_uuid; |
| 2568 | device = btrfs_find_device(fs_info->fs_devices, &args); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2569 | BUG_ON(!device); /* Logic error */ |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2570 | |
| 2571 | if (device->fs_devices->seeding) { |
| 2572 | btrfs_set_device_generation(leaf, dev_item, |
| 2573 | device->generation); |
| 2574 | btrfs_mark_buffer_dirty(leaf); |
| 2575 | } |
| 2576 | |
| 2577 | path->slots[0]++; |
| 2578 | goto next_slot; |
| 2579 | } |
| 2580 | ret = 0; |
| 2581 | error: |
| 2582 | btrfs_free_path(path); |
| 2583 | return ret; |
| 2584 | } |
| 2585 | |
David Sterba | da353f6 | 2017-02-14 17:55:53 +0100 | [diff] [blame] | 2586 | int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *device_path) |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2587 | { |
Jeff Mahoney | 5112feb | 2016-06-21 20:16:08 -0400 | [diff] [blame] | 2588 | struct btrfs_root *root = fs_info->dev_root; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2589 | struct btrfs_trans_handle *trans; |
| 2590 | struct btrfs_device *device; |
| 2591 | struct block_device *bdev; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2592 | struct super_block *sb = fs_info->sb; |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2593 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2594 | struct btrfs_fs_devices *seed_devices; |
Naohiro Aota | 39379fa | 2018-07-27 09:04:55 +0900 | [diff] [blame] | 2595 | u64 orig_super_total_bytes; |
| 2596 | u64 orig_super_num_devices; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2597 | int ret = 0; |
Anand Jain | fd88080 | 2021-09-21 12:33:23 +0800 | [diff] [blame] | 2598 | bool seeding_dev = false; |
Nikolay Borisov | 44cab9b | 2020-07-22 11:09:23 +0300 | [diff] [blame] | 2599 | bool locked = false; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2600 | |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2601 | if (sb_rdonly(sb) && !fs_devices->seeding) |
Liu Bo | f8c5d0b | 2012-05-10 18:10:38 +0800 | [diff] [blame] | 2602 | return -EROFS; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2603 | |
Li Zefan | a5d16333 | 2011-12-07 20:08:40 -0500 | [diff] [blame] | 2604 | bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2605 | fs_info->bdev_holder); |
Josef Bacik | 7f59203 | 2010-01-27 02:09:00 +0000 | [diff] [blame] | 2606 | if (IS_ERR(bdev)) |
| 2607 | return PTR_ERR(bdev); |
Chris Mason | a213501 | 2008-06-25 16:01:30 -0400 | [diff] [blame] | 2608 | |
Naohiro Aota | b70f509 | 2020-11-10 20:26:08 +0900 | [diff] [blame] | 2609 | if (!btrfs_check_device_zone_type(fs_info, bdev)) { |
| 2610 | ret = -EINVAL; |
| 2611 | goto error; |
| 2612 | } |
| 2613 | |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2614 | if (fs_devices->seeding) { |
Anand Jain | fd88080 | 2021-09-21 12:33:23 +0800 | [diff] [blame] | 2615 | seeding_dev = true; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2616 | down_write(&sb->s_umount); |
| 2617 | mutex_lock(&uuid_mutex); |
Nikolay Borisov | 44cab9b | 2020-07-22 11:09:23 +0300 | [diff] [blame] | 2618 | locked = true; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2619 | } |
| 2620 | |
Nikolay Borisov | b9ba017 | 2020-07-22 11:09:25 +0300 | [diff] [blame] | 2621 | sync_blockdev(bdev); |
Chris Mason | a213501 | 2008-06-25 16:01:30 -0400 | [diff] [blame] | 2622 | |
Nikolay Borisov | f4cfa9b | 2020-07-22 11:09:22 +0300 | [diff] [blame] | 2623 | rcu_read_lock(); |
| 2624 | list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) { |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2625 | if (device->bdev == bdev) { |
| 2626 | ret = -EEXIST; |
Nikolay Borisov | f4cfa9b | 2020-07-22 11:09:22 +0300 | [diff] [blame] | 2627 | rcu_read_unlock(); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2628 | goto error; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2629 | } |
| 2630 | } |
Nikolay Borisov | f4cfa9b | 2020-07-22 11:09:22 +0300 | [diff] [blame] | 2631 | rcu_read_unlock(); |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2632 | |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 2633 | device = btrfs_alloc_device(fs_info, NULL, NULL, device_path); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 2634 | if (IS_ERR(device)) { |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2635 | /* we can safely leave the fs_devices entry around */ |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 2636 | ret = PTR_ERR(device); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2637 | goto error; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2638 | } |
| 2639 | |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 2640 | device->fs_info = fs_info; |
| 2641 | device->bdev = bdev; |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 2642 | ret = lookup_bdev(device_path, &device->devt); |
| 2643 | if (ret) |
| 2644 | goto error_free_device; |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 2645 | |
Naohiro Aota | 16beac8 | 2021-11-11 14:14:38 +0900 | [diff] [blame] | 2646 | ret = btrfs_get_dev_zone_info(device, false); |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 2647 | if (ret) |
| 2648 | goto error_free_device; |
| 2649 | |
Yan, Zheng | a22285a | 2010-05-16 10:48:46 -0400 | [diff] [blame] | 2650 | trans = btrfs_start_transaction(root, 0); |
Tsutomu Itoh | 98d5dc1 | 2011-01-20 06:19:37 +0000 | [diff] [blame] | 2651 | if (IS_ERR(trans)) { |
Tsutomu Itoh | 98d5dc1 | 2011-01-20 06:19:37 +0000 | [diff] [blame] | 2652 | ret = PTR_ERR(trans); |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 2653 | goto error_free_zone; |
Tsutomu Itoh | 98d5dc1 | 2011-01-20 06:19:37 +0000 | [diff] [blame] | 2654 | } |
| 2655 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2656 | set_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2657 | device->generation = trans->transid; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2658 | device->io_width = fs_info->sectorsize; |
| 2659 | device->io_align = fs_info->sectorsize; |
| 2660 | device->sector_size = fs_info->sectorsize; |
Christoph Hellwig | cda00eb | 2021-10-18 12:11:12 +0200 | [diff] [blame] | 2661 | device->total_bytes = |
| 2662 | round_down(bdev_nr_bytes(bdev), fs_info->sectorsize); |
Yan Zheng | 2cc3c55 | 2009-06-04 09:23:50 -0400 | [diff] [blame] | 2663 | device->disk_total_bytes = device->total_bytes; |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 2664 | device->commit_total_bytes = device->total_bytes; |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 2665 | set_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state); |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 2666 | clear_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state); |
Ilya Dryomov | fb01aa8 | 2011-02-15 18:12:57 +0000 | [diff] [blame] | 2667 | device->mode = FMODE_EXCL; |
Stefan Behrens | 27087f37 | 2013-10-11 15:20:42 +0200 | [diff] [blame] | 2668 | device->dev_stats_valid = 1; |
David Sterba | 9f6d251 | 2017-06-16 01:48:05 +0200 | [diff] [blame] | 2669 | set_blocksize(device->bdev, BTRFS_BDEV_BLOCKSIZE); |
Zheng Yan | 325cd4b | 2008-09-05 16:43:54 -0400 | [diff] [blame] | 2670 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2671 | if (seeding_dev) { |
Filipe Manana | a0a1db7 | 2020-12-14 10:10:47 +0000 | [diff] [blame] | 2672 | btrfs_clear_sb_rdonly(sb); |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2673 | |
| 2674 | /* GFP_KERNEL allocation must not be under device_list_mutex */ |
| 2675 | seed_devices = btrfs_init_sprout(fs_info); |
| 2676 | if (IS_ERR(seed_devices)) { |
| 2677 | ret = PTR_ERR(seed_devices); |
Anand Jain | d31c32f | 2017-09-28 14:51:10 +0800 | [diff] [blame] | 2678 | btrfs_abort_transaction(trans, ret); |
| 2679 | goto error_trans; |
| 2680 | } |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2681 | } |
| 2682 | |
| 2683 | mutex_lock(&fs_devices->device_list_mutex); |
| 2684 | if (seeding_dev) { |
| 2685 | btrfs_setup_sprout(fs_info, seed_devices); |
Anand Jain | b7cb29e | 2021-08-24 13:05:21 +0800 | [diff] [blame] | 2686 | btrfs_assign_next_active_device(fs_info->fs_devices->latest_dev, |
| 2687 | device); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2688 | } |
| 2689 | |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2690 | device->fs_devices = fs_devices; |
Chris Mason | e5e9a52 | 2009-06-10 15:17:02 -0400 | [diff] [blame] | 2691 | |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2692 | mutex_lock(&fs_info->chunk_mutex); |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2693 | list_add_rcu(&device->dev_list, &fs_devices->devices); |
| 2694 | list_add(&device->dev_alloc_list, &fs_devices->alloc_list); |
| 2695 | fs_devices->num_devices++; |
| 2696 | fs_devices->open_devices++; |
| 2697 | fs_devices->rw_devices++; |
| 2698 | fs_devices->total_devices++; |
| 2699 | fs_devices->total_rw_bytes += device->total_bytes; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2700 | |
Nikolay Borisov | a5ed45f | 2017-05-11 09:17:46 +0300 | [diff] [blame] | 2701 | atomic64_add(device->total_bytes, &fs_info->free_chunk_space); |
Josef Bacik | 2bf6475 | 2011-09-26 17:12:22 -0400 | [diff] [blame] | 2702 | |
Christoph Hellwig | 10f0d2a5 | 2022-04-15 06:52:42 +0200 | [diff] [blame] | 2703 | if (!bdev_nonrot(bdev)) |
Johannes Thumshirn | 7f0432d | 2019-11-13 11:27:28 +0100 | [diff] [blame] | 2704 | fs_devices->rotating = true; |
Chris Mason | c289811 | 2009-06-10 09:51:32 -0400 | [diff] [blame] | 2705 | |
Naohiro Aota | 39379fa | 2018-07-27 09:04:55 +0900 | [diff] [blame] | 2706 | orig_super_total_bytes = btrfs_super_total_bytes(fs_info->super_copy); |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2707 | btrfs_set_super_total_bytes(fs_info->super_copy, |
Naohiro Aota | 39379fa | 2018-07-27 09:04:55 +0900 | [diff] [blame] | 2708 | round_down(orig_super_total_bytes + device->total_bytes, |
| 2709 | fs_info->sectorsize)); |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2710 | |
Naohiro Aota | 39379fa | 2018-07-27 09:04:55 +0900 | [diff] [blame] | 2711 | orig_super_num_devices = btrfs_super_num_devices(fs_info->super_copy); |
| 2712 | btrfs_set_super_num_devices(fs_info->super_copy, |
| 2713 | orig_super_num_devices + 1); |
Anand Jain | 0d39376 | 2014-06-03 11:36:01 +0800 | [diff] [blame] | 2714 | |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2715 | /* |
| 2716 | * we've got more storage, clear any full flags on the space |
| 2717 | * infos |
| 2718 | */ |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2719 | btrfs_clear_space_info_full(fs_info); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2720 | |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2721 | mutex_unlock(&fs_info->chunk_mutex); |
Josef Bacik | ca10845 | 2020-09-01 08:09:01 -0400 | [diff] [blame] | 2722 | |
| 2723 | /* Add sysfs device entry */ |
Anand Jain | cd36da2 | 2020-09-05 01:34:26 +0800 | [diff] [blame] | 2724 | btrfs_sysfs_add_device(device); |
Josef Bacik | ca10845 | 2020-09-01 08:09:01 -0400 | [diff] [blame] | 2725 | |
Anand Jain | 5da54bc | 2018-07-03 13:14:50 +0800 | [diff] [blame] | 2726 | mutex_unlock(&fs_devices->device_list_mutex); |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2727 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2728 | if (seeding_dev) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2729 | mutex_lock(&fs_info->chunk_mutex); |
David Sterba | 6f8e0fc | 2019-03-20 16:29:13 +0100 | [diff] [blame] | 2730 | ret = init_first_rw_device(trans); |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2731 | mutex_unlock(&fs_info->chunk_mutex); |
David Sterba | 005d642 | 2012-09-18 07:52:32 -0600 | [diff] [blame] | 2732 | if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 2733 | btrfs_abort_transaction(trans, ret); |
Anand Jain | d31c32f | 2017-09-28 14:51:10 +0800 | [diff] [blame] | 2734 | goto error_sysfs; |
David Sterba | 005d642 | 2012-09-18 07:52:32 -0600 | [diff] [blame] | 2735 | } |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2736 | } |
| 2737 | |
Nikolay Borisov | 8e87e85 | 2018-07-20 19:37:47 +0300 | [diff] [blame] | 2738 | ret = btrfs_add_dev_item(trans, device); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2739 | if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 2740 | btrfs_abort_transaction(trans, ret); |
Anand Jain | d31c32f | 2017-09-28 14:51:10 +0800 | [diff] [blame] | 2741 | goto error_sysfs; |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2742 | } |
| 2743 | |
| 2744 | if (seeding_dev) { |
David Sterba | 5c466629 | 2019-03-20 16:36:39 +0100 | [diff] [blame] | 2745 | ret = btrfs_finish_sprout(trans); |
David Sterba | 005d642 | 2012-09-18 07:52:32 -0600 | [diff] [blame] | 2746 | if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 2747 | btrfs_abort_transaction(trans, ret); |
Anand Jain | d31c32f | 2017-09-28 14:51:10 +0800 | [diff] [blame] | 2748 | goto error_sysfs; |
David Sterba | 005d642 | 2012-09-18 07:52:32 -0600 | [diff] [blame] | 2749 | } |
Anand Jain | b2373f2 | 2014-06-03 11:36:03 +0800 | [diff] [blame] | 2750 | |
Nikolay Borisov | 8e56008 | 2020-08-12 16:18:51 +0300 | [diff] [blame] | 2751 | /* |
| 2752 | * fs_devices now represents the newly sprouted filesystem and |
Anand Jain | 849eae5 | 2021-11-09 17:51:58 +0800 | [diff] [blame] | 2753 | * its fsid has been changed by btrfs_sprout_splice(). |
Nikolay Borisov | 8e56008 | 2020-08-12 16:18:51 +0300 | [diff] [blame] | 2754 | */ |
| 2755 | btrfs_sysfs_update_sprout_fsid(fs_devices); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2756 | } |
| 2757 | |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 2758 | ret = btrfs_commit_transaction(trans); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2759 | |
| 2760 | if (seeding_dev) { |
| 2761 | mutex_unlock(&uuid_mutex); |
| 2762 | up_write(&sb->s_umount); |
Nikolay Borisov | 44cab9b | 2020-07-22 11:09:23 +0300 | [diff] [blame] | 2763 | locked = false; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2764 | |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2765 | if (ret) /* transaction commit */ |
| 2766 | return ret; |
| 2767 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 2768 | ret = btrfs_relocate_sys_chunks(fs_info); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2769 | if (ret < 0) |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2770 | btrfs_handle_fs_error(fs_info, ret, |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 2771 | "Failed to relocate sys chunks after device initialization. This can be fixed using the \"btrfs balance\" command."); |
Miao Xie | 671415b | 2012-10-16 11:26:46 +0000 | [diff] [blame] | 2772 | trans = btrfs_attach_transaction(root); |
| 2773 | if (IS_ERR(trans)) { |
| 2774 | if (PTR_ERR(trans) == -ENOENT) |
| 2775 | return 0; |
Anand Jain | 7132a26 | 2017-09-28 14:51:11 +0800 | [diff] [blame] | 2776 | ret = PTR_ERR(trans); |
| 2777 | trans = NULL; |
| 2778 | goto error_sysfs; |
Miao Xie | 671415b | 2012-10-16 11:26:46 +0000 | [diff] [blame] | 2779 | } |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 2780 | ret = btrfs_commit_transaction(trans); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2781 | } |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 2782 | |
Anand Jain | 7f551d9 | 2020-05-05 02:58:26 +0800 | [diff] [blame] | 2783 | /* |
| 2784 | * Now that we have written a new super block to this device, check all |
| 2785 | * other fs_devices list if device_path alienates any other scanned |
| 2786 | * device. |
| 2787 | * We can ignore the return value as it typically returns -EINVAL and |
| 2788 | * only succeeds if the device was an alien. |
| 2789 | */ |
Anand Jain | 4889bc0 | 2022-01-12 13:06:01 +0800 | [diff] [blame] | 2790 | btrfs_forget_devices(device->devt); |
Anand Jain | 7f551d9 | 2020-05-05 02:58:26 +0800 | [diff] [blame] | 2791 | |
| 2792 | /* Update ctime/mtime for blkid or udev */ |
Josef Bacik | 54fde91 | 2021-10-14 13:11:01 -0400 | [diff] [blame] | 2793 | update_dev_time(device_path); |
Anand Jain | 7f551d9 | 2020-05-05 02:58:26 +0800 | [diff] [blame] | 2794 | |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2795 | return ret; |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2796 | |
Anand Jain | d31c32f | 2017-09-28 14:51:10 +0800 | [diff] [blame] | 2797 | error_sysfs: |
Anand Jain | 53f8a74 | 2020-09-05 01:34:27 +0800 | [diff] [blame] | 2798 | btrfs_sysfs_remove_device(device); |
Naohiro Aota | 39379fa | 2018-07-27 09:04:55 +0900 | [diff] [blame] | 2799 | mutex_lock(&fs_info->fs_devices->device_list_mutex); |
| 2800 | mutex_lock(&fs_info->chunk_mutex); |
| 2801 | list_del_rcu(&device->dev_list); |
| 2802 | list_del(&device->dev_alloc_list); |
| 2803 | fs_info->fs_devices->num_devices--; |
| 2804 | fs_info->fs_devices->open_devices--; |
| 2805 | fs_info->fs_devices->rw_devices--; |
| 2806 | fs_info->fs_devices->total_devices--; |
| 2807 | fs_info->fs_devices->total_rw_bytes -= device->total_bytes; |
| 2808 | atomic64_sub(device->total_bytes, &fs_info->free_chunk_space); |
| 2809 | btrfs_set_super_total_bytes(fs_info->super_copy, |
| 2810 | orig_super_total_bytes); |
| 2811 | btrfs_set_super_num_devices(fs_info->super_copy, |
| 2812 | orig_super_num_devices); |
| 2813 | mutex_unlock(&fs_info->chunk_mutex); |
| 2814 | mutex_unlock(&fs_info->fs_devices->device_list_mutex); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2815 | error_trans: |
Anand Jain | 0af2c4b | 2017-09-28 14:51:09 +0800 | [diff] [blame] | 2816 | if (seeding_dev) |
Filipe Manana | a0a1db7 | 2020-12-14 10:10:47 +0000 | [diff] [blame] | 2817 | btrfs_set_sb_rdonly(sb); |
Anand Jain | 7132a26 | 2017-09-28 14:51:11 +0800 | [diff] [blame] | 2818 | if (trans) |
| 2819 | btrfs_end_transaction(trans); |
Naohiro Aota | 5b31646 | 2020-11-10 20:26:07 +0900 | [diff] [blame] | 2820 | error_free_zone: |
| 2821 | btrfs_destroy_dev_zone_info(device); |
David Sterba | 5c4cf6c | 2017-10-30 19:29:46 +0100 | [diff] [blame] | 2822 | error_free_device: |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 2823 | btrfs_free_device(device); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2824 | error: |
Tejun Heo | e525fd8 | 2010-11-13 11:55:17 +0100 | [diff] [blame] | 2825 | blkdev_put(bdev, FMODE_EXCL); |
Nikolay Borisov | 44cab9b | 2020-07-22 11:09:23 +0300 | [diff] [blame] | 2826 | if (locked) { |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2827 | mutex_unlock(&uuid_mutex); |
| 2828 | up_write(&sb->s_umount); |
| 2829 | } |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 2830 | return ret; |
Chris Mason | 788f20e | 2008-04-28 15:29:42 -0400 | [diff] [blame] | 2831 | } |
| 2832 | |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 2833 | static noinline int btrfs_update_device(struct btrfs_trans_handle *trans, |
| 2834 | struct btrfs_device *device) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 2835 | { |
| 2836 | int ret; |
| 2837 | struct btrfs_path *path; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2838 | struct btrfs_root *root = device->fs_info->chunk_root; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 2839 | struct btrfs_dev_item *dev_item; |
| 2840 | struct extent_buffer *leaf; |
| 2841 | struct btrfs_key key; |
| 2842 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 2843 | path = btrfs_alloc_path(); |
| 2844 | if (!path) |
| 2845 | return -ENOMEM; |
| 2846 | |
| 2847 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 2848 | key.type = BTRFS_DEV_ITEM_KEY; |
| 2849 | key.offset = device->devid; |
| 2850 | |
| 2851 | ret = btrfs_search_slot(trans, root, &key, path, 0, 1); |
| 2852 | if (ret < 0) |
| 2853 | goto out; |
| 2854 | |
| 2855 | if (ret > 0) { |
| 2856 | ret = -ENOENT; |
| 2857 | goto out; |
| 2858 | } |
| 2859 | |
| 2860 | leaf = path->nodes[0]; |
| 2861 | dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); |
| 2862 | |
| 2863 | btrfs_set_device_id(leaf, dev_item, device->devid); |
| 2864 | btrfs_set_device_type(leaf, dev_item, device->type); |
| 2865 | btrfs_set_device_io_align(leaf, dev_item, device->io_align); |
| 2866 | btrfs_set_device_io_width(leaf, dev_item, device->io_width); |
| 2867 | btrfs_set_device_sector_size(leaf, dev_item, device->sector_size); |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 2868 | btrfs_set_device_total_bytes(leaf, dev_item, |
| 2869 | btrfs_device_get_disk_total_bytes(device)); |
| 2870 | btrfs_set_device_bytes_used(leaf, dev_item, |
| 2871 | btrfs_device_get_bytes_used(device)); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 2872 | btrfs_mark_buffer_dirty(leaf); |
| 2873 | |
| 2874 | out: |
| 2875 | btrfs_free_path(path); |
| 2876 | return ret; |
| 2877 | } |
| 2878 | |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2879 | int btrfs_grow_device(struct btrfs_trans_handle *trans, |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2880 | struct btrfs_device *device, u64 new_size) |
| 2881 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2882 | struct btrfs_fs_info *fs_info = device->fs_info; |
| 2883 | struct btrfs_super_block *super_copy = fs_info->super_copy; |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2884 | u64 old_total; |
| 2885 | u64 diff; |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 2886 | int ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2887 | |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 2888 | if (!test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2889 | return -EACCES; |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2890 | |
Nikolay Borisov | 7dfb8be | 2017-06-16 14:39:20 +0300 | [diff] [blame] | 2891 | new_size = round_down(new_size, fs_info->sectorsize); |
| 2892 | |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2893 | mutex_lock(&fs_info->chunk_mutex); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2894 | old_total = btrfs_super_total_bytes(super_copy); |
Nikolay Borisov | 0e4324a | 2017-07-21 11:28:24 +0300 | [diff] [blame] | 2895 | diff = round_down(new_size - device->total_bytes, fs_info->sectorsize); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2896 | |
Stefan Behrens | 63a212a | 2012-11-05 18:29:28 +0100 | [diff] [blame] | 2897 | if (new_size <= device->total_bytes || |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 2898 | test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2899 | mutex_unlock(&fs_info->chunk_mutex); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2900 | return -EINVAL; |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 2901 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2902 | |
Nikolay Borisov | 7dfb8be | 2017-06-16 14:39:20 +0300 | [diff] [blame] | 2903 | btrfs_set_super_total_bytes(super_copy, |
| 2904 | round_down(old_total + diff, fs_info->sectorsize)); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 2905 | device->fs_devices->total_rw_bytes += diff; |
| 2906 | |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 2907 | btrfs_device_set_total_bytes(device, new_size); |
| 2908 | btrfs_device_set_disk_total_bytes(device, new_size); |
Jeff Mahoney | fb45625 | 2016-06-22 18:54:56 -0400 | [diff] [blame] | 2909 | btrfs_clear_space_info_full(device->fs_info); |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 2910 | if (list_empty(&device->post_commit_list)) |
| 2911 | list_add_tail(&device->post_commit_list, |
| 2912 | &trans->transaction->dev_update_list); |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 2913 | mutex_unlock(&fs_info->chunk_mutex); |
Chris Mason | 4184ea7 | 2009-03-10 12:39:20 -0400 | [diff] [blame] | 2914 | |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 2915 | btrfs_reserve_chunk_metadata(trans, false); |
| 2916 | ret = btrfs_update_device(trans, device); |
| 2917 | btrfs_trans_release_chunk_metadata(trans); |
| 2918 | |
| 2919 | return ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2920 | } |
| 2921 | |
Nikolay Borisov | f420879 | 2018-07-20 19:37:52 +0300 | [diff] [blame] | 2922 | static int btrfs_free_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset) |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2923 | { |
Nikolay Borisov | f420879 | 2018-07-20 19:37:52 +0300 | [diff] [blame] | 2924 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 2925 | struct btrfs_root *root = fs_info->chunk_root; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2926 | int ret; |
| 2927 | struct btrfs_path *path; |
| 2928 | struct btrfs_key key; |
| 2929 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2930 | path = btrfs_alloc_path(); |
| 2931 | if (!path) |
| 2932 | return -ENOMEM; |
| 2933 | |
Nikolay Borisov | 408fbf1 | 2017-07-27 14:37:29 +0300 | [diff] [blame] | 2934 | key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2935 | key.offset = chunk_offset; |
| 2936 | key.type = BTRFS_CHUNK_ITEM_KEY; |
| 2937 | |
| 2938 | ret = btrfs_search_slot(trans, root, &key, path, -1, 1); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2939 | if (ret < 0) |
| 2940 | goto out; |
| 2941 | else if (ret > 0) { /* Logic error or corruption */ |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2942 | btrfs_handle_fs_error(fs_info, -ENOENT, |
| 2943 | "Failed lookup while freeing chunk."); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2944 | ret = -ENOENT; |
| 2945 | goto out; |
| 2946 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2947 | |
| 2948 | ret = btrfs_del_item(trans, root, path); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2949 | if (ret < 0) |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2950 | btrfs_handle_fs_error(fs_info, ret, |
| 2951 | "Failed to delete chunk item."); |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 2952 | out: |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2953 | btrfs_free_path(path); |
Tsutomu Itoh | 65a246c | 2011-05-19 04:37:44 +0000 | [diff] [blame] | 2954 | return ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2955 | } |
| 2956 | |
Nikolay Borisov | 408fbf1 | 2017-07-27 14:37:29 +0300 | [diff] [blame] | 2957 | static int btrfs_del_sys_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset) |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2958 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2959 | struct btrfs_super_block *super_copy = fs_info->super_copy; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2960 | struct btrfs_disk_key *disk_key; |
| 2961 | struct btrfs_chunk *chunk; |
| 2962 | u8 *ptr; |
| 2963 | int ret = 0; |
| 2964 | u32 num_stripes; |
| 2965 | u32 array_size; |
| 2966 | u32 len = 0; |
| 2967 | u32 cur; |
| 2968 | struct btrfs_key key; |
| 2969 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 2970 | lockdep_assert_held(&fs_info->chunk_mutex); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2971 | array_size = btrfs_super_sys_array_size(super_copy); |
| 2972 | |
| 2973 | ptr = super_copy->sys_chunk_array; |
| 2974 | cur = 0; |
| 2975 | |
| 2976 | while (cur < array_size) { |
| 2977 | disk_key = (struct btrfs_disk_key *)ptr; |
| 2978 | btrfs_disk_key_to_cpu(&key, disk_key); |
| 2979 | |
| 2980 | len = sizeof(*disk_key); |
| 2981 | |
| 2982 | if (key.type == BTRFS_CHUNK_ITEM_KEY) { |
| 2983 | chunk = (struct btrfs_chunk *)(ptr + len); |
| 2984 | num_stripes = btrfs_stack_chunk_num_stripes(chunk); |
| 2985 | len += btrfs_chunk_item_size(num_stripes); |
| 2986 | } else { |
| 2987 | ret = -EIO; |
| 2988 | break; |
| 2989 | } |
Nikolay Borisov | 408fbf1 | 2017-07-27 14:37:29 +0300 | [diff] [blame] | 2990 | if (key.objectid == BTRFS_FIRST_CHUNK_TREE_OBJECTID && |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 2991 | key.offset == chunk_offset) { |
| 2992 | memmove(ptr, ptr + len, array_size - (cur + len)); |
| 2993 | array_size -= len; |
| 2994 | btrfs_set_super_sys_array_size(super_copy, array_size); |
| 2995 | } else { |
| 2996 | ptr += len; |
| 2997 | cur += len; |
| 2998 | } |
| 2999 | } |
| 3000 | return ret; |
| 3001 | } |
| 3002 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 3003 | /* |
| 3004 | * btrfs_get_chunk_map() - Find the mapping containing the given logical extent. |
| 3005 | * @logical: Logical block offset in bytes. |
| 3006 | * @length: Length of extent in bytes. |
| 3007 | * |
| 3008 | * Return: Chunk mapping or ERR_PTR. |
| 3009 | */ |
| 3010 | struct extent_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info, |
| 3011 | u64 logical, u64 length) |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 3012 | { |
| 3013 | struct extent_map_tree *em_tree; |
| 3014 | struct extent_map *em; |
| 3015 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 3016 | em_tree = &fs_info->mapping_tree; |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 3017 | read_lock(&em_tree->lock); |
| 3018 | em = lookup_extent_mapping(em_tree, logical, length); |
| 3019 | read_unlock(&em_tree->lock); |
| 3020 | |
| 3021 | if (!em) { |
| 3022 | btrfs_crit(fs_info, "unable to find logical %llu length %llu", |
| 3023 | logical, length); |
| 3024 | return ERR_PTR(-EINVAL); |
| 3025 | } |
| 3026 | |
| 3027 | if (em->start > logical || em->start + em->len < logical) { |
| 3028 | btrfs_crit(fs_info, |
| 3029 | "found a bad mapping, wanted %llu-%llu, found %llu-%llu", |
| 3030 | logical, length, em->start, em->start + em->len); |
| 3031 | free_extent_map(em); |
| 3032 | return ERR_PTR(-EINVAL); |
| 3033 | } |
| 3034 | |
| 3035 | /* callers are responsible for dropping em's ref. */ |
| 3036 | return em; |
| 3037 | } |
| 3038 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3039 | static int remove_chunk_item(struct btrfs_trans_handle *trans, |
| 3040 | struct map_lookup *map, u64 chunk_offset) |
| 3041 | { |
| 3042 | int i; |
| 3043 | |
| 3044 | /* |
| 3045 | * Removing chunk items and updating the device items in the chunks btree |
| 3046 | * requires holding the chunk_mutex. |
| 3047 | * See the comment at btrfs_chunk_alloc() for the details. |
| 3048 | */ |
| 3049 | lockdep_assert_held(&trans->fs_info->chunk_mutex); |
| 3050 | |
| 3051 | for (i = 0; i < map->num_stripes; i++) { |
| 3052 | int ret; |
| 3053 | |
| 3054 | ret = btrfs_update_device(trans, map->stripes[i].dev); |
| 3055 | if (ret) |
| 3056 | return ret; |
| 3057 | } |
| 3058 | |
| 3059 | return btrfs_free_chunk(trans, chunk_offset); |
| 3060 | } |
| 3061 | |
Nikolay Borisov | 97aff91 | 2018-07-20 19:37:53 +0300 | [diff] [blame] | 3062 | int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset) |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3063 | { |
Nikolay Borisov | 97aff91 | 2018-07-20 19:37:53 +0300 | [diff] [blame] | 3064 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3065 | struct extent_map *em; |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3066 | struct map_lookup *map; |
| 3067 | u64 dev_extent_len = 0; |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3068 | int i, ret = 0; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3069 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3070 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 3071 | em = btrfs_get_chunk_map(fs_info, chunk_offset, 1); |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 3072 | if (IS_ERR(em)) { |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3073 | /* |
| 3074 | * This is a logic error, but we don't want to just rely on the |
Adam Buchbinder | bb7ab3b | 2016-03-04 11:23:12 -0800 | [diff] [blame] | 3075 | * user having built with ASSERT enabled, so if ASSERT doesn't |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3076 | * do anything we still error out. |
| 3077 | */ |
| 3078 | ASSERT(0); |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 3079 | return PTR_ERR(em); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3080 | } |
Jeff Mahoney | 95617d6 | 2015-06-03 10:55:48 -0400 | [diff] [blame] | 3081 | map = em->map_lookup; |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3082 | |
Filipe Manana | 57ba4cb | 2016-05-20 04:34:23 +0100 | [diff] [blame] | 3083 | /* |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3084 | * First delete the device extent items from the devices btree. |
| 3085 | * We take the device_list_mutex to avoid racing with the finishing phase |
| 3086 | * of a device replace operation. See the comment below before acquiring |
| 3087 | * fs_info->chunk_mutex. Note that here we do not acquire the chunk_mutex |
| 3088 | * because that can result in a deadlock when deleting the device extent |
| 3089 | * items from the devices btree - COWing an extent buffer from the btree |
| 3090 | * may result in allocating a new metadata chunk, which would attempt to |
| 3091 | * lock again fs_info->chunk_mutex. |
Filipe Manana | 57ba4cb | 2016-05-20 04:34:23 +0100 | [diff] [blame] | 3092 | */ |
| 3093 | mutex_lock(&fs_devices->device_list_mutex); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3094 | for (i = 0; i < map->num_stripes; i++) { |
| 3095 | struct btrfs_device *device = map->stripes[i].dev; |
| 3096 | ret = btrfs_free_dev_extent(trans, device, |
| 3097 | map->stripes[i].physical, |
| 3098 | &dev_extent_len); |
| 3099 | if (ret) { |
Filipe Manana | 57ba4cb | 2016-05-20 04:34:23 +0100 | [diff] [blame] | 3100 | mutex_unlock(&fs_devices->device_list_mutex); |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 3101 | btrfs_abort_transaction(trans, ret); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3102 | goto out; |
| 3103 | } |
| 3104 | |
| 3105 | if (device->bytes_used > 0) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 3106 | mutex_lock(&fs_info->chunk_mutex); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3107 | btrfs_device_set_bytes_used(device, |
| 3108 | device->bytes_used - dev_extent_len); |
Nikolay Borisov | a5ed45f | 2017-05-11 09:17:46 +0300 | [diff] [blame] | 3109 | atomic64_add(dev_extent_len, &fs_info->free_chunk_space); |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3110 | btrfs_clear_space_info_full(fs_info); |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 3111 | mutex_unlock(&fs_info->chunk_mutex); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3112 | } |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3113 | } |
Filipe Manana | 57ba4cb | 2016-05-20 04:34:23 +0100 | [diff] [blame] | 3114 | mutex_unlock(&fs_devices->device_list_mutex); |
| 3115 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3116 | /* |
| 3117 | * We acquire fs_info->chunk_mutex for 2 reasons: |
| 3118 | * |
| 3119 | * 1) Just like with the first phase of the chunk allocation, we must |
| 3120 | * reserve system space, do all chunk btree updates and deletions, and |
| 3121 | * update the system chunk array in the superblock while holding this |
| 3122 | * mutex. This is for similar reasons as explained on the comment at |
| 3123 | * the top of btrfs_chunk_alloc(); |
| 3124 | * |
| 3125 | * 2) Prevent races with the final phase of a device replace operation |
| 3126 | * that replaces the device object associated with the map's stripes, |
| 3127 | * because the device object's id can change at any time during that |
| 3128 | * final phase of the device replace operation |
| 3129 | * (dev-replace.c:btrfs_dev_replace_finishing()), so we could grab the |
| 3130 | * replaced device and then see it with an ID of |
| 3131 | * BTRFS_DEV_REPLACE_DEVID, which would cause a failure when updating |
| 3132 | * the device item, which does not exists on the chunk btree. |
| 3133 | * The finishing phase of device replace acquires both the |
| 3134 | * device_list_mutex and the chunk_mutex, in that order, so we are |
| 3135 | * safe by just acquiring the chunk_mutex. |
| 3136 | */ |
| 3137 | trans->removing_chunk = true; |
| 3138 | mutex_lock(&fs_info->chunk_mutex); |
| 3139 | |
| 3140 | check_system_chunk(trans, map->type); |
| 3141 | |
| 3142 | ret = remove_chunk_item(trans, map, chunk_offset); |
| 3143 | /* |
| 3144 | * Normally we should not get -ENOSPC since we reserved space before |
| 3145 | * through the call to check_system_chunk(). |
| 3146 | * |
| 3147 | * Despite our system space_info having enough free space, we may not |
| 3148 | * be able to allocate extents from its block groups, because all have |
| 3149 | * an incompatible profile, which will force us to allocate a new system |
| 3150 | * block group with the right profile, or right after we called |
| 3151 | * check_system_space() above, a scrub turned the only system block group |
| 3152 | * with enough free space into RO mode. |
| 3153 | * This is explained with more detail at do_chunk_alloc(). |
| 3154 | * |
| 3155 | * So if we get -ENOSPC, allocate a new system chunk and retry once. |
| 3156 | */ |
| 3157 | if (ret == -ENOSPC) { |
| 3158 | const u64 sys_flags = btrfs_system_alloc_profile(fs_info); |
| 3159 | struct btrfs_block_group *sys_bg; |
| 3160 | |
Nikolay Borisov | f6f39f7 | 2021-08-18 13:41:19 +0300 | [diff] [blame] | 3161 | sys_bg = btrfs_create_chunk(trans, sys_flags); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3162 | if (IS_ERR(sys_bg)) { |
| 3163 | ret = PTR_ERR(sys_bg); |
| 3164 | btrfs_abort_transaction(trans, ret); |
| 3165 | goto out; |
| 3166 | } |
| 3167 | |
| 3168 | ret = btrfs_chunk_alloc_add_chunk_item(trans, sys_bg); |
| 3169 | if (ret) { |
| 3170 | btrfs_abort_transaction(trans, ret); |
| 3171 | goto out; |
| 3172 | } |
| 3173 | |
| 3174 | ret = remove_chunk_item(trans, map, chunk_offset); |
| 3175 | if (ret) { |
| 3176 | btrfs_abort_transaction(trans, ret); |
| 3177 | goto out; |
| 3178 | } |
| 3179 | } else if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 3180 | btrfs_abort_transaction(trans, ret); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3181 | goto out; |
| 3182 | } |
| 3183 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 3184 | trace_btrfs_chunk_free(fs_info, map, chunk_offset, em->len); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3185 | |
| 3186 | if (map->type & BTRFS_BLOCK_GROUP_SYSTEM) { |
Nikolay Borisov | 408fbf1 | 2017-07-27 14:37:29 +0300 | [diff] [blame] | 3187 | ret = btrfs_del_sys_chunk(fs_info, chunk_offset); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3188 | if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 3189 | btrfs_abort_transaction(trans, ret); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3190 | goto out; |
| 3191 | } |
| 3192 | } |
| 3193 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3194 | mutex_unlock(&fs_info->chunk_mutex); |
| 3195 | trans->removing_chunk = false; |
| 3196 | |
| 3197 | /* |
| 3198 | * We are done with chunk btree updates and deletions, so release the |
| 3199 | * system space we previously reserved (with check_system_chunk()). |
| 3200 | */ |
| 3201 | btrfs_trans_release_chunk_metadata(trans); |
| 3202 | |
Nikolay Borisov | 5a98ec0 | 2018-06-20 15:48:56 +0300 | [diff] [blame] | 3203 | ret = btrfs_remove_block_group(trans, chunk_offset, em); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3204 | if (ret) { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 3205 | btrfs_abort_transaction(trans, ret); |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3206 | goto out; |
| 3207 | } |
| 3208 | |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3209 | out: |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 3210 | if (trans->removing_chunk) { |
| 3211 | mutex_unlock(&fs_info->chunk_mutex); |
| 3212 | trans->removing_chunk = false; |
| 3213 | } |
Josef Bacik | 47ab2a6 | 2014-09-18 11:20:02 -0400 | [diff] [blame] | 3214 | /* once for us */ |
| 3215 | free_extent_map(em); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3216 | return ret; |
| 3217 | } |
| 3218 | |
Johannes Thumshirn | 18bb8bb | 2021-04-19 16:41:02 +0900 | [diff] [blame] | 3219 | int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset) |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3220 | { |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 3221 | struct btrfs_root *root = fs_info->chunk_root; |
Chris Mason | 19c4d2f | 2016-10-10 13:43:31 -0700 | [diff] [blame] | 3222 | struct btrfs_trans_handle *trans; |
Dennis Zhou | b0643e5 | 2019-12-13 16:22:14 -0800 | [diff] [blame] | 3223 | struct btrfs_block_group *block_group; |
Johannes Thumshirn | 01e8600 | 2021-04-19 16:41:00 +0900 | [diff] [blame] | 3224 | u64 length; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3225 | int ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3226 | |
Josef Bacik | 4b34925 | 2021-12-15 15:39:59 -0500 | [diff] [blame] | 3227 | if (btrfs_fs_incompat(fs_info, EXTENT_TREE_V2)) { |
| 3228 | btrfs_err(fs_info, |
| 3229 | "relocate: not supported on extent tree v2 yet"); |
| 3230 | return -EINVAL; |
| 3231 | } |
| 3232 | |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3233 | /* |
| 3234 | * Prevent races with automatic removal of unused block groups. |
| 3235 | * After we relocate and before we remove the chunk with offset |
| 3236 | * chunk_offset, automatic removal of the block group can kick in, |
| 3237 | * resulting in a failure when calling btrfs_remove_chunk() below. |
| 3238 | * |
| 3239 | * Make sure to acquire this mutex before doing a tree search (dev |
| 3240 | * or chunk trees) to find chunks. Otherwise the cleaner kthread might |
| 3241 | * call btrfs_remove_chunk() (through btrfs_delete_unused_bgs()) after |
| 3242 | * we release the path used to search the chunk/dev tree and before |
| 3243 | * the current task acquires this mutex and calls us. |
| 3244 | */ |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3245 | lockdep_assert_held(&fs_info->reclaim_bgs_lock); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3246 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3247 | /* step one, relocate all the extents inside this chunk */ |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 3248 | btrfs_scrub_pause(fs_info); |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3249 | ret = btrfs_relocate_block_group(fs_info, chunk_offset); |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 3250 | btrfs_scrub_continue(fs_info); |
Yan, Zheng | a22285a | 2010-05-16 10:48:46 -0400 | [diff] [blame] | 3251 | if (ret) |
| 3252 | return ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3253 | |
Dennis Zhou | b0643e5 | 2019-12-13 16:22:14 -0800 | [diff] [blame] | 3254 | block_group = btrfs_lookup_block_group(fs_info, chunk_offset); |
| 3255 | if (!block_group) |
| 3256 | return -ENOENT; |
| 3257 | btrfs_discard_cancel_work(&fs_info->discard_ctl, block_group); |
Johannes Thumshirn | 01e8600 | 2021-04-19 16:41:00 +0900 | [diff] [blame] | 3258 | length = block_group->length; |
Dennis Zhou | b0643e5 | 2019-12-13 16:22:14 -0800 | [diff] [blame] | 3259 | btrfs_put_block_group(block_group); |
| 3260 | |
Johannes Thumshirn | 01e8600 | 2021-04-19 16:41:00 +0900 | [diff] [blame] | 3261 | /* |
| 3262 | * On a zoned file system, discard the whole block group, this will |
| 3263 | * trigger a REQ_OP_ZONE_RESET operation on the device zone. If |
| 3264 | * resetting the zone fails, don't treat it as a fatal problem from the |
| 3265 | * filesystem's point of view. |
| 3266 | */ |
| 3267 | if (btrfs_is_zoned(fs_info)) { |
| 3268 | ret = btrfs_discard_extent(fs_info, chunk_offset, length, NULL); |
| 3269 | if (ret) |
| 3270 | btrfs_info(fs_info, |
| 3271 | "failed to reset zone %llu after relocation", |
| 3272 | chunk_offset); |
| 3273 | } |
| 3274 | |
Chris Mason | 19c4d2f | 2016-10-10 13:43:31 -0700 | [diff] [blame] | 3275 | trans = btrfs_start_trans_remove_block_group(root->fs_info, |
| 3276 | chunk_offset); |
| 3277 | if (IS_ERR(trans)) { |
| 3278 | ret = PTR_ERR(trans); |
| 3279 | btrfs_handle_fs_error(root->fs_info, ret, NULL); |
| 3280 | return ret; |
| 3281 | } |
Naohiro Aota | 5d8eb6f | 2016-09-02 16:46:32 +0900 | [diff] [blame] | 3282 | |
Chris Mason | 19c4d2f | 2016-10-10 13:43:31 -0700 | [diff] [blame] | 3283 | /* |
| 3284 | * step two, delete the device extents and the |
| 3285 | * chunk tree entries |
| 3286 | */ |
Nikolay Borisov | 97aff91 | 2018-07-20 19:37:53 +0300 | [diff] [blame] | 3287 | ret = btrfs_remove_chunk(trans, chunk_offset); |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 3288 | btrfs_end_transaction(trans); |
Chris Mason | 19c4d2f | 2016-10-10 13:43:31 -0700 | [diff] [blame] | 3289 | return ret; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 3290 | } |
| 3291 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 3292 | static int btrfs_relocate_sys_chunks(struct btrfs_fs_info *fs_info) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3293 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3294 | struct btrfs_root *chunk_root = fs_info->chunk_root; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3295 | struct btrfs_path *path; |
| 3296 | struct extent_buffer *leaf; |
| 3297 | struct btrfs_chunk *chunk; |
| 3298 | struct btrfs_key key; |
| 3299 | struct btrfs_key found_key; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3300 | u64 chunk_type; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3301 | bool retried = false; |
| 3302 | int failed = 0; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3303 | int ret; |
| 3304 | |
| 3305 | path = btrfs_alloc_path(); |
| 3306 | if (!path) |
| 3307 | return -ENOMEM; |
| 3308 | |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3309 | again: |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3310 | key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; |
| 3311 | key.offset = (u64)-1; |
| 3312 | key.type = BTRFS_CHUNK_ITEM_KEY; |
| 3313 | |
| 3314 | while (1) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3315 | mutex_lock(&fs_info->reclaim_bgs_lock); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3316 | ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3317 | if (ret < 0) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3318 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3319 | goto error; |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3320 | } |
Jeff Mahoney | 79787ea | 2012-03-12 16:03:00 +0100 | [diff] [blame] | 3321 | BUG_ON(ret == 0); /* Corruption */ |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3322 | |
| 3323 | ret = btrfs_previous_item(chunk_root, path, key.objectid, |
| 3324 | key.type); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3325 | if (ret) |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3326 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3327 | if (ret < 0) |
| 3328 | goto error; |
| 3329 | if (ret > 0) |
| 3330 | break; |
| 3331 | |
| 3332 | leaf = path->nodes[0]; |
| 3333 | btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); |
| 3334 | |
| 3335 | chunk = btrfs_item_ptr(leaf, path->slots[0], |
| 3336 | struct btrfs_chunk); |
| 3337 | chunk_type = btrfs_chunk_type(leaf, chunk); |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 3338 | btrfs_release_path(path); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3339 | |
| 3340 | if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3341 | ret = btrfs_relocate_chunk(fs_info, found_key.offset); |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3342 | if (ret == -ENOSPC) |
| 3343 | failed++; |
HIMANGI SARAOGI | 1458665 | 2014-07-09 03:51:41 +0530 | [diff] [blame] | 3344 | else |
| 3345 | BUG_ON(ret); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3346 | } |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3347 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3348 | |
| 3349 | if (found_key.offset == 0) |
| 3350 | break; |
| 3351 | key.offset = found_key.offset - 1; |
| 3352 | } |
| 3353 | ret = 0; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3354 | if (failed && !retried) { |
| 3355 | failed = 0; |
| 3356 | retried = true; |
| 3357 | goto again; |
Dulshani Gunawardhana | fae7f21 | 2013-10-31 10:30:08 +0530 | [diff] [blame] | 3358 | } else if (WARN_ON(failed && retried)) { |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3359 | ret = -ENOSPC; |
| 3360 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 3361 | error: |
| 3362 | btrfs_free_path(path); |
| 3363 | return ret; |
| 3364 | } |
| 3365 | |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3366 | /* |
| 3367 | * return 1 : allocate a data chunk successfully, |
| 3368 | * return <0: errors during allocating a data chunk, |
| 3369 | * return 0 : no need to allocate a data chunk. |
| 3370 | */ |
| 3371 | static int btrfs_may_alloc_data_chunk(struct btrfs_fs_info *fs_info, |
| 3372 | u64 chunk_offset) |
| 3373 | { |
David Sterba | 32da5386 | 2019-10-29 19:20:18 +0100 | [diff] [blame] | 3374 | struct btrfs_block_group *cache; |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3375 | u64 bytes_used; |
| 3376 | u64 chunk_type; |
| 3377 | |
| 3378 | cache = btrfs_lookup_block_group(fs_info, chunk_offset); |
| 3379 | ASSERT(cache); |
| 3380 | chunk_type = cache->flags; |
| 3381 | btrfs_put_block_group(cache); |
| 3382 | |
Johannes Thumshirn | 5ae2169 | 2019-10-18 11:58:22 +0200 | [diff] [blame] | 3383 | if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) |
| 3384 | return 0; |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3385 | |
Johannes Thumshirn | 5ae2169 | 2019-10-18 11:58:22 +0200 | [diff] [blame] | 3386 | spin_lock(&fs_info->data_sinfo->lock); |
| 3387 | bytes_used = fs_info->data_sinfo->bytes_used; |
| 3388 | spin_unlock(&fs_info->data_sinfo->lock); |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3389 | |
Johannes Thumshirn | 5ae2169 | 2019-10-18 11:58:22 +0200 | [diff] [blame] | 3390 | if (!bytes_used) { |
| 3391 | struct btrfs_trans_handle *trans; |
| 3392 | int ret; |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3393 | |
Johannes Thumshirn | 5ae2169 | 2019-10-18 11:58:22 +0200 | [diff] [blame] | 3394 | trans = btrfs_join_transaction(fs_info->tree_root); |
| 3395 | if (IS_ERR(trans)) |
| 3396 | return PTR_ERR(trans); |
| 3397 | |
| 3398 | ret = btrfs_force_chunk_alloc(trans, BTRFS_BLOCK_GROUP_DATA); |
| 3399 | btrfs_end_transaction(trans); |
| 3400 | if (ret < 0) |
| 3401 | return ret; |
| 3402 | return 1; |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3403 | } |
Johannes Thumshirn | 5ae2169 | 2019-10-18 11:58:22 +0200 | [diff] [blame] | 3404 | |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3405 | return 0; |
| 3406 | } |
| 3407 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 3408 | static int insert_balance_item(struct btrfs_fs_info *fs_info, |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3409 | struct btrfs_balance_control *bctl) |
| 3410 | { |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 3411 | struct btrfs_root *root = fs_info->tree_root; |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3412 | struct btrfs_trans_handle *trans; |
| 3413 | struct btrfs_balance_item *item; |
| 3414 | struct btrfs_disk_balance_args disk_bargs; |
| 3415 | struct btrfs_path *path; |
| 3416 | struct extent_buffer *leaf; |
| 3417 | struct btrfs_key key; |
| 3418 | int ret, err; |
| 3419 | |
| 3420 | path = btrfs_alloc_path(); |
| 3421 | if (!path) |
| 3422 | return -ENOMEM; |
| 3423 | |
| 3424 | trans = btrfs_start_transaction(root, 0); |
| 3425 | if (IS_ERR(trans)) { |
| 3426 | btrfs_free_path(path); |
| 3427 | return PTR_ERR(trans); |
| 3428 | } |
| 3429 | |
| 3430 | key.objectid = BTRFS_BALANCE_OBJECTID; |
David Sterba | c479cb4 | 2016-01-25 17:51:31 +0100 | [diff] [blame] | 3431 | key.type = BTRFS_TEMPORARY_ITEM_KEY; |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3432 | key.offset = 0; |
| 3433 | |
| 3434 | ret = btrfs_insert_empty_item(trans, root, path, &key, |
| 3435 | sizeof(*item)); |
| 3436 | if (ret) |
| 3437 | goto out; |
| 3438 | |
| 3439 | leaf = path->nodes[0]; |
| 3440 | item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_balance_item); |
| 3441 | |
David Sterba | b159fa2 | 2016-11-08 18:09:03 +0100 | [diff] [blame] | 3442 | memzero_extent_buffer(leaf, (unsigned long)item, sizeof(*item)); |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3443 | |
| 3444 | btrfs_cpu_balance_args_to_disk(&disk_bargs, &bctl->data); |
| 3445 | btrfs_set_balance_data(leaf, item, &disk_bargs); |
| 3446 | btrfs_cpu_balance_args_to_disk(&disk_bargs, &bctl->meta); |
| 3447 | btrfs_set_balance_meta(leaf, item, &disk_bargs); |
| 3448 | btrfs_cpu_balance_args_to_disk(&disk_bargs, &bctl->sys); |
| 3449 | btrfs_set_balance_sys(leaf, item, &disk_bargs); |
| 3450 | |
| 3451 | btrfs_set_balance_flags(leaf, item, bctl->flags); |
| 3452 | |
| 3453 | btrfs_mark_buffer_dirty(leaf); |
| 3454 | out: |
| 3455 | btrfs_free_path(path); |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 3456 | err = btrfs_commit_transaction(trans); |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3457 | if (err && !ret) |
| 3458 | ret = err; |
| 3459 | return ret; |
| 3460 | } |
| 3461 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 3462 | static int del_balance_item(struct btrfs_fs_info *fs_info) |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3463 | { |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 3464 | struct btrfs_root *root = fs_info->tree_root; |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3465 | struct btrfs_trans_handle *trans; |
| 3466 | struct btrfs_path *path; |
| 3467 | struct btrfs_key key; |
| 3468 | int ret, err; |
| 3469 | |
| 3470 | path = btrfs_alloc_path(); |
| 3471 | if (!path) |
| 3472 | return -ENOMEM; |
| 3473 | |
David Sterba | 3502a8c | 2020-06-25 12:35:28 +0200 | [diff] [blame] | 3474 | trans = btrfs_start_transaction_fallback_global_rsv(root, 0); |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3475 | if (IS_ERR(trans)) { |
| 3476 | btrfs_free_path(path); |
| 3477 | return PTR_ERR(trans); |
| 3478 | } |
| 3479 | |
| 3480 | key.objectid = BTRFS_BALANCE_OBJECTID; |
David Sterba | c479cb4 | 2016-01-25 17:51:31 +0100 | [diff] [blame] | 3481 | key.type = BTRFS_TEMPORARY_ITEM_KEY; |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3482 | key.offset = 0; |
| 3483 | |
| 3484 | ret = btrfs_search_slot(trans, root, &key, path, -1, 1); |
| 3485 | if (ret < 0) |
| 3486 | goto out; |
| 3487 | if (ret > 0) { |
| 3488 | ret = -ENOENT; |
| 3489 | goto out; |
| 3490 | } |
| 3491 | |
| 3492 | ret = btrfs_del_item(trans, root, path); |
| 3493 | out: |
| 3494 | btrfs_free_path(path); |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 3495 | err = btrfs_commit_transaction(trans); |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3496 | if (err && !ret) |
| 3497 | ret = err; |
| 3498 | return ret; |
| 3499 | } |
| 3500 | |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3501 | /* |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3502 | * This is a heuristic used to reduce the number of chunks balanced on |
| 3503 | * resume after balance was interrupted. |
| 3504 | */ |
| 3505 | static void update_balance_args(struct btrfs_balance_control *bctl) |
| 3506 | { |
| 3507 | /* |
| 3508 | * Turn on soft mode for chunk types that were being converted. |
| 3509 | */ |
| 3510 | if (bctl->data.flags & BTRFS_BALANCE_ARGS_CONVERT) |
| 3511 | bctl->data.flags |= BTRFS_BALANCE_ARGS_SOFT; |
| 3512 | if (bctl->sys.flags & BTRFS_BALANCE_ARGS_CONVERT) |
| 3513 | bctl->sys.flags |= BTRFS_BALANCE_ARGS_SOFT; |
| 3514 | if (bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT) |
| 3515 | bctl->meta.flags |= BTRFS_BALANCE_ARGS_SOFT; |
| 3516 | |
| 3517 | /* |
| 3518 | * Turn on usage filter if is not already used. The idea is |
| 3519 | * that chunks that we have already balanced should be |
| 3520 | * reasonably full. Don't do it for chunks that are being |
| 3521 | * converted - that will keep us from relocating unconverted |
| 3522 | * (albeit full) chunks. |
| 3523 | */ |
| 3524 | if (!(bctl->data.flags & BTRFS_BALANCE_ARGS_USAGE) && |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3525 | !(bctl->data.flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) && |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3526 | !(bctl->data.flags & BTRFS_BALANCE_ARGS_CONVERT)) { |
| 3527 | bctl->data.flags |= BTRFS_BALANCE_ARGS_USAGE; |
| 3528 | bctl->data.usage = 90; |
| 3529 | } |
| 3530 | if (!(bctl->sys.flags & BTRFS_BALANCE_ARGS_USAGE) && |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3531 | !(bctl->sys.flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) && |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3532 | !(bctl->sys.flags & BTRFS_BALANCE_ARGS_CONVERT)) { |
| 3533 | bctl->sys.flags |= BTRFS_BALANCE_ARGS_USAGE; |
| 3534 | bctl->sys.usage = 90; |
| 3535 | } |
| 3536 | if (!(bctl->meta.flags & BTRFS_BALANCE_ARGS_USAGE) && |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3537 | !(bctl->meta.flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) && |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3538 | !(bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT)) { |
| 3539 | bctl->meta.flags |= BTRFS_BALANCE_ARGS_USAGE; |
| 3540 | bctl->meta.usage = 90; |
| 3541 | } |
| 3542 | } |
| 3543 | |
| 3544 | /* |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 3545 | * Clear the balance status in fs_info and delete the balance item from disk. |
| 3546 | */ |
| 3547 | static void reset_balance_state(struct btrfs_fs_info *fs_info) |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3548 | { |
| 3549 | struct btrfs_balance_control *bctl = fs_info->balance_ctl; |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 3550 | int ret; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3551 | |
| 3552 | BUG_ON(!fs_info->balance_ctl); |
| 3553 | |
| 3554 | spin_lock(&fs_info->balance_lock); |
| 3555 | fs_info->balance_ctl = NULL; |
| 3556 | spin_unlock(&fs_info->balance_lock); |
| 3557 | |
| 3558 | kfree(bctl); |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 3559 | ret = del_balance_item(fs_info); |
| 3560 | if (ret) |
| 3561 | btrfs_handle_fs_error(fs_info, ret, NULL); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3562 | } |
| 3563 | |
Ilya Dryomov | ed25e9b | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3564 | /* |
| 3565 | * Balance filters. Return 1 if chunk should be filtered out |
| 3566 | * (should not be balanced). |
| 3567 | */ |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3568 | static int chunk_profiles_filter(u64 chunk_type, |
Ilya Dryomov | ed25e9b | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3569 | struct btrfs_balance_args *bargs) |
| 3570 | { |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3571 | chunk_type = chunk_to_extended(chunk_type) & |
| 3572 | BTRFS_EXTENDED_PROFILE_MASK; |
Ilya Dryomov | ed25e9b | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3573 | |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3574 | if (bargs->profiles & chunk_type) |
Ilya Dryomov | ed25e9b | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3575 | return 0; |
| 3576 | |
| 3577 | return 1; |
| 3578 | } |
| 3579 | |
Holger Hoffstätte | dba72cb | 2015-11-17 12:29:32 +0100 | [diff] [blame] | 3580 | static int chunk_usage_range_filter(struct btrfs_fs_info *fs_info, u64 chunk_offset, |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3581 | struct btrfs_balance_args *bargs) |
| 3582 | { |
David Sterba | 32da5386 | 2019-10-29 19:20:18 +0100 | [diff] [blame] | 3583 | struct btrfs_block_group *cache; |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3584 | u64 chunk_used; |
| 3585 | u64 user_thresh_min; |
| 3586 | u64 user_thresh_max; |
| 3587 | int ret = 1; |
| 3588 | |
| 3589 | cache = btrfs_lookup_block_group(fs_info, chunk_offset); |
David Sterba | bf38be6 | 2019-10-23 18:48:11 +0200 | [diff] [blame] | 3590 | chunk_used = cache->used; |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3591 | |
| 3592 | if (bargs->usage_min == 0) |
| 3593 | user_thresh_min = 0; |
| 3594 | else |
David Sterba | 428c8e0 | 2022-10-26 23:25:14 +0200 | [diff] [blame] | 3595 | user_thresh_min = mult_perc(cache->length, bargs->usage_min); |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3596 | |
| 3597 | if (bargs->usage_max == 0) |
| 3598 | user_thresh_max = 1; |
| 3599 | else if (bargs->usage_max > 100) |
David Sterba | b3470b5 | 2019-10-23 18:48:22 +0200 | [diff] [blame] | 3600 | user_thresh_max = cache->length; |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3601 | else |
David Sterba | 428c8e0 | 2022-10-26 23:25:14 +0200 | [diff] [blame] | 3602 | user_thresh_max = mult_perc(cache->length, bargs->usage_max); |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3603 | |
| 3604 | if (user_thresh_min <= chunk_used && chunk_used < user_thresh_max) |
| 3605 | ret = 0; |
| 3606 | |
| 3607 | btrfs_put_block_group(cache); |
| 3608 | return ret; |
| 3609 | } |
| 3610 | |
Holger Hoffstätte | dba72cb | 2015-11-17 12:29:32 +0100 | [diff] [blame] | 3611 | static int chunk_usage_filter(struct btrfs_fs_info *fs_info, |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3612 | u64 chunk_offset, struct btrfs_balance_args *bargs) |
| 3613 | { |
David Sterba | 32da5386 | 2019-10-29 19:20:18 +0100 | [diff] [blame] | 3614 | struct btrfs_block_group *cache; |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3615 | u64 chunk_used, user_thresh; |
| 3616 | int ret = 1; |
| 3617 | |
| 3618 | cache = btrfs_lookup_block_group(fs_info, chunk_offset); |
David Sterba | bf38be6 | 2019-10-23 18:48:11 +0200 | [diff] [blame] | 3619 | chunk_used = cache->used; |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3620 | |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3621 | if (bargs->usage_min == 0) |
Ilya Dryomov | 3e39cea | 2013-02-12 16:28:59 +0000 | [diff] [blame] | 3622 | user_thresh = 1; |
Ilya Dryomov | a105bb8 | 2013-01-21 15:15:56 +0200 | [diff] [blame] | 3623 | else if (bargs->usage > 100) |
David Sterba | b3470b5 | 2019-10-23 18:48:22 +0200 | [diff] [blame] | 3624 | user_thresh = cache->length; |
Ilya Dryomov | a105bb8 | 2013-01-21 15:15:56 +0200 | [diff] [blame] | 3625 | else |
David Sterba | 428c8e0 | 2022-10-26 23:25:14 +0200 | [diff] [blame] | 3626 | user_thresh = mult_perc(cache->length, bargs->usage); |
Ilya Dryomov | a105bb8 | 2013-01-21 15:15:56 +0200 | [diff] [blame] | 3627 | |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3628 | if (chunk_used < user_thresh) |
| 3629 | ret = 0; |
| 3630 | |
| 3631 | btrfs_put_block_group(cache); |
| 3632 | return ret; |
| 3633 | } |
| 3634 | |
Ilya Dryomov | 409d404 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3635 | static int chunk_devid_filter(struct extent_buffer *leaf, |
| 3636 | struct btrfs_chunk *chunk, |
| 3637 | struct btrfs_balance_args *bargs) |
| 3638 | { |
| 3639 | struct btrfs_stripe *stripe; |
| 3640 | int num_stripes = btrfs_chunk_num_stripes(leaf, chunk); |
| 3641 | int i; |
| 3642 | |
| 3643 | for (i = 0; i < num_stripes; i++) { |
| 3644 | stripe = btrfs_stripe_nr(chunk, i); |
| 3645 | if (btrfs_stripe_devid(leaf, stripe) == bargs->devid) |
| 3646 | return 0; |
| 3647 | } |
| 3648 | |
| 3649 | return 1; |
| 3650 | } |
| 3651 | |
David Sterba | 946c925 | 2019-05-17 11:43:34 +0200 | [diff] [blame] | 3652 | static u64 calc_data_stripes(u64 type, int num_stripes) |
| 3653 | { |
| 3654 | const int index = btrfs_bg_flags_to_raid_index(type); |
| 3655 | const int ncopies = btrfs_raid_array[index].ncopies; |
| 3656 | const int nparity = btrfs_raid_array[index].nparity; |
| 3657 | |
David Sterba | d58ede8 | 2021-07-26 14:15:24 +0200 | [diff] [blame] | 3658 | return (num_stripes - nparity) / ncopies; |
David Sterba | 946c925 | 2019-05-17 11:43:34 +0200 | [diff] [blame] | 3659 | } |
| 3660 | |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3661 | /* [pstart, pend) */ |
| 3662 | static int chunk_drange_filter(struct extent_buffer *leaf, |
| 3663 | struct btrfs_chunk *chunk, |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3664 | struct btrfs_balance_args *bargs) |
| 3665 | { |
| 3666 | struct btrfs_stripe *stripe; |
| 3667 | int num_stripes = btrfs_chunk_num_stripes(leaf, chunk); |
| 3668 | u64 stripe_offset; |
| 3669 | u64 stripe_length; |
David Sterba | 946c925 | 2019-05-17 11:43:34 +0200 | [diff] [blame] | 3670 | u64 type; |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3671 | int factor; |
| 3672 | int i; |
| 3673 | |
| 3674 | if (!(bargs->flags & BTRFS_BALANCE_ARGS_DEVID)) |
| 3675 | return 0; |
| 3676 | |
David Sterba | 946c925 | 2019-05-17 11:43:34 +0200 | [diff] [blame] | 3677 | type = btrfs_chunk_type(leaf, chunk); |
| 3678 | factor = calc_data_stripes(type, num_stripes); |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3679 | |
| 3680 | for (i = 0; i < num_stripes; i++) { |
| 3681 | stripe = btrfs_stripe_nr(chunk, i); |
| 3682 | if (btrfs_stripe_devid(leaf, stripe) != bargs->devid) |
| 3683 | continue; |
| 3684 | |
| 3685 | stripe_offset = btrfs_stripe_offset(leaf, stripe); |
| 3686 | stripe_length = btrfs_chunk_length(leaf, chunk); |
David Sterba | b8b93ad | 2015-01-16 17:26:13 +0100 | [diff] [blame] | 3687 | stripe_length = div_u64(stripe_length, factor); |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3688 | |
| 3689 | if (stripe_offset < bargs->pend && |
| 3690 | stripe_offset + stripe_length > bargs->pstart) |
| 3691 | return 0; |
| 3692 | } |
| 3693 | |
| 3694 | return 1; |
| 3695 | } |
| 3696 | |
Ilya Dryomov | ea67176 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3697 | /* [vstart, vend) */ |
| 3698 | static int chunk_vrange_filter(struct extent_buffer *leaf, |
| 3699 | struct btrfs_chunk *chunk, |
| 3700 | u64 chunk_offset, |
| 3701 | struct btrfs_balance_args *bargs) |
| 3702 | { |
| 3703 | if (chunk_offset < bargs->vend && |
| 3704 | chunk_offset + btrfs_chunk_length(leaf, chunk) > bargs->vstart) |
| 3705 | /* at least part of the chunk is inside this vrange */ |
| 3706 | return 0; |
| 3707 | |
| 3708 | return 1; |
| 3709 | } |
| 3710 | |
GabrÃel Arthúr Pétursson | dee32d0 | 2015-09-28 22:32:41 +0000 | [diff] [blame] | 3711 | static int chunk_stripes_range_filter(struct extent_buffer *leaf, |
| 3712 | struct btrfs_chunk *chunk, |
| 3713 | struct btrfs_balance_args *bargs) |
| 3714 | { |
| 3715 | int num_stripes = btrfs_chunk_num_stripes(leaf, chunk); |
| 3716 | |
| 3717 | if (bargs->stripes_min <= num_stripes |
| 3718 | && num_stripes <= bargs->stripes_max) |
| 3719 | return 0; |
| 3720 | |
| 3721 | return 1; |
| 3722 | } |
| 3723 | |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3724 | static int chunk_soft_convert_filter(u64 chunk_type, |
Ilya Dryomov | cfa4c96 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3725 | struct btrfs_balance_args *bargs) |
| 3726 | { |
| 3727 | if (!(bargs->flags & BTRFS_BALANCE_ARGS_CONVERT)) |
| 3728 | return 0; |
| 3729 | |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3730 | chunk_type = chunk_to_extended(chunk_type) & |
| 3731 | BTRFS_EXTENDED_PROFILE_MASK; |
Ilya Dryomov | cfa4c96 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3732 | |
Ilya Dryomov | 899c81e | 2012-03-27 17:09:16 +0300 | [diff] [blame] | 3733 | if (bargs->target == chunk_type) |
Ilya Dryomov | cfa4c96 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3734 | return 1; |
| 3735 | |
| 3736 | return 0; |
| 3737 | } |
| 3738 | |
David Sterba | 6ec0896 | 2019-03-20 16:38:52 +0100 | [diff] [blame] | 3739 | static int should_balance_chunk(struct extent_buffer *leaf, |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3740 | struct btrfs_chunk *chunk, u64 chunk_offset) |
| 3741 | { |
David Sterba | 6ec0896 | 2019-03-20 16:38:52 +0100 | [diff] [blame] | 3742 | struct btrfs_fs_info *fs_info = leaf->fs_info; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3743 | struct btrfs_balance_control *bctl = fs_info->balance_ctl; |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3744 | struct btrfs_balance_args *bargs = NULL; |
| 3745 | u64 chunk_type = btrfs_chunk_type(leaf, chunk); |
| 3746 | |
| 3747 | /* type filter */ |
| 3748 | if (!((chunk_type & BTRFS_BLOCK_GROUP_TYPE_MASK) & |
| 3749 | (bctl->flags & BTRFS_BALANCE_TYPE_MASK))) { |
| 3750 | return 0; |
| 3751 | } |
| 3752 | |
| 3753 | if (chunk_type & BTRFS_BLOCK_GROUP_DATA) |
| 3754 | bargs = &bctl->data; |
| 3755 | else if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) |
| 3756 | bargs = &bctl->sys; |
| 3757 | else if (chunk_type & BTRFS_BLOCK_GROUP_METADATA) |
| 3758 | bargs = &bctl->meta; |
| 3759 | |
Ilya Dryomov | ed25e9b | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3760 | /* profiles filter */ |
| 3761 | if ((bargs->flags & BTRFS_BALANCE_ARGS_PROFILES) && |
| 3762 | chunk_profiles_filter(chunk_type, bargs)) { |
| 3763 | return 0; |
| 3764 | } |
| 3765 | |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3766 | /* usage filter */ |
| 3767 | if ((bargs->flags & BTRFS_BALANCE_ARGS_USAGE) && |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3768 | chunk_usage_filter(fs_info, chunk_offset, bargs)) { |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3769 | return 0; |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3770 | } else if ((bargs->flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) && |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 3771 | chunk_usage_range_filter(fs_info, chunk_offset, bargs)) { |
David Sterba | bc30946 | 2015-10-20 18:22:13 +0200 | [diff] [blame] | 3772 | return 0; |
Ilya Dryomov | 5ce5b3c | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3773 | } |
| 3774 | |
Ilya Dryomov | 409d404 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3775 | /* devid filter */ |
| 3776 | if ((bargs->flags & BTRFS_BALANCE_ARGS_DEVID) && |
| 3777 | chunk_devid_filter(leaf, chunk, bargs)) { |
| 3778 | return 0; |
| 3779 | } |
| 3780 | |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3781 | /* drange filter, makes sense only with devid filter */ |
| 3782 | if ((bargs->flags & BTRFS_BALANCE_ARGS_DRANGE) && |
Nikolay Borisov | e4ff5fb | 2017-07-19 10:48:42 +0300 | [diff] [blame] | 3783 | chunk_drange_filter(leaf, chunk, bargs)) { |
Ilya Dryomov | 94e60d5 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3784 | return 0; |
| 3785 | } |
| 3786 | |
Ilya Dryomov | ea67176 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3787 | /* vrange filter */ |
| 3788 | if ((bargs->flags & BTRFS_BALANCE_ARGS_VRANGE) && |
| 3789 | chunk_vrange_filter(leaf, chunk, chunk_offset, bargs)) { |
| 3790 | return 0; |
| 3791 | } |
| 3792 | |
GabrÃel Arthúr Pétursson | dee32d0 | 2015-09-28 22:32:41 +0000 | [diff] [blame] | 3793 | /* stripes filter */ |
| 3794 | if ((bargs->flags & BTRFS_BALANCE_ARGS_STRIPES_RANGE) && |
| 3795 | chunk_stripes_range_filter(leaf, chunk, bargs)) { |
| 3796 | return 0; |
| 3797 | } |
| 3798 | |
Ilya Dryomov | cfa4c96 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 3799 | /* soft profile changing mode */ |
| 3800 | if ((bargs->flags & BTRFS_BALANCE_ARGS_SOFT) && |
| 3801 | chunk_soft_convert_filter(chunk_type, bargs)) { |
| 3802 | return 0; |
| 3803 | } |
| 3804 | |
David Sterba | 7d824b6 | 2014-05-07 17:37:51 +0200 | [diff] [blame] | 3805 | /* |
| 3806 | * limited by count, must be the last filter |
| 3807 | */ |
| 3808 | if ((bargs->flags & BTRFS_BALANCE_ARGS_LIMIT)) { |
| 3809 | if (bargs->limit == 0) |
| 3810 | return 0; |
| 3811 | else |
| 3812 | bargs->limit--; |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3813 | } else if ((bargs->flags & BTRFS_BALANCE_ARGS_LIMIT_RANGE)) { |
| 3814 | /* |
| 3815 | * Same logic as the 'limit' filter; the minimum cannot be |
Nicholas D Steeves | 0132761 | 2016-05-19 21:18:45 -0400 | [diff] [blame] | 3816 | * determined here because we do not have the global information |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3817 | * about the count of all chunks that satisfy the filters. |
| 3818 | */ |
| 3819 | if (bargs->limit_max == 0) |
| 3820 | return 0; |
| 3821 | else |
| 3822 | bargs->limit_max--; |
David Sterba | 7d824b6 | 2014-05-07 17:37:51 +0200 | [diff] [blame] | 3823 | } |
| 3824 | |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3825 | return 1; |
| 3826 | } |
| 3827 | |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3828 | static int __btrfs_balance(struct btrfs_fs_info *fs_info) |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3829 | { |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3830 | struct btrfs_balance_control *bctl = fs_info->balance_ctl; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3831 | struct btrfs_root *chunk_root = fs_info->chunk_root; |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3832 | u64 chunk_type; |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3833 | struct btrfs_chunk *chunk; |
Liu Bo | 5a488b9 | 2016-07-12 11:24:21 -0700 | [diff] [blame] | 3834 | struct btrfs_path *path = NULL; |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3835 | struct btrfs_key key; |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3836 | struct btrfs_key found_key; |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3837 | struct extent_buffer *leaf; |
| 3838 | int slot; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3839 | int ret; |
| 3840 | int enospc_errors = 0; |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3841 | bool counting = true; |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3842 | /* The single value limit and min/max limits use the same bytes in the */ |
David Sterba | 7d824b6 | 2014-05-07 17:37:51 +0200 | [diff] [blame] | 3843 | u64 limit_data = bctl->data.limit; |
| 3844 | u64 limit_meta = bctl->meta.limit; |
| 3845 | u64 limit_sys = bctl->sys.limit; |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3846 | u32 count_data = 0; |
| 3847 | u32 count_meta = 0; |
| 3848 | u32 count_sys = 0; |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3849 | int chunk_reserved = 0; |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3850 | |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3851 | path = btrfs_alloc_path(); |
Mark Fasheh | 17e9f79 | 2011-07-12 11:10:23 -0700 | [diff] [blame] | 3852 | if (!path) { |
| 3853 | ret = -ENOMEM; |
| 3854 | goto error; |
| 3855 | } |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3856 | |
| 3857 | /* zero out stat counters */ |
| 3858 | spin_lock(&fs_info->balance_lock); |
| 3859 | memset(&bctl->stat, 0, sizeof(bctl->stat)); |
| 3860 | spin_unlock(&fs_info->balance_lock); |
| 3861 | again: |
David Sterba | 7d824b6 | 2014-05-07 17:37:51 +0200 | [diff] [blame] | 3862 | if (!counting) { |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3863 | /* |
| 3864 | * The single value limit and min/max limits use the same bytes |
| 3865 | * in the |
| 3866 | */ |
David Sterba | 7d824b6 | 2014-05-07 17:37:51 +0200 | [diff] [blame] | 3867 | bctl->data.limit = limit_data; |
| 3868 | bctl->meta.limit = limit_meta; |
| 3869 | bctl->sys.limit = limit_sys; |
| 3870 | } |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3871 | key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; |
| 3872 | key.offset = (u64)-1; |
| 3873 | key.type = BTRFS_CHUNK_ITEM_KEY; |
| 3874 | |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 3875 | while (1) { |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3876 | if ((!counting && atomic_read(&fs_info->balance_pause_req)) || |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3877 | atomic_read(&fs_info->balance_cancel_req)) { |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3878 | ret = -ECANCELED; |
| 3879 | goto error; |
| 3880 | } |
| 3881 | |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3882 | mutex_lock(&fs_info->reclaim_bgs_lock); |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3883 | ret = btrfs_search_slot(NULL, chunk_root, &key, path, 0, 0); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3884 | if (ret < 0) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3885 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3886 | goto error; |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3887 | } |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3888 | |
| 3889 | /* |
| 3890 | * this shouldn't happen, it means the last relocate |
| 3891 | * failed |
| 3892 | */ |
| 3893 | if (ret == 0) |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3894 | BUG(); /* FIXME break ? */ |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3895 | |
| 3896 | ret = btrfs_previous_item(chunk_root, path, 0, |
| 3897 | BTRFS_CHUNK_ITEM_KEY); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3898 | if (ret) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3899 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3900 | ret = 0; |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3901 | break; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3902 | } |
Chris Mason | 7d9eb12 | 2008-07-08 14:19:17 -0400 | [diff] [blame] | 3903 | |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3904 | leaf = path->nodes[0]; |
| 3905 | slot = path->slots[0]; |
| 3906 | btrfs_item_key_to_cpu(leaf, &found_key, slot); |
| 3907 | |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3908 | if (found_key.objectid != key.objectid) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3909 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3910 | break; |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3911 | } |
Chris Mason | 7d9eb12 | 2008-07-08 14:19:17 -0400 | [diff] [blame] | 3912 | |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3913 | chunk = btrfs_item_ptr(leaf, slot, struct btrfs_chunk); |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3914 | chunk_type = btrfs_chunk_type(leaf, chunk); |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3915 | |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3916 | if (!counting) { |
| 3917 | spin_lock(&fs_info->balance_lock); |
| 3918 | bctl->stat.considered++; |
| 3919 | spin_unlock(&fs_info->balance_lock); |
| 3920 | } |
| 3921 | |
David Sterba | 6ec0896 | 2019-03-20 16:38:52 +0100 | [diff] [blame] | 3922 | ret = should_balance_chunk(leaf, chunk, found_key.offset); |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3923 | |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 3924 | btrfs_release_path(path); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3925 | if (!ret) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3926 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3927 | goto loop; |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 3928 | } |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3929 | |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3930 | if (counting) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3931 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3932 | spin_lock(&fs_info->balance_lock); |
| 3933 | bctl->stat.expected++; |
| 3934 | spin_unlock(&fs_info->balance_lock); |
David Sterba | 12907fc | 2015-10-10 17:16:50 +0200 | [diff] [blame] | 3935 | |
| 3936 | if (chunk_type & BTRFS_BLOCK_GROUP_DATA) |
| 3937 | count_data++; |
| 3938 | else if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) |
| 3939 | count_sys++; |
| 3940 | else if (chunk_type & BTRFS_BLOCK_GROUP_METADATA) |
| 3941 | count_meta++; |
| 3942 | |
| 3943 | goto loop; |
| 3944 | } |
| 3945 | |
| 3946 | /* |
| 3947 | * Apply limit_min filter, no need to check if the LIMITS |
| 3948 | * filter is used, limit_min is 0 by default |
| 3949 | */ |
| 3950 | if (((chunk_type & BTRFS_BLOCK_GROUP_DATA) && |
| 3951 | count_data < bctl->data.limit_min) |
| 3952 | || ((chunk_type & BTRFS_BLOCK_GROUP_METADATA) && |
| 3953 | count_meta < bctl->meta.limit_min) |
| 3954 | || ((chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) && |
| 3955 | count_sys < bctl->sys.limit_min)) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3956 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3957 | goto loop; |
| 3958 | } |
| 3959 | |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3960 | if (!chunk_reserved) { |
| 3961 | /* |
| 3962 | * We may be relocating the only data chunk we have, |
| 3963 | * which could potentially end up with losing data's |
| 3964 | * raid profile, so lets allocate an empty one in |
| 3965 | * advance. |
| 3966 | */ |
| 3967 | ret = btrfs_may_alloc_data_chunk(fs_info, |
| 3968 | found_key.offset); |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3969 | if (ret < 0) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3970 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3971 | goto error; |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 3972 | } else if (ret == 1) { |
| 3973 | chunk_reserved = 1; |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3974 | } |
Zhao Lei | 2c9fe83 | 2015-11-09 11:51:32 +0800 | [diff] [blame] | 3975 | } |
| 3976 | |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 3977 | ret = btrfs_relocate_chunk(fs_info, found_key.offset); |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 3978 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3979 | if (ret == -ENOSPC) { |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3980 | enospc_errors++; |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 3981 | } else if (ret == -ETXTBSY) { |
| 3982 | btrfs_info(fs_info, |
| 3983 | "skipping relocation of block group %llu due to active swapfile", |
| 3984 | found_key.offset); |
| 3985 | ret = 0; |
| 3986 | } else if (ret) { |
| 3987 | goto error; |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3988 | } else { |
| 3989 | spin_lock(&fs_info->balance_lock); |
| 3990 | bctl->stat.completed++; |
| 3991 | spin_unlock(&fs_info->balance_lock); |
| 3992 | } |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3993 | loop: |
Ilya Dryomov | 795a332 | 2013-08-27 13:50:44 +0300 | [diff] [blame] | 3994 | if (found_key.offset == 0) |
| 3995 | break; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 3996 | key.offset = found_key.offset - 1; |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 3997 | } |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 3998 | |
Ilya Dryomov | 19a39dc | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 3999 | if (counting) { |
| 4000 | btrfs_release_path(path); |
| 4001 | counting = false; |
| 4002 | goto again; |
| 4003 | } |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 4004 | error: |
| 4005 | btrfs_free_path(path); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4006 | if (enospc_errors) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 4007 | btrfs_info(fs_info, "%d enospc errors during balance", |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 4008 | enospc_errors); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4009 | if (!ret) |
| 4010 | ret = -ENOSPC; |
| 4011 | } |
| 4012 | |
Chris Mason | ec44a35 | 2008-04-28 15:29:52 -0400 | [diff] [blame] | 4013 | return ret; |
| 4014 | } |
| 4015 | |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 4016 | /* |
| 4017 | * See if a given profile is valid and reduced. |
| 4018 | * |
| 4019 | * @flags: profile to validate |
| 4020 | * @extended: if true @flags is treated as an extended profile |
Ilya Dryomov | 0c460c0 | 2012-03-27 17:09:17 +0300 | [diff] [blame] | 4021 | */ |
| 4022 | static int alloc_profile_is_valid(u64 flags, int extended) |
| 4023 | { |
| 4024 | u64 mask = (extended ? BTRFS_EXTENDED_PROFILE_MASK : |
| 4025 | BTRFS_BLOCK_GROUP_PROFILE_MASK); |
| 4026 | |
| 4027 | flags &= ~BTRFS_BLOCK_GROUP_TYPE_MASK; |
| 4028 | |
| 4029 | /* 1) check that all other bits are zeroed */ |
| 4030 | if (flags & ~mask) |
| 4031 | return 0; |
| 4032 | |
| 4033 | /* 2) see if profile is reduced */ |
| 4034 | if (flags == 0) |
| 4035 | return !extended; /* "0" is valid for usual profiles */ |
| 4036 | |
David Sterba | c149916 | 2019-10-01 19:44:42 +0200 | [diff] [blame] | 4037 | return has_single_bit_set(flags); |
Ilya Dryomov | 0c460c0 | 2012-03-27 17:09:17 +0300 | [diff] [blame] | 4038 | } |
| 4039 | |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4040 | static inline int balance_need_close(struct btrfs_fs_info *fs_info) |
| 4041 | { |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4042 | /* cancel requested || normal exit path */ |
| 4043 | return atomic_read(&fs_info->balance_cancel_req) || |
| 4044 | (atomic_read(&fs_info->balance_pause_req) == 0 && |
| 4045 | atomic_read(&fs_info->balance_cancel_req) == 0); |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4046 | } |
| 4047 | |
David Sterba | 5ba366c | 2020-02-27 21:00:52 +0100 | [diff] [blame] | 4048 | /* |
| 4049 | * Validate target profile against allowed profiles and return true if it's OK. |
| 4050 | * Otherwise print the error message and return false. |
| 4051 | */ |
| 4052 | static inline int validate_convert_profile(struct btrfs_fs_info *fs_info, |
| 4053 | const struct btrfs_balance_args *bargs, |
| 4054 | u64 allowed, const char *type) |
Alexandru Moise | bdcd3c9 | 2015-09-22 20:02:25 +0000 | [diff] [blame] | 4055 | { |
David Sterba | 5ba366c | 2020-02-27 21:00:52 +0100 | [diff] [blame] | 4056 | if (!(bargs->flags & BTRFS_BALANCE_ARGS_CONVERT)) |
| 4057 | return true; |
| 4058 | |
| 4059 | /* Profile is valid and does not have bits outside of the allowed set */ |
| 4060 | if (alloc_profile_is_valid(bargs->target, 1) && |
| 4061 | (bargs->target & ~allowed) == 0) |
| 4062 | return true; |
| 4063 | |
| 4064 | btrfs_err(fs_info, "balance: invalid convert %s profile %s", |
| 4065 | type, btrfs_bg_type_to_raid_name(bargs->target)); |
| 4066 | return false; |
Alexandru Moise | bdcd3c9 | 2015-09-22 20:02:25 +0000 | [diff] [blame] | 4067 | } |
| 4068 | |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4069 | /* |
Anand Jain | 56fc37d | 2018-11-20 16:12:56 +0800 | [diff] [blame] | 4070 | * Fill @buf with textual description of balance filter flags @bargs, up to |
| 4071 | * @size_buf including the terminating null. The output may be trimmed if it |
| 4072 | * does not fit into the provided buffer. |
| 4073 | */ |
| 4074 | static void describe_balance_args(struct btrfs_balance_args *bargs, char *buf, |
| 4075 | u32 size_buf) |
| 4076 | { |
| 4077 | int ret; |
| 4078 | u32 size_bp = size_buf; |
| 4079 | char *bp = buf; |
| 4080 | u64 flags = bargs->flags; |
| 4081 | char tmp_buf[128] = {'\0'}; |
| 4082 | |
| 4083 | if (!flags) |
| 4084 | return; |
| 4085 | |
| 4086 | #define CHECK_APPEND_NOARG(a) \ |
| 4087 | do { \ |
| 4088 | ret = snprintf(bp, size_bp, (a)); \ |
| 4089 | if (ret < 0 || ret >= size_bp) \ |
| 4090 | goto out_overflow; \ |
| 4091 | size_bp -= ret; \ |
| 4092 | bp += ret; \ |
| 4093 | } while (0) |
| 4094 | |
| 4095 | #define CHECK_APPEND_1ARG(a, v1) \ |
| 4096 | do { \ |
| 4097 | ret = snprintf(bp, size_bp, (a), (v1)); \ |
| 4098 | if (ret < 0 || ret >= size_bp) \ |
| 4099 | goto out_overflow; \ |
| 4100 | size_bp -= ret; \ |
| 4101 | bp += ret; \ |
| 4102 | } while (0) |
| 4103 | |
| 4104 | #define CHECK_APPEND_2ARG(a, v1, v2) \ |
| 4105 | do { \ |
| 4106 | ret = snprintf(bp, size_bp, (a), (v1), (v2)); \ |
| 4107 | if (ret < 0 || ret >= size_bp) \ |
| 4108 | goto out_overflow; \ |
| 4109 | size_bp -= ret; \ |
| 4110 | bp += ret; \ |
| 4111 | } while (0) |
| 4112 | |
David Sterba | 158da51 | 2019-05-17 11:43:41 +0200 | [diff] [blame] | 4113 | if (flags & BTRFS_BALANCE_ARGS_CONVERT) |
| 4114 | CHECK_APPEND_1ARG("convert=%s,", |
| 4115 | btrfs_bg_type_to_raid_name(bargs->target)); |
Anand Jain | 56fc37d | 2018-11-20 16:12:56 +0800 | [diff] [blame] | 4116 | |
| 4117 | if (flags & BTRFS_BALANCE_ARGS_SOFT) |
| 4118 | CHECK_APPEND_NOARG("soft,"); |
| 4119 | |
| 4120 | if (flags & BTRFS_BALANCE_ARGS_PROFILES) { |
| 4121 | btrfs_describe_block_groups(bargs->profiles, tmp_buf, |
| 4122 | sizeof(tmp_buf)); |
| 4123 | CHECK_APPEND_1ARG("profiles=%s,", tmp_buf); |
| 4124 | } |
| 4125 | |
| 4126 | if (flags & BTRFS_BALANCE_ARGS_USAGE) |
| 4127 | CHECK_APPEND_1ARG("usage=%llu,", bargs->usage); |
| 4128 | |
| 4129 | if (flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) |
| 4130 | CHECK_APPEND_2ARG("usage=%u..%u,", |
| 4131 | bargs->usage_min, bargs->usage_max); |
| 4132 | |
| 4133 | if (flags & BTRFS_BALANCE_ARGS_DEVID) |
| 4134 | CHECK_APPEND_1ARG("devid=%llu,", bargs->devid); |
| 4135 | |
| 4136 | if (flags & BTRFS_BALANCE_ARGS_DRANGE) |
| 4137 | CHECK_APPEND_2ARG("drange=%llu..%llu,", |
| 4138 | bargs->pstart, bargs->pend); |
| 4139 | |
| 4140 | if (flags & BTRFS_BALANCE_ARGS_VRANGE) |
| 4141 | CHECK_APPEND_2ARG("vrange=%llu..%llu,", |
| 4142 | bargs->vstart, bargs->vend); |
| 4143 | |
| 4144 | if (flags & BTRFS_BALANCE_ARGS_LIMIT) |
| 4145 | CHECK_APPEND_1ARG("limit=%llu,", bargs->limit); |
| 4146 | |
| 4147 | if (flags & BTRFS_BALANCE_ARGS_LIMIT_RANGE) |
| 4148 | CHECK_APPEND_2ARG("limit=%u..%u,", |
| 4149 | bargs->limit_min, bargs->limit_max); |
| 4150 | |
| 4151 | if (flags & BTRFS_BALANCE_ARGS_STRIPES_RANGE) |
| 4152 | CHECK_APPEND_2ARG("stripes=%u..%u,", |
| 4153 | bargs->stripes_min, bargs->stripes_max); |
| 4154 | |
| 4155 | #undef CHECK_APPEND_2ARG |
| 4156 | #undef CHECK_APPEND_1ARG |
| 4157 | #undef CHECK_APPEND_NOARG |
| 4158 | |
| 4159 | out_overflow: |
| 4160 | |
| 4161 | if (size_bp < size_buf) |
| 4162 | buf[size_buf - size_bp - 1] = '\0'; /* remove last , */ |
| 4163 | else |
| 4164 | buf[0] = '\0'; |
| 4165 | } |
| 4166 | |
| 4167 | static void describe_balance_start_or_resume(struct btrfs_fs_info *fs_info) |
| 4168 | { |
| 4169 | u32 size_buf = 1024; |
| 4170 | char tmp_buf[192] = {'\0'}; |
| 4171 | char *buf; |
| 4172 | char *bp; |
| 4173 | u32 size_bp = size_buf; |
| 4174 | int ret; |
| 4175 | struct btrfs_balance_control *bctl = fs_info->balance_ctl; |
| 4176 | |
| 4177 | buf = kzalloc(size_buf, GFP_KERNEL); |
| 4178 | if (!buf) |
| 4179 | return; |
| 4180 | |
| 4181 | bp = buf; |
| 4182 | |
| 4183 | #define CHECK_APPEND_1ARG(a, v1) \ |
| 4184 | do { \ |
| 4185 | ret = snprintf(bp, size_bp, (a), (v1)); \ |
| 4186 | if (ret < 0 || ret >= size_bp) \ |
| 4187 | goto out_overflow; \ |
| 4188 | size_bp -= ret; \ |
| 4189 | bp += ret; \ |
| 4190 | } while (0) |
| 4191 | |
| 4192 | if (bctl->flags & BTRFS_BALANCE_FORCE) |
| 4193 | CHECK_APPEND_1ARG("%s", "-f "); |
| 4194 | |
| 4195 | if (bctl->flags & BTRFS_BALANCE_DATA) { |
| 4196 | describe_balance_args(&bctl->data, tmp_buf, sizeof(tmp_buf)); |
| 4197 | CHECK_APPEND_1ARG("-d%s ", tmp_buf); |
| 4198 | } |
| 4199 | |
| 4200 | if (bctl->flags & BTRFS_BALANCE_METADATA) { |
| 4201 | describe_balance_args(&bctl->meta, tmp_buf, sizeof(tmp_buf)); |
| 4202 | CHECK_APPEND_1ARG("-m%s ", tmp_buf); |
| 4203 | } |
| 4204 | |
| 4205 | if (bctl->flags & BTRFS_BALANCE_SYSTEM) { |
| 4206 | describe_balance_args(&bctl->sys, tmp_buf, sizeof(tmp_buf)); |
| 4207 | CHECK_APPEND_1ARG("-s%s ", tmp_buf); |
| 4208 | } |
| 4209 | |
| 4210 | #undef CHECK_APPEND_1ARG |
| 4211 | |
| 4212 | out_overflow: |
| 4213 | |
| 4214 | if (size_bp < size_buf) |
| 4215 | buf[size_buf - size_bp - 1] = '\0'; /* remove last " " */ |
| 4216 | btrfs_info(fs_info, "balance: %s %s", |
| 4217 | (bctl->flags & BTRFS_BALANCE_RESUME) ? |
| 4218 | "resume" : "start", buf); |
| 4219 | |
| 4220 | kfree(buf); |
| 4221 | } |
| 4222 | |
| 4223 | /* |
David Sterba | dccdb07 | 2018-03-21 00:20:05 +0100 | [diff] [blame] | 4224 | * Should be called with balance mutexe held |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4225 | */ |
David Sterba | 6fcf6e2 | 2018-05-07 17:44:03 +0200 | [diff] [blame] | 4226 | int btrfs_balance(struct btrfs_fs_info *fs_info, |
| 4227 | struct btrfs_balance_control *bctl, |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4228 | struct btrfs_ioctl_balance_args *bargs) |
| 4229 | { |
Adam Borowski | 1450612 | 2017-03-07 23:34:44 +0100 | [diff] [blame] | 4230 | u64 meta_target, data_target; |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4231 | u64 allowed; |
Ilya Dryomov | e4837f8 | 2012-03-27 17:09:17 +0300 | [diff] [blame] | 4232 | int mixed = 0; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4233 | int ret; |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 4234 | u64 num_devices; |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 4235 | unsigned seq; |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4236 | bool reducing_redundancy; |
David Sterba | 081db89 | 2019-05-17 11:43:27 +0200 | [diff] [blame] | 4237 | int i; |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4238 | |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4239 | if (btrfs_fs_closing(fs_info) || |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4240 | atomic_read(&fs_info->balance_pause_req) || |
Qu Wenruo | 726a342 | 2020-02-17 14:16:52 +0800 | [diff] [blame] | 4241 | btrfs_should_cancel_balance(fs_info)) { |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4242 | ret = -EINVAL; |
| 4243 | goto out; |
| 4244 | } |
| 4245 | |
Ilya Dryomov | e4837f8 | 2012-03-27 17:09:17 +0300 | [diff] [blame] | 4246 | allowed = btrfs_super_incompat_flags(fs_info->super_copy); |
| 4247 | if (allowed & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS) |
| 4248 | mixed = 1; |
| 4249 | |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4250 | /* |
| 4251 | * In case of mixed groups both data and meta should be picked, |
| 4252 | * and identical options should be given for both of them. |
| 4253 | */ |
Ilya Dryomov | e4837f8 | 2012-03-27 17:09:17 +0300 | [diff] [blame] | 4254 | allowed = BTRFS_BALANCE_DATA | BTRFS_BALANCE_METADATA; |
| 4255 | if (mixed && (bctl->flags & allowed)) { |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4256 | if (!(bctl->flags & BTRFS_BALANCE_DATA) || |
| 4257 | !(bctl->flags & BTRFS_BALANCE_METADATA) || |
| 4258 | memcmp(&bctl->data, &bctl->meta, sizeof(bctl->data))) { |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 4259 | btrfs_err(fs_info, |
Anand Jain | 6dac13f8 | 2018-05-16 10:51:26 +0800 | [diff] [blame] | 4260 | "balance: mixed groups data and metadata options must be the same"); |
Ilya Dryomov | f43ffb6 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4261 | ret = -EINVAL; |
| 4262 | goto out; |
| 4263 | } |
| 4264 | } |
| 4265 | |
Josef Bacik | b35cf1f | 2020-01-10 11:11:24 -0500 | [diff] [blame] | 4266 | /* |
| 4267 | * rw_devices will not change at the moment, device add/delete/replace |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 4268 | * are exclusive |
Josef Bacik | b35cf1f | 2020-01-10 11:11:24 -0500 | [diff] [blame] | 4269 | */ |
| 4270 | num_devices = fs_info->fs_devices->rw_devices; |
Qu Wenruo | fab2735 | 2019-09-25 10:13:27 +0800 | [diff] [blame] | 4271 | |
| 4272 | /* |
| 4273 | * SINGLE profile on-disk has no profile bit, but in-memory we have a |
| 4274 | * special bit for it, to make it easier to distinguish. Thus we need |
| 4275 | * to set it manually, or balance would refuse the profile. |
| 4276 | */ |
| 4277 | allowed = BTRFS_AVAIL_ALLOC_BIT_SINGLE; |
David Sterba | 081db89 | 2019-05-17 11:43:27 +0200 | [diff] [blame] | 4278 | for (i = 0; i < ARRAY_SIZE(btrfs_raid_array); i++) |
| 4279 | if (num_devices >= btrfs_raid_array[i].devs_min) |
| 4280 | allowed |= btrfs_raid_array[i].bg_flag; |
Anand Jain | 1da7396 | 2018-08-10 13:53:21 +0800 | [diff] [blame] | 4281 | |
David Sterba | 5ba366c | 2020-02-27 21:00:52 +0100 | [diff] [blame] | 4282 | if (!validate_convert_profile(fs_info, &bctl->data, allowed, "data") || |
| 4283 | !validate_convert_profile(fs_info, &bctl->meta, allowed, "metadata") || |
| 4284 | !validate_convert_profile(fs_info, &bctl->sys, allowed, "system")) { |
Ilya Dryomov | e4d8ec0 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4285 | ret = -EINVAL; |
| 4286 | goto out; |
| 4287 | } |
| 4288 | |
David Sterba | 6079e12 | 2019-05-17 11:43:29 +0200 | [diff] [blame] | 4289 | /* |
| 4290 | * Allow to reduce metadata or system integrity only if force set for |
| 4291 | * profiles with redundancy (copies, parity) |
| 4292 | */ |
| 4293 | allowed = 0; |
| 4294 | for (i = 0; i < ARRAY_SIZE(btrfs_raid_array); i++) { |
| 4295 | if (btrfs_raid_array[i].ncopies >= 2 || |
| 4296 | btrfs_raid_array[i].tolerated_failures >= 1) |
| 4297 | allowed |= btrfs_raid_array[i].bg_flag; |
| 4298 | } |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 4299 | do { |
| 4300 | seq = read_seqbegin(&fs_info->profiles_lock); |
| 4301 | |
| 4302 | if (((bctl->sys.flags & BTRFS_BALANCE_ARGS_CONVERT) && |
| 4303 | (fs_info->avail_system_alloc_bits & allowed) && |
| 4304 | !(bctl->sys.target & allowed)) || |
| 4305 | ((bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT) && |
| 4306 | (fs_info->avail_metadata_alloc_bits & allowed) && |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4307 | !(bctl->meta.target & allowed))) |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4308 | reducing_redundancy = true; |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4309 | else |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4310 | reducing_redundancy = false; |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4311 | |
| 4312 | /* if we're not converting, the target field is uninitialized */ |
| 4313 | meta_target = (bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT) ? |
| 4314 | bctl->meta.target : fs_info->avail_metadata_alloc_bits; |
| 4315 | data_target = (bctl->data.flags & BTRFS_BALANCE_ARGS_CONVERT) ? |
| 4316 | bctl->data.target : fs_info->avail_data_alloc_bits; |
Miao Xie | de98ced | 2013-01-29 10:13:12 +0000 | [diff] [blame] | 4317 | } while (read_seqretry(&fs_info->profiles_lock, seq)); |
Ilya Dryomov | e4d8ec0 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4318 | |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4319 | if (reducing_redundancy) { |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4320 | if (bctl->flags & BTRFS_BALANCE_FORCE) { |
| 4321 | btrfs_info(fs_info, |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4322 | "balance: force reducing metadata redundancy"); |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4323 | } else { |
| 4324 | btrfs_err(fs_info, |
Anand Jain | e62869b | 2019-09-25 14:29:28 +0800 | [diff] [blame] | 4325 | "balance: reduces metadata redundancy, use --force if you want this"); |
Filipe Manana | 5a8067c | 2018-11-19 09:48:12 +0000 | [diff] [blame] | 4326 | ret = -EINVAL; |
| 4327 | goto out; |
| 4328 | } |
| 4329 | } |
| 4330 | |
Adam Borowski | 1450612 | 2017-03-07 23:34:44 +0100 | [diff] [blame] | 4331 | if (btrfs_get_num_tolerated_disk_barrier_failures(meta_target) < |
| 4332 | btrfs_get_num_tolerated_disk_barrier_failures(data_target)) { |
Sam Tygier | ee592d0 | 2016-01-06 08:46:12 +0000 | [diff] [blame] | 4333 | btrfs_warn(fs_info, |
Anand Jain | 6dac13f8 | 2018-05-16 10:51:26 +0800 | [diff] [blame] | 4334 | "balance: metadata profile %s has lower redundancy than data profile %s", |
David Sterba | 158da51 | 2019-05-17 11:43:41 +0200 | [diff] [blame] | 4335 | btrfs_bg_type_to_raid_name(meta_target), |
| 4336 | btrfs_bg_type_to_raid_name(data_target)); |
Sam Tygier | ee592d0 | 2016-01-06 08:46:12 +0000 | [diff] [blame] | 4337 | } |
| 4338 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 4339 | ret = insert_balance_item(fs_info, bctl); |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4340 | if (ret && ret != -EEXIST) |
Ilya Dryomov | 0940ebf | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4341 | goto out; |
| 4342 | |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4343 | if (!(bctl->flags & BTRFS_BALANCE_RESUME)) { |
| 4344 | BUG_ON(ret == -EEXIST); |
David Sterba | 833aae1 | 2018-03-21 02:41:30 +0100 | [diff] [blame] | 4345 | BUG_ON(fs_info->balance_ctl); |
| 4346 | spin_lock(&fs_info->balance_lock); |
| 4347 | fs_info->balance_ctl = bctl; |
| 4348 | spin_unlock(&fs_info->balance_lock); |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4349 | } else { |
| 4350 | BUG_ON(ret != -EEXIST); |
| 4351 | spin_lock(&fs_info->balance_lock); |
| 4352 | update_balance_args(bctl); |
| 4353 | spin_unlock(&fs_info->balance_lock); |
| 4354 | } |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4355 | |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4356 | ASSERT(!test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)); |
| 4357 | set_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags); |
Anand Jain | 56fc37d | 2018-11-20 16:12:56 +0800 | [diff] [blame] | 4358 | describe_balance_start_or_resume(fs_info); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4359 | mutex_unlock(&fs_info->balance_mutex); |
| 4360 | |
| 4361 | ret = __btrfs_balance(fs_info); |
| 4362 | |
| 4363 | mutex_lock(&fs_info->balance_mutex); |
Nikolay Borisov | efc0e69 | 2021-11-25 11:14:41 +0200 | [diff] [blame] | 4364 | if (ret == -ECANCELED && atomic_read(&fs_info->balance_pause_req)) { |
Anand Jain | 7333bd0 | 2018-11-20 16:12:57 +0800 | [diff] [blame] | 4365 | btrfs_info(fs_info, "balance: paused"); |
Nikolay Borisov | efc0e69 | 2021-11-25 11:14:41 +0200 | [diff] [blame] | 4366 | btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED); |
| 4367 | } |
Qu Wenruo | 44d354a | 2020-07-13 09:03:21 +0800 | [diff] [blame] | 4368 | /* |
| 4369 | * Balance can be canceled by: |
| 4370 | * |
| 4371 | * - Regular cancel request |
| 4372 | * Then ret == -ECANCELED and balance_cancel_req > 0 |
| 4373 | * |
| 4374 | * - Fatal signal to "btrfs" process |
| 4375 | * Either the signal caught by wait_reserve_ticket() and callers |
| 4376 | * got -EINTR, or caught by btrfs_should_cancel_balance() and |
| 4377 | * got -ECANCELED. |
| 4378 | * Either way, in this case balance_cancel_req = 0, and |
| 4379 | * ret == -EINTR or ret == -ECANCELED. |
| 4380 | * |
| 4381 | * So here we only check the return value to catch canceled balance. |
| 4382 | */ |
| 4383 | else if (ret == -ECANCELED || ret == -EINTR) |
Anand Jain | 7333bd0 | 2018-11-20 16:12:57 +0800 | [diff] [blame] | 4384 | btrfs_info(fs_info, "balance: canceled"); |
| 4385 | else |
| 4386 | btrfs_info(fs_info, "balance: ended with status: %d", ret); |
| 4387 | |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4388 | clear_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4389 | |
| 4390 | if (bargs) { |
| 4391 | memset(bargs, 0, sizeof(*bargs)); |
David Sterba | 008ef09 | 2018-03-21 02:05:27 +0100 | [diff] [blame] | 4392 | btrfs_update_ioctl_balance_args(fs_info, bargs); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4393 | } |
| 4394 | |
Ilya Dryomov | 3a01aa7 | 2013-03-06 01:57:55 -0700 | [diff] [blame] | 4395 | if ((ret && ret != -ECANCELED && ret != -ENOSPC) || |
| 4396 | balance_need_close(fs_info)) { |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 4397 | reset_balance_state(fs_info); |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 4398 | btrfs_exclop_finish(fs_info); |
Ilya Dryomov | 3a01aa7 | 2013-03-06 01:57:55 -0700 | [diff] [blame] | 4399 | } |
| 4400 | |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4401 | wake_up(&fs_info->balance_wait_q); |
Ilya Dryomov | c9e9f97 | 2012-01-16 22:04:47 +0200 | [diff] [blame] | 4402 | |
| 4403 | return ret; |
| 4404 | out: |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4405 | if (bctl->flags & BTRFS_BALANCE_RESUME) |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 4406 | reset_balance_state(fs_info); |
David Sterba | a17c95d | 2018-03-20 17:28:05 +0100 | [diff] [blame] | 4407 | else |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4408 | kfree(bctl); |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 4409 | btrfs_exclop_finish(fs_info); |
David Sterba | a17c95d | 2018-03-20 17:28:05 +0100 | [diff] [blame] | 4410 | |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4411 | return ret; |
| 4412 | } |
| 4413 | |
| 4414 | static int balance_kthread(void *data) |
| 4415 | { |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4416 | struct btrfs_fs_info *fs_info = data; |
Ilya Dryomov | 9555c6c | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4417 | int ret = 0; |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4418 | |
Naohiro Aota | a690e5f | 2022-03-29 15:55:58 +0900 | [diff] [blame] | 4419 | sb_start_write(fs_info->sb); |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4420 | mutex_lock(&fs_info->balance_mutex); |
Anand Jain | 56fc37d | 2018-11-20 16:12:56 +0800 | [diff] [blame] | 4421 | if (fs_info->balance_ctl) |
David Sterba | 6fcf6e2 | 2018-05-07 17:44:03 +0200 | [diff] [blame] | 4422 | ret = btrfs_balance(fs_info, fs_info->balance_ctl, NULL); |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4423 | mutex_unlock(&fs_info->balance_mutex); |
Naohiro Aota | a690e5f | 2022-03-29 15:55:58 +0900 | [diff] [blame] | 4424 | sb_end_write(fs_info->sb); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4425 | |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4426 | return ret; |
| 4427 | } |
| 4428 | |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4429 | int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info) |
| 4430 | { |
| 4431 | struct task_struct *tsk; |
| 4432 | |
David Sterba | 1354e1a | 2018-03-21 02:29:13 +0100 | [diff] [blame] | 4433 | mutex_lock(&fs_info->balance_mutex); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4434 | if (!fs_info->balance_ctl) { |
David Sterba | 1354e1a | 2018-03-21 02:29:13 +0100 | [diff] [blame] | 4435 | mutex_unlock(&fs_info->balance_mutex); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4436 | return 0; |
| 4437 | } |
David Sterba | 1354e1a | 2018-03-21 02:29:13 +0100 | [diff] [blame] | 4438 | mutex_unlock(&fs_info->balance_mutex); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4439 | |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 4440 | if (btrfs_test_opt(fs_info, SKIP_BALANCE)) { |
Anand Jain | 6dac13f8 | 2018-05-16 10:51:26 +0800 | [diff] [blame] | 4441 | btrfs_info(fs_info, "balance: resume skipped"); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4442 | return 0; |
| 4443 | } |
| 4444 | |
Nikolay Borisov | efc0e69 | 2021-11-25 11:14:41 +0200 | [diff] [blame] | 4445 | spin_lock(&fs_info->super_lock); |
| 4446 | ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); |
| 4447 | fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE; |
| 4448 | spin_unlock(&fs_info->super_lock); |
Anand Jain | 02ee654 | 2018-05-17 15:16:51 +0800 | [diff] [blame] | 4449 | /* |
| 4450 | * A ro->rw remount sequence should continue with the paused balance |
| 4451 | * regardless of who pauses it, system or the user as of now, so set |
| 4452 | * the resume flag. |
| 4453 | */ |
| 4454 | spin_lock(&fs_info->balance_lock); |
| 4455 | fs_info->balance_ctl->flags |= BTRFS_BALANCE_RESUME; |
| 4456 | spin_unlock(&fs_info->balance_lock); |
| 4457 | |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4458 | tsk = kthread_run(balance_kthread, fs_info, "btrfs-balance"); |
Sachin Kamat | cd63397 | 2013-07-15 16:52:18 +0530 | [diff] [blame] | 4459 | return PTR_ERR_OR_ZERO(tsk); |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 4460 | } |
| 4461 | |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4462 | int btrfs_recover_balance(struct btrfs_fs_info *fs_info) |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4463 | { |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4464 | struct btrfs_balance_control *bctl; |
| 4465 | struct btrfs_balance_item *item; |
| 4466 | struct btrfs_disk_balance_args disk_bargs; |
| 4467 | struct btrfs_path *path; |
| 4468 | struct extent_buffer *leaf; |
| 4469 | struct btrfs_key key; |
| 4470 | int ret; |
| 4471 | |
| 4472 | path = btrfs_alloc_path(); |
| 4473 | if (!path) |
| 4474 | return -ENOMEM; |
| 4475 | |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4476 | key.objectid = BTRFS_BALANCE_OBJECTID; |
David Sterba | c479cb4 | 2016-01-25 17:51:31 +0100 | [diff] [blame] | 4477 | key.type = BTRFS_TEMPORARY_ITEM_KEY; |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4478 | key.offset = 0; |
| 4479 | |
| 4480 | ret = btrfs_search_slot(NULL, fs_info->tree_root, &key, path, 0, 0); |
| 4481 | if (ret < 0) |
| 4482 | goto out; |
| 4483 | if (ret > 0) { /* ret = -ENOENT; */ |
| 4484 | ret = 0; |
| 4485 | goto out; |
| 4486 | } |
| 4487 | |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4488 | bctl = kzalloc(sizeof(*bctl), GFP_NOFS); |
| 4489 | if (!bctl) { |
| 4490 | ret = -ENOMEM; |
| 4491 | goto out; |
| 4492 | } |
| 4493 | |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4494 | leaf = path->nodes[0]; |
| 4495 | item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_balance_item); |
| 4496 | |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4497 | bctl->flags = btrfs_balance_flags(leaf, item); |
| 4498 | bctl->flags |= BTRFS_BALANCE_RESUME; |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4499 | |
| 4500 | btrfs_balance_data(leaf, item, &disk_bargs); |
| 4501 | btrfs_disk_balance_args_to_cpu(&bctl->data, &disk_bargs); |
| 4502 | btrfs_balance_meta(leaf, item, &disk_bargs); |
| 4503 | btrfs_disk_balance_args_to_cpu(&bctl->meta, &disk_bargs); |
| 4504 | btrfs_balance_sys(leaf, item, &disk_bargs); |
| 4505 | btrfs_disk_balance_args_to_cpu(&bctl->sys, &disk_bargs); |
| 4506 | |
David Sterba | eee95e3 | 2018-03-20 20:07:58 +0100 | [diff] [blame] | 4507 | /* |
| 4508 | * This should never happen, as the paused balance state is recovered |
| 4509 | * during mount without any chance of other exclusive ops to collide. |
| 4510 | * |
| 4511 | * This gives the exclusive op status to balance and keeps in paused |
| 4512 | * state until user intervention (cancel or umount). If the ownership |
| 4513 | * cannot be assigned, show a message but do not fail. The balance |
| 4514 | * is in a paused state and must have fs_info::balance_ctl properly |
| 4515 | * set up. |
| 4516 | */ |
Nikolay Borisov | efc0e69 | 2021-11-25 11:14:41 +0200 | [diff] [blame] | 4517 | if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED)) |
David Sterba | eee95e3 | 2018-03-20 20:07:58 +0100 | [diff] [blame] | 4518 | btrfs_warn(fs_info, |
Anand Jain | 6dac13f8 | 2018-05-16 10:51:26 +0800 | [diff] [blame] | 4519 | "balance: cannot set exclusive op status, resume manually"); |
Ilya Dryomov | ed0fb78 | 2013-01-20 15:57:57 +0200 | [diff] [blame] | 4520 | |
Josef Bacik | fb28610 | 2020-12-16 11:22:14 -0500 | [diff] [blame] | 4521 | btrfs_release_path(path); |
| 4522 | |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4523 | mutex_lock(&fs_info->balance_mutex); |
David Sterba | 833aae1 | 2018-03-21 02:41:30 +0100 | [diff] [blame] | 4524 | BUG_ON(fs_info->balance_ctl); |
| 4525 | spin_lock(&fs_info->balance_lock); |
| 4526 | fs_info->balance_ctl = bctl; |
| 4527 | spin_unlock(&fs_info->balance_lock); |
Ilya Dryomov | 68310a5 | 2012-06-22 12:24:12 -0600 | [diff] [blame] | 4528 | mutex_unlock(&fs_info->balance_mutex); |
Ilya Dryomov | 5964101 | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 4529 | out: |
| 4530 | btrfs_free_path(path); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4531 | return ret; |
| 4532 | } |
| 4533 | |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4534 | int btrfs_pause_balance(struct btrfs_fs_info *fs_info) |
| 4535 | { |
| 4536 | int ret = 0; |
| 4537 | |
| 4538 | mutex_lock(&fs_info->balance_mutex); |
| 4539 | if (!fs_info->balance_ctl) { |
| 4540 | mutex_unlock(&fs_info->balance_mutex); |
| 4541 | return -ENOTCONN; |
| 4542 | } |
| 4543 | |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4544 | if (test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)) { |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4545 | atomic_inc(&fs_info->balance_pause_req); |
| 4546 | mutex_unlock(&fs_info->balance_mutex); |
| 4547 | |
| 4548 | wait_event(fs_info->balance_wait_q, |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4549 | !test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)); |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4550 | |
| 4551 | mutex_lock(&fs_info->balance_mutex); |
| 4552 | /* we are good with balance_ctl ripped off from under us */ |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4553 | BUG_ON(test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)); |
Ilya Dryomov | 837d5b6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4554 | atomic_dec(&fs_info->balance_pause_req); |
| 4555 | } else { |
| 4556 | ret = -ENOTCONN; |
| 4557 | } |
| 4558 | |
| 4559 | mutex_unlock(&fs_info->balance_mutex); |
| 4560 | return ret; |
| 4561 | } |
| 4562 | |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4563 | int btrfs_cancel_balance(struct btrfs_fs_info *fs_info) |
| 4564 | { |
| 4565 | mutex_lock(&fs_info->balance_mutex); |
| 4566 | if (!fs_info->balance_ctl) { |
| 4567 | mutex_unlock(&fs_info->balance_mutex); |
| 4568 | return -ENOTCONN; |
| 4569 | } |
| 4570 | |
David Sterba | cf7d20f | 2018-03-21 01:45:32 +0100 | [diff] [blame] | 4571 | /* |
| 4572 | * A paused balance with the item stored on disk can be resumed at |
| 4573 | * mount time if the mount is read-write. Otherwise it's still paused |
| 4574 | * and we must not allow cancelling as it deletes the item. |
| 4575 | */ |
| 4576 | if (sb_rdonly(fs_info->sb)) { |
| 4577 | mutex_unlock(&fs_info->balance_mutex); |
| 4578 | return -EROFS; |
| 4579 | } |
| 4580 | |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4581 | atomic_inc(&fs_info->balance_cancel_req); |
| 4582 | /* |
| 4583 | * if we are running just wait and return, balance item is |
| 4584 | * deleted in btrfs_balance in this case |
| 4585 | */ |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4586 | if (test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)) { |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4587 | mutex_unlock(&fs_info->balance_mutex); |
| 4588 | wait_event(fs_info->balance_wait_q, |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4589 | !test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)); |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4590 | mutex_lock(&fs_info->balance_mutex); |
| 4591 | } else { |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4592 | mutex_unlock(&fs_info->balance_mutex); |
David Sterba | dccdb07 | 2018-03-21 00:20:05 +0100 | [diff] [blame] | 4593 | /* |
| 4594 | * Lock released to allow other waiters to continue, we'll |
| 4595 | * reexamine the status again. |
| 4596 | */ |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4597 | mutex_lock(&fs_info->balance_mutex); |
| 4598 | |
David Sterba | a17c95d | 2018-03-20 17:28:05 +0100 | [diff] [blame] | 4599 | if (fs_info->balance_ctl) { |
David Sterba | 149196a | 2018-03-20 20:23:09 +0100 | [diff] [blame] | 4600 | reset_balance_state(fs_info); |
Goldwyn Rodrigues | c3e1f96 | 2020-08-25 10:02:32 -0500 | [diff] [blame] | 4601 | btrfs_exclop_finish(fs_info); |
Anand Jain | 6dac13f8 | 2018-05-16 10:51:26 +0800 | [diff] [blame] | 4602 | btrfs_info(fs_info, "balance: canceled"); |
David Sterba | a17c95d | 2018-03-20 17:28:05 +0100 | [diff] [blame] | 4603 | } |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4604 | } |
| 4605 | |
David Sterba | 3009a62 | 2018-03-21 01:31:04 +0100 | [diff] [blame] | 4606 | BUG_ON(fs_info->balance_ctl || |
| 4607 | test_bit(BTRFS_FS_BALANCE_RUNNING, &fs_info->flags)); |
Ilya Dryomov | a7e99c6 | 2012-01-16 22:04:49 +0200 | [diff] [blame] | 4608 | atomic_dec(&fs_info->balance_cancel_req); |
| 4609 | mutex_unlock(&fs_info->balance_mutex); |
| 4610 | return 0; |
| 4611 | } |
| 4612 | |
Nikolay Borisov | 97f4dd0 | 2020-02-18 16:56:08 +0200 | [diff] [blame] | 4613 | int btrfs_uuid_scan_kthread(void *data) |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4614 | { |
| 4615 | struct btrfs_fs_info *fs_info = data; |
| 4616 | struct btrfs_root *root = fs_info->tree_root; |
| 4617 | struct btrfs_key key; |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4618 | struct btrfs_path *path = NULL; |
| 4619 | int ret = 0; |
| 4620 | struct extent_buffer *eb; |
| 4621 | int slot; |
| 4622 | struct btrfs_root_item root_item; |
| 4623 | u32 item_size; |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4624 | struct btrfs_trans_handle *trans = NULL; |
Josef Bacik | c94bec2 | 2020-02-14 15:05:01 -0500 | [diff] [blame] | 4625 | bool closing = false; |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4626 | |
| 4627 | path = btrfs_alloc_path(); |
| 4628 | if (!path) { |
| 4629 | ret = -ENOMEM; |
| 4630 | goto out; |
| 4631 | } |
| 4632 | |
| 4633 | key.objectid = 0; |
| 4634 | key.type = BTRFS_ROOT_ITEM_KEY; |
| 4635 | key.offset = 0; |
| 4636 | |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4637 | while (1) { |
Josef Bacik | c94bec2 | 2020-02-14 15:05:01 -0500 | [diff] [blame] | 4638 | if (btrfs_fs_closing(fs_info)) { |
| 4639 | closing = true; |
| 4640 | break; |
| 4641 | } |
Anand Jain | 7c829b7 | 2018-03-07 17:29:18 +0800 | [diff] [blame] | 4642 | ret = btrfs_search_forward(root, &key, path, |
| 4643 | BTRFS_OLDEST_GENERATION); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4644 | if (ret) { |
| 4645 | if (ret > 0) |
| 4646 | ret = 0; |
| 4647 | break; |
| 4648 | } |
| 4649 | |
| 4650 | if (key.type != BTRFS_ROOT_ITEM_KEY || |
| 4651 | (key.objectid < BTRFS_FIRST_FREE_OBJECTID && |
| 4652 | key.objectid != BTRFS_FS_TREE_OBJECTID) || |
| 4653 | key.objectid > BTRFS_LAST_FREE_OBJECTID) |
| 4654 | goto skip; |
| 4655 | |
| 4656 | eb = path->nodes[0]; |
| 4657 | slot = path->slots[0]; |
Josef Bacik | 3212fa1 | 2021-10-21 14:58:35 -0400 | [diff] [blame] | 4658 | item_size = btrfs_item_size(eb, slot); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4659 | if (item_size < sizeof(root_item)) |
| 4660 | goto skip; |
| 4661 | |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4662 | read_extent_buffer(eb, &root_item, |
| 4663 | btrfs_item_ptr_offset(eb, slot), |
| 4664 | (int)sizeof(root_item)); |
| 4665 | if (btrfs_root_refs(&root_item) == 0) |
| 4666 | goto skip; |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4667 | |
| 4668 | if (!btrfs_is_empty_uuid(root_item.uuid) || |
| 4669 | !btrfs_is_empty_uuid(root_item.received_uuid)) { |
| 4670 | if (trans) |
| 4671 | goto update_tree; |
| 4672 | |
| 4673 | btrfs_release_path(path); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4674 | /* |
| 4675 | * 1 - subvol uuid item |
| 4676 | * 1 - received_subvol uuid item |
| 4677 | */ |
| 4678 | trans = btrfs_start_transaction(fs_info->uuid_root, 2); |
| 4679 | if (IS_ERR(trans)) { |
| 4680 | ret = PTR_ERR(trans); |
| 4681 | break; |
| 4682 | } |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4683 | continue; |
| 4684 | } else { |
| 4685 | goto skip; |
| 4686 | } |
| 4687 | update_tree: |
Josef Bacik | 9771a5cf | 2020-08-10 11:42:26 -0400 | [diff] [blame] | 4688 | btrfs_release_path(path); |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4689 | if (!btrfs_is_empty_uuid(root_item.uuid)) { |
Lu Fengqi | cdb345a | 2018-05-29 15:01:53 +0800 | [diff] [blame] | 4690 | ret = btrfs_uuid_tree_add(trans, root_item.uuid, |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4691 | BTRFS_UUID_KEY_SUBVOL, |
| 4692 | key.objectid); |
| 4693 | if (ret < 0) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 4694 | btrfs_warn(fs_info, "uuid_tree_add failed %d", |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4695 | ret); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4696 | break; |
| 4697 | } |
| 4698 | } |
| 4699 | |
| 4700 | if (!btrfs_is_empty_uuid(root_item.received_uuid)) { |
Lu Fengqi | cdb345a | 2018-05-29 15:01:53 +0800 | [diff] [blame] | 4701 | ret = btrfs_uuid_tree_add(trans, |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4702 | root_item.received_uuid, |
| 4703 | BTRFS_UUID_KEY_RECEIVED_SUBVOL, |
| 4704 | key.objectid); |
| 4705 | if (ret < 0) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 4706 | btrfs_warn(fs_info, "uuid_tree_add failed %d", |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4707 | ret); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4708 | break; |
| 4709 | } |
| 4710 | } |
| 4711 | |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4712 | skip: |
Josef Bacik | 9771a5cf | 2020-08-10 11:42:26 -0400 | [diff] [blame] | 4713 | btrfs_release_path(path); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4714 | if (trans) { |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 4715 | ret = btrfs_end_transaction(trans); |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4716 | trans = NULL; |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4717 | if (ret) |
| 4718 | break; |
| 4719 | } |
| 4720 | |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4721 | if (key.offset < (u64)-1) { |
| 4722 | key.offset++; |
| 4723 | } else if (key.type < BTRFS_ROOT_ITEM_KEY) { |
| 4724 | key.offset = 0; |
| 4725 | key.type = BTRFS_ROOT_ITEM_KEY; |
| 4726 | } else if (key.objectid < (u64)-1) { |
| 4727 | key.offset = 0; |
| 4728 | key.type = BTRFS_ROOT_ITEM_KEY; |
| 4729 | key.objectid++; |
| 4730 | } else { |
| 4731 | break; |
| 4732 | } |
| 4733 | cond_resched(); |
| 4734 | } |
| 4735 | |
| 4736 | out: |
| 4737 | btrfs_free_path(path); |
Filipe David Borba Manana | f45388f38 | 2013-08-28 10:28:34 +0100 | [diff] [blame] | 4738 | if (trans && !IS_ERR(trans)) |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 4739 | btrfs_end_transaction(trans); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4740 | if (ret) |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 4741 | btrfs_warn(fs_info, "btrfs_uuid_scan_kthread failed %d", ret); |
Josef Bacik | c94bec2 | 2020-02-14 15:05:01 -0500 | [diff] [blame] | 4742 | else if (!closing) |
Josef Bacik | afcdd12 | 2016-09-02 15:40:02 -0400 | [diff] [blame] | 4743 | set_bit(BTRFS_FS_UPDATE_UUID_TREE_GEN, &fs_info->flags); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4744 | up(&fs_info->uuid_tree_rescan_sem); |
| 4745 | return 0; |
| 4746 | } |
| 4747 | |
Stefan Behrens | f7a81ea | 2013-08-15 17:11:19 +0200 | [diff] [blame] | 4748 | int btrfs_create_uuid_tree(struct btrfs_fs_info *fs_info) |
| 4749 | { |
| 4750 | struct btrfs_trans_handle *trans; |
| 4751 | struct btrfs_root *tree_root = fs_info->tree_root; |
| 4752 | struct btrfs_root *uuid_root; |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4753 | struct task_struct *task; |
| 4754 | int ret; |
Stefan Behrens | f7a81ea | 2013-08-15 17:11:19 +0200 | [diff] [blame] | 4755 | |
| 4756 | /* |
| 4757 | * 1 - root node |
| 4758 | * 1 - root item |
| 4759 | */ |
| 4760 | trans = btrfs_start_transaction(tree_root, 2); |
| 4761 | if (IS_ERR(trans)) |
| 4762 | return PTR_ERR(trans); |
| 4763 | |
David Sterba | 9b7a244 | 2019-03-20 13:20:49 +0100 | [diff] [blame] | 4764 | uuid_root = btrfs_create_tree(trans, BTRFS_UUID_TREE_OBJECTID); |
Stefan Behrens | f7a81ea | 2013-08-15 17:11:19 +0200 | [diff] [blame] | 4765 | if (IS_ERR(uuid_root)) { |
David Sterba | 6d13f54 | 2015-04-24 19:12:01 +0200 | [diff] [blame] | 4766 | ret = PTR_ERR(uuid_root); |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 4767 | btrfs_abort_transaction(trans, ret); |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 4768 | btrfs_end_transaction(trans); |
David Sterba | 6d13f54 | 2015-04-24 19:12:01 +0200 | [diff] [blame] | 4769 | return ret; |
Stefan Behrens | f7a81ea | 2013-08-15 17:11:19 +0200 | [diff] [blame] | 4770 | } |
| 4771 | |
| 4772 | fs_info->uuid_root = uuid_root; |
| 4773 | |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 4774 | ret = btrfs_commit_transaction(trans); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4775 | if (ret) |
| 4776 | return ret; |
| 4777 | |
| 4778 | down(&fs_info->uuid_tree_rescan_sem); |
| 4779 | task = kthread_run(btrfs_uuid_scan_kthread, fs_info, "btrfs-uuid"); |
| 4780 | if (IS_ERR(task)) { |
Stefan Behrens | 70f801754 | 2013-08-15 17:11:23 +0200 | [diff] [blame] | 4781 | /* fs_info->update_uuid_tree_gen remains 0 in all error case */ |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 4782 | btrfs_warn(fs_info, "failed to start uuid_scan task"); |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4783 | up(&fs_info->uuid_tree_rescan_sem); |
| 4784 | return PTR_ERR(task); |
| 4785 | } |
| 4786 | |
| 4787 | return 0; |
Stefan Behrens | f7a81ea | 2013-08-15 17:11:19 +0200 | [diff] [blame] | 4788 | } |
Stefan Behrens | 803b2f5 | 2013-08-15 17:11:21 +0200 | [diff] [blame] | 4789 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4790 | /* |
| 4791 | * shrinking a device means finding all of the device extents past |
| 4792 | * the new size, and then following the back refs to the chunks. |
| 4793 | * The chunk relocation code actually frees the device extent |
| 4794 | */ |
| 4795 | int btrfs_shrink_device(struct btrfs_device *device, u64 new_size) |
| 4796 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 4797 | struct btrfs_fs_info *fs_info = device->fs_info; |
| 4798 | struct btrfs_root *root = fs_info->dev_root; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4799 | struct btrfs_trans_handle *trans; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4800 | struct btrfs_dev_extent *dev_extent = NULL; |
| 4801 | struct btrfs_path *path; |
| 4802 | u64 length; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4803 | u64 chunk_offset; |
| 4804 | int ret; |
| 4805 | int slot; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4806 | int failed = 0; |
| 4807 | bool retried = false; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4808 | struct extent_buffer *l; |
| 4809 | struct btrfs_key key; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 4810 | struct btrfs_super_block *super_copy = fs_info->super_copy; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4811 | u64 old_total = btrfs_super_total_bytes(super_copy); |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 4812 | u64 old_size = btrfs_device_get_total_bytes(device); |
Nikolay Borisov | 7dfb8be | 2017-06-16 14:39:20 +0300 | [diff] [blame] | 4813 | u64 diff; |
Nikolay Borisov | 61d0d0d | 2019-03-25 14:31:23 +0200 | [diff] [blame] | 4814 | u64 start; |
Nikolay Borisov | 7dfb8be | 2017-06-16 14:39:20 +0300 | [diff] [blame] | 4815 | |
| 4816 | new_size = round_down(new_size, fs_info->sectorsize); |
Nikolay Borisov | 61d0d0d | 2019-03-25 14:31:23 +0200 | [diff] [blame] | 4817 | start = new_size; |
Nikolay Borisov | 0e4324a | 2017-07-21 11:28:24 +0300 | [diff] [blame] | 4818 | diff = round_down(old_size - new_size, fs_info->sectorsize); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4819 | |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 4820 | if (test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) |
Stefan Behrens | 63a212a | 2012-11-05 18:29:28 +0100 | [diff] [blame] | 4821 | return -EINVAL; |
| 4822 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4823 | path = btrfs_alloc_path(); |
| 4824 | if (!path) |
| 4825 | return -ENOMEM; |
| 4826 | |
Gu Jinxiang | 0338dff | 2018-04-27 16:22:07 +0800 | [diff] [blame] | 4827 | path->reada = READA_BACK; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4828 | |
Nikolay Borisov | 61d0d0d | 2019-03-25 14:31:23 +0200 | [diff] [blame] | 4829 | trans = btrfs_start_transaction(root, 0); |
| 4830 | if (IS_ERR(trans)) { |
| 4831 | btrfs_free_path(path); |
| 4832 | return PTR_ERR(trans); |
| 4833 | } |
| 4834 | |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 4835 | mutex_lock(&fs_info->chunk_mutex); |
Chris Mason | 7d9eb12 | 2008-07-08 14:19:17 -0400 | [diff] [blame] | 4836 | |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 4837 | btrfs_device_set_total_bytes(device, new_size); |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 4838 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 4839 | device->fs_devices->total_rw_bytes -= diff; |
Nikolay Borisov | a5ed45f | 2017-05-11 09:17:46 +0300 | [diff] [blame] | 4840 | atomic64_sub(diff, &fs_info->free_chunk_space); |
Josef Bacik | 2bf6475 | 2011-09-26 17:12:22 -0400 | [diff] [blame] | 4841 | } |
Nikolay Borisov | 61d0d0d | 2019-03-25 14:31:23 +0200 | [diff] [blame] | 4842 | |
| 4843 | /* |
| 4844 | * Once the device's size has been set to the new size, ensure all |
| 4845 | * in-memory chunks are synced to disk so that the loop below sees them |
| 4846 | * and relocates them accordingly. |
| 4847 | */ |
Jeff Mahoney | 1c11b63 | 2019-03-27 14:24:12 +0200 | [diff] [blame] | 4848 | if (contains_pending_extent(device, &start, diff)) { |
Nikolay Borisov | 61d0d0d | 2019-03-25 14:31:23 +0200 | [diff] [blame] | 4849 | mutex_unlock(&fs_info->chunk_mutex); |
| 4850 | ret = btrfs_commit_transaction(trans); |
| 4851 | if (ret) |
| 4852 | goto done; |
| 4853 | } else { |
| 4854 | mutex_unlock(&fs_info->chunk_mutex); |
| 4855 | btrfs_end_transaction(trans); |
| 4856 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4857 | |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4858 | again: |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4859 | key.objectid = device->devid; |
| 4860 | key.offset = (u64)-1; |
| 4861 | key.type = BTRFS_DEV_EXTENT_KEY; |
| 4862 | |
Ilya Dryomov | 213e64d | 2012-03-27 17:09:18 +0300 | [diff] [blame] | 4863 | do { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4864 | mutex_lock(&fs_info->reclaim_bgs_lock); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4865 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 4866 | if (ret < 0) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4867 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4868 | goto done; |
Filipe Manana | 67c5e7d | 2015-06-11 00:58:53 +0100 | [diff] [blame] | 4869 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4870 | |
| 4871 | ret = btrfs_previous_item(root, path, 0, key.type); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4872 | if (ret) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4873 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Nikolay Borisov | 7056bf6 | 2020-12-17 15:21:16 +0200 | [diff] [blame] | 4874 | if (ret < 0) |
| 4875 | goto done; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4876 | ret = 0; |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 4877 | btrfs_release_path(path); |
Yan Zheng | bf1fb512 | 2009-07-22 09:59:00 -0400 | [diff] [blame] | 4878 | break; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4879 | } |
| 4880 | |
| 4881 | l = path->nodes[0]; |
| 4882 | slot = path->slots[0]; |
| 4883 | btrfs_item_key_to_cpu(l, &key, path->slots[0]); |
| 4884 | |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4885 | if (key.objectid != device->devid) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4886 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 4887 | btrfs_release_path(path); |
Yan Zheng | bf1fb512 | 2009-07-22 09:59:00 -0400 | [diff] [blame] | 4888 | break; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4889 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4890 | |
| 4891 | dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); |
| 4892 | length = btrfs_dev_extent_length(l, dev_extent); |
| 4893 | |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4894 | if (key.offset + length <= new_size) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4895 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 4896 | btrfs_release_path(path); |
Chris Ball | d6397ba | 2009-04-27 07:29:03 -0400 | [diff] [blame] | 4897 | break; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4898 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4899 | |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4900 | chunk_offset = btrfs_dev_extent_chunk_offset(l, dev_extent); |
David Sterba | b3b4aa7 | 2011-04-21 01:20:15 +0200 | [diff] [blame] | 4901 | btrfs_release_path(path); |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4902 | |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 4903 | /* |
| 4904 | * We may be relocating the only data chunk we have, |
| 4905 | * which could potentially end up with losing data's |
| 4906 | * raid profile, so lets allocate an empty one in |
| 4907 | * advance. |
| 4908 | */ |
| 4909 | ret = btrfs_may_alloc_data_chunk(fs_info, chunk_offset); |
| 4910 | if (ret < 0) { |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4911 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Liu Bo | a6f93c7 | 2017-11-15 16:28:11 -0700 | [diff] [blame] | 4912 | goto done; |
| 4913 | } |
| 4914 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 4915 | ret = btrfs_relocate_chunk(fs_info, chunk_offset); |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 4916 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 4917 | if (ret == -ENOSPC) { |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4918 | failed++; |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 4919 | } else if (ret) { |
| 4920 | if (ret == -ETXTBSY) { |
| 4921 | btrfs_warn(fs_info, |
| 4922 | "could not shrink block group %llu due to active swapfile", |
| 4923 | chunk_offset); |
| 4924 | } |
| 4925 | goto done; |
| 4926 | } |
Ilya Dryomov | 213e64d | 2012-03-27 17:09:18 +0300 | [diff] [blame] | 4927 | } while (key.offset-- > 0); |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4928 | |
| 4929 | if (failed && !retried) { |
| 4930 | failed = 0; |
| 4931 | retried = true; |
| 4932 | goto again; |
| 4933 | } else if (failed && retried) { |
| 4934 | ret = -ENOSPC; |
Josef Bacik | ba1bf48 | 2009-09-11 16:11:19 -0400 | [diff] [blame] | 4935 | goto done; |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4936 | } |
| 4937 | |
Chris Ball | d6397ba | 2009-04-27 07:29:03 -0400 | [diff] [blame] | 4938 | /* Shrinking succeeded, else we would be at "done". */ |
Yan, Zheng | a22285a | 2010-05-16 10:48:46 -0400 | [diff] [blame] | 4939 | trans = btrfs_start_transaction(root, 0); |
Tsutomu Itoh | 98d5dc1 | 2011-01-20 06:19:37 +0000 | [diff] [blame] | 4940 | if (IS_ERR(trans)) { |
| 4941 | ret = PTR_ERR(trans); |
| 4942 | goto done; |
| 4943 | } |
| 4944 | |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 4945 | mutex_lock(&fs_info->chunk_mutex); |
Qu Wenruo | c57dd1f | 2020-07-31 19:29:11 +0800 | [diff] [blame] | 4946 | /* Clear all state bits beyond the shrunk device size */ |
| 4947 | clear_extent_bits(&device->alloc_state, new_size, (u64)-1, |
| 4948 | CHUNK_STATE_MASK); |
| 4949 | |
Miao Xie | 7cc8e58 | 2014-09-03 21:35:38 +0800 | [diff] [blame] | 4950 | btrfs_device_set_disk_total_bytes(device, new_size); |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 4951 | if (list_empty(&device->post_commit_list)) |
| 4952 | list_add_tail(&device->post_commit_list, |
| 4953 | &trans->transaction->dev_update_list); |
Chris Ball | d6397ba | 2009-04-27 07:29:03 -0400 | [diff] [blame] | 4954 | |
Chris Ball | d6397ba | 2009-04-27 07:29:03 -0400 | [diff] [blame] | 4955 | WARN_ON(diff > old_total); |
Nikolay Borisov | 7dfb8be | 2017-06-16 14:39:20 +0300 | [diff] [blame] | 4956 | btrfs_set_super_total_bytes(super_copy, |
| 4957 | round_down(old_total - diff, fs_info->sectorsize)); |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 4958 | mutex_unlock(&fs_info->chunk_mutex); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 4959 | |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 4960 | btrfs_reserve_chunk_metadata(trans, false); |
Miao Xie | 2196d6e | 2014-09-03 21:35:41 +0800 | [diff] [blame] | 4961 | /* Now btrfs_update_device() will change the on-disk size. */ |
| 4962 | ret = btrfs_update_device(trans, device); |
Filipe Manana | 2bb2e00 | 2021-10-13 10:12:49 +0100 | [diff] [blame] | 4963 | btrfs_trans_release_chunk_metadata(trans); |
Anand Jain | 801660b | 2018-08-06 18:12:37 +0800 | [diff] [blame] | 4964 | if (ret < 0) { |
| 4965 | btrfs_abort_transaction(trans, ret); |
| 4966 | btrfs_end_transaction(trans); |
| 4967 | } else { |
| 4968 | ret = btrfs_commit_transaction(trans); |
| 4969 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4970 | done: |
| 4971 | btrfs_free_path(path); |
Filipe Manana | 53e489b | 2015-06-02 14:43:21 +0100 | [diff] [blame] | 4972 | if (ret) { |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 4973 | mutex_lock(&fs_info->chunk_mutex); |
Filipe Manana | 53e489b | 2015-06-02 14:43:21 +0100 | [diff] [blame] | 4974 | btrfs_device_set_total_bytes(device, old_size); |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 4975 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) |
Filipe Manana | 53e489b | 2015-06-02 14:43:21 +0100 | [diff] [blame] | 4976 | device->fs_devices->total_rw_bytes += diff; |
Nikolay Borisov | a5ed45f | 2017-05-11 09:17:46 +0300 | [diff] [blame] | 4977 | atomic64_add(diff, &fs_info->free_chunk_space); |
David Sterba | 3444136 | 2016-10-04 19:34:27 +0200 | [diff] [blame] | 4978 | mutex_unlock(&fs_info->chunk_mutex); |
Filipe Manana | 53e489b | 2015-06-02 14:43:21 +0100 | [diff] [blame] | 4979 | } |
Chris Mason | 8f18cf1 | 2008-04-25 16:53:30 -0400 | [diff] [blame] | 4980 | return ret; |
| 4981 | } |
| 4982 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 4983 | static int btrfs_add_system_chunk(struct btrfs_fs_info *fs_info, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 4984 | struct btrfs_key *key, |
| 4985 | struct btrfs_chunk *chunk, int item_size) |
| 4986 | { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 4987 | struct btrfs_super_block *super_copy = fs_info->super_copy; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 4988 | struct btrfs_disk_key disk_key; |
| 4989 | u32 array_size; |
| 4990 | u8 *ptr; |
| 4991 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 4992 | lockdep_assert_held(&fs_info->chunk_mutex); |
| 4993 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 4994 | array_size = btrfs_super_sys_array_size(super_copy); |
Gui Hecheng | 5f43f86 | 2014-04-21 20:13:11 +0800 | [diff] [blame] | 4995 | if (array_size + item_size + sizeof(disk_key) |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 4996 | > BTRFS_SYSTEM_CHUNK_ARRAY_SIZE) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 4997 | return -EFBIG; |
| 4998 | |
| 4999 | ptr = super_copy->sys_chunk_array + array_size; |
| 5000 | btrfs_cpu_key_to_disk(&disk_key, key); |
| 5001 | memcpy(ptr, &disk_key, sizeof(disk_key)); |
| 5002 | ptr += sizeof(disk_key); |
| 5003 | memcpy(ptr, chunk, item_size); |
| 5004 | item_size += sizeof(disk_key); |
| 5005 | btrfs_set_super_sys_array_size(super_copy, array_size + item_size); |
Miao Xie | fe48a5c | 2014-09-03 21:35:39 +0800 | [diff] [blame] | 5006 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5007 | return 0; |
| 5008 | } |
| 5009 | |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5010 | /* |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5011 | * sort the devices in descending order by max_avail, total_avail |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5012 | */ |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5013 | static int btrfs_cmp_device_info(const void *a, const void *b) |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5014 | { |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5015 | const struct btrfs_device_info *di_a = a; |
| 5016 | const struct btrfs_device_info *di_b = b; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5017 | |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5018 | if (di_a->max_avail > di_b->max_avail) |
| 5019 | return -1; |
| 5020 | if (di_a->max_avail < di_b->max_avail) |
| 5021 | return 1; |
| 5022 | if (di_a->total_avail > di_b->total_avail) |
| 5023 | return -1; |
| 5024 | if (di_a->total_avail < di_b->total_avail) |
| 5025 | return 1; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5026 | return 0; |
| 5027 | } |
| 5028 | |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5029 | static void check_raid56_incompat_flag(struct btrfs_fs_info *info, u64 type) |
| 5030 | { |
Zhao Lei | ffe2d20 | 2015-01-20 15:11:44 +0800 | [diff] [blame] | 5031 | if (!(type & BTRFS_BLOCK_GROUP_RAID56_MASK)) |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5032 | return; |
| 5033 | |
Miao Xie | ceda086 | 2013-04-11 10:30:16 +0000 | [diff] [blame] | 5034 | btrfs_set_fs_incompat(info, RAID56); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5035 | } |
| 5036 | |
David Sterba | cfbb825 | 2018-07-10 18:15:05 +0200 | [diff] [blame] | 5037 | static void check_raid1c34_incompat_flag(struct btrfs_fs_info *info, u64 type) |
| 5038 | { |
| 5039 | if (!(type & (BTRFS_BLOCK_GROUP_RAID1C3 | BTRFS_BLOCK_GROUP_RAID1C4))) |
| 5040 | return; |
| 5041 | |
| 5042 | btrfs_set_fs_incompat(info, RAID1C34); |
| 5043 | } |
| 5044 | |
Naohiro Aota | 4f2bafe | 2020-02-25 12:56:10 +0900 | [diff] [blame] | 5045 | /* |
Nikolay Borisov | f6f39f7 | 2021-08-18 13:41:19 +0300 | [diff] [blame] | 5046 | * Structure used internally for btrfs_create_chunk() function. |
Naohiro Aota | 4f2bafe | 2020-02-25 12:56:10 +0900 | [diff] [blame] | 5047 | * Wraps needed parameters. |
| 5048 | */ |
| 5049 | struct alloc_chunk_ctl { |
| 5050 | u64 start; |
| 5051 | u64 type; |
| 5052 | /* Total number of stripes to allocate */ |
| 5053 | int num_stripes; |
| 5054 | /* sub_stripes info for map */ |
| 5055 | int sub_stripes; |
| 5056 | /* Stripes per device */ |
| 5057 | int dev_stripes; |
| 5058 | /* Maximum number of devices to use */ |
| 5059 | int devs_max; |
| 5060 | /* Minimum number of devices to use */ |
| 5061 | int devs_min; |
| 5062 | /* ndevs has to be a multiple of this */ |
| 5063 | int devs_increment; |
| 5064 | /* Number of copies */ |
| 5065 | int ncopies; |
| 5066 | /* Number of stripes worth of bytes to store parity information */ |
| 5067 | int nparity; |
| 5068 | u64 max_stripe_size; |
| 5069 | u64 max_chunk_size; |
Naohiro Aota | 6aafb30 | 2020-02-25 12:56:15 +0900 | [diff] [blame] | 5070 | u64 dev_extent_min; |
Naohiro Aota | 4f2bafe | 2020-02-25 12:56:10 +0900 | [diff] [blame] | 5071 | u64 stripe_size; |
| 5072 | u64 chunk_size; |
| 5073 | int ndevs; |
| 5074 | }; |
| 5075 | |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5076 | static void init_alloc_chunk_ctl_policy_regular( |
| 5077 | struct btrfs_fs_devices *fs_devices, |
| 5078 | struct alloc_chunk_ctl *ctl) |
| 5079 | { |
Stefan Roesch | f6fca39 | 2022-02-08 11:31:20 -0800 | [diff] [blame] | 5080 | struct btrfs_space_info *space_info; |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5081 | |
Stefan Roesch | f6fca39 | 2022-02-08 11:31:20 -0800 | [diff] [blame] | 5082 | space_info = btrfs_find_space_info(fs_devices->fs_info, ctl->type); |
| 5083 | ASSERT(space_info); |
| 5084 | |
| 5085 | ctl->max_chunk_size = READ_ONCE(space_info->chunk_size); |
| 5086 | ctl->max_stripe_size = ctl->max_chunk_size; |
| 5087 | |
| 5088 | if (ctl->type & BTRFS_BLOCK_GROUP_SYSTEM) |
| 5089 | ctl->devs_max = min_t(int, ctl->devs_max, BTRFS_MAX_DEVS_SYS_CHUNK); |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5090 | |
| 5091 | /* We don't want a chunk larger than 10% of writable space */ |
David Sterba | 428c8e0 | 2022-10-26 23:25:14 +0200 | [diff] [blame] | 5092 | ctl->max_chunk_size = min(mult_perc(fs_devices->total_rw_bytes, 10), |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5093 | ctl->max_chunk_size); |
Naohiro Aota | 6aafb30 | 2020-02-25 12:56:15 +0900 | [diff] [blame] | 5094 | ctl->dev_extent_min = BTRFS_STRIPE_LEN * ctl->dev_stripes; |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5095 | } |
| 5096 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5097 | static void init_alloc_chunk_ctl_policy_zoned( |
| 5098 | struct btrfs_fs_devices *fs_devices, |
| 5099 | struct alloc_chunk_ctl *ctl) |
| 5100 | { |
| 5101 | u64 zone_size = fs_devices->fs_info->zone_size; |
| 5102 | u64 limit; |
| 5103 | int min_num_stripes = ctl->devs_min * ctl->dev_stripes; |
| 5104 | int min_data_stripes = (min_num_stripes - ctl->nparity) / ctl->ncopies; |
| 5105 | u64 min_chunk_size = min_data_stripes * zone_size; |
| 5106 | u64 type = ctl->type; |
| 5107 | |
| 5108 | ctl->max_stripe_size = zone_size; |
| 5109 | if (type & BTRFS_BLOCK_GROUP_DATA) { |
| 5110 | ctl->max_chunk_size = round_down(BTRFS_MAX_DATA_CHUNK_SIZE, |
| 5111 | zone_size); |
| 5112 | } else if (type & BTRFS_BLOCK_GROUP_METADATA) { |
| 5113 | ctl->max_chunk_size = ctl->max_stripe_size; |
| 5114 | } else if (type & BTRFS_BLOCK_GROUP_SYSTEM) { |
| 5115 | ctl->max_chunk_size = 2 * ctl->max_stripe_size; |
| 5116 | ctl->devs_max = min_t(int, ctl->devs_max, |
| 5117 | BTRFS_MAX_DEVS_SYS_CHUNK); |
Arnd Bergmann | bb05b29 | 2021-03-23 15:31:19 +0100 | [diff] [blame] | 5118 | } else { |
| 5119 | BUG(); |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5120 | } |
| 5121 | |
| 5122 | /* We don't want a chunk larger than 10% of writable space */ |
David Sterba | 428c8e0 | 2022-10-26 23:25:14 +0200 | [diff] [blame] | 5123 | limit = max(round_down(mult_perc(fs_devices->total_rw_bytes, 10), |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5124 | zone_size), |
| 5125 | min_chunk_size); |
| 5126 | ctl->max_chunk_size = min(limit, ctl->max_chunk_size); |
| 5127 | ctl->dev_extent_min = zone_size * ctl->dev_stripes; |
| 5128 | } |
| 5129 | |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5130 | static void init_alloc_chunk_ctl(struct btrfs_fs_devices *fs_devices, |
| 5131 | struct alloc_chunk_ctl *ctl) |
| 5132 | { |
| 5133 | int index = btrfs_bg_flags_to_raid_index(ctl->type); |
| 5134 | |
| 5135 | ctl->sub_stripes = btrfs_raid_array[index].sub_stripes; |
| 5136 | ctl->dev_stripes = btrfs_raid_array[index].dev_stripes; |
| 5137 | ctl->devs_max = btrfs_raid_array[index].devs_max; |
| 5138 | if (!ctl->devs_max) |
| 5139 | ctl->devs_max = BTRFS_MAX_DEVS(fs_devices->fs_info); |
| 5140 | ctl->devs_min = btrfs_raid_array[index].devs_min; |
| 5141 | ctl->devs_increment = btrfs_raid_array[index].devs_increment; |
| 5142 | ctl->ncopies = btrfs_raid_array[index].ncopies; |
| 5143 | ctl->nparity = btrfs_raid_array[index].nparity; |
| 5144 | ctl->ndevs = 0; |
| 5145 | |
| 5146 | switch (fs_devices->chunk_alloc_policy) { |
| 5147 | case BTRFS_CHUNK_ALLOC_REGULAR: |
| 5148 | init_alloc_chunk_ctl_policy_regular(fs_devices, ctl); |
| 5149 | break; |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5150 | case BTRFS_CHUNK_ALLOC_ZONED: |
| 5151 | init_alloc_chunk_ctl_policy_zoned(fs_devices, ctl); |
| 5152 | break; |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5153 | default: |
| 5154 | BUG(); |
| 5155 | } |
| 5156 | } |
| 5157 | |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5158 | static int gather_device_info(struct btrfs_fs_devices *fs_devices, |
| 5159 | struct alloc_chunk_ctl *ctl, |
| 5160 | struct btrfs_device_info *devices_info) |
| 5161 | { |
| 5162 | struct btrfs_fs_info *info = fs_devices->fs_info; |
| 5163 | struct btrfs_device *device; |
| 5164 | u64 total_avail; |
| 5165 | u64 dev_extent_want = ctl->max_stripe_size * ctl->dev_stripes; |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5166 | int ret; |
| 5167 | int ndevs = 0; |
| 5168 | u64 max_avail; |
| 5169 | u64 dev_offset; |
| 5170 | |
| 5171 | /* |
| 5172 | * in the first pass through the devices list, we gather information |
| 5173 | * about the available holes on each device. |
| 5174 | */ |
| 5175 | list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { |
| 5176 | if (!test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)) { |
| 5177 | WARN(1, KERN_ERR |
| 5178 | "BTRFS: read-only device in alloc_list\n"); |
| 5179 | continue; |
| 5180 | } |
| 5181 | |
| 5182 | if (!test_bit(BTRFS_DEV_STATE_IN_FS_METADATA, |
| 5183 | &device->dev_state) || |
| 5184 | test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) |
| 5185 | continue; |
| 5186 | |
| 5187 | if (device->total_bytes > device->bytes_used) |
| 5188 | total_avail = device->total_bytes - device->bytes_used; |
| 5189 | else |
| 5190 | total_avail = 0; |
| 5191 | |
| 5192 | /* If there is no space on this device, skip it. */ |
Naohiro Aota | 6aafb30 | 2020-02-25 12:56:15 +0900 | [diff] [blame] | 5193 | if (total_avail < ctl->dev_extent_min) |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5194 | continue; |
| 5195 | |
| 5196 | ret = find_free_dev_extent(device, dev_extent_want, &dev_offset, |
| 5197 | &max_avail); |
| 5198 | if (ret && ret != -ENOSPC) |
| 5199 | return ret; |
| 5200 | |
| 5201 | if (ret == 0) |
| 5202 | max_avail = dev_extent_want; |
| 5203 | |
Naohiro Aota | 6aafb30 | 2020-02-25 12:56:15 +0900 | [diff] [blame] | 5204 | if (max_avail < ctl->dev_extent_min) { |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5205 | if (btrfs_test_opt(info, ENOSPC_DEBUG)) |
| 5206 | btrfs_debug(info, |
| 5207 | "%s: devid %llu has no free space, have=%llu want=%llu", |
| 5208 | __func__, device->devid, max_avail, |
Naohiro Aota | 6aafb30 | 2020-02-25 12:56:15 +0900 | [diff] [blame] | 5209 | ctl->dev_extent_min); |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5210 | continue; |
| 5211 | } |
| 5212 | |
| 5213 | if (ndevs == fs_devices->rw_devices) { |
| 5214 | WARN(1, "%s: found more than %llu devices\n", |
| 5215 | __func__, fs_devices->rw_devices); |
| 5216 | break; |
| 5217 | } |
| 5218 | devices_info[ndevs].dev_offset = dev_offset; |
| 5219 | devices_info[ndevs].max_avail = max_avail; |
| 5220 | devices_info[ndevs].total_avail = total_avail; |
| 5221 | devices_info[ndevs].dev = device; |
| 5222 | ++ndevs; |
| 5223 | } |
| 5224 | ctl->ndevs = ndevs; |
| 5225 | |
| 5226 | /* |
| 5227 | * now sort the devices by hole size / available space |
| 5228 | */ |
| 5229 | sort(devices_info, ndevs, sizeof(struct btrfs_device_info), |
| 5230 | btrfs_cmp_device_info, NULL); |
| 5231 | |
| 5232 | return 0; |
| 5233 | } |
| 5234 | |
Naohiro Aota | 5badf51 | 2020-02-25 12:56:13 +0900 | [diff] [blame] | 5235 | static int decide_stripe_size_regular(struct alloc_chunk_ctl *ctl, |
| 5236 | struct btrfs_device_info *devices_info) |
| 5237 | { |
| 5238 | /* Number of stripes that count for block group size */ |
| 5239 | int data_stripes; |
| 5240 | |
| 5241 | /* |
| 5242 | * The primary goal is to maximize the number of stripes, so use as |
| 5243 | * many devices as possible, even if the stripes are not maximum sized. |
| 5244 | * |
| 5245 | * The DUP profile stores more than one stripe per device, the |
| 5246 | * max_avail is the total size so we have to adjust. |
| 5247 | */ |
| 5248 | ctl->stripe_size = div_u64(devices_info[ctl->ndevs - 1].max_avail, |
| 5249 | ctl->dev_stripes); |
| 5250 | ctl->num_stripes = ctl->ndevs * ctl->dev_stripes; |
| 5251 | |
| 5252 | /* This will have to be fixed for RAID1 and RAID10 over more drives */ |
| 5253 | data_stripes = (ctl->num_stripes - ctl->nparity) / ctl->ncopies; |
| 5254 | |
| 5255 | /* |
| 5256 | * Use the number of data stripes to figure out how big this chunk is |
| 5257 | * really going to be in terms of logical address space, and compare |
| 5258 | * that answer with the max chunk size. If it's higher, we try to |
| 5259 | * reduce stripe_size. |
| 5260 | */ |
| 5261 | if (ctl->stripe_size * data_stripes > ctl->max_chunk_size) { |
| 5262 | /* |
| 5263 | * Reduce stripe_size, round it up to a 16MB boundary again and |
| 5264 | * then use it, unless it ends up being even bigger than the |
| 5265 | * previous value we had already. |
| 5266 | */ |
| 5267 | ctl->stripe_size = min(round_up(div_u64(ctl->max_chunk_size, |
| 5268 | data_stripes), SZ_16M), |
| 5269 | ctl->stripe_size); |
| 5270 | } |
| 5271 | |
Qu Wenruo | 5da431b | 2022-08-18 15:06:44 +0800 | [diff] [blame] | 5272 | /* Stripe size should not go beyond 1G. */ |
| 5273 | ctl->stripe_size = min_t(u64, ctl->stripe_size, SZ_1G); |
| 5274 | |
Naohiro Aota | 5badf51 | 2020-02-25 12:56:13 +0900 | [diff] [blame] | 5275 | /* Align to BTRFS_STRIPE_LEN */ |
| 5276 | ctl->stripe_size = round_down(ctl->stripe_size, BTRFS_STRIPE_LEN); |
| 5277 | ctl->chunk_size = ctl->stripe_size * data_stripes; |
| 5278 | |
| 5279 | return 0; |
| 5280 | } |
| 5281 | |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5282 | static int decide_stripe_size_zoned(struct alloc_chunk_ctl *ctl, |
| 5283 | struct btrfs_device_info *devices_info) |
| 5284 | { |
| 5285 | u64 zone_size = devices_info[0].dev->zone_info->zone_size; |
| 5286 | /* Number of stripes that count for block group size */ |
| 5287 | int data_stripes; |
| 5288 | |
| 5289 | /* |
| 5290 | * It should hold because: |
| 5291 | * dev_extent_min == dev_extent_want == zone_size * dev_stripes |
| 5292 | */ |
| 5293 | ASSERT(devices_info[ctl->ndevs - 1].max_avail == ctl->dev_extent_min); |
| 5294 | |
| 5295 | ctl->stripe_size = zone_size; |
| 5296 | ctl->num_stripes = ctl->ndevs * ctl->dev_stripes; |
| 5297 | data_stripes = (ctl->num_stripes - ctl->nparity) / ctl->ncopies; |
| 5298 | |
| 5299 | /* stripe_size is fixed in zoned filesysmte. Reduce ndevs instead. */ |
| 5300 | if (ctl->stripe_size * data_stripes > ctl->max_chunk_size) { |
| 5301 | ctl->ndevs = div_u64(div_u64(ctl->max_chunk_size * ctl->ncopies, |
| 5302 | ctl->stripe_size) + ctl->nparity, |
| 5303 | ctl->dev_stripes); |
| 5304 | ctl->num_stripes = ctl->ndevs * ctl->dev_stripes; |
| 5305 | data_stripes = (ctl->num_stripes - ctl->nparity) / ctl->ncopies; |
| 5306 | ASSERT(ctl->stripe_size * data_stripes <= ctl->max_chunk_size); |
| 5307 | } |
| 5308 | |
| 5309 | ctl->chunk_size = ctl->stripe_size * data_stripes; |
| 5310 | |
| 5311 | return 0; |
| 5312 | } |
| 5313 | |
Naohiro Aota | 5badf51 | 2020-02-25 12:56:13 +0900 | [diff] [blame] | 5314 | static int decide_stripe_size(struct btrfs_fs_devices *fs_devices, |
| 5315 | struct alloc_chunk_ctl *ctl, |
| 5316 | struct btrfs_device_info *devices_info) |
| 5317 | { |
| 5318 | struct btrfs_fs_info *info = fs_devices->fs_info; |
| 5319 | |
| 5320 | /* |
| 5321 | * Round down to number of usable stripes, devs_increment can be any |
| 5322 | * number so we can't use round_down() that requires power of 2, while |
| 5323 | * rounddown is safe. |
| 5324 | */ |
| 5325 | ctl->ndevs = rounddown(ctl->ndevs, ctl->devs_increment); |
| 5326 | |
| 5327 | if (ctl->ndevs < ctl->devs_min) { |
| 5328 | if (btrfs_test_opt(info, ENOSPC_DEBUG)) { |
| 5329 | btrfs_debug(info, |
| 5330 | "%s: not enough devices with free space: have=%d minimum required=%d", |
| 5331 | __func__, ctl->ndevs, ctl->devs_min); |
| 5332 | } |
| 5333 | return -ENOSPC; |
| 5334 | } |
| 5335 | |
| 5336 | ctl->ndevs = min(ctl->ndevs, ctl->devs_max); |
| 5337 | |
| 5338 | switch (fs_devices->chunk_alloc_policy) { |
| 5339 | case BTRFS_CHUNK_ALLOC_REGULAR: |
| 5340 | return decide_stripe_size_regular(ctl, devices_info); |
Naohiro Aota | 1cd6121 | 2021-02-04 19:21:48 +0900 | [diff] [blame] | 5341 | case BTRFS_CHUNK_ALLOC_ZONED: |
| 5342 | return decide_stripe_size_zoned(ctl, devices_info); |
Naohiro Aota | 5badf51 | 2020-02-25 12:56:13 +0900 | [diff] [blame] | 5343 | default: |
| 5344 | BUG(); |
| 5345 | } |
| 5346 | } |
| 5347 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5348 | static struct btrfs_block_group *create_chunk(struct btrfs_trans_handle *trans, |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5349 | struct alloc_chunk_ctl *ctl, |
| 5350 | struct btrfs_device_info *devices_info) |
| 5351 | { |
| 5352 | struct btrfs_fs_info *info = trans->fs_info; |
| 5353 | struct map_lookup *map = NULL; |
| 5354 | struct extent_map_tree *em_tree; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5355 | struct btrfs_block_group *block_group; |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5356 | struct extent_map *em; |
| 5357 | u64 start = ctl->start; |
| 5358 | u64 type = ctl->type; |
| 5359 | int ret; |
| 5360 | int i; |
| 5361 | int j; |
| 5362 | |
| 5363 | map = kmalloc(map_lookup_size(ctl->num_stripes), GFP_NOFS); |
| 5364 | if (!map) |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5365 | return ERR_PTR(-ENOMEM); |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5366 | map->num_stripes = ctl->num_stripes; |
| 5367 | |
| 5368 | for (i = 0; i < ctl->ndevs; ++i) { |
| 5369 | for (j = 0; j < ctl->dev_stripes; ++j) { |
| 5370 | int s = i * ctl->dev_stripes + j; |
| 5371 | map->stripes[s].dev = devices_info[i].dev; |
| 5372 | map->stripes[s].physical = devices_info[i].dev_offset + |
| 5373 | j * ctl->stripe_size; |
| 5374 | } |
| 5375 | } |
| 5376 | map->stripe_len = BTRFS_STRIPE_LEN; |
| 5377 | map->io_align = BTRFS_STRIPE_LEN; |
| 5378 | map->io_width = BTRFS_STRIPE_LEN; |
| 5379 | map->type = type; |
| 5380 | map->sub_stripes = ctl->sub_stripes; |
| 5381 | |
| 5382 | trace_btrfs_chunk_alloc(info, map, start, ctl->chunk_size); |
| 5383 | |
| 5384 | em = alloc_extent_map(); |
| 5385 | if (!em) { |
| 5386 | kfree(map); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5387 | return ERR_PTR(-ENOMEM); |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5388 | } |
| 5389 | set_bit(EXTENT_FLAG_FS_MAPPING, &em->flags); |
| 5390 | em->map_lookup = map; |
| 5391 | em->start = start; |
| 5392 | em->len = ctl->chunk_size; |
| 5393 | em->block_start = 0; |
| 5394 | em->block_len = em->len; |
| 5395 | em->orig_block_len = ctl->stripe_size; |
| 5396 | |
| 5397 | em_tree = &info->mapping_tree; |
| 5398 | write_lock(&em_tree->lock); |
| 5399 | ret = add_extent_mapping(em_tree, em, 0); |
| 5400 | if (ret) { |
| 5401 | write_unlock(&em_tree->lock); |
| 5402 | free_extent_map(em); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5403 | return ERR_PTR(ret); |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5404 | } |
| 5405 | write_unlock(&em_tree->lock); |
| 5406 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5407 | block_group = btrfs_make_block_group(trans, 0, type, start, ctl->chunk_size); |
| 5408 | if (IS_ERR(block_group)) |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5409 | goto error_del_extent; |
| 5410 | |
| 5411 | for (i = 0; i < map->num_stripes; i++) { |
| 5412 | struct btrfs_device *dev = map->stripes[i].dev; |
| 5413 | |
| 5414 | btrfs_device_set_bytes_used(dev, |
| 5415 | dev->bytes_used + ctl->stripe_size); |
| 5416 | if (list_empty(&dev->post_commit_list)) |
| 5417 | list_add_tail(&dev->post_commit_list, |
| 5418 | &trans->transaction->dev_update_list); |
| 5419 | } |
| 5420 | |
| 5421 | atomic64_sub(ctl->stripe_size * map->num_stripes, |
| 5422 | &info->free_chunk_space); |
| 5423 | |
| 5424 | free_extent_map(em); |
| 5425 | check_raid56_incompat_flag(info, type); |
| 5426 | check_raid1c34_incompat_flag(info, type); |
| 5427 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5428 | return block_group; |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5429 | |
| 5430 | error_del_extent: |
| 5431 | write_lock(&em_tree->lock); |
| 5432 | remove_extent_mapping(em_tree, em); |
| 5433 | write_unlock(&em_tree->lock); |
| 5434 | |
| 5435 | /* One for our allocation */ |
| 5436 | free_extent_map(em); |
| 5437 | /* One for the tree reference */ |
| 5438 | free_extent_map(em); |
| 5439 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5440 | return block_group; |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5441 | } |
| 5442 | |
Nikolay Borisov | f6f39f7 | 2021-08-18 13:41:19 +0300 | [diff] [blame] | 5443 | struct btrfs_block_group *btrfs_create_chunk(struct btrfs_trans_handle *trans, |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5444 | u64 type) |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5445 | { |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 5446 | struct btrfs_fs_info *info = trans->fs_info; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5447 | struct btrfs_fs_devices *fs_devices = info->fs_devices; |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5448 | struct btrfs_device_info *devices_info = NULL; |
Naohiro Aota | 4f2bafe | 2020-02-25 12:56:10 +0900 | [diff] [blame] | 5449 | struct alloc_chunk_ctl ctl; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5450 | struct btrfs_block_group *block_group; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5451 | int ret; |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5452 | |
Nikolay Borisov | 11c67b1 | 2020-03-02 12:29:25 +0200 | [diff] [blame] | 5453 | lockdep_assert_held(&info->chunk_mutex); |
| 5454 | |
Naohiro Aota | b25c19f | 2020-02-25 12:56:07 +0900 | [diff] [blame] | 5455 | if (!alloc_profile_is_valid(type, 0)) { |
| 5456 | ASSERT(0); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5457 | return ERR_PTR(-EINVAL); |
Naohiro Aota | b25c19f | 2020-02-25 12:56:07 +0900 | [diff] [blame] | 5458 | } |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5459 | |
Qu Wenruo | 4117f20 | 2018-01-22 13:50:54 +0800 | [diff] [blame] | 5460 | if (list_empty(&fs_devices->alloc_list)) { |
| 5461 | if (btrfs_test_opt(info, ENOSPC_DEBUG)) |
| 5462 | btrfs_debug(info, "%s: no writable device", __func__); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5463 | return ERR_PTR(-ENOSPC); |
Qu Wenruo | 4117f20 | 2018-01-22 13:50:54 +0800 | [diff] [blame] | 5464 | } |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5465 | |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5466 | if (!(type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { |
| 5467 | btrfs_err(info, "invalid chunk type 0x%llx requested", type); |
| 5468 | ASSERT(0); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5469 | return ERR_PTR(-EINVAL); |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5470 | } |
| 5471 | |
Nikolay Borisov | 11c67b1 | 2020-03-02 12:29:25 +0200 | [diff] [blame] | 5472 | ctl.start = find_next_chunk(info); |
Naohiro Aota | 27c314d | 2020-02-25 12:56:11 +0900 | [diff] [blame] | 5473 | ctl.type = type; |
| 5474 | init_alloc_chunk_ctl(fs_devices, &ctl); |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5475 | |
David Sterba | 31e818f | 2015-02-20 18:00:26 +0100 | [diff] [blame] | 5476 | devices_info = kcalloc(fs_devices->rw_devices, sizeof(*devices_info), |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5477 | GFP_NOFS); |
| 5478 | if (!devices_info) |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5479 | return ERR_PTR(-ENOMEM); |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5480 | |
Naohiro Aota | 560156c | 2020-02-25 12:56:12 +0900 | [diff] [blame] | 5481 | ret = gather_device_info(fs_devices, &ctl, devices_info); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5482 | if (ret < 0) { |
| 5483 | block_group = ERR_PTR(ret); |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5484 | goto out; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5485 | } |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5486 | |
Naohiro Aota | 5badf51 | 2020-02-25 12:56:13 +0900 | [diff] [blame] | 5487 | ret = decide_stripe_size(fs_devices, &ctl, devices_info); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5488 | if (ret < 0) { |
| 5489 | block_group = ERR_PTR(ret); |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5490 | goto out; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5491 | } |
Arne Jansen | 73c5de0 | 2011-04-12 12:07:57 +0200 | [diff] [blame] | 5492 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5493 | block_group = create_chunk(trans, &ctl, devices_info); |
Chris Mason | 9b3f68b | 2008-04-18 10:29:51 -0400 | [diff] [blame] | 5494 | |
Naohiro Aota | dce580c | 2020-02-25 12:56:14 +0900 | [diff] [blame] | 5495 | out: |
Miao Xie | b2117a3 | 2011-01-05 10:07:28 +0000 | [diff] [blame] | 5496 | kfree(devices_info); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5497 | return block_group; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5498 | } |
| 5499 | |
Nikolay Borisov | 11c67b1 | 2020-03-02 12:29:25 +0200 | [diff] [blame] | 5500 | /* |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5501 | * This function, btrfs_chunk_alloc_add_chunk_item(), typically belongs to the |
| 5502 | * phase 1 of chunk allocation. It belongs to phase 2 only when allocating system |
| 5503 | * chunks. |
| 5504 | * |
| 5505 | * See the comment at btrfs_chunk_alloc() for details about the chunk allocation |
| 5506 | * phases. |
| 5507 | */ |
| 5508 | int btrfs_chunk_alloc_add_chunk_item(struct btrfs_trans_handle *trans, |
| 5509 | struct btrfs_block_group *bg) |
| 5510 | { |
| 5511 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5512 | struct btrfs_root *chunk_root = fs_info->chunk_root; |
| 5513 | struct btrfs_key key; |
| 5514 | struct btrfs_chunk *chunk; |
| 5515 | struct btrfs_stripe *stripe; |
| 5516 | struct extent_map *em; |
| 5517 | struct map_lookup *map; |
| 5518 | size_t item_size; |
| 5519 | int i; |
| 5520 | int ret; |
| 5521 | |
| 5522 | /* |
| 5523 | * We take the chunk_mutex for 2 reasons: |
| 5524 | * |
| 5525 | * 1) Updates and insertions in the chunk btree must be done while holding |
| 5526 | * the chunk_mutex, as well as updating the system chunk array in the |
| 5527 | * superblock. See the comment on top of btrfs_chunk_alloc() for the |
| 5528 | * details; |
| 5529 | * |
| 5530 | * 2) To prevent races with the final phase of a device replace operation |
| 5531 | * that replaces the device object associated with the map's stripes, |
| 5532 | * because the device object's id can change at any time during that |
| 5533 | * final phase of the device replace operation |
| 5534 | * (dev-replace.c:btrfs_dev_replace_finishing()), so we could grab the |
| 5535 | * replaced device and then see it with an ID of BTRFS_DEV_REPLACE_DEVID, |
| 5536 | * which would cause a failure when updating the device item, which does |
| 5537 | * not exists, or persisting a stripe of the chunk item with such ID. |
| 5538 | * Here we can't use the device_list_mutex because our caller already |
| 5539 | * has locked the chunk_mutex, and the final phase of device replace |
| 5540 | * acquires both mutexes - first the device_list_mutex and then the |
| 5541 | * chunk_mutex. Using any of those two mutexes protects us from a |
| 5542 | * concurrent device replace. |
| 5543 | */ |
| 5544 | lockdep_assert_held(&fs_info->chunk_mutex); |
| 5545 | |
| 5546 | em = btrfs_get_chunk_map(fs_info, bg->start, bg->length); |
| 5547 | if (IS_ERR(em)) { |
| 5548 | ret = PTR_ERR(em); |
| 5549 | btrfs_abort_transaction(trans, ret); |
| 5550 | return ret; |
| 5551 | } |
| 5552 | |
| 5553 | map = em->map_lookup; |
| 5554 | item_size = btrfs_chunk_item_size(map->num_stripes); |
| 5555 | |
| 5556 | chunk = kzalloc(item_size, GFP_NOFS); |
| 5557 | if (!chunk) { |
| 5558 | ret = -ENOMEM; |
| 5559 | btrfs_abort_transaction(trans, ret); |
Filipe Manana | 50460e3 | 2015-11-20 10:42:47 +0000 | [diff] [blame] | 5560 | goto out; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5561 | } |
| 5562 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5563 | for (i = 0; i < map->num_stripes; i++) { |
| 5564 | struct btrfs_device *device = map->stripes[i].dev; |
| 5565 | |
| 5566 | ret = btrfs_update_device(trans, device); |
| 5567 | if (ret) |
| 5568 | goto out; |
| 5569 | } |
| 5570 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5571 | stripe = &chunk->stripe; |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 5572 | for (i = 0; i < map->num_stripes; i++) { |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5573 | struct btrfs_device *device = map->stripes[i].dev; |
| 5574 | const u64 dev_offset = map->stripes[i].physical; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5575 | |
| 5576 | btrfs_set_stack_stripe_devid(stripe, device->devid); |
| 5577 | btrfs_set_stack_stripe_offset(stripe, dev_offset); |
| 5578 | memcpy(stripe->dev_uuid, device->uuid, BTRFS_UUID_SIZE); |
| 5579 | stripe++; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5580 | } |
| 5581 | |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5582 | btrfs_set_stack_chunk_length(chunk, bg->length); |
Josef Bacik | fd51eb2 | 2021-11-05 16:45:41 -0400 | [diff] [blame] | 5583 | btrfs_set_stack_chunk_owner(chunk, BTRFS_EXTENT_TREE_OBJECTID); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5584 | btrfs_set_stack_chunk_stripe_len(chunk, map->stripe_len); |
| 5585 | btrfs_set_stack_chunk_type(chunk, map->type); |
| 5586 | btrfs_set_stack_chunk_num_stripes(chunk, map->num_stripes); |
| 5587 | btrfs_set_stack_chunk_io_align(chunk, map->stripe_len); |
| 5588 | btrfs_set_stack_chunk_io_width(chunk, map->stripe_len); |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 5589 | btrfs_set_stack_chunk_sector_size(chunk, fs_info->sectorsize); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5590 | btrfs_set_stack_chunk_sub_stripes(chunk, map->sub_stripes); |
| 5591 | |
| 5592 | key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; |
| 5593 | key.type = BTRFS_CHUNK_ITEM_KEY; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5594 | key.offset = bg->start; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5595 | |
| 5596 | ret = btrfs_insert_item(trans, chunk_root, &key, chunk, item_size); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5597 | if (ret) |
| 5598 | goto out; |
| 5599 | |
Josef Bacik | 3349b57 | 2022-07-15 15:45:24 -0400 | [diff] [blame] | 5600 | set_bit(BLOCK_GROUP_FLAG_CHUNK_ITEM_INSERTED, &bg->runtime_flags); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5601 | |
| 5602 | if (map->type & BTRFS_BLOCK_GROUP_SYSTEM) { |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 5603 | ret = btrfs_add_system_chunk(fs_info, &key, chunk, item_size); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5604 | if (ret) |
| 5605 | goto out; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5606 | } |
liubo | 1abe9b8 | 2011-03-24 11:18:59 +0000 | [diff] [blame] | 5607 | |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 5608 | out: |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5609 | kfree(chunk); |
Josef Bacik | 6df9a95 | 2013-06-27 13:22:46 -0400 | [diff] [blame] | 5610 | free_extent_map(em); |
Mark Fasheh | 4ed1d16 | 2011-08-10 12:32:10 -0700 | [diff] [blame] | 5611 | return ret; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5612 | } |
| 5613 | |
David Sterba | 6f8e0fc | 2019-03-20 16:29:13 +0100 | [diff] [blame] | 5614 | static noinline int init_first_rw_device(struct btrfs_trans_handle *trans) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5615 | { |
David Sterba | 6f8e0fc | 2019-03-20 16:29:13 +0100 | [diff] [blame] | 5616 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5617 | u64 alloc_profile; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5618 | struct btrfs_block_group *meta_bg; |
| 5619 | struct btrfs_block_group *sys_bg; |
| 5620 | |
| 5621 | /* |
| 5622 | * When adding a new device for sprouting, the seed device is read-only |
| 5623 | * so we must first allocate a metadata and a system chunk. But before |
| 5624 | * adding the block group items to the extent, device and chunk btrees, |
| 5625 | * we must first: |
| 5626 | * |
| 5627 | * 1) Create both chunks without doing any changes to the btrees, as |
| 5628 | * otherwise we would get -ENOSPC since the block groups from the |
| 5629 | * seed device are read-only; |
| 5630 | * |
| 5631 | * 2) Add the device item for the new sprout device - finishing the setup |
| 5632 | * of a new block group requires updating the device item in the chunk |
| 5633 | * btree, so it must exist when we attempt to do it. The previous step |
| 5634 | * ensures this does not fail with -ENOSPC. |
| 5635 | * |
| 5636 | * After that we can add the block group items to their btrees: |
| 5637 | * update existing device item in the chunk btree, add a new block group |
| 5638 | * item to the extent btree, add a new chunk item to the chunk btree and |
| 5639 | * finally add the new device extent items to the devices btree. |
| 5640 | */ |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5641 | |
Jeff Mahoney | 1b86826 | 2017-05-17 11:38:35 -0400 | [diff] [blame] | 5642 | alloc_profile = btrfs_metadata_alloc_profile(fs_info); |
Nikolay Borisov | f6f39f7 | 2021-08-18 13:41:19 +0300 | [diff] [blame] | 5643 | meta_bg = btrfs_create_chunk(trans, alloc_profile); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5644 | if (IS_ERR(meta_bg)) |
| 5645 | return PTR_ERR(meta_bg); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5646 | |
Jeff Mahoney | 1b86826 | 2017-05-17 11:38:35 -0400 | [diff] [blame] | 5647 | alloc_profile = btrfs_system_alloc_profile(fs_info); |
Nikolay Borisov | f6f39f7 | 2021-08-18 13:41:19 +0300 | [diff] [blame] | 5648 | sys_bg = btrfs_create_chunk(trans, alloc_profile); |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 5649 | if (IS_ERR(sys_bg)) |
| 5650 | return PTR_ERR(sys_bg); |
| 5651 | |
| 5652 | return 0; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5653 | } |
| 5654 | |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5655 | static inline int btrfs_chunk_max_errors(struct map_lookup *map) |
| 5656 | { |
David Sterba | fc9a2ac | 2019-05-17 11:43:22 +0200 | [diff] [blame] | 5657 | const int index = btrfs_bg_flags_to_raid_index(map->type); |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5658 | |
David Sterba | fc9a2ac | 2019-05-17 11:43:22 +0200 | [diff] [blame] | 5659 | return btrfs_raid_array[index].tolerated_failures; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5660 | } |
| 5661 | |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5662 | bool btrfs_chunk_writeable(struct btrfs_fs_info *fs_info, u64 chunk_offset) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5663 | { |
| 5664 | struct extent_map *em; |
| 5665 | struct map_lookup *map; |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5666 | int miss_ndevs = 0; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5667 | int i; |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5668 | bool ret = true; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5669 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 5670 | em = btrfs_get_chunk_map(fs_info, chunk_offset, 1); |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 5671 | if (IS_ERR(em)) |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5672 | return false; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5673 | |
Jeff Mahoney | 95617d6 | 2015-06-03 10:55:48 -0400 | [diff] [blame] | 5674 | map = em->map_lookup; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5675 | for (i = 0; i < map->num_stripes; i++) { |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 5676 | if (test_bit(BTRFS_DEV_STATE_MISSING, |
| 5677 | &map->stripes[i].dev->dev_state)) { |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5678 | miss_ndevs++; |
| 5679 | continue; |
| 5680 | } |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 5681 | if (!test_bit(BTRFS_DEV_STATE_WRITEABLE, |
| 5682 | &map->stripes[i].dev->dev_state)) { |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5683 | ret = false; |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5684 | goto end; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5685 | } |
| 5686 | } |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5687 | |
| 5688 | /* |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5689 | * If the number of missing devices is larger than max errors, we can |
| 5690 | * not write the data into that chunk successfully. |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5691 | */ |
| 5692 | if (miss_ndevs > btrfs_chunk_max_errors(map)) |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5693 | ret = false; |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 5694 | end: |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 5695 | free_extent_map(em); |
Anand Jain | a09f23c | 2021-08-24 13:27:42 +0800 | [diff] [blame] | 5696 | return ret; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5697 | } |
| 5698 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 5699 | void btrfs_mapping_tree_free(struct extent_map_tree *tree) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5700 | { |
| 5701 | struct extent_map *em; |
| 5702 | |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 5703 | while (1) { |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 5704 | write_lock(&tree->lock); |
| 5705 | em = lookup_extent_mapping(tree, 0, (u64)-1); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5706 | if (em) |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 5707 | remove_extent_mapping(tree, em); |
| 5708 | write_unlock(&tree->lock); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5709 | if (!em) |
| 5710 | break; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 5711 | /* once for us */ |
| 5712 | free_extent_map(em); |
| 5713 | /* once for the tree */ |
| 5714 | free_extent_map(em); |
| 5715 | } |
| 5716 | } |
| 5717 | |
Stefan Behrens | 5d96405 | 2012-11-05 14:59:07 +0100 | [diff] [blame] | 5718 | int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len) |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 5719 | { |
| 5720 | struct extent_map *em; |
| 5721 | struct map_lookup *map; |
Qu Wenruo | 6d322b4 | 2022-05-13 16:34:31 +0800 | [diff] [blame] | 5722 | enum btrfs_raid_types index; |
| 5723 | int ret = 1; |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 5724 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 5725 | em = btrfs_get_chunk_map(fs_info, logical, len); |
Liu Bo | 592d92e | 2017-03-14 13:33:55 -0700 | [diff] [blame] | 5726 | if (IS_ERR(em)) |
| 5727 | /* |
| 5728 | * We could return errors for these cases, but that could get |
| 5729 | * ugly and we'd probably do the same thing which is just not do |
| 5730 | * anything else and exit, so return 1 so the callers don't try |
| 5731 | * to use other copies. |
| 5732 | */ |
Josef Bacik | fb7669b | 2013-04-23 10:53:18 -0400 | [diff] [blame] | 5733 | return 1; |
Josef Bacik | fb7669b | 2013-04-23 10:53:18 -0400 | [diff] [blame] | 5734 | |
Jeff Mahoney | 95617d6 | 2015-06-03 10:55:48 -0400 | [diff] [blame] | 5735 | map = em->map_lookup; |
Qu Wenruo | 6d322b4 | 2022-05-13 16:34:31 +0800 | [diff] [blame] | 5736 | index = btrfs_bg_flags_to_raid_index(map->type); |
| 5737 | |
| 5738 | /* Non-RAID56, use their ncopies from btrfs_raid_array. */ |
| 5739 | if (!(map->type & BTRFS_BLOCK_GROUP_RAID56_MASK)) |
| 5740 | ret = btrfs_raid_array[index].ncopies; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5741 | else if (map->type & BTRFS_BLOCK_GROUP_RAID5) |
| 5742 | ret = 2; |
| 5743 | else if (map->type & BTRFS_BLOCK_GROUP_RAID6) |
Liu Bo | 8810f75 | 2018-01-02 13:36:41 -0700 | [diff] [blame] | 5744 | /* |
| 5745 | * There could be two corrupted data stripes, we need |
| 5746 | * to loop retry in order to rebuild the correct data. |
Nikolay Borisov | e7e0209 | 2018-06-20 15:48:55 +0300 | [diff] [blame] | 5747 | * |
Liu Bo | 8810f75 | 2018-01-02 13:36:41 -0700 | [diff] [blame] | 5748 | * Fail a stripe at a time on every retry except the |
| 5749 | * stripe under reconstruction. |
| 5750 | */ |
| 5751 | ret = map->num_stripes; |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 5752 | free_extent_map(em); |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 5753 | |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 5754 | down_read(&fs_info->dev_replace.rwsem); |
Liu Bo | 6fad823 | 2017-03-14 13:33:59 -0700 | [diff] [blame] | 5755 | if (btrfs_dev_replace_is_ongoing(&fs_info->dev_replace) && |
| 5756 | fs_info->dev_replace.tgtdev) |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 5757 | ret++; |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 5758 | up_read(&fs_info->dev_replace.rwsem); |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 5759 | |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 5760 | return ret; |
| 5761 | } |
| 5762 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 5763 | unsigned long btrfs_full_stripe_len(struct btrfs_fs_info *fs_info, |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5764 | u64 logical) |
| 5765 | { |
| 5766 | struct extent_map *em; |
| 5767 | struct map_lookup *map; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 5768 | unsigned long len = fs_info->sectorsize; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5769 | |
Qu Wenruo | b036f47 | 2022-05-22 13:47:47 +0200 | [diff] [blame] | 5770 | if (!btrfs_fs_incompat(fs_info, RAID56)) |
| 5771 | return len; |
| 5772 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 5773 | em = btrfs_get_chunk_map(fs_info, logical, len); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5774 | |
Nikolay Borisov | 69f03f1 | 2017-07-11 16:55:51 +0300 | [diff] [blame] | 5775 | if (!WARN_ON(IS_ERR(em))) { |
| 5776 | map = em->map_lookup; |
| 5777 | if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) |
| 5778 | len = map->stripe_len * nr_data_stripes(map); |
| 5779 | free_extent_map(em); |
| 5780 | } |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5781 | return len; |
| 5782 | } |
| 5783 | |
Nikolay Borisov | e4ff5fb | 2017-07-19 10:48:42 +0300 | [diff] [blame] | 5784 | int btrfs_is_parity_mirror(struct btrfs_fs_info *fs_info, u64 logical, u64 len) |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5785 | { |
| 5786 | struct extent_map *em; |
| 5787 | struct map_lookup *map; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5788 | int ret = 0; |
| 5789 | |
Qu Wenruo | b036f47 | 2022-05-22 13:47:47 +0200 | [diff] [blame] | 5790 | if (!btrfs_fs_incompat(fs_info, RAID56)) |
| 5791 | return 0; |
| 5792 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 5793 | em = btrfs_get_chunk_map(fs_info, logical, len); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5794 | |
Nikolay Borisov | 69f03f1 | 2017-07-11 16:55:51 +0300 | [diff] [blame] | 5795 | if(!WARN_ON(IS_ERR(em))) { |
| 5796 | map = em->map_lookup; |
| 5797 | if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) |
| 5798 | ret = 1; |
| 5799 | free_extent_map(em); |
| 5800 | } |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5801 | return ret; |
| 5802 | } |
| 5803 | |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 5804 | static int find_live_mirror(struct btrfs_fs_info *fs_info, |
Anand Jain | 99f92a7 | 2018-03-14 16:29:12 +0800 | [diff] [blame] | 5805 | struct map_lookup *map, int first, |
Anand Jain | 8ba0ae7 | 2018-03-14 16:29:13 +0800 | [diff] [blame] | 5806 | int dev_replace_is_ongoing) |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 5807 | { |
| 5808 | int i; |
Anand Jain | 99f92a7 | 2018-03-14 16:29:12 +0800 | [diff] [blame] | 5809 | int num_stripes; |
Anand Jain | 8ba0ae7 | 2018-03-14 16:29:13 +0800 | [diff] [blame] | 5810 | int preferred_mirror; |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 5811 | int tolerance; |
| 5812 | struct btrfs_device *srcdev; |
| 5813 | |
Anand Jain | 99f92a7 | 2018-03-14 16:29:12 +0800 | [diff] [blame] | 5814 | ASSERT((map->type & |
David Sterba | c7369b3 | 2019-05-31 15:39:31 +0200 | [diff] [blame] | 5815 | (BTRFS_BLOCK_GROUP_RAID1_MASK | BTRFS_BLOCK_GROUP_RAID10))); |
Anand Jain | 99f92a7 | 2018-03-14 16:29:12 +0800 | [diff] [blame] | 5816 | |
| 5817 | if (map->type & BTRFS_BLOCK_GROUP_RAID10) |
| 5818 | num_stripes = map->sub_stripes; |
| 5819 | else |
| 5820 | num_stripes = map->num_stripes; |
| 5821 | |
Anand Jain | 33fd2f7 | 2020-10-28 21:14:46 +0800 | [diff] [blame] | 5822 | switch (fs_info->fs_devices->read_policy) { |
| 5823 | default: |
| 5824 | /* Shouldn't happen, just warn and use pid instead of failing */ |
| 5825 | btrfs_warn_rl(fs_info, |
| 5826 | "unknown read_policy type %u, reset to pid", |
| 5827 | fs_info->fs_devices->read_policy); |
| 5828 | fs_info->fs_devices->read_policy = BTRFS_READ_POLICY_PID; |
| 5829 | fallthrough; |
| 5830 | case BTRFS_READ_POLICY_PID: |
| 5831 | preferred_mirror = first + (current->pid % num_stripes); |
| 5832 | break; |
| 5833 | } |
Anand Jain | 8ba0ae7 | 2018-03-14 16:29:13 +0800 | [diff] [blame] | 5834 | |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 5835 | if (dev_replace_is_ongoing && |
| 5836 | fs_info->dev_replace.cont_reading_from_srcdev_mode == |
| 5837 | BTRFS_DEV_REPLACE_ITEM_CONT_READING_FROM_SRCDEV_MODE_AVOID) |
| 5838 | srcdev = fs_info->dev_replace.srcdev; |
| 5839 | else |
| 5840 | srcdev = NULL; |
| 5841 | |
| 5842 | /* |
| 5843 | * try to avoid the drive that is the source drive for a |
| 5844 | * dev-replace procedure, only choose it if no other non-missing |
| 5845 | * mirror is available |
| 5846 | */ |
| 5847 | for (tolerance = 0; tolerance < 2; tolerance++) { |
Anand Jain | 8ba0ae7 | 2018-03-14 16:29:13 +0800 | [diff] [blame] | 5848 | if (map->stripes[preferred_mirror].dev->bdev && |
| 5849 | (tolerance || map->stripes[preferred_mirror].dev != srcdev)) |
| 5850 | return preferred_mirror; |
Anand Jain | 99f92a7 | 2018-03-14 16:29:12 +0800 | [diff] [blame] | 5851 | for (i = first; i < first + num_stripes; i++) { |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 5852 | if (map->stripes[i].dev->bdev && |
| 5853 | (tolerance || map->stripes[i].dev != srcdev)) |
| 5854 | return i; |
| 5855 | } |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 5856 | } |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 5857 | |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 5858 | /* we couldn't find one that doesn't fail. Just return something |
| 5859 | * and the io error handling code will clean up eventually |
| 5860 | */ |
Anand Jain | 8ba0ae7 | 2018-03-14 16:29:13 +0800 | [diff] [blame] | 5861 | return preferred_mirror; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 5862 | } |
| 5863 | |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5864 | /* Bubble-sort the stripe set to put the parity/syndrome stripes last */ |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5865 | static void sort_parity_stripes(struct btrfs_io_context *bioc, int num_stripes) |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5866 | { |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5867 | int i; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5868 | int again = 1; |
| 5869 | |
| 5870 | while (again) { |
| 5871 | again = 0; |
Zhao Lei | cc7539e | 2015-01-20 15:11:32 +0800 | [diff] [blame] | 5872 | for (i = 0; i < num_stripes - 1; i++) { |
David Sterba | eeb6f17 | 2019-11-28 15:31:17 +0100 | [diff] [blame] | 5873 | /* Swap if parity is on a smaller index */ |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5874 | if (bioc->raid_map[i] > bioc->raid_map[i + 1]) { |
| 5875 | swap(bioc->stripes[i], bioc->stripes[i + 1]); |
| 5876 | swap(bioc->raid_map[i], bioc->raid_map[i + 1]); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 5877 | again = 1; |
| 5878 | } |
| 5879 | } |
| 5880 | } |
| 5881 | } |
| 5882 | |
Qu Wenruo | 731ccf1 | 2021-09-23 14:00:08 +0800 | [diff] [blame] | 5883 | static struct btrfs_io_context *alloc_btrfs_io_context(struct btrfs_fs_info *fs_info, |
| 5884 | int total_stripes, |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5885 | int real_stripes) |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5886 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5887 | struct btrfs_io_context *bioc = kzalloc( |
| 5888 | /* The size of btrfs_io_context */ |
| 5889 | sizeof(struct btrfs_io_context) + |
| 5890 | /* Plus the variable array for the stripes */ |
| 5891 | sizeof(struct btrfs_io_stripe) * (total_stripes) + |
| 5892 | /* Plus the variable array for the tgt dev */ |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5893 | sizeof(int) * (real_stripes) + |
Chris Mason | e57cf21 | 2015-02-19 17:51:39 -0800 | [diff] [blame] | 5894 | /* |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5895 | * Plus the raid_map, which includes both the tgt dev |
| 5896 | * and the stripes. |
Chris Mason | e57cf21 | 2015-02-19 17:51:39 -0800 | [diff] [blame] | 5897 | */ |
| 5898 | sizeof(u64) * (total_stripes), |
Li zeming | 9f0eac0 | 2022-10-26 09:36:11 +0800 | [diff] [blame] | 5899 | GFP_NOFS); |
| 5900 | |
| 5901 | if (!bioc) |
| 5902 | return NULL; |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5903 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5904 | refcount_set(&bioc->refs, 1); |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5905 | |
Qu Wenruo | 731ccf1 | 2021-09-23 14:00:08 +0800 | [diff] [blame] | 5906 | bioc->fs_info = fs_info; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5907 | bioc->tgtdev_map = (int *)(bioc->stripes + total_stripes); |
| 5908 | bioc->raid_map = (u64 *)(bioc->tgtdev_map + real_stripes); |
Nikolay Borisov | 608769a | 2020-07-02 16:46:41 +0300 | [diff] [blame] | 5909 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5910 | return bioc; |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5911 | } |
| 5912 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5913 | void btrfs_get_bioc(struct btrfs_io_context *bioc) |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5914 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5915 | WARN_ON(!refcount_read(&bioc->refs)); |
| 5916 | refcount_inc(&bioc->refs); |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5917 | } |
| 5918 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5919 | void btrfs_put_bioc(struct btrfs_io_context *bioc) |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5920 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5921 | if (!bioc) |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5922 | return; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 5923 | if (refcount_dec_and_test(&bioc->refs)) |
| 5924 | kfree(bioc); |
Zhao Lei | 6e9606d | 2015-01-20 15:11:34 +0800 | [diff] [blame] | 5925 | } |
| 5926 | |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5927 | /* |
| 5928 | * Please note that, discard won't be sent to target device of device |
| 5929 | * replace. |
| 5930 | */ |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5931 | struct btrfs_discard_stripe *btrfs_map_discard(struct btrfs_fs_info *fs_info, |
| 5932 | u64 logical, u64 *length_ret, |
| 5933 | u32 *num_stripes) |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5934 | { |
| 5935 | struct extent_map *em; |
| 5936 | struct map_lookup *map; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5937 | struct btrfs_discard_stripe *stripes; |
Qu Wenruo | 6b7faad | 2019-10-23 21:57:27 +0800 | [diff] [blame] | 5938 | u64 length = *length_ret; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5939 | u64 offset; |
| 5940 | u64 stripe_nr; |
| 5941 | u64 stripe_nr_end; |
| 5942 | u64 stripe_end_offset; |
| 5943 | u64 stripe_cnt; |
| 5944 | u64 stripe_len; |
| 5945 | u64 stripe_offset; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5946 | u32 stripe_index; |
| 5947 | u32 factor = 0; |
| 5948 | u32 sub_stripes = 0; |
| 5949 | u64 stripes_per_dev = 0; |
| 5950 | u32 remaining_stripes = 0; |
| 5951 | u32 last_stripe = 0; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5952 | int ret; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5953 | int i; |
| 5954 | |
Omar Sandoval | 60ca842 | 2018-05-16 16:34:31 -0700 | [diff] [blame] | 5955 | em = btrfs_get_chunk_map(fs_info, logical, length); |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5956 | if (IS_ERR(em)) |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5957 | return ERR_CAST(em); |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5958 | |
| 5959 | map = em->map_lookup; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5960 | |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5961 | /* we don't discard raid56 yet */ |
| 5962 | if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) { |
| 5963 | ret = -EOPNOTSUPP; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5964 | goto out_free_map; |
| 5965 | } |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5966 | |
| 5967 | offset = logical - em->start; |
Qu Wenruo | 2d97461 | 2019-10-23 21:57:26 +0800 | [diff] [blame] | 5968 | length = min_t(u64, em->start + em->len - logical, length); |
Qu Wenruo | 6b7faad | 2019-10-23 21:57:27 +0800 | [diff] [blame] | 5969 | *length_ret = length; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5970 | |
| 5971 | stripe_len = map->stripe_len; |
| 5972 | /* |
| 5973 | * stripe_nr counts the total number of stripes we have to stride |
| 5974 | * to get to this block |
| 5975 | */ |
| 5976 | stripe_nr = div64_u64(offset, stripe_len); |
| 5977 | |
| 5978 | /* stripe_offset is the offset of this block in its stripe */ |
| 5979 | stripe_offset = offset - stripe_nr * stripe_len; |
| 5980 | |
| 5981 | stripe_nr_end = round_up(offset + length, map->stripe_len); |
Liu Bo | 42c61ab | 2017-04-03 13:45:24 -0700 | [diff] [blame] | 5982 | stripe_nr_end = div64_u64(stripe_nr_end, map->stripe_len); |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5983 | stripe_cnt = stripe_nr_end - stripe_nr; |
| 5984 | stripe_end_offset = stripe_nr_end * map->stripe_len - |
| 5985 | (offset + length); |
| 5986 | /* |
| 5987 | * after this, stripe_nr is the number of stripes on this |
| 5988 | * device we have to walk to find the data, and stripe_index is |
| 5989 | * the number of our device in the stripe array |
| 5990 | */ |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 5991 | *num_stripes = 1; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 5992 | stripe_index = 0; |
| 5993 | if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | |
| 5994 | BTRFS_BLOCK_GROUP_RAID10)) { |
| 5995 | if (map->type & BTRFS_BLOCK_GROUP_RAID0) |
| 5996 | sub_stripes = 1; |
| 5997 | else |
| 5998 | sub_stripes = map->sub_stripes; |
| 5999 | |
| 6000 | factor = map->num_stripes / sub_stripes; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6001 | *num_stripes = min_t(u64, map->num_stripes, |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6002 | sub_stripes * stripe_cnt); |
| 6003 | stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); |
| 6004 | stripe_index *= sub_stripes; |
| 6005 | stripes_per_dev = div_u64_rem(stripe_cnt, factor, |
| 6006 | &remaining_stripes); |
| 6007 | div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); |
| 6008 | last_stripe *= sub_stripes; |
David Sterba | c7369b3 | 2019-05-31 15:39:31 +0200 | [diff] [blame] | 6009 | } else if (map->type & (BTRFS_BLOCK_GROUP_RAID1_MASK | |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6010 | BTRFS_BLOCK_GROUP_DUP)) { |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6011 | *num_stripes = map->num_stripes; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6012 | } else { |
| 6013 | stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, |
| 6014 | &stripe_index); |
| 6015 | } |
| 6016 | |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6017 | stripes = kcalloc(*num_stripes, sizeof(*stripes), GFP_NOFS); |
| 6018 | if (!stripes) { |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6019 | ret = -ENOMEM; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6020 | goto out_free_map; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6021 | } |
| 6022 | |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6023 | for (i = 0; i < *num_stripes; i++) { |
| 6024 | stripes[i].physical = |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6025 | map->stripes[stripe_index].physical + |
| 6026 | stripe_offset + stripe_nr * map->stripe_len; |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6027 | stripes[i].dev = map->stripes[stripe_index].dev; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6028 | |
| 6029 | if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | |
| 6030 | BTRFS_BLOCK_GROUP_RAID10)) { |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6031 | stripes[i].length = stripes_per_dev * map->stripe_len; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6032 | |
| 6033 | if (i / sub_stripes < remaining_stripes) |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6034 | stripes[i].length += map->stripe_len; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6035 | |
| 6036 | /* |
| 6037 | * Special for the first stripe and |
| 6038 | * the last stripe: |
| 6039 | * |
| 6040 | * |-------|...|-------| |
| 6041 | * |----------| |
| 6042 | * off end_off |
| 6043 | */ |
| 6044 | if (i < sub_stripes) |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6045 | stripes[i].length -= stripe_offset; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6046 | |
| 6047 | if (stripe_index >= last_stripe && |
| 6048 | stripe_index <= (last_stripe + |
| 6049 | sub_stripes - 1)) |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6050 | stripes[i].length -= stripe_end_offset; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6051 | |
| 6052 | if (i == sub_stripes - 1) |
| 6053 | stripe_offset = 0; |
| 6054 | } else { |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6055 | stripes[i].length = length; |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6056 | } |
| 6057 | |
| 6058 | stripe_index++; |
| 6059 | if (stripe_index == map->num_stripes) { |
| 6060 | stripe_index = 0; |
| 6061 | stripe_nr++; |
| 6062 | } |
| 6063 | } |
| 6064 | |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6065 | free_extent_map(em); |
Christoph Hellwig | a4012f0 | 2022-06-03 08:57:25 +0200 | [diff] [blame] | 6066 | return stripes; |
| 6067 | out_free_map: |
| 6068 | free_extent_map(em); |
| 6069 | return ERR_PTR(ret); |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6070 | } |
| 6071 | |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6072 | /* |
| 6073 | * In dev-replace case, for repair case (that's the only case where the mirror |
| 6074 | * is selected explicitly when calling btrfs_map_block), blocks left of the |
| 6075 | * left cursor can also be read from the target drive. |
| 6076 | * |
| 6077 | * For REQ_GET_READ_MIRRORS, the target drive is added as the last one to the |
| 6078 | * array of stripes. |
| 6079 | * For READ, it also needs to be supported using the same mirror number. |
| 6080 | * |
| 6081 | * If the requested block is not left of the left cursor, EIO is returned. This |
| 6082 | * can happen because btrfs_num_copies() returns one more in the dev-replace |
| 6083 | * case. |
| 6084 | */ |
| 6085 | static int get_extra_mirror_from_replace(struct btrfs_fs_info *fs_info, |
| 6086 | u64 logical, u64 length, |
| 6087 | u64 srcdev_devid, int *mirror_num, |
| 6088 | u64 *physical) |
| 6089 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6090 | struct btrfs_io_context *bioc = NULL; |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6091 | int num_stripes; |
| 6092 | int index_srcdev = 0; |
| 6093 | int found = 0; |
| 6094 | u64 physical_of_found = 0; |
| 6095 | int i; |
| 6096 | int ret = 0; |
| 6097 | |
| 6098 | ret = __btrfs_map_block(fs_info, BTRFS_MAP_GET_READ_MIRRORS, |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6099 | logical, &length, &bioc, NULL, NULL, 0); |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6100 | if (ret) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6101 | ASSERT(bioc == NULL); |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6102 | return ret; |
| 6103 | } |
| 6104 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6105 | num_stripes = bioc->num_stripes; |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6106 | if (*mirror_num > num_stripes) { |
| 6107 | /* |
| 6108 | * BTRFS_MAP_GET_READ_MIRRORS does not contain this mirror, |
| 6109 | * that means that the requested area is not left of the left |
| 6110 | * cursor |
| 6111 | */ |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6112 | btrfs_put_bioc(bioc); |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6113 | return -EIO; |
| 6114 | } |
| 6115 | |
| 6116 | /* |
| 6117 | * process the rest of the function using the mirror_num of the source |
| 6118 | * drive. Therefore look it up first. At the end, patch the device |
| 6119 | * pointer to the one of the target drive. |
| 6120 | */ |
| 6121 | for (i = 0; i < num_stripes; i++) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6122 | if (bioc->stripes[i].dev->devid != srcdev_devid) |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6123 | continue; |
| 6124 | |
| 6125 | /* |
| 6126 | * In case of DUP, in order to keep it simple, only add the |
| 6127 | * mirror with the lowest physical address |
| 6128 | */ |
| 6129 | if (found && |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6130 | physical_of_found <= bioc->stripes[i].physical) |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6131 | continue; |
| 6132 | |
| 6133 | index_srcdev = i; |
| 6134 | found = 1; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6135 | physical_of_found = bioc->stripes[i].physical; |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6136 | } |
| 6137 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6138 | btrfs_put_bioc(bioc); |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6139 | |
| 6140 | ASSERT(found); |
| 6141 | if (!found) |
| 6142 | return -EIO; |
| 6143 | |
| 6144 | *mirror_num = index_srcdev + 1; |
| 6145 | *physical = physical_of_found; |
| 6146 | return ret; |
| 6147 | } |
| 6148 | |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6149 | static bool is_block_group_to_copy(struct btrfs_fs_info *fs_info, u64 logical) |
| 6150 | { |
| 6151 | struct btrfs_block_group *cache; |
| 6152 | bool ret; |
| 6153 | |
Naohiro Aota | de17add | 2021-02-04 19:22:13 +0900 | [diff] [blame] | 6154 | /* Non zoned filesystem does not use "to_copy" flag */ |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6155 | if (!btrfs_is_zoned(fs_info)) |
| 6156 | return false; |
| 6157 | |
| 6158 | cache = btrfs_lookup_block_group(fs_info, logical); |
| 6159 | |
Josef Bacik | 3349b57 | 2022-07-15 15:45:24 -0400 | [diff] [blame] | 6160 | ret = test_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags); |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6161 | |
| 6162 | btrfs_put_block_group(cache); |
| 6163 | return ret; |
| 6164 | } |
| 6165 | |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6166 | static void handle_ops_on_dev_replace(enum btrfs_map_op op, |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6167 | struct btrfs_io_context **bioc_ret, |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6168 | struct btrfs_dev_replace *dev_replace, |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6169 | u64 logical, |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6170 | int *num_stripes_ret, int *max_errors_ret) |
| 6171 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6172 | struct btrfs_io_context *bioc = *bioc_ret; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6173 | u64 srcdev_devid = dev_replace->srcdev->devid; |
| 6174 | int tgtdev_indexes = 0; |
| 6175 | int num_stripes = *num_stripes_ret; |
| 6176 | int max_errors = *max_errors_ret; |
| 6177 | int i; |
| 6178 | |
| 6179 | if (op == BTRFS_MAP_WRITE) { |
| 6180 | int index_where_to_add; |
| 6181 | |
| 6182 | /* |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6183 | * A block group which have "to_copy" set will eventually |
| 6184 | * copied by dev-replace process. We can avoid cloning IO here. |
| 6185 | */ |
| 6186 | if (is_block_group_to_copy(dev_replace->srcdev->fs_info, logical)) |
| 6187 | return; |
| 6188 | |
| 6189 | /* |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6190 | * duplicate the write operations while the dev replace |
| 6191 | * procedure is running. Since the copying of the old disk to |
| 6192 | * the new disk takes place at run time while the filesystem is |
| 6193 | * mounted writable, the regular write operations to the old |
| 6194 | * disk have to be duplicated to go to the new disk as well. |
| 6195 | * |
| 6196 | * Note that device->missing is handled by the caller, and that |
| 6197 | * the write to the old disk is already set up in the stripes |
| 6198 | * array. |
| 6199 | */ |
| 6200 | index_where_to_add = num_stripes; |
| 6201 | for (i = 0; i < num_stripes; i++) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6202 | if (bioc->stripes[i].dev->devid == srcdev_devid) { |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6203 | /* write to new disk, too */ |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6204 | struct btrfs_io_stripe *new = |
| 6205 | bioc->stripes + index_where_to_add; |
| 6206 | struct btrfs_io_stripe *old = |
| 6207 | bioc->stripes + i; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6208 | |
| 6209 | new->physical = old->physical; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6210 | new->dev = dev_replace->tgtdev; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6211 | bioc->tgtdev_map[i] = index_where_to_add; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6212 | index_where_to_add++; |
| 6213 | max_errors++; |
| 6214 | tgtdev_indexes++; |
| 6215 | } |
| 6216 | } |
| 6217 | num_stripes = index_where_to_add; |
| 6218 | } else if (op == BTRFS_MAP_GET_READ_MIRRORS) { |
| 6219 | int index_srcdev = 0; |
| 6220 | int found = 0; |
| 6221 | u64 physical_of_found = 0; |
| 6222 | |
| 6223 | /* |
| 6224 | * During the dev-replace procedure, the target drive can also |
| 6225 | * be used to read data in case it is needed to repair a corrupt |
| 6226 | * block elsewhere. This is possible if the requested area is |
| 6227 | * left of the left cursor. In this area, the target drive is a |
| 6228 | * full copy of the source drive. |
| 6229 | */ |
| 6230 | for (i = 0; i < num_stripes; i++) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6231 | if (bioc->stripes[i].dev->devid == srcdev_devid) { |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6232 | /* |
| 6233 | * In case of DUP, in order to keep it simple, |
| 6234 | * only add the mirror with the lowest physical |
| 6235 | * address |
| 6236 | */ |
| 6237 | if (found && |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6238 | physical_of_found <= bioc->stripes[i].physical) |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6239 | continue; |
| 6240 | index_srcdev = i; |
| 6241 | found = 1; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6242 | physical_of_found = bioc->stripes[i].physical; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6243 | } |
| 6244 | } |
| 6245 | if (found) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6246 | struct btrfs_io_stripe *tgtdev_stripe = |
| 6247 | bioc->stripes + num_stripes; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6248 | |
| 6249 | tgtdev_stripe->physical = physical_of_found; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6250 | tgtdev_stripe->dev = dev_replace->tgtdev; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6251 | bioc->tgtdev_map[index_srcdev] = num_stripes; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6252 | |
| 6253 | tgtdev_indexes++; |
| 6254 | num_stripes++; |
| 6255 | } |
| 6256 | } |
| 6257 | |
| 6258 | *num_stripes_ret = num_stripes; |
| 6259 | *max_errors_ret = max_errors; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6260 | bioc->num_tgtdevs = tgtdev_indexes; |
| 6261 | *bioc_ret = bioc; |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6262 | } |
| 6263 | |
Liu Bo | 2b19a1f | 2017-03-14 13:34:00 -0700 | [diff] [blame] | 6264 | static bool need_full_stripe(enum btrfs_map_op op) |
| 6265 | { |
| 6266 | return (op == BTRFS_MAP_WRITE || op == BTRFS_MAP_GET_READ_MIRRORS); |
| 6267 | } |
| 6268 | |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6269 | /* |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6270 | * Calculate the geometry of a particular (address, len) tuple. This |
| 6271 | * information is used to calculate how big a particular bio can get before it |
| 6272 | * straddles a stripe. |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6273 | * |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6274 | * @fs_info: the filesystem |
| 6275 | * @em: mapping containing the logical extent |
| 6276 | * @op: type of operation - write or read |
| 6277 | * @logical: address that we want to figure out the geometry of |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6278 | * @io_geom: pointer used to return values |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6279 | * |
| 6280 | * Returns < 0 in case a chunk for the given logical address cannot be found, |
| 6281 | * usually shouldn't happen unless @logical is corrupted, 0 otherwise. |
| 6282 | */ |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6283 | int btrfs_get_io_geometry(struct btrfs_fs_info *fs_info, struct extent_map *em, |
Qu Wenruo | 43c0d1a | 2021-04-13 17:58:48 +0800 | [diff] [blame] | 6284 | enum btrfs_map_op op, u64 logical, |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6285 | struct btrfs_io_geometry *io_geom) |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6286 | { |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6287 | struct map_lookup *map; |
Qu Wenruo | 43c0d1a | 2021-04-13 17:58:48 +0800 | [diff] [blame] | 6288 | u64 len; |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6289 | u64 offset; |
| 6290 | u64 stripe_offset; |
| 6291 | u64 stripe_nr; |
Qu Wenruo | cc353a8 | 2022-04-12 17:32:51 +0800 | [diff] [blame] | 6292 | u32 stripe_len; |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6293 | u64 raid56_full_stripe_start = (u64)-1; |
| 6294 | int data_stripes; |
| 6295 | |
| 6296 | ASSERT(op != BTRFS_MAP_DISCARD); |
| 6297 | |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6298 | map = em->map_lookup; |
| 6299 | /* Offset of this logical address in the chunk */ |
| 6300 | offset = logical - em->start; |
| 6301 | /* Len of a stripe in a chunk */ |
| 6302 | stripe_len = map->stripe_len; |
Qu Wenruo | cc353a8 | 2022-04-12 17:32:51 +0800 | [diff] [blame] | 6303 | /* |
| 6304 | * Stripe_nr is where this block falls in |
| 6305 | * stripe_offset is the offset of this block in its stripe. |
| 6306 | */ |
| 6307 | stripe_nr = div64_u64_rem(offset, stripe_len, &stripe_offset); |
| 6308 | ASSERT(stripe_offset < U32_MAX); |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6309 | |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6310 | data_stripes = nr_data_stripes(map); |
| 6311 | |
Qu Wenruo | bf08387 | 2021-11-19 14:19:33 +0800 | [diff] [blame] | 6312 | /* Only stripe based profiles needs to check against stripe length. */ |
| 6313 | if (map->type & BTRFS_BLOCK_GROUP_STRIPE_MASK) { |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6314 | u64 max_len = stripe_len - stripe_offset; |
| 6315 | |
| 6316 | /* |
| 6317 | * In case of raid56, we need to know the stripe aligned start |
| 6318 | */ |
| 6319 | if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) { |
| 6320 | unsigned long full_stripe_len = stripe_len * data_stripes; |
| 6321 | raid56_full_stripe_start = offset; |
| 6322 | |
| 6323 | /* |
| 6324 | * Allow a write of a full stripe, but make sure we |
| 6325 | * don't allow straddling of stripes |
| 6326 | */ |
| 6327 | raid56_full_stripe_start = div64_u64(raid56_full_stripe_start, |
| 6328 | full_stripe_len); |
| 6329 | raid56_full_stripe_start *= full_stripe_len; |
| 6330 | |
| 6331 | /* |
| 6332 | * For writes to RAID[56], allow a full stripeset across |
| 6333 | * all disks. For other RAID types and for RAID[56] |
| 6334 | * reads, just allow a single stripe (on a single disk). |
| 6335 | */ |
| 6336 | if (op == BTRFS_MAP_WRITE) { |
| 6337 | max_len = stripe_len * data_stripes - |
| 6338 | (offset - raid56_full_stripe_start); |
| 6339 | } |
| 6340 | } |
| 6341 | len = min_t(u64, em->len - offset, max_len); |
| 6342 | } else { |
| 6343 | len = em->len - offset; |
| 6344 | } |
| 6345 | |
| 6346 | io_geom->len = len; |
| 6347 | io_geom->offset = offset; |
| 6348 | io_geom->stripe_len = stripe_len; |
| 6349 | io_geom->stripe_nr = stripe_nr; |
| 6350 | io_geom->stripe_offset = stripe_offset; |
| 6351 | io_geom->raid56_stripe_offset = raid56_full_stripe_start; |
| 6352 | |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6353 | return 0; |
Nikolay Borisov | 5f14112 | 2019-06-03 12:05:03 +0300 | [diff] [blame] | 6354 | } |
| 6355 | |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6356 | static void set_io_stripe(struct btrfs_io_stripe *dst, const struct map_lookup *map, |
| 6357 | u32 stripe_index, u64 stripe_offset, u64 stripe_nr) |
| 6358 | { |
| 6359 | dst->dev = map->stripes[stripe_index].dev; |
| 6360 | dst->physical = map->stripes[stripe_index].physical + |
| 6361 | stripe_offset + stripe_nr * map->stripe_len; |
| 6362 | } |
| 6363 | |
Christoph Hellwig | 103c197 | 2022-11-15 10:44:05 +0100 | [diff] [blame] | 6364 | int __btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op, |
| 6365 | u64 logical, u64 *length, |
| 6366 | struct btrfs_io_context **bioc_ret, |
| 6367 | struct btrfs_io_stripe *smap, int *mirror_num_ret, |
| 6368 | int need_raid_map) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6369 | { |
| 6370 | struct extent_map *em; |
| 6371 | struct map_lookup *map; |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6372 | u64 stripe_offset; |
| 6373 | u64 stripe_nr; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6374 | u64 stripe_len; |
David Sterba | 9d644a6 | 2015-02-20 18:42:11 +0100 | [diff] [blame] | 6375 | u32 stripe_index; |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6376 | int data_stripes; |
Chris Mason | cea9e44 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 6377 | int i; |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6378 | int ret = 0; |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6379 | int mirror_num = (mirror_num_ret ? *mirror_num_ret : 0); |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6380 | int num_stripes; |
Chris Mason | a236aed | 2008-04-29 09:38:00 -0400 | [diff] [blame] | 6381 | int max_errors = 0; |
Miao Xie | 2c8cdd6 | 2014-11-14 16:06:25 +0800 | [diff] [blame] | 6382 | int tgtdev_indexes = 0; |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6383 | struct btrfs_io_context *bioc = NULL; |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6384 | struct btrfs_dev_replace *dev_replace = &fs_info->dev_replace; |
| 6385 | int dev_replace_is_ongoing = 0; |
| 6386 | int num_alloc_stripes; |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6387 | int patch_the_first_stripe_for_dev_replace = 0; |
| 6388 | u64 physical_to_patch_in_first_stripe = 0; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6389 | u64 raid56_full_stripe_start = (u64)-1; |
Nikolay Borisov | 89b798a | 2019-06-03 12:05:05 +0300 | [diff] [blame] | 6390 | struct btrfs_io_geometry geom; |
| 6391 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6392 | ASSERT(bioc_ret); |
David Sterba | 75fb2e9 | 2018-08-03 00:36:29 +0200 | [diff] [blame] | 6393 | ASSERT(op != BTRFS_MAP_DISCARD); |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6394 | |
Michal Rostecki | 4203431 | 2021-01-27 14:57:27 +0100 | [diff] [blame] | 6395 | em = btrfs_get_chunk_map(fs_info, logical, *length); |
| 6396 | ASSERT(!IS_ERR(em)); |
| 6397 | |
Qu Wenruo | 43c0d1a | 2021-04-13 17:58:48 +0800 | [diff] [blame] | 6398 | ret = btrfs_get_io_geometry(fs_info, em, op, logical, &geom); |
Nikolay Borisov | 89b798a | 2019-06-03 12:05:05 +0300 | [diff] [blame] | 6399 | if (ret < 0) |
| 6400 | return ret; |
| 6401 | |
Jeff Mahoney | 95617d6 | 2015-06-03 10:55:48 -0400 | [diff] [blame] | 6402 | map = em->map_lookup; |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6403 | |
Nikolay Borisov | 89b798a | 2019-06-03 12:05:05 +0300 | [diff] [blame] | 6404 | *length = geom.len; |
Nikolay Borisov | 89b798a | 2019-06-03 12:05:05 +0300 | [diff] [blame] | 6405 | stripe_len = geom.stripe_len; |
| 6406 | stripe_nr = geom.stripe_nr; |
| 6407 | stripe_offset = geom.stripe_offset; |
| 6408 | raid56_full_stripe_start = geom.raid56_stripe_offset; |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6409 | data_stripes = nr_data_stripes(map); |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6410 | |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 6411 | down_read(&dev_replace->rwsem); |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6412 | dev_replace_is_ongoing = btrfs_dev_replace_is_ongoing(dev_replace); |
David Sterba | 53176dd | 2018-04-05 01:41:06 +0200 | [diff] [blame] | 6413 | /* |
| 6414 | * Hold the semaphore for read during the whole operation, write is |
| 6415 | * requested at commit time but must wait. |
| 6416 | */ |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6417 | if (!dev_replace_is_ongoing) |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 6418 | up_read(&dev_replace->rwsem); |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6419 | |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6420 | if (dev_replace_is_ongoing && mirror_num == map->num_stripes + 1 && |
Liu Bo | 2b19a1f | 2017-03-14 13:34:00 -0700 | [diff] [blame] | 6421 | !need_full_stripe(op) && dev_replace->tgtdev != NULL) { |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6422 | ret = get_extra_mirror_from_replace(fs_info, logical, *length, |
| 6423 | dev_replace->srcdev->devid, |
| 6424 | &mirror_num, |
| 6425 | &physical_to_patch_in_first_stripe); |
| 6426 | if (ret) |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6427 | goto out; |
Liu Bo | 5ab5609 | 2017-03-14 13:33:57 -0700 | [diff] [blame] | 6428 | else |
| 6429 | patch_the_first_stripe_for_dev_replace = 1; |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6430 | } else if (mirror_num > map->num_stripes) { |
| 6431 | mirror_num = 0; |
| 6432 | } |
| 6433 | |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6434 | num_stripes = 1; |
Chris Mason | cea9e44 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 6435 | stripe_index = 0; |
Li Dongyang | fce3bb9 | 2011-03-24 10:24:26 +0000 | [diff] [blame] | 6436 | if (map->type & BTRFS_BLOCK_GROUP_RAID0) { |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6437 | stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, |
| 6438 | &stripe_index); |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6439 | if (!need_full_stripe(op)) |
Miao Xie | 28e1cc7 | 2014-09-12 18:44:02 +0800 | [diff] [blame] | 6440 | mirror_num = 1; |
David Sterba | c7369b3 | 2019-05-31 15:39:31 +0200 | [diff] [blame] | 6441 | } else if (map->type & BTRFS_BLOCK_GROUP_RAID1_MASK) { |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6442 | if (need_full_stripe(op)) |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6443 | num_stripes = map->num_stripes; |
Chris Mason | 2fff734 | 2008-04-29 14:12:09 -0400 | [diff] [blame] | 6444 | else if (mirror_num) |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 6445 | stripe_index = mirror_num - 1; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6446 | else { |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 6447 | stripe_index = find_live_mirror(fs_info, map, 0, |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 6448 | dev_replace_is_ongoing); |
Jan Schmidt | a1d3c47 | 2011-08-04 17:15:33 +0200 | [diff] [blame] | 6449 | mirror_num = stripe_index + 1; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6450 | } |
Chris Mason | 2fff734 | 2008-04-29 14:12:09 -0400 | [diff] [blame] | 6451 | |
Chris Mason | 611f0e0 | 2008-04-03 16:29:03 -0400 | [diff] [blame] | 6452 | } else if (map->type & BTRFS_BLOCK_GROUP_DUP) { |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6453 | if (need_full_stripe(op)) { |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6454 | num_stripes = map->num_stripes; |
Jan Schmidt | a1d3c47 | 2011-08-04 17:15:33 +0200 | [diff] [blame] | 6455 | } else if (mirror_num) { |
Chris Mason | f188591 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 6456 | stripe_index = mirror_num - 1; |
Jan Schmidt | a1d3c47 | 2011-08-04 17:15:33 +0200 | [diff] [blame] | 6457 | } else { |
| 6458 | mirror_num = 1; |
| 6459 | } |
Chris Mason | 2fff734 | 2008-04-29 14:12:09 -0400 | [diff] [blame] | 6460 | |
Chris Mason | 321aecc | 2008-04-16 10:49:51 -0400 | [diff] [blame] | 6461 | } else if (map->type & BTRFS_BLOCK_GROUP_RAID10) { |
David Sterba | 9d644a6 | 2015-02-20 18:42:11 +0100 | [diff] [blame] | 6462 | u32 factor = map->num_stripes / map->sub_stripes; |
Chris Mason | 321aecc | 2008-04-16 10:49:51 -0400 | [diff] [blame] | 6463 | |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6464 | stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); |
Chris Mason | 321aecc | 2008-04-16 10:49:51 -0400 | [diff] [blame] | 6465 | stripe_index *= map->sub_stripes; |
| 6466 | |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6467 | if (need_full_stripe(op)) |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6468 | num_stripes = map->sub_stripes; |
Chris Mason | 321aecc | 2008-04-16 10:49:51 -0400 | [diff] [blame] | 6469 | else if (mirror_num) |
| 6470 | stripe_index += mirror_num - 1; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6471 | else { |
Jan Schmidt | 3e74317 | 2012-04-27 12:41:45 -0400 | [diff] [blame] | 6472 | int old_stripe_index = stripe_index; |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 6473 | stripe_index = find_live_mirror(fs_info, map, |
| 6474 | stripe_index, |
Stefan Behrens | 30d9861 | 2012-11-06 14:52:18 +0100 | [diff] [blame] | 6475 | dev_replace_is_ongoing); |
Jan Schmidt | 3e74317 | 2012-04-27 12:41:45 -0400 | [diff] [blame] | 6476 | mirror_num = stripe_index - old_stripe_index + 1; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6477 | } |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6478 | |
Zhao Lei | ffe2d20 | 2015-01-20 15:11:44 +0800 | [diff] [blame] | 6479 | } else if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) { |
Christoph Hellwig | ff18a4a | 2022-06-17 12:04:05 +0200 | [diff] [blame] | 6480 | ASSERT(map->stripe_len == BTRFS_STRIPE_LEN); |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6481 | if (need_raid_map && (need_full_stripe(op) || mirror_num > 1)) { |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6482 | /* push stripe_nr back to the start of the full stripe */ |
Liu Bo | 42c61ab | 2017-04-03 13:45:24 -0700 | [diff] [blame] | 6483 | stripe_nr = div64_u64(raid56_full_stripe_start, |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6484 | stripe_len * data_stripes); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6485 | |
| 6486 | /* RAID[56] write or recovery. Return all stripes */ |
| 6487 | num_stripes = map->num_stripes; |
Qu Wenruo | 6dead96 | 2022-05-13 16:34:29 +0800 | [diff] [blame] | 6488 | max_errors = btrfs_chunk_max_errors(map); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6489 | |
Qu Wenruo | 462b0b2 | 2022-06-17 12:04:06 +0200 | [diff] [blame] | 6490 | /* Return the length to the full stripe end */ |
| 6491 | *length = min(logical + *length, |
| 6492 | raid56_full_stripe_start + em->start + |
| 6493 | data_stripes * stripe_len) - logical; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6494 | stripe_index = 0; |
| 6495 | stripe_offset = 0; |
| 6496 | } else { |
| 6497 | /* |
| 6498 | * Mirror #0 or #1 means the original data block. |
| 6499 | * Mirror #2 is RAID5 parity block. |
| 6500 | * Mirror #3 is RAID6 Q block. |
| 6501 | */ |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6502 | stripe_nr = div_u64_rem(stripe_nr, |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6503 | data_stripes, &stripe_index); |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6504 | if (mirror_num > 1) |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6505 | stripe_index = data_stripes + mirror_num - 2; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6506 | |
| 6507 | /* We distribute the parity blocks across stripes */ |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6508 | div_u64_rem(stripe_nr + stripe_index, map->num_stripes, |
| 6509 | &stripe_index); |
Anand Jain | de48373 | 2017-10-12 16:43:00 +0800 | [diff] [blame] | 6510 | if (!need_full_stripe(op) && mirror_num <= 1) |
Miao Xie | 28e1cc7 | 2014-09-12 18:44:02 +0800 | [diff] [blame] | 6511 | mirror_num = 1; |
David Woodhouse | 53b381b | 2013-01-29 18:40:14 -0500 | [diff] [blame] | 6512 | } |
Chris Mason | 8790d50 | 2008-04-03 16:29:03 -0400 | [diff] [blame] | 6513 | } else { |
| 6514 | /* |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6515 | * after this, stripe_nr is the number of stripes on this |
| 6516 | * device we have to walk to find the data, and stripe_index is |
| 6517 | * the number of our device in the stripe array |
Chris Mason | 8790d50 | 2008-04-03 16:29:03 -0400 | [diff] [blame] | 6518 | */ |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6519 | stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, |
| 6520 | &stripe_index); |
Jan Schmidt | a1d3c47 | 2011-08-04 17:15:33 +0200 | [diff] [blame] | 6521 | mirror_num = stripe_index + 1; |
Chris Mason | 8790d50 | 2008-04-03 16:29:03 -0400 | [diff] [blame] | 6522 | } |
Josef Bacik | e042d1e | 2016-04-12 12:54:40 -0400 | [diff] [blame] | 6523 | if (stripe_index >= map->num_stripes) { |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 6524 | btrfs_crit(fs_info, |
| 6525 | "stripe index math went horribly wrong, got stripe_index=%u, num_stripes=%u", |
Josef Bacik | e042d1e | 2016-04-12 12:54:40 -0400 | [diff] [blame] | 6526 | stripe_index, map->num_stripes); |
| 6527 | ret = -EINVAL; |
| 6528 | goto out; |
| 6529 | } |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6530 | |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6531 | num_alloc_stripes = num_stripes; |
Liu Bo | 6fad823 | 2017-03-14 13:33:59 -0700 | [diff] [blame] | 6532 | if (dev_replace_is_ongoing && dev_replace->tgtdev != NULL) { |
Liu Bo | 0b3d4cd | 2017-03-14 13:33:56 -0700 | [diff] [blame] | 6533 | if (op == BTRFS_MAP_WRITE) |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6534 | num_alloc_stripes <<= 1; |
Christoph Hellwig | cf8cddd | 2016-10-27 09:27:36 +0200 | [diff] [blame] | 6535 | if (op == BTRFS_MAP_GET_READ_MIRRORS) |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6536 | num_alloc_stripes++; |
Miao Xie | 2c8cdd6 | 2014-11-14 16:06:25 +0800 | [diff] [blame] | 6537 | tgtdev_indexes = num_stripes; |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6538 | } |
Miao Xie | 2c8cdd6 | 2014-11-14 16:06:25 +0800 | [diff] [blame] | 6539 | |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6540 | /* |
| 6541 | * If this I/O maps to a single device, try to return the device and |
| 6542 | * physical block information on the stack instead of allocating an |
| 6543 | * I/O context structure. |
| 6544 | */ |
| 6545 | if (smap && num_alloc_stripes == 1 && |
| 6546 | !((map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) && mirror_num > 1) && |
| 6547 | (!need_full_stripe(op) || !dev_replace_is_ongoing || |
| 6548 | !dev_replace->tgtdev)) { |
| 6549 | if (patch_the_first_stripe_for_dev_replace) { |
| 6550 | smap->dev = dev_replace->tgtdev; |
| 6551 | smap->physical = physical_to_patch_in_first_stripe; |
| 6552 | *mirror_num_ret = map->num_stripes + 1; |
| 6553 | } else { |
| 6554 | set_io_stripe(smap, map, stripe_index, stripe_offset, |
| 6555 | stripe_nr); |
| 6556 | *mirror_num_ret = mirror_num; |
| 6557 | } |
| 6558 | *bioc_ret = NULL; |
| 6559 | ret = 0; |
| 6560 | goto out; |
| 6561 | } |
| 6562 | |
Qu Wenruo | 731ccf1 | 2021-09-23 14:00:08 +0800 | [diff] [blame] | 6563 | bioc = alloc_btrfs_io_context(fs_info, num_alloc_stripes, tgtdev_indexes); |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6564 | if (!bioc) { |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6565 | ret = -ENOMEM; |
| 6566 | goto out; |
| 6567 | } |
Nikolay Borisov | 608769a | 2020-07-02 16:46:41 +0300 | [diff] [blame] | 6568 | |
| 6569 | for (i = 0; i < num_stripes; i++) { |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6570 | set_io_stripe(&bioc->stripes[i], map, stripe_index, stripe_offset, |
| 6571 | stripe_nr); |
Nikolay Borisov | 608769a | 2020-07-02 16:46:41 +0300 | [diff] [blame] | 6572 | stripe_index++; |
| 6573 | } |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6574 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6575 | /* Build raid_map */ |
Liu Bo | 2b19a1f | 2017-03-14 13:34:00 -0700 | [diff] [blame] | 6576 | if (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK && need_raid_map && |
| 6577 | (need_full_stripe(op) || mirror_num > 1)) { |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6578 | u64 tmp; |
David Sterba | 9d644a6 | 2015-02-20 18:42:11 +0100 | [diff] [blame] | 6579 | unsigned rot; |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6580 | |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6581 | /* Work out the disk rotation on this stripe-set */ |
David Sterba | 47c5713 | 2015-02-20 18:43:47 +0100 | [diff] [blame] | 6582 | div_u64_rem(stripe_nr, num_stripes, &rot); |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6583 | |
| 6584 | /* Fill in the logical address of each stripe */ |
David Sterba | cff8267 | 2019-05-17 11:43:45 +0200 | [diff] [blame] | 6585 | tmp = stripe_nr * data_stripes; |
| 6586 | for (i = 0; i < data_stripes; i++) |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6587 | bioc->raid_map[(i + rot) % num_stripes] = |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6588 | em->start + (tmp + i) * map->stripe_len; |
| 6589 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6590 | bioc->raid_map[(i + rot) % map->num_stripes] = RAID5_P_STRIPE; |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6591 | if (map->type & BTRFS_BLOCK_GROUP_RAID6) |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6592 | bioc->raid_map[(i + rot + 1) % num_stripes] = |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6593 | RAID6_Q_STRIPE; |
Zhao Lei | 8e5cfb5 | 2015-01-20 15:11:33 +0800 | [diff] [blame] | 6594 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6595 | sort_parity_stripes(bioc, num_stripes); |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6596 | } |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6597 | |
Liu Bo | 2b19a1f | 2017-03-14 13:34:00 -0700 | [diff] [blame] | 6598 | if (need_full_stripe(op)) |
Miao Xie | d20983b | 2014-07-03 18:22:13 +0800 | [diff] [blame] | 6599 | max_errors = btrfs_chunk_max_errors(map); |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6600 | |
Liu Bo | 73c0f22 | 2017-03-14 13:33:58 -0700 | [diff] [blame] | 6601 | if (dev_replace_is_ongoing && dev_replace->tgtdev != NULL && |
Liu Bo | 2b19a1f | 2017-03-14 13:34:00 -0700 | [diff] [blame] | 6602 | need_full_stripe(op)) { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6603 | handle_ops_on_dev_replace(op, &bioc, dev_replace, logical, |
Naohiro Aota | 6143c23 | 2021-02-04 19:22:12 +0900 | [diff] [blame] | 6604 | &num_stripes, &max_errors); |
Stefan Behrens | 472262f | 2012-11-06 14:43:46 +0100 | [diff] [blame] | 6605 | } |
| 6606 | |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6607 | *bioc_ret = bioc; |
| 6608 | bioc->map_type = map->type; |
| 6609 | bioc->num_stripes = num_stripes; |
| 6610 | bioc->max_errors = max_errors; |
| 6611 | bioc->mirror_num = mirror_num; |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6612 | |
| 6613 | /* |
| 6614 | * this is the case that REQ_READ && dev_replace_is_ongoing && |
| 6615 | * mirror_num == num_stripes + 1 && dev_replace target drive is |
| 6616 | * available as a mirror |
| 6617 | */ |
| 6618 | if (patch_the_first_stripe_for_dev_replace && num_stripes > 0) { |
| 6619 | WARN_ON(num_stripes > 1); |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6620 | bioc->stripes[0].dev = dev_replace->tgtdev; |
| 6621 | bioc->stripes[0].physical = physical_to_patch_in_first_stripe; |
| 6622 | bioc->mirror_num = map->num_stripes + 1; |
Stefan Behrens | ad6d620 | 2012-11-06 15:06:47 +0100 | [diff] [blame] | 6623 | } |
Chris Mason | cea9e44 | 2008-04-09 16:28:12 -0400 | [diff] [blame] | 6624 | out: |
Liu Bo | 73beece | 2015-07-17 16:49:19 +0800 | [diff] [blame] | 6625 | if (dev_replace_is_ongoing) { |
David Sterba | 53176dd | 2018-04-05 01:41:06 +0200 | [diff] [blame] | 6626 | lockdep_assert_held(&dev_replace->rwsem); |
| 6627 | /* Unlock and let waiting writers proceed */ |
David Sterba | cb5583d | 2018-09-07 16:11:23 +0200 | [diff] [blame] | 6628 | up_read(&dev_replace->rwsem); |
Liu Bo | 73beece | 2015-07-17 16:49:19 +0800 | [diff] [blame] | 6629 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6630 | free_extent_map(em); |
Li Zefan | de11cc1 | 2011-12-01 12:55:47 +0800 | [diff] [blame] | 6631 | return ret; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6632 | } |
| 6633 | |
Christoph Hellwig | cf8cddd | 2016-10-27 09:27:36 +0200 | [diff] [blame] | 6634 | int btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op, |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6635 | u64 logical, u64 *length, |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6636 | struct btrfs_io_context **bioc_ret, int mirror_num) |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6637 | { |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6638 | return __btrfs_map_block(fs_info, op, logical, length, bioc_ret, |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6639 | NULL, &mirror_num, 0); |
Chris Mason | f2d8d74 | 2008-04-21 10:03:05 -0400 | [diff] [blame] | 6640 | } |
| 6641 | |
Miao Xie | af8e2d1 | 2014-10-23 14:42:50 +0800 | [diff] [blame] | 6642 | /* For Scrub/replace */ |
Christoph Hellwig | cf8cddd | 2016-10-27 09:27:36 +0200 | [diff] [blame] | 6643 | int btrfs_map_sblock(struct btrfs_fs_info *fs_info, enum btrfs_map_op op, |
Miao Xie | af8e2d1 | 2014-10-23 14:42:50 +0800 | [diff] [blame] | 6644 | u64 logical, u64 *length, |
Qu Wenruo | 4c66461 | 2021-09-15 15:17:16 +0800 | [diff] [blame] | 6645 | struct btrfs_io_context **bioc_ret) |
Miao Xie | af8e2d1 | 2014-10-23 14:42:50 +0800 | [diff] [blame] | 6646 | { |
Christoph Hellwig | 03793cb | 2022-08-06 10:03:29 +0200 | [diff] [blame] | 6647 | return __btrfs_map_block(fs_info, op, logical, length, bioc_ret, |
| 6648 | NULL, NULL, 1); |
Miao Xie | af8e2d1 | 2014-10-23 14:42:50 +0800 | [diff] [blame] | 6649 | } |
| 6650 | |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6651 | static bool dev_args_match_fs_devices(const struct btrfs_dev_lookup_args *args, |
| 6652 | const struct btrfs_fs_devices *fs_devices) |
| 6653 | { |
| 6654 | if (args->fsid == NULL) |
| 6655 | return true; |
| 6656 | if (memcmp(fs_devices->metadata_uuid, args->fsid, BTRFS_FSID_SIZE) == 0) |
| 6657 | return true; |
| 6658 | return false; |
| 6659 | } |
| 6660 | |
| 6661 | static bool dev_args_match_device(const struct btrfs_dev_lookup_args *args, |
| 6662 | const struct btrfs_device *device) |
| 6663 | { |
Liu Shixin | 0fca385 | 2022-11-03 16:33:01 +0800 | [diff] [blame] | 6664 | if (args->missing) { |
| 6665 | if (test_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state) && |
| 6666 | !device->bdev) |
| 6667 | return true; |
| 6668 | return false; |
| 6669 | } |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6670 | |
Liu Shixin | 0fca385 | 2022-11-03 16:33:01 +0800 | [diff] [blame] | 6671 | if (device->devid != args->devid) |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6672 | return false; |
| 6673 | if (args->uuid && memcmp(device->uuid, args->uuid, BTRFS_UUID_SIZE) != 0) |
| 6674 | return false; |
Liu Shixin | 0fca385 | 2022-11-03 16:33:01 +0800 | [diff] [blame] | 6675 | return true; |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6676 | } |
| 6677 | |
Anand Jain | 09ba3bc | 2019-01-19 14:48:55 +0800 | [diff] [blame] | 6678 | /* |
| 6679 | * Find a device specified by @devid or @uuid in the list of @fs_devices, or |
| 6680 | * return NULL. |
| 6681 | * |
| 6682 | * If devid and uuid are both specified, the match must be exact, otherwise |
| 6683 | * only devid is used. |
Anand Jain | 09ba3bc | 2019-01-19 14:48:55 +0800 | [diff] [blame] | 6684 | */ |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6685 | struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices, |
| 6686 | const struct btrfs_dev_lookup_args *args) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6687 | { |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 6688 | struct btrfs_device *device; |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 6689 | struct btrfs_fs_devices *seed_devs; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6690 | |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6691 | if (dev_args_match_fs_devices(args, fs_devices)) { |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 6692 | list_for_each_entry(device, &fs_devices->devices, dev_list) { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6693 | if (dev_args_match_device(args, device)) |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 6694 | return device; |
| 6695 | } |
| 6696 | } |
| 6697 | |
| 6698 | list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6699 | if (!dev_args_match_fs_devices(args, seed_devs)) |
| 6700 | continue; |
| 6701 | list_for_each_entry(device, &seed_devs->devices, dev_list) { |
| 6702 | if (dev_args_match_device(args, device)) |
| 6703 | return device; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 6704 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 6705 | } |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 6706 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 6707 | return NULL; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6708 | } |
| 6709 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 6710 | static struct btrfs_device *add_missing_dev(struct btrfs_fs_devices *fs_devices, |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6711 | u64 devid, u8 *dev_uuid) |
| 6712 | { |
| 6713 | struct btrfs_device *device; |
Josef Bacik | fccc0007 | 2020-08-31 10:52:42 -0400 | [diff] [blame] | 6714 | unsigned int nofs_flag; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6715 | |
Josef Bacik | fccc0007 | 2020-08-31 10:52:42 -0400 | [diff] [blame] | 6716 | /* |
| 6717 | * We call this under the chunk_mutex, so we want to use NOFS for this |
| 6718 | * allocation, however we don't want to change btrfs_alloc_device() to |
| 6719 | * always do NOFS because we use it in a lot of other GFP_KERNEL safe |
| 6720 | * places. |
| 6721 | */ |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 6722 | |
Josef Bacik | fccc0007 | 2020-08-31 10:52:42 -0400 | [diff] [blame] | 6723 | nofs_flag = memalloc_nofs_save(); |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 6724 | device = btrfs_alloc_device(NULL, &devid, dev_uuid, NULL); |
Josef Bacik | fccc0007 | 2020-08-31 10:52:42 -0400 | [diff] [blame] | 6725 | memalloc_nofs_restore(nofs_flag); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6726 | if (IS_ERR(device)) |
Anand Jain | adfb69a | 2017-10-11 12:46:18 +0800 | [diff] [blame] | 6727 | return device; |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6728 | |
| 6729 | list_add(&device->dev_list, &fs_devices->devices); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 6730 | device->fs_devices = fs_devices; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6731 | fs_devices->num_devices++; |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6732 | |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 6733 | set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); |
Chris Mason | cd02dca | 2010-12-13 14:56:23 -0500 | [diff] [blame] | 6734 | fs_devices->missing_devices++; |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6735 | |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6736 | return device; |
| 6737 | } |
| 6738 | |
David Sterba | 43dd529 | 2022-10-27 14:21:42 +0200 | [diff] [blame] | 6739 | /* |
| 6740 | * Allocate new device struct, set up devid and UUID. |
| 6741 | * |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6742 | * @fs_info: used only for generating a new devid, can be NULL if |
| 6743 | * devid is provided (i.e. @devid != NULL). |
| 6744 | * @devid: a pointer to devid for this device. If NULL a new devid |
| 6745 | * is generated. |
| 6746 | * @uuid: a pointer to UUID for this device. If NULL a new UUID |
| 6747 | * is generated. |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 6748 | * @path: a pointer to device path if available, NULL otherwise. |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6749 | * |
| 6750 | * Return: a pointer to a new &struct btrfs_device on success; ERR_PTR() |
David Sterba | 48dae9c | 2017-10-30 18:10:25 +0100 | [diff] [blame] | 6751 | * on error. Returned struct is not linked onto any lists and must be |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 6752 | * destroyed with btrfs_free_device. |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6753 | */ |
| 6754 | struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info, |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 6755 | const u64 *devid, const u8 *uuid, |
| 6756 | const char *path) |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6757 | { |
| 6758 | struct btrfs_device *dev; |
| 6759 | u64 tmp; |
| 6760 | |
Dulshani Gunawardhana | fae7f21 | 2013-10-31 10:30:08 +0530 | [diff] [blame] | 6761 | if (WARN_ON(!devid && !fs_info)) |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6762 | return ERR_PTR(-EINVAL); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6763 | |
David Sterba | fe4f46d | 2021-07-26 14:15:21 +0200 | [diff] [blame] | 6764 | dev = kzalloc(sizeof(*dev), GFP_KERNEL); |
| 6765 | if (!dev) |
| 6766 | return ERR_PTR(-ENOMEM); |
| 6767 | |
David Sterba | fe4f46d | 2021-07-26 14:15:21 +0200 | [diff] [blame] | 6768 | INIT_LIST_HEAD(&dev->dev_list); |
| 6769 | INIT_LIST_HEAD(&dev->dev_alloc_list); |
| 6770 | INIT_LIST_HEAD(&dev->post_commit_list); |
| 6771 | |
David Sterba | fe4f46d | 2021-07-26 14:15:21 +0200 | [diff] [blame] | 6772 | atomic_set(&dev->dev_stats_ccnt, 0); |
| 6773 | btrfs_device_data_ordered_init(dev); |
David Sterba | 35da5a7 | 2022-10-28 02:47:06 +0200 | [diff] [blame] | 6774 | extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6775 | |
| 6776 | if (devid) |
| 6777 | tmp = *devid; |
| 6778 | else { |
| 6779 | int ret; |
| 6780 | |
| 6781 | ret = find_next_devid(fs_info, &tmp); |
| 6782 | if (ret) { |
David Sterba | a425f9d | 2018-03-20 15:47:33 +0100 | [diff] [blame] | 6783 | btrfs_free_device(dev); |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6784 | return ERR_PTR(ret); |
| 6785 | } |
| 6786 | } |
| 6787 | dev->devid = tmp; |
| 6788 | |
| 6789 | if (uuid) |
| 6790 | memcpy(dev->uuid, uuid, BTRFS_UUID_SIZE); |
| 6791 | else |
| 6792 | generate_random_uuid(dev->uuid); |
| 6793 | |
Anand Jain | bb21e30 | 2022-11-07 23:07:17 +0800 | [diff] [blame] | 6794 | if (path) { |
| 6795 | struct rcu_string *name; |
| 6796 | |
| 6797 | name = rcu_string_strdup(path, GFP_KERNEL); |
| 6798 | if (!name) { |
| 6799 | btrfs_free_device(dev); |
| 6800 | return ERR_PTR(-ENOMEM); |
| 6801 | } |
| 6802 | rcu_assign_pointer(dev->name, name); |
| 6803 | } |
| 6804 | |
Ilya Dryomov | 12bd2fc | 2013-08-23 13:20:17 +0300 | [diff] [blame] | 6805 | return dev; |
| 6806 | } |
| 6807 | |
Anand Jain | 5a2b8e6 | 2017-10-09 11:07:45 +0800 | [diff] [blame] | 6808 | static void btrfs_report_missing_device(struct btrfs_fs_info *fs_info, |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 6809 | u64 devid, u8 *uuid, bool error) |
Anand Jain | 5a2b8e6 | 2017-10-09 11:07:45 +0800 | [diff] [blame] | 6810 | { |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 6811 | if (error) |
| 6812 | btrfs_err_rl(fs_info, "devid %llu uuid %pU is missing", |
| 6813 | devid, uuid); |
| 6814 | else |
| 6815 | btrfs_warn_rl(fs_info, "devid %llu uuid %pU is missing", |
| 6816 | devid, uuid); |
Anand Jain | 5a2b8e6 | 2017-10-09 11:07:45 +0800 | [diff] [blame] | 6817 | } |
| 6818 | |
Qu Wenruo | bc88b48 | 2022-05-13 16:34:28 +0800 | [diff] [blame] | 6819 | u64 btrfs_calc_stripe_length(const struct extent_map *em) |
Nikolay Borisov | 39e264a | 2019-03-25 14:31:25 +0200 | [diff] [blame] | 6820 | { |
Qu Wenruo | bc88b48 | 2022-05-13 16:34:28 +0800 | [diff] [blame] | 6821 | const struct map_lookup *map = em->map_lookup; |
| 6822 | const int data_stripes = calc_data_stripes(map->type, map->num_stripes); |
David Sterba | e4f6c6b | 2019-05-14 01:59:54 +0200 | [diff] [blame] | 6823 | |
Qu Wenruo | bc88b48 | 2022-05-13 16:34:28 +0800 | [diff] [blame] | 6824 | return div_u64(em->len, data_stripes); |
Nikolay Borisov | 39e264a | 2019-03-25 14:31:25 +0200 | [diff] [blame] | 6825 | } |
| 6826 | |
Qu Wenruo | e9306ad | 2021-02-25 09:18:14 +0800 | [diff] [blame] | 6827 | #if BITS_PER_LONG == 32 |
| 6828 | /* |
| 6829 | * Due to page cache limit, metadata beyond BTRFS_32BIT_MAX_FILE_SIZE |
| 6830 | * can't be accessed on 32bit systems. |
| 6831 | * |
| 6832 | * This function do mount time check to reject the fs if it already has |
| 6833 | * metadata chunk beyond that limit. |
| 6834 | */ |
| 6835 | static int check_32bit_meta_chunk(struct btrfs_fs_info *fs_info, |
| 6836 | u64 logical, u64 length, u64 type) |
| 6837 | { |
| 6838 | if (!(type & BTRFS_BLOCK_GROUP_METADATA)) |
| 6839 | return 0; |
| 6840 | |
| 6841 | if (logical + length < MAX_LFS_FILESIZE) |
| 6842 | return 0; |
| 6843 | |
| 6844 | btrfs_err_32bit_limit(fs_info); |
| 6845 | return -EOVERFLOW; |
| 6846 | } |
| 6847 | |
| 6848 | /* |
| 6849 | * This is to give early warning for any metadata chunk reaching |
| 6850 | * BTRFS_32BIT_EARLY_WARN_THRESHOLD. |
| 6851 | * Although we can still access the metadata, it's not going to be possible |
| 6852 | * once the limit is reached. |
| 6853 | */ |
| 6854 | static void warn_32bit_meta_chunk(struct btrfs_fs_info *fs_info, |
| 6855 | u64 logical, u64 length, u64 type) |
| 6856 | { |
| 6857 | if (!(type & BTRFS_BLOCK_GROUP_METADATA)) |
| 6858 | return; |
| 6859 | |
| 6860 | if (logical + length < BTRFS_32BIT_EARLY_WARN_THRESHOLD) |
| 6861 | return; |
| 6862 | |
| 6863 | btrfs_warn_32bit_limit(fs_info); |
| 6864 | } |
| 6865 | #endif |
| 6866 | |
Nikolay Borisov | ff37c89 | 2022-01-11 18:00:26 +0200 | [diff] [blame] | 6867 | static struct btrfs_device *handle_missing_device(struct btrfs_fs_info *fs_info, |
| 6868 | u64 devid, u8 *uuid) |
| 6869 | { |
| 6870 | struct btrfs_device *dev; |
| 6871 | |
| 6872 | if (!btrfs_test_opt(fs_info, DEGRADED)) { |
| 6873 | btrfs_report_missing_device(fs_info, devid, uuid, true); |
| 6874 | return ERR_PTR(-ENOENT); |
| 6875 | } |
| 6876 | |
| 6877 | dev = add_missing_dev(fs_info->fs_devices, devid, uuid); |
| 6878 | if (IS_ERR(dev)) { |
| 6879 | btrfs_err(fs_info, "failed to init missing device %llu: %ld", |
| 6880 | devid, PTR_ERR(dev)); |
| 6881 | return dev; |
| 6882 | } |
| 6883 | btrfs_report_missing_device(fs_info, devid, uuid, false); |
| 6884 | |
| 6885 | return dev; |
| 6886 | } |
| 6887 | |
David Sterba | 9690ac09 | 2019-03-20 16:43:07 +0100 | [diff] [blame] | 6888 | static int read_one_chunk(struct btrfs_key *key, struct extent_buffer *leaf, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6889 | struct btrfs_chunk *chunk) |
| 6890 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6891 | BTRFS_DEV_LOOKUP_ARGS(args); |
David Sterba | 9690ac09 | 2019-03-20 16:43:07 +0100 | [diff] [blame] | 6892 | struct btrfs_fs_info *fs_info = leaf->fs_info; |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 6893 | struct extent_map_tree *map_tree = &fs_info->mapping_tree; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6894 | struct map_lookup *map; |
| 6895 | struct extent_map *em; |
| 6896 | u64 logical; |
| 6897 | u64 length; |
| 6898 | u64 devid; |
Qu Wenruo | e9306ad | 2021-02-25 09:18:14 +0800 | [diff] [blame] | 6899 | u64 type; |
Chris Mason | a443755 | 2008-04-18 10:29:38 -0400 | [diff] [blame] | 6900 | u8 uuid[BTRFS_UUID_SIZE]; |
Qu Wenruo | 76a66ba | 2022-10-21 08:43:45 +0800 | [diff] [blame] | 6901 | int index; |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6902 | int num_stripes; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6903 | int ret; |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6904 | int i; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6905 | |
Chris Mason | e17cade | 2008-04-15 15:41:47 -0400 | [diff] [blame] | 6906 | logical = key->offset; |
| 6907 | length = btrfs_chunk_length(leaf, chunk); |
Qu Wenruo | e9306ad | 2021-02-25 09:18:14 +0800 | [diff] [blame] | 6908 | type = btrfs_chunk_type(leaf, chunk); |
Qu Wenruo | 76a66ba | 2022-10-21 08:43:45 +0800 | [diff] [blame] | 6909 | index = btrfs_bg_flags_to_raid_index(type); |
Qu Wenruo | f04b772 | 2015-12-15 09:14:37 +0800 | [diff] [blame] | 6910 | num_stripes = btrfs_chunk_num_stripes(leaf, chunk); |
Liu Bo | e06cd3d | 2016-06-03 12:05:15 -0700 | [diff] [blame] | 6911 | |
Qu Wenruo | e9306ad | 2021-02-25 09:18:14 +0800 | [diff] [blame] | 6912 | #if BITS_PER_LONG == 32 |
| 6913 | ret = check_32bit_meta_chunk(fs_info, logical, length, type); |
| 6914 | if (ret < 0) |
| 6915 | return ret; |
| 6916 | warn_32bit_meta_chunk(fs_info, logical, length, type); |
| 6917 | #endif |
| 6918 | |
Qu Wenruo | 075cb3c | 2019-03-20 13:42:33 +0800 | [diff] [blame] | 6919 | /* |
| 6920 | * Only need to verify chunk item if we're reading from sys chunk array, |
| 6921 | * as chunk item in tree block is already verified by tree-checker. |
| 6922 | */ |
| 6923 | if (leaf->start == BTRFS_SUPER_INFO_OFFSET) { |
David Sterba | ddaf1d5 | 2019-03-20 16:40:48 +0100 | [diff] [blame] | 6924 | ret = btrfs_check_chunk_valid(leaf, chunk, logical); |
Qu Wenruo | 075cb3c | 2019-03-20 13:42:33 +0800 | [diff] [blame] | 6925 | if (ret) |
| 6926 | return ret; |
| 6927 | } |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 6928 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 6929 | read_lock(&map_tree->lock); |
| 6930 | em = lookup_extent_mapping(map_tree, logical, 1); |
| 6931 | read_unlock(&map_tree->lock); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6932 | |
| 6933 | /* already mapped? */ |
| 6934 | if (em && em->start <= logical && em->start + em->len > logical) { |
| 6935 | free_extent_map(em); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6936 | return 0; |
| 6937 | } else if (em) { |
| 6938 | free_extent_map(em); |
| 6939 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6940 | |
David Sterba | 172ddd6 | 2011-04-21 00:48:27 +0200 | [diff] [blame] | 6941 | em = alloc_extent_map(); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6942 | if (!em) |
| 6943 | return -ENOMEM; |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6944 | map = kmalloc(map_lookup_size(num_stripes), GFP_NOFS); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6945 | if (!map) { |
| 6946 | free_extent_map(em); |
| 6947 | return -ENOMEM; |
| 6948 | } |
| 6949 | |
Wang Shilong | 298a8f9 | 2014-06-19 10:42:52 +0800 | [diff] [blame] | 6950 | set_bit(EXTENT_FLAG_FS_MAPPING, &em->flags); |
Jeff Mahoney | 95617d6 | 2015-06-03 10:55:48 -0400 | [diff] [blame] | 6951 | em->map_lookup = map; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6952 | em->start = logical; |
| 6953 | em->len = length; |
Josef Bacik | 70c8a91 | 2012-10-11 16:54:30 -0400 | [diff] [blame] | 6954 | em->orig_start = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6955 | em->block_start = 0; |
Chris Mason | c8b9781 | 2008-10-29 14:49:59 -0400 | [diff] [blame] | 6956 | em->block_len = em->len; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6957 | |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6958 | map->num_stripes = num_stripes; |
| 6959 | map->io_width = btrfs_chunk_io_width(leaf, chunk); |
| 6960 | map->io_align = btrfs_chunk_io_align(leaf, chunk); |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6961 | map->stripe_len = btrfs_chunk_stripe_len(leaf, chunk); |
Qu Wenruo | e9306ad | 2021-02-25 09:18:14 +0800 | [diff] [blame] | 6962 | map->type = type; |
Qu Wenruo | 76a66ba | 2022-10-21 08:43:45 +0800 | [diff] [blame] | 6963 | /* |
| 6964 | * We can't use the sub_stripes value, as for profiles other than |
| 6965 | * RAID10, they may have 0 as sub_stripes for filesystems created by |
| 6966 | * older mkfs (<v5.4). |
| 6967 | * In that case, it can cause divide-by-zero errors later. |
| 6968 | * Since currently sub_stripes is fixed for each profile, let's |
| 6969 | * use the trusted value instead. |
| 6970 | */ |
| 6971 | map->sub_stripes = btrfs_raid_array[index].sub_stripes; |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 6972 | map->verified_stripes = 0; |
Qu Wenruo | bc88b48 | 2022-05-13 16:34:28 +0800 | [diff] [blame] | 6973 | em->orig_block_len = btrfs_calc_stripe_length(em); |
Chris Mason | 593060d | 2008-03-25 16:50:33 -0400 | [diff] [blame] | 6974 | for (i = 0; i < num_stripes; i++) { |
| 6975 | map->stripes[i].physical = |
| 6976 | btrfs_stripe_offset_nr(leaf, chunk, i); |
| 6977 | devid = btrfs_stripe_devid_nr(leaf, chunk, i); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6978 | args.devid = devid; |
Chris Mason | a443755 | 2008-04-18 10:29:38 -0400 | [diff] [blame] | 6979 | read_extent_buffer(leaf, uuid, (unsigned long) |
| 6980 | btrfs_stripe_dev_uuid_nr(chunk, i), |
| 6981 | BTRFS_UUID_SIZE); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 6982 | args.uuid = uuid; |
| 6983 | map->stripes[i].dev = btrfs_find_device(fs_info->fs_devices, &args); |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6984 | if (!map->stripes[i].dev) { |
Nikolay Borisov | ff37c89 | 2022-01-11 18:00:26 +0200 | [diff] [blame] | 6985 | map->stripes[i].dev = handle_missing_device(fs_info, |
| 6986 | devid, uuid); |
Anand Jain | adfb69a | 2017-10-11 12:46:18 +0800 | [diff] [blame] | 6987 | if (IS_ERR(map->stripes[i].dev)) { |
void0red | 1742e1c | 2022-11-23 22:39:45 +0800 | [diff] [blame] | 6988 | ret = PTR_ERR(map->stripes[i].dev); |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6989 | free_extent_map(em); |
void0red | 1742e1c | 2022-11-23 22:39:45 +0800 | [diff] [blame] | 6990 | return ret; |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 6991 | } |
| 6992 | } |
Nikolay Borisov | ff37c89 | 2022-01-11 18:00:26 +0200 | [diff] [blame] | 6993 | |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 6994 | set_bit(BTRFS_DEV_STATE_IN_FS_METADATA, |
| 6995 | &(map->stripes[i].dev->dev_state)); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 6996 | } |
| 6997 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 6998 | write_lock(&map_tree->lock); |
| 6999 | ret = add_extent_mapping(map_tree, em, 0); |
| 7000 | write_unlock(&map_tree->lock); |
Qu Wenruo | 64f64f4 | 2018-08-01 10:37:20 +0800 | [diff] [blame] | 7001 | if (ret < 0) { |
| 7002 | btrfs_err(fs_info, |
| 7003 | "failed to add chunk map, start=%llu len=%llu: %d", |
| 7004 | em->start, em->len, ret); |
| 7005 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7006 | free_extent_map(em); |
| 7007 | |
Qu Wenruo | 64f64f4 | 2018-08-01 10:37:20 +0800 | [diff] [blame] | 7008 | return ret; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7009 | } |
| 7010 | |
Jeff Mahoney | 143bede | 2012-03-01 14:56:26 +0100 | [diff] [blame] | 7011 | static void fill_device_from_item(struct extent_buffer *leaf, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7012 | struct btrfs_dev_item *dev_item, |
| 7013 | struct btrfs_device *device) |
| 7014 | { |
| 7015 | unsigned long ptr; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7016 | |
| 7017 | device->devid = btrfs_device_id(leaf, dev_item); |
Chris Ball | d6397ba | 2009-04-27 07:29:03 -0400 | [diff] [blame] | 7018 | device->disk_total_bytes = btrfs_device_total_bytes(leaf, dev_item); |
| 7019 | device->total_bytes = device->disk_total_bytes; |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7020 | device->commit_total_bytes = device->disk_total_bytes; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7021 | device->bytes_used = btrfs_device_bytes_used(leaf, dev_item); |
Miao Xie | ce7213c | 2014-09-03 21:35:34 +0800 | [diff] [blame] | 7022 | device->commit_bytes_used = device->bytes_used; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7023 | device->type = btrfs_device_type(leaf, dev_item); |
| 7024 | device->io_align = btrfs_device_io_align(leaf, dev_item); |
| 7025 | device->io_width = btrfs_device_io_width(leaf, dev_item); |
| 7026 | device->sector_size = btrfs_device_sector_size(leaf, dev_item); |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 7027 | WARN_ON(device->devid == BTRFS_DEV_REPLACE_DEVID); |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 7028 | clear_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7029 | |
Geert Uytterhoeven | 410ba3a | 2013-08-20 13:20:11 +0200 | [diff] [blame] | 7030 | ptr = btrfs_device_uuid(dev_item); |
Chris Mason | e17cade | 2008-04-15 15:41:47 -0400 | [diff] [blame] | 7031 | read_extent_buffer(leaf, device->uuid, ptr, BTRFS_UUID_SIZE); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7032 | } |
| 7033 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 7034 | static struct btrfs_fs_devices *open_seed_devices(struct btrfs_fs_info *fs_info, |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7035 | u8 *fsid) |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7036 | { |
| 7037 | struct btrfs_fs_devices *fs_devices; |
| 7038 | int ret; |
| 7039 | |
David Sterba | a32bf9a | 2018-03-16 02:21:22 +0100 | [diff] [blame] | 7040 | lockdep_assert_held(&uuid_mutex); |
David Sterba | 2dfeca9 | 2017-06-14 02:48:07 +0200 | [diff] [blame] | 7041 | ASSERT(fsid); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7042 | |
Nikolay Borisov | 427c8fd | 2020-08-12 17:04:36 +0300 | [diff] [blame] | 7043 | /* This will match only for multi-device seed fs */ |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7044 | list_for_each_entry(fs_devices, &fs_info->fs_devices->seed_list, seed_list) |
Anand Jain | 44880fd | 2017-07-29 17:50:09 +0800 | [diff] [blame] | 7045 | if (!memcmp(fs_devices->fsid, fsid, BTRFS_FSID_SIZE)) |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7046 | return fs_devices; |
| 7047 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7048 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 7049 | fs_devices = find_fsid(fsid, NULL); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7050 | if (!fs_devices) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7051 | if (!btrfs_test_opt(fs_info, DEGRADED)) |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7052 | return ERR_PTR(-ENOENT); |
| 7053 | |
Nikolay Borisov | 7239ff4 | 2018-10-30 16:43:23 +0200 | [diff] [blame] | 7054 | fs_devices = alloc_fs_devices(fsid, NULL); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7055 | if (IS_ERR(fs_devices)) |
| 7056 | return fs_devices; |
| 7057 | |
Johannes Thumshirn | 0395d84 | 2019-11-13 11:27:27 +0100 | [diff] [blame] | 7058 | fs_devices->seeding = true; |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7059 | fs_devices->opened = 1; |
| 7060 | return fs_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7061 | } |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 7062 | |
Nikolay Borisov | 427c8fd | 2020-08-12 17:04:36 +0300 | [diff] [blame] | 7063 | /* |
| 7064 | * Upon first call for a seed fs fsid, just create a private copy of the |
| 7065 | * respective fs_devices and anchor it at fs_info->fs_devices->seed_list |
| 7066 | */ |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 7067 | fs_devices = clone_fs_devices(fs_devices); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7068 | if (IS_ERR(fs_devices)) |
| 7069 | return fs_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7070 | |
Anand Jain | 897fb57 | 2018-04-12 10:29:28 +0800 | [diff] [blame] | 7071 | ret = open_fs_devices(fs_devices, FMODE_READ, fs_info->bdev_holder); |
Julia Lawall | 48d2823 | 2012-04-14 11:24:33 +0200 | [diff] [blame] | 7072 | if (ret) { |
| 7073 | free_fs_devices(fs_devices); |
Anand Jain | c83b60c | 2020-09-05 01:34:35 +0800 | [diff] [blame] | 7074 | return ERR_PTR(ret); |
Julia Lawall | 48d2823 | 2012-04-14 11:24:33 +0200 | [diff] [blame] | 7075 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7076 | |
| 7077 | if (!fs_devices->seeding) { |
Anand Jain | 0226e0e | 2018-04-12 10:29:27 +0800 | [diff] [blame] | 7078 | close_fs_devices(fs_devices); |
Yan Zheng | e4404d6 | 2008-12-12 10:03:26 -0500 | [diff] [blame] | 7079 | free_fs_devices(fs_devices); |
Anand Jain | c83b60c | 2020-09-05 01:34:35 +0800 | [diff] [blame] | 7080 | return ERR_PTR(-EINVAL); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7081 | } |
| 7082 | |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7083 | list_add(&fs_devices->seed_list, &fs_info->fs_devices->seed_list); |
Anand Jain | c83b60c | 2020-09-05 01:34:35 +0800 | [diff] [blame] | 7084 | |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7085 | return fs_devices; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7086 | } |
| 7087 | |
David Sterba | 1785075 | 2019-03-20 16:45:15 +0100 | [diff] [blame] | 7088 | static int read_one_dev(struct extent_buffer *leaf, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7089 | struct btrfs_dev_item *dev_item) |
| 7090 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7091 | BTRFS_DEV_LOOKUP_ARGS(args); |
David Sterba | 1785075 | 2019-03-20 16:45:15 +0100 | [diff] [blame] | 7092 | struct btrfs_fs_info *fs_info = leaf->fs_info; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7093 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7094 | struct btrfs_device *device; |
| 7095 | u64 devid; |
| 7096 | int ret; |
Anand Jain | 44880fd | 2017-07-29 17:50:09 +0800 | [diff] [blame] | 7097 | u8 fs_uuid[BTRFS_FSID_SIZE]; |
Chris Mason | a443755 | 2008-04-18 10:29:38 -0400 | [diff] [blame] | 7098 | u8 dev_uuid[BTRFS_UUID_SIZE]; |
| 7099 | |
David Sterba | c1867eb | 2022-06-21 18:40:48 +0200 | [diff] [blame] | 7100 | devid = btrfs_device_id(leaf, dev_item); |
| 7101 | args.devid = devid; |
Geert Uytterhoeven | 410ba3a | 2013-08-20 13:20:11 +0200 | [diff] [blame] | 7102 | read_extent_buffer(leaf, dev_uuid, btrfs_device_uuid(dev_item), |
Chris Mason | a443755 | 2008-04-18 10:29:38 -0400 | [diff] [blame] | 7103 | BTRFS_UUID_SIZE); |
Geert Uytterhoeven | 1473b24 | 2013-08-20 13:20:12 +0200 | [diff] [blame] | 7104 | read_extent_buffer(leaf, fs_uuid, btrfs_device_fsid(dev_item), |
Anand Jain | 44880fd | 2017-07-29 17:50:09 +0800 | [diff] [blame] | 7105 | BTRFS_FSID_SIZE); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7106 | args.uuid = dev_uuid; |
| 7107 | args.fsid = fs_uuid; |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7108 | |
Nikolay Borisov | de37aa5 | 2018-10-30 16:43:24 +0200 | [diff] [blame] | 7109 | if (memcmp(fs_uuid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE)) { |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 7110 | fs_devices = open_seed_devices(fs_info, fs_uuid); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7111 | if (IS_ERR(fs_devices)) |
| 7112 | return PTR_ERR(fs_devices); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7113 | } |
| 7114 | |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7115 | device = btrfs_find_device(fs_info->fs_devices, &args); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7116 | if (!device) { |
Qu Wenruo | c550245 | 2017-03-09 09:34:42 +0800 | [diff] [blame] | 7117 | if (!btrfs_test_opt(fs_info, DEGRADED)) { |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 7118 | btrfs_report_missing_device(fs_info, devid, |
| 7119 | dev_uuid, true); |
Anand Jain | 45dbdbc | 2017-10-09 11:07:44 +0800 | [diff] [blame] | 7120 | return -ENOENT; |
Qu Wenruo | c550245 | 2017-03-09 09:34:42 +0800 | [diff] [blame] | 7121 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7122 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 7123 | device = add_missing_dev(fs_devices, devid, dev_uuid); |
Anand Jain | adfb69a | 2017-10-11 12:46:18 +0800 | [diff] [blame] | 7124 | if (IS_ERR(device)) { |
| 7125 | btrfs_err(fs_info, |
| 7126 | "failed to add missing dev %llu: %ld", |
| 7127 | devid, PTR_ERR(device)); |
| 7128 | return PTR_ERR(device); |
| 7129 | } |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 7130 | btrfs_report_missing_device(fs_info, devid, dev_uuid, false); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7131 | } else { |
Qu Wenruo | c550245 | 2017-03-09 09:34:42 +0800 | [diff] [blame] | 7132 | if (!device->bdev) { |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 7133 | if (!btrfs_test_opt(fs_info, DEGRADED)) { |
| 7134 | btrfs_report_missing_device(fs_info, |
| 7135 | devid, dev_uuid, true); |
Anand Jain | 45dbdbc | 2017-10-09 11:07:44 +0800 | [diff] [blame] | 7136 | return -ENOENT; |
Anand Jain | 2b902df | 2017-10-09 11:07:46 +0800 | [diff] [blame] | 7137 | } |
| 7138 | btrfs_report_missing_device(fs_info, devid, |
| 7139 | dev_uuid, false); |
Qu Wenruo | c550245 | 2017-03-09 09:34:42 +0800 | [diff] [blame] | 7140 | } |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7141 | |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 7142 | if (!device->bdev && |
| 7143 | !test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) { |
Chris Mason | cd02dca | 2010-12-13 14:56:23 -0500 | [diff] [blame] | 7144 | /* |
| 7145 | * this happens when a device that was properly setup |
| 7146 | * in the device info lists suddenly goes bad. |
| 7147 | * device->bdev is NULL, and so we have to set |
| 7148 | * device->missing to one here |
| 7149 | */ |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7150 | device->fs_devices->missing_devices++; |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 7151 | set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7152 | } |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7153 | |
| 7154 | /* Move the device to its own fs_devices */ |
| 7155 | if (device->fs_devices != fs_devices) { |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 7156 | ASSERT(test_bit(BTRFS_DEV_STATE_MISSING, |
| 7157 | &device->dev_state)); |
Miao Xie | 5f37583 | 2014-09-03 21:35:46 +0800 | [diff] [blame] | 7158 | |
| 7159 | list_move(&device->dev_list, &fs_devices->devices); |
| 7160 | device->fs_devices->num_devices--; |
| 7161 | fs_devices->num_devices++; |
| 7162 | |
| 7163 | device->fs_devices->missing_devices--; |
| 7164 | fs_devices->missing_devices++; |
| 7165 | |
| 7166 | device->fs_devices = fs_devices; |
| 7167 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7168 | } |
| 7169 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7170 | if (device->fs_devices != fs_info->fs_devices) { |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 7171 | BUG_ON(test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state)); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7172 | if (device->generation != |
| 7173 | btrfs_device_generation(leaf, dev_item)) |
| 7174 | return -EINVAL; |
Chris Mason | 6324fbf | 2008-03-24 15:01:59 -0400 | [diff] [blame] | 7175 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7176 | |
| 7177 | fill_device_from_item(leaf, dev_item, device); |
Anand Jain | 3a160a9 | 2020-11-03 13:49:42 +0800 | [diff] [blame] | 7178 | if (device->bdev) { |
Christoph Hellwig | cda00eb | 2021-10-18 12:11:12 +0200 | [diff] [blame] | 7179 | u64 max_total_bytes = bdev_nr_bytes(device->bdev); |
Anand Jain | 3a160a9 | 2020-11-03 13:49:42 +0800 | [diff] [blame] | 7180 | |
| 7181 | if (device->total_bytes > max_total_bytes) { |
| 7182 | btrfs_err(fs_info, |
| 7183 | "device total_bytes should be at most %llu but found %llu", |
| 7184 | max_total_bytes, device->total_bytes); |
| 7185 | return -EINVAL; |
| 7186 | } |
| 7187 | } |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 7188 | set_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state); |
Anand Jain | ebbede4 | 2017-12-04 12:54:52 +0800 | [diff] [blame] | 7189 | if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state) && |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 7190 | !test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) { |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7191 | device->fs_devices->total_rw_bytes += device->total_bytes; |
Nikolay Borisov | a5ed45f | 2017-05-11 09:17:46 +0300 | [diff] [blame] | 7192 | atomic64_add(device->total_bytes - device->bytes_used, |
| 7193 | &fs_info->free_chunk_space); |
Josef Bacik | 2bf6475 | 2011-09-26 17:12:22 -0400 | [diff] [blame] | 7194 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7195 | ret = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7196 | return ret; |
| 7197 | } |
| 7198 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 7199 | int btrfs_read_sys_array(struct btrfs_fs_info *fs_info) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7200 | { |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 7201 | struct btrfs_super_block *super_copy = fs_info->super_copy; |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 7202 | struct extent_buffer *sb; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7203 | struct btrfs_disk_key *disk_key; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7204 | struct btrfs_chunk *chunk; |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7205 | u8 *array_ptr; |
| 7206 | unsigned long sb_array_offset; |
Chris Mason | 84eed90 | 2008-04-25 09:04:37 -0400 | [diff] [blame] | 7207 | int ret = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7208 | u32 num_stripes; |
| 7209 | u32 array_size; |
| 7210 | u32 len = 0; |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7211 | u32 cur_offset; |
Liu Bo | e06cd3d | 2016-06-03 12:05:15 -0700 | [diff] [blame] | 7212 | u64 type; |
Chris Mason | 84eed90 | 2008-04-25 09:04:37 -0400 | [diff] [blame] | 7213 | struct btrfs_key key; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7214 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7215 | ASSERT(BTRFS_SUPER_INFO_SIZE <= fs_info->nodesize); |
Qu Wenruo | e959d3c | 2022-01-13 13:22:08 +0800 | [diff] [blame] | 7216 | |
David Sterba | a83fffb | 2014-06-15 02:39:54 +0200 | [diff] [blame] | 7217 | /* |
Qu Wenruo | e959d3c | 2022-01-13 13:22:08 +0800 | [diff] [blame] | 7218 | * We allocated a dummy extent, just to use extent buffer accessors. |
| 7219 | * There will be unused space after BTRFS_SUPER_INFO_SIZE, but |
| 7220 | * that's fine, we will not go beyond system chunk array anyway. |
David Sterba | a83fffb | 2014-06-15 02:39:54 +0200 | [diff] [blame] | 7221 | */ |
Qu Wenruo | e959d3c | 2022-01-13 13:22:08 +0800 | [diff] [blame] | 7222 | sb = alloc_dummy_extent_buffer(fs_info, BTRFS_SUPER_INFO_OFFSET); |
| 7223 | if (!sb) |
| 7224 | return -ENOMEM; |
David Sterba | 4db8c52 | 2015-12-03 13:06:46 +0100 | [diff] [blame] | 7225 | set_extent_buffer_uptodate(sb); |
Chris Mason | 4008c04 | 2009-02-12 14:09:45 -0500 | [diff] [blame] | 7226 | |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 7227 | write_extent_buffer(sb, super_copy, 0, BTRFS_SUPER_INFO_SIZE); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7228 | array_size = btrfs_super_sys_array_size(super_copy); |
| 7229 | |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7230 | array_ptr = super_copy->sys_chunk_array; |
| 7231 | sb_array_offset = offsetof(struct btrfs_super_block, sys_chunk_array); |
| 7232 | cur_offset = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7233 | |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7234 | while (cur_offset < array_size) { |
| 7235 | disk_key = (struct btrfs_disk_key *)array_ptr; |
David Sterba | e3540ea | 2014-11-05 15:24:51 +0100 | [diff] [blame] | 7236 | len = sizeof(*disk_key); |
| 7237 | if (cur_offset + len > array_size) |
| 7238 | goto out_short_read; |
| 7239 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7240 | btrfs_disk_key_to_cpu(&key, disk_key); |
| 7241 | |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7242 | array_ptr += len; |
| 7243 | sb_array_offset += len; |
| 7244 | cur_offset += len; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7245 | |
Johannes Thumshirn | 32ab3d1 | 2019-10-18 11:58:23 +0200 | [diff] [blame] | 7246 | if (key.type != BTRFS_CHUNK_ITEM_KEY) { |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 7247 | btrfs_err(fs_info, |
| 7248 | "unexpected item type %u in sys_array at offset %u", |
| 7249 | (u32)key.type, cur_offset); |
Chris Mason | 84eed90 | 2008-04-25 09:04:37 -0400 | [diff] [blame] | 7250 | ret = -EIO; |
| 7251 | break; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7252 | } |
Johannes Thumshirn | 32ab3d1 | 2019-10-18 11:58:23 +0200 | [diff] [blame] | 7253 | |
| 7254 | chunk = (struct btrfs_chunk *)sb_array_offset; |
| 7255 | /* |
| 7256 | * At least one btrfs_chunk with one stripe must be present, |
| 7257 | * exact stripe count check comes afterwards |
| 7258 | */ |
| 7259 | len = btrfs_chunk_item_size(1); |
| 7260 | if (cur_offset + len > array_size) |
| 7261 | goto out_short_read; |
| 7262 | |
| 7263 | num_stripes = btrfs_chunk_num_stripes(sb, chunk); |
| 7264 | if (!num_stripes) { |
| 7265 | btrfs_err(fs_info, |
| 7266 | "invalid number of stripes %u in sys_array at offset %u", |
| 7267 | num_stripes, cur_offset); |
| 7268 | ret = -EIO; |
| 7269 | break; |
| 7270 | } |
| 7271 | |
| 7272 | type = btrfs_chunk_type(sb, chunk); |
| 7273 | if ((type & BTRFS_BLOCK_GROUP_SYSTEM) == 0) { |
| 7274 | btrfs_err(fs_info, |
| 7275 | "invalid chunk type %llu in sys_array at offset %u", |
| 7276 | type, cur_offset); |
| 7277 | ret = -EIO; |
| 7278 | break; |
| 7279 | } |
| 7280 | |
| 7281 | len = btrfs_chunk_item_size(num_stripes); |
| 7282 | if (cur_offset + len > array_size) |
| 7283 | goto out_short_read; |
| 7284 | |
| 7285 | ret = read_one_chunk(&key, sb, chunk); |
| 7286 | if (ret) |
| 7287 | break; |
| 7288 | |
David Sterba | 1ffb22c | 2014-10-31 19:02:42 +0100 | [diff] [blame] | 7289 | array_ptr += len; |
| 7290 | sb_array_offset += len; |
| 7291 | cur_offset += len; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7292 | } |
Liu Bo | d865177 | 2016-06-03 17:41:42 -0700 | [diff] [blame] | 7293 | clear_extent_buffer_uptodate(sb); |
Liu Bo | 1c8b5b6 | 2016-05-13 17:06:59 -0700 | [diff] [blame] | 7294 | free_extent_buffer_stale(sb); |
Chris Mason | 84eed90 | 2008-04-25 09:04:37 -0400 | [diff] [blame] | 7295 | return ret; |
David Sterba | e3540ea | 2014-11-05 15:24:51 +0100 | [diff] [blame] | 7296 | |
| 7297 | out_short_read: |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 7298 | btrfs_err(fs_info, "sys_array too short to read %u bytes at offset %u", |
David Sterba | e3540ea | 2014-11-05 15:24:51 +0100 | [diff] [blame] | 7299 | len, cur_offset); |
Liu Bo | d865177 | 2016-06-03 17:41:42 -0700 | [diff] [blame] | 7300 | clear_extent_buffer_uptodate(sb); |
Liu Bo | 1c8b5b6 | 2016-05-13 17:06:59 -0700 | [diff] [blame] | 7301 | free_extent_buffer_stale(sb); |
David Sterba | e3540ea | 2014-11-05 15:24:51 +0100 | [diff] [blame] | 7302 | return -EIO; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7303 | } |
| 7304 | |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7305 | /* |
| 7306 | * Check if all chunks in the fs are OK for read-write degraded mount |
| 7307 | * |
Anand Jain | 6528b99 | 2017-12-18 17:08:59 +0800 | [diff] [blame] | 7308 | * If the @failing_dev is specified, it's accounted as missing. |
| 7309 | * |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7310 | * Return true if all chunks meet the minimal RW mount requirements. |
| 7311 | * Return false if any chunk doesn't meet the minimal RW mount requirements. |
| 7312 | */ |
Anand Jain | 6528b99 | 2017-12-18 17:08:59 +0800 | [diff] [blame] | 7313 | bool btrfs_check_rw_degradable(struct btrfs_fs_info *fs_info, |
| 7314 | struct btrfs_device *failing_dev) |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7315 | { |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7316 | struct extent_map_tree *map_tree = &fs_info->mapping_tree; |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7317 | struct extent_map *em; |
| 7318 | u64 next_start = 0; |
| 7319 | bool ret = true; |
| 7320 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7321 | read_lock(&map_tree->lock); |
| 7322 | em = lookup_extent_mapping(map_tree, 0, (u64)-1); |
| 7323 | read_unlock(&map_tree->lock); |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7324 | /* No chunk at all? Return false anyway */ |
| 7325 | if (!em) { |
| 7326 | ret = false; |
| 7327 | goto out; |
| 7328 | } |
| 7329 | while (em) { |
| 7330 | struct map_lookup *map; |
| 7331 | int missing = 0; |
| 7332 | int max_tolerated; |
| 7333 | int i; |
| 7334 | |
| 7335 | map = em->map_lookup; |
| 7336 | max_tolerated = |
| 7337 | btrfs_get_num_tolerated_disk_barrier_failures( |
| 7338 | map->type); |
| 7339 | for (i = 0; i < map->num_stripes; i++) { |
| 7340 | struct btrfs_device *dev = map->stripes[i].dev; |
| 7341 | |
Anand Jain | e6e674b | 2017-12-04 12:54:54 +0800 | [diff] [blame] | 7342 | if (!dev || !dev->bdev || |
| 7343 | test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state) || |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7344 | dev->last_flush_error) |
| 7345 | missing++; |
Anand Jain | 6528b99 | 2017-12-18 17:08:59 +0800 | [diff] [blame] | 7346 | else if (failing_dev && failing_dev == dev) |
| 7347 | missing++; |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7348 | } |
| 7349 | if (missing > max_tolerated) { |
Anand Jain | 6528b99 | 2017-12-18 17:08:59 +0800 | [diff] [blame] | 7350 | if (!failing_dev) |
| 7351 | btrfs_warn(fs_info, |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 7352 | "chunk %llu missing %d devices, max tolerance is %d for writable mount", |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7353 | em->start, missing, max_tolerated); |
| 7354 | free_extent_map(em); |
| 7355 | ret = false; |
| 7356 | goto out; |
| 7357 | } |
| 7358 | next_start = extent_map_end(em); |
| 7359 | free_extent_map(em); |
| 7360 | |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7361 | read_lock(&map_tree->lock); |
| 7362 | em = lookup_extent_mapping(map_tree, next_start, |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7363 | (u64)(-1) - next_start); |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7364 | read_unlock(&map_tree->lock); |
Qu Wenruo | 21634a1 | 2017-03-09 09:34:36 +0800 | [diff] [blame] | 7365 | } |
| 7366 | out: |
| 7367 | return ret; |
| 7368 | } |
| 7369 | |
David Sterba | d85327b1 | 2020-07-08 22:55:14 +0200 | [diff] [blame] | 7370 | static void readahead_tree_node_children(struct extent_buffer *node) |
| 7371 | { |
| 7372 | int i; |
| 7373 | const int nr_items = btrfs_header_nritems(node); |
| 7374 | |
Josef Bacik | bfb484d | 2020-11-05 10:45:09 -0500 | [diff] [blame] | 7375 | for (i = 0; i < nr_items; i++) |
| 7376 | btrfs_readahead_node_child(node, i); |
David Sterba | d85327b1 | 2020-07-08 22:55:14 +0200 | [diff] [blame] | 7377 | } |
| 7378 | |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 7379 | int btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info) |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7380 | { |
Jeff Mahoney | 5b4aace | 2016-06-21 10:40:19 -0400 | [diff] [blame] | 7381 | struct btrfs_root *root = fs_info->chunk_root; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7382 | struct btrfs_path *path; |
| 7383 | struct extent_buffer *leaf; |
| 7384 | struct btrfs_key key; |
| 7385 | struct btrfs_key found_key; |
| 7386 | int ret; |
| 7387 | int slot; |
Gabriel Niebler | 43cb147 | 2022-03-09 14:50:50 +0100 | [diff] [blame] | 7388 | int iter_ret = 0; |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7389 | u64 total_dev = 0; |
David Sterba | d85327b1 | 2020-07-08 22:55:14 +0200 | [diff] [blame] | 7390 | u64 last_ra_node = 0; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7391 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7392 | path = btrfs_alloc_path(); |
| 7393 | if (!path) |
| 7394 | return -ENOMEM; |
| 7395 | |
Anand Jain | 3dd0f7a | 2018-04-12 10:29:32 +0800 | [diff] [blame] | 7396 | /* |
| 7397 | * uuid_mutex is needed only if we are mounting a sprout FS |
| 7398 | * otherwise we don't need it. |
| 7399 | */ |
Li Zefan | b367e47 | 2011-12-07 11:38:24 +0800 | [diff] [blame] | 7400 | mutex_lock(&uuid_mutex); |
Li Zefan | b367e47 | 2011-12-07 11:38:24 +0800 | [diff] [blame] | 7401 | |
Filipe David Borba Manana | 395927a | 2013-07-30 12:03:04 +0100 | [diff] [blame] | 7402 | /* |
Boris Burkov | 48cfa61 | 2020-07-16 13:29:46 -0700 | [diff] [blame] | 7403 | * It is possible for mount and umount to race in such a way that |
| 7404 | * we execute this code path, but open_fs_devices failed to clear |
| 7405 | * total_rw_bytes. We certainly want it cleared before reading the |
| 7406 | * device items, so clear it here. |
| 7407 | */ |
| 7408 | fs_info->fs_devices->total_rw_bytes = 0; |
| 7409 | |
| 7410 | /* |
Filipe Manana | 4d9380e | 2021-11-04 12:43:08 +0000 | [diff] [blame] | 7411 | * Lockdep complains about possible circular locking dependency between |
| 7412 | * a disk's open_mutex (struct gendisk.open_mutex), the rw semaphores |
| 7413 | * used for freeze procection of a fs (struct super_block.s_writers), |
| 7414 | * which we take when starting a transaction, and extent buffers of the |
| 7415 | * chunk tree if we call read_one_dev() while holding a lock on an |
| 7416 | * extent buffer of the chunk tree. Since we are mounting the filesystem |
| 7417 | * and at this point there can't be any concurrent task modifying the |
| 7418 | * chunk tree, to keep it simple, just skip locking on the chunk tree. |
| 7419 | */ |
| 7420 | ASSERT(!test_bit(BTRFS_FS_OPEN, &fs_info->flags)); |
| 7421 | path->skip_locking = 1; |
| 7422 | |
| 7423 | /* |
Filipe David Borba Manana | 395927a | 2013-07-30 12:03:04 +0100 | [diff] [blame] | 7424 | * Read all device items, and then all the chunk items. All |
| 7425 | * device items are found before any chunk item (their object id |
| 7426 | * is smaller than the lowest possible object id for a chunk |
| 7427 | * item - BTRFS_FIRST_CHUNK_TREE_OBJECTID). |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7428 | */ |
| 7429 | key.objectid = BTRFS_DEV_ITEMS_OBJECTID; |
| 7430 | key.offset = 0; |
| 7431 | key.type = 0; |
Gabriel Niebler | 43cb147 | 2022-03-09 14:50:50 +0100 | [diff] [blame] | 7432 | btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { |
| 7433 | struct extent_buffer *node = path->nodes[1]; |
David Sterba | d85327b1 | 2020-07-08 22:55:14 +0200 | [diff] [blame] | 7434 | |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7435 | leaf = path->nodes[0]; |
| 7436 | slot = path->slots[0]; |
Gabriel Niebler | 43cb147 | 2022-03-09 14:50:50 +0100 | [diff] [blame] | 7437 | |
David Sterba | d85327b1 | 2020-07-08 22:55:14 +0200 | [diff] [blame] | 7438 | if (node) { |
| 7439 | if (last_ra_node != node->start) { |
| 7440 | readahead_tree_node_children(node); |
| 7441 | last_ra_node = node->start; |
| 7442 | } |
| 7443 | } |
Filipe David Borba Manana | 395927a | 2013-07-30 12:03:04 +0100 | [diff] [blame] | 7444 | if (found_key.type == BTRFS_DEV_ITEM_KEY) { |
| 7445 | struct btrfs_dev_item *dev_item; |
| 7446 | dev_item = btrfs_item_ptr(leaf, slot, |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7447 | struct btrfs_dev_item); |
David Sterba | 1785075 | 2019-03-20 16:45:15 +0100 | [diff] [blame] | 7448 | ret = read_one_dev(leaf, dev_item); |
Filipe David Borba Manana | 395927a | 2013-07-30 12:03:04 +0100 | [diff] [blame] | 7449 | if (ret) |
| 7450 | goto error; |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7451 | total_dev++; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7452 | } else if (found_key.type == BTRFS_CHUNK_ITEM_KEY) { |
| 7453 | struct btrfs_chunk *chunk; |
Filipe Manana | 79bd371 | 2021-06-29 14:43:06 +0100 | [diff] [blame] | 7454 | |
| 7455 | /* |
| 7456 | * We are only called at mount time, so no need to take |
| 7457 | * fs_info->chunk_mutex. Plus, to avoid lockdep warnings, |
| 7458 | * we always lock first fs_info->chunk_mutex before |
| 7459 | * acquiring any locks on the chunk tree. This is a |
| 7460 | * requirement for chunk allocation, see the comment on |
| 7461 | * top of btrfs_chunk_alloc() for details. |
| 7462 | */ |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7463 | chunk = btrfs_item_ptr(leaf, slot, struct btrfs_chunk); |
David Sterba | 9690ac09 | 2019-03-20 16:43:07 +0100 | [diff] [blame] | 7464 | ret = read_one_chunk(&found_key, leaf, chunk); |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7465 | if (ret) |
| 7466 | goto error; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7467 | } |
Gabriel Niebler | 43cb147 | 2022-03-09 14:50:50 +0100 | [diff] [blame] | 7468 | } |
| 7469 | /* Catch error found during iteration */ |
| 7470 | if (iter_ret < 0) { |
| 7471 | ret = iter_ret; |
| 7472 | goto error; |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7473 | } |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7474 | |
| 7475 | /* |
| 7476 | * After loading chunk tree, we've got all device information, |
| 7477 | * do another round of validation checks. |
| 7478 | */ |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7479 | if (total_dev != fs_info->fs_devices->total_devices) { |
Qu Wenruo | d201238 | 2022-02-28 15:05:53 +0800 | [diff] [blame] | 7480 | btrfs_warn(fs_info, |
| 7481 | "super block num_devices %llu mismatch with DEV_ITEM count %llu, will be repaired on next transaction commit", |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7482 | btrfs_super_num_devices(fs_info->super_copy), |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7483 | total_dev); |
Qu Wenruo | d201238 | 2022-02-28 15:05:53 +0800 | [diff] [blame] | 7484 | fs_info->fs_devices->total_devices = total_dev; |
| 7485 | btrfs_set_super_num_devices(fs_info->super_copy, total_dev); |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7486 | } |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7487 | if (btrfs_super_total_bytes(fs_info->super_copy) < |
| 7488 | fs_info->fs_devices->total_rw_bytes) { |
| 7489 | btrfs_err(fs_info, |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7490 | "super_total_bytes %llu mismatch with fs_devices total_rw_bytes %llu", |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7491 | btrfs_super_total_bytes(fs_info->super_copy), |
| 7492 | fs_info->fs_devices->total_rw_bytes); |
Liu Bo | 99e3ecf | 2016-06-03 12:05:14 -0700 | [diff] [blame] | 7493 | ret = -EINVAL; |
| 7494 | goto error; |
| 7495 | } |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7496 | ret = 0; |
| 7497 | error: |
Li Zefan | b367e47 | 2011-12-07 11:38:24 +0800 | [diff] [blame] | 7498 | mutex_unlock(&uuid_mutex); |
| 7499 | |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 7500 | btrfs_free_path(path); |
Chris Mason | 0b86a83 | 2008-03-24 15:01:56 -0400 | [diff] [blame] | 7501 | return ret; |
| 7502 | } |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 7503 | |
Johannes Thumshirn | a8d1b16 | 2022-11-04 07:12:34 -0700 | [diff] [blame] | 7504 | int btrfs_init_devices_late(struct btrfs_fs_info *fs_info) |
Miao Xie | cb517ea | 2013-05-15 07:48:19 +0000 | [diff] [blame] | 7505 | { |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7506 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; |
Miao Xie | cb517ea | 2013-05-15 07:48:19 +0000 | [diff] [blame] | 7507 | struct btrfs_device *device; |
Johannes Thumshirn | a8d1b16 | 2022-11-04 07:12:34 -0700 | [diff] [blame] | 7508 | int ret = 0; |
Miao Xie | cb517ea | 2013-05-15 07:48:19 +0000 | [diff] [blame] | 7509 | |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7510 | fs_devices->fs_info = fs_info; |
Liu Bo | 29cc83f | 2014-05-11 23:14:59 +0800 | [diff] [blame] | 7511 | |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7512 | mutex_lock(&fs_devices->device_list_mutex); |
| 7513 | list_for_each_entry(device, &fs_devices->devices, dev_list) |
| 7514 | device->fs_info = fs_info; |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7515 | |
| 7516 | list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { |
Johannes Thumshirn | a8d1b16 | 2022-11-04 07:12:34 -0700 | [diff] [blame] | 7517 | list_for_each_entry(device, &seed_devs->devices, dev_list) { |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7518 | device->fs_info = fs_info; |
Johannes Thumshirn | a8d1b16 | 2022-11-04 07:12:34 -0700 | [diff] [blame] | 7519 | ret = btrfs_get_dev_zone_info(device, false); |
| 7520 | if (ret) |
| 7521 | break; |
| 7522 | } |
Nikolay Borisov | 944d3f9 | 2020-07-16 10:25:33 +0300 | [diff] [blame] | 7523 | |
| 7524 | seed_devs->fs_info = fs_info; |
Liu Bo | 29cc83f | 2014-05-11 23:14:59 +0800 | [diff] [blame] | 7525 | } |
Anand Jain | e17125b | 2020-09-05 01:34:31 +0800 | [diff] [blame] | 7526 | mutex_unlock(&fs_devices->device_list_mutex); |
Johannes Thumshirn | a8d1b16 | 2022-11-04 07:12:34 -0700 | [diff] [blame] | 7527 | |
| 7528 | return ret; |
Miao Xie | cb517ea | 2013-05-15 07:48:19 +0000 | [diff] [blame] | 7529 | } |
| 7530 | |
David Sterba | 1dc990d | 2019-08-21 20:05:32 +0200 | [diff] [blame] | 7531 | static u64 btrfs_dev_stats_value(const struct extent_buffer *eb, |
| 7532 | const struct btrfs_dev_stats_item *ptr, |
| 7533 | int index) |
| 7534 | { |
| 7535 | u64 val; |
| 7536 | |
| 7537 | read_extent_buffer(eb, &val, |
| 7538 | offsetof(struct btrfs_dev_stats_item, values) + |
| 7539 | ((unsigned long)ptr) + (index * sizeof(u64)), |
| 7540 | sizeof(val)); |
| 7541 | return val; |
| 7542 | } |
| 7543 | |
| 7544 | static void btrfs_set_dev_stats_value(struct extent_buffer *eb, |
| 7545 | struct btrfs_dev_stats_item *ptr, |
| 7546 | int index, u64 val) |
| 7547 | { |
| 7548 | write_extent_buffer(eb, &val, |
| 7549 | offsetof(struct btrfs_dev_stats_item, values) + |
| 7550 | ((unsigned long)ptr) + (index * sizeof(u64)), |
| 7551 | sizeof(val)); |
| 7552 | } |
| 7553 | |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7554 | static int btrfs_device_init_dev_stats(struct btrfs_device *device, |
| 7555 | struct btrfs_path *path) |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7556 | { |
| 7557 | struct btrfs_dev_stats_item *ptr; |
| 7558 | struct extent_buffer *eb; |
| 7559 | struct btrfs_key key; |
| 7560 | int item_size; |
| 7561 | int i, ret, slot; |
| 7562 | |
Josef Bacik | 82d62d0 | 2021-03-11 11:23:15 -0500 | [diff] [blame] | 7563 | if (!device->fs_info->dev_root) |
| 7564 | return 0; |
| 7565 | |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7566 | key.objectid = BTRFS_DEV_STATS_OBJECTID; |
| 7567 | key.type = BTRFS_PERSISTENT_ITEM_KEY; |
| 7568 | key.offset = device->devid; |
| 7569 | ret = btrfs_search_slot(NULL, device->fs_info->dev_root, &key, path, 0, 0); |
| 7570 | if (ret) { |
| 7571 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) |
| 7572 | btrfs_dev_stat_set(device, i, 0); |
| 7573 | device->dev_stats_valid = 1; |
| 7574 | btrfs_release_path(path); |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7575 | return ret < 0 ? ret : 0; |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7576 | } |
| 7577 | slot = path->slots[0]; |
| 7578 | eb = path->nodes[0]; |
Josef Bacik | 3212fa1 | 2021-10-21 14:58:35 -0400 | [diff] [blame] | 7579 | item_size = btrfs_item_size(eb, slot); |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7580 | |
| 7581 | ptr = btrfs_item_ptr(eb, slot, struct btrfs_dev_stats_item); |
| 7582 | |
| 7583 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) { |
| 7584 | if (item_size >= (1 + i) * sizeof(__le64)) |
| 7585 | btrfs_dev_stat_set(device, i, |
| 7586 | btrfs_dev_stats_value(eb, ptr, i)); |
| 7587 | else |
| 7588 | btrfs_dev_stat_set(device, i, 0); |
| 7589 | } |
| 7590 | |
| 7591 | device->dev_stats_valid = 1; |
| 7592 | btrfs_dev_stat_print_on_load(device); |
| 7593 | btrfs_release_path(path); |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7594 | |
| 7595 | return 0; |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7596 | } |
| 7597 | |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7598 | int btrfs_init_dev_stats(struct btrfs_fs_info *fs_info) |
| 7599 | { |
Josef Bacik | 124604e | 2020-09-18 16:44:32 -0400 | [diff] [blame] | 7600 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7601 | struct btrfs_device *device; |
| 7602 | struct btrfs_path *path = NULL; |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7603 | int ret = 0; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7604 | |
| 7605 | path = btrfs_alloc_path(); |
Anand Jain | 3b80a984 | 2019-08-21 17:26:32 +0800 | [diff] [blame] | 7606 | if (!path) |
| 7607 | return -ENOMEM; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7608 | |
| 7609 | mutex_lock(&fs_devices->device_list_mutex); |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7610 | list_for_each_entry(device, &fs_devices->devices, dev_list) { |
| 7611 | ret = btrfs_device_init_dev_stats(device, path); |
| 7612 | if (ret) |
| 7613 | goto out; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7614 | } |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7615 | list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { |
| 7616 | list_for_each_entry(device, &seed_devs->devices, dev_list) { |
| 7617 | ret = btrfs_device_init_dev_stats(device, path); |
| 7618 | if (ret) |
| 7619 | goto out; |
| 7620 | } |
| 7621 | } |
| 7622 | out: |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7623 | mutex_unlock(&fs_devices->device_list_mutex); |
| 7624 | |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7625 | btrfs_free_path(path); |
Josef Bacik | 92e26df | 2020-09-18 16:44:33 -0400 | [diff] [blame] | 7626 | return ret; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7627 | } |
| 7628 | |
| 7629 | static int update_dev_stat_item(struct btrfs_trans_handle *trans, |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7630 | struct btrfs_device *device) |
| 7631 | { |
Nikolay Borisov | 5495f19 | 2018-07-20 19:37:49 +0300 | [diff] [blame] | 7632 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 7633 | struct btrfs_root *dev_root = fs_info->dev_root; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7634 | struct btrfs_path *path; |
| 7635 | struct btrfs_key key; |
| 7636 | struct extent_buffer *eb; |
| 7637 | struct btrfs_dev_stats_item *ptr; |
| 7638 | int ret; |
| 7639 | int i; |
| 7640 | |
David Sterba | 242e295 | 2016-01-25 17:51:31 +0100 | [diff] [blame] | 7641 | key.objectid = BTRFS_DEV_STATS_OBJECTID; |
| 7642 | key.type = BTRFS_PERSISTENT_ITEM_KEY; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7643 | key.offset = device->devid; |
| 7644 | |
| 7645 | path = btrfs_alloc_path(); |
David Sterba | fa25299 | 2017-02-15 09:35:01 +0100 | [diff] [blame] | 7646 | if (!path) |
| 7647 | return -ENOMEM; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7648 | ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); |
| 7649 | if (ret < 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7650 | btrfs_warn_in_rcu(fs_info, |
David Sterba | ecaeb14 | 2015-10-08 09:01:03 +0200 | [diff] [blame] | 7651 | "error %d while searching for dev_stats item for device %s", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 7652 | ret, btrfs_dev_name(device)); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7653 | goto out; |
| 7654 | } |
| 7655 | |
| 7656 | if (ret == 0 && |
Josef Bacik | 3212fa1 | 2021-10-21 14:58:35 -0400 | [diff] [blame] | 7657 | btrfs_item_size(path->nodes[0], path->slots[0]) < sizeof(*ptr)) { |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7658 | /* need to delete old one and insert a new one */ |
| 7659 | ret = btrfs_del_item(trans, dev_root, path); |
| 7660 | if (ret != 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7661 | btrfs_warn_in_rcu(fs_info, |
David Sterba | ecaeb14 | 2015-10-08 09:01:03 +0200 | [diff] [blame] | 7662 | "delete too small dev_stats item for device %s failed %d", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 7663 | btrfs_dev_name(device), ret); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7664 | goto out; |
| 7665 | } |
| 7666 | ret = 1; |
| 7667 | } |
| 7668 | |
| 7669 | if (ret == 1) { |
| 7670 | /* need to insert a new item */ |
| 7671 | btrfs_release_path(path); |
| 7672 | ret = btrfs_insert_empty_item(trans, dev_root, path, |
| 7673 | &key, sizeof(*ptr)); |
| 7674 | if (ret < 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7675 | btrfs_warn_in_rcu(fs_info, |
David Sterba | ecaeb14 | 2015-10-08 09:01:03 +0200 | [diff] [blame] | 7676 | "insert dev_stats item for device %s failed %d", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 7677 | btrfs_dev_name(device), ret); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7678 | goto out; |
| 7679 | } |
| 7680 | } |
| 7681 | |
| 7682 | eb = path->nodes[0]; |
| 7683 | ptr = btrfs_item_ptr(eb, path->slots[0], struct btrfs_dev_stats_item); |
| 7684 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) |
| 7685 | btrfs_set_dev_stats_value(eb, ptr, i, |
| 7686 | btrfs_dev_stat_read(device, i)); |
| 7687 | btrfs_mark_buffer_dirty(eb); |
| 7688 | |
| 7689 | out: |
| 7690 | btrfs_free_path(path); |
| 7691 | return ret; |
| 7692 | } |
| 7693 | |
| 7694 | /* |
| 7695 | * called from commit_transaction. Writes all changed device stats to disk. |
| 7696 | */ |
David Sterba | 196c9d8 | 2019-03-20 16:50:38 +0100 | [diff] [blame] | 7697 | int btrfs_run_dev_stats(struct btrfs_trans_handle *trans) |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7698 | { |
David Sterba | 196c9d8 | 2019-03-20 16:50:38 +0100 | [diff] [blame] | 7699 | struct btrfs_fs_info *fs_info = trans->fs_info; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7700 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
| 7701 | struct btrfs_device *device; |
Miao Xie | addc3fa | 2014-07-24 11:37:11 +0800 | [diff] [blame] | 7702 | int stats_cnt; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7703 | int ret = 0; |
| 7704 | |
| 7705 | mutex_lock(&fs_devices->device_list_mutex); |
| 7706 | list_for_each_entry(device, &fs_devices->devices, dev_list) { |
Nikolay Borisov | 9deae96 | 2017-10-24 13:47:37 +0300 | [diff] [blame] | 7707 | stats_cnt = atomic_read(&device->dev_stats_ccnt); |
| 7708 | if (!device->dev_stats_valid || stats_cnt == 0) |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7709 | continue; |
| 7710 | |
Nikolay Borisov | 9deae96 | 2017-10-24 13:47:37 +0300 | [diff] [blame] | 7711 | |
| 7712 | /* |
| 7713 | * There is a LOAD-LOAD control dependency between the value of |
| 7714 | * dev_stats_ccnt and updating the on-disk values which requires |
| 7715 | * reading the in-memory counters. Such control dependencies |
| 7716 | * require explicit read memory barriers. |
| 7717 | * |
| 7718 | * This memory barriers pairs with smp_mb__before_atomic in |
| 7719 | * btrfs_dev_stat_inc/btrfs_dev_stat_set and with the full |
| 7720 | * barrier implied by atomic_xchg in |
| 7721 | * btrfs_dev_stats_read_and_reset |
| 7722 | */ |
| 7723 | smp_rmb(); |
| 7724 | |
Nikolay Borisov | 5495f19 | 2018-07-20 19:37:49 +0300 | [diff] [blame] | 7725 | ret = update_dev_stat_item(trans, device); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7726 | if (!ret) |
Miao Xie | addc3fa | 2014-07-24 11:37:11 +0800 | [diff] [blame] | 7727 | atomic_sub(stats_cnt, &device->dev_stats_ccnt); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7728 | } |
| 7729 | mutex_unlock(&fs_devices->device_list_mutex); |
| 7730 | |
| 7731 | return ret; |
| 7732 | } |
| 7733 | |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 7734 | void btrfs_dev_stat_inc_and_print(struct btrfs_device *dev, int index) |
| 7735 | { |
| 7736 | btrfs_dev_stat_inc(dev, index); |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 7737 | |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7738 | if (!dev->dev_stats_valid) |
| 7739 | return; |
Jeff Mahoney | fb45625 | 2016-06-22 18:54:56 -0400 | [diff] [blame] | 7740 | btrfs_err_rl_in_rcu(dev->fs_info, |
David Sterba | b14af3b | 2015-10-08 10:43:10 +0200 | [diff] [blame] | 7741 | "bdev %s errs: wr %u, rd %u, flush %u, corrupt %u, gen %u", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 7742 | btrfs_dev_name(dev), |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 7743 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_WRITE_ERRS), |
| 7744 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_READ_ERRS), |
| 7745 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_FLUSH_ERRS), |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 7746 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_CORRUPTION_ERRS), |
| 7747 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_GENERATION_ERRS)); |
Stefan Behrens | 442a4f6 | 2012-05-25 16:06:08 +0200 | [diff] [blame] | 7748 | } |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7749 | |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7750 | static void btrfs_dev_stat_print_on_load(struct btrfs_device *dev) |
| 7751 | { |
Stefan Behrens | a98cdb8 | 2012-07-17 09:02:11 -0600 | [diff] [blame] | 7752 | int i; |
| 7753 | |
| 7754 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) |
| 7755 | if (btrfs_dev_stat_read(dev, i) != 0) |
| 7756 | break; |
| 7757 | if (i == BTRFS_DEV_STAT_VALUES_MAX) |
| 7758 | return; /* all values == 0, suppress message */ |
| 7759 | |
Jeff Mahoney | fb45625 | 2016-06-22 18:54:56 -0400 | [diff] [blame] | 7760 | btrfs_info_in_rcu(dev->fs_info, |
David Sterba | ecaeb14 | 2015-10-08 09:01:03 +0200 | [diff] [blame] | 7761 | "bdev %s errs: wr %u, rd %u, flush %u, corrupt %u, gen %u", |
Qu Wenruo | cb3e217 | 2022-11-13 09:32:07 +0800 | [diff] [blame] | 7762 | btrfs_dev_name(dev), |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7763 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_WRITE_ERRS), |
| 7764 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_READ_ERRS), |
| 7765 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_FLUSH_ERRS), |
| 7766 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_CORRUPTION_ERRS), |
| 7767 | btrfs_dev_stat_read(dev, BTRFS_DEV_STAT_GENERATION_ERRS)); |
| 7768 | } |
| 7769 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 7770 | int btrfs_get_dev_stats(struct btrfs_fs_info *fs_info, |
David Sterba | b27f7c0 | 2012-06-22 06:30:39 -0600 | [diff] [blame] | 7771 | struct btrfs_ioctl_get_dev_stats *stats) |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7772 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7773 | BTRFS_DEV_LOOKUP_ARGS(args); |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7774 | struct btrfs_device *dev; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7775 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7776 | int i; |
| 7777 | |
| 7778 | mutex_lock(&fs_devices->device_list_mutex); |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7779 | args.devid = stats->devid; |
| 7780 | dev = btrfs_find_device(fs_info->fs_devices, &args); |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7781 | mutex_unlock(&fs_devices->device_list_mutex); |
| 7782 | |
| 7783 | if (!dev) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7784 | btrfs_warn(fs_info, "get dev_stats failed, device not found"); |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7785 | return -ENODEV; |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7786 | } else if (!dev->dev_stats_valid) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 7787 | btrfs_warn(fs_info, "get dev_stats failed, not yet valid"); |
Stefan Behrens | 733f4fb | 2012-05-25 16:06:10 +0200 | [diff] [blame] | 7788 | return -ENODEV; |
David Sterba | b27f7c0 | 2012-06-22 06:30:39 -0600 | [diff] [blame] | 7789 | } else if (stats->flags & BTRFS_DEV_STATS_RESET) { |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7790 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) { |
| 7791 | if (stats->nr_items > i) |
| 7792 | stats->values[i] = |
| 7793 | btrfs_dev_stat_read_and_reset(dev, i); |
| 7794 | else |
Anand Jain | 4e411a7 | 2019-08-07 16:21:19 +0800 | [diff] [blame] | 7795 | btrfs_dev_stat_set(dev, i, 0); |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7796 | } |
Anand Jain | a69976b | 2020-01-10 12:26:34 +0800 | [diff] [blame] | 7797 | btrfs_info(fs_info, "device stats zeroed by %s (%d)", |
| 7798 | current->comm, task_pid_nr(current)); |
Stefan Behrens | c11d2c23 | 2012-05-25 16:06:09 +0200 | [diff] [blame] | 7799 | } else { |
| 7800 | for (i = 0; i < BTRFS_DEV_STAT_VALUES_MAX; i++) |
| 7801 | if (stats->nr_items > i) |
| 7802 | stats->values[i] = btrfs_dev_stat_read(dev, i); |
| 7803 | } |
| 7804 | if (stats->nr_items > BTRFS_DEV_STAT_VALUES_MAX) |
| 7805 | stats->nr_items = BTRFS_DEV_STAT_VALUES_MAX; |
| 7806 | return 0; |
| 7807 | } |
Stefan Behrens | a8a6dab | 2012-11-05 15:50:14 +0100 | [diff] [blame] | 7808 | |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7809 | /* |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7810 | * Update the size and bytes used for each device where it changed. This is |
| 7811 | * delayed since we would otherwise get errors while writing out the |
| 7812 | * superblocks. |
| 7813 | * |
| 7814 | * Must be invoked during transaction commit. |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7815 | */ |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7816 | void btrfs_commit_device_sizes(struct btrfs_transaction *trans) |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7817 | { |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7818 | struct btrfs_device *curr, *next; |
| 7819 | |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7820 | ASSERT(trans->state == TRANS_STATE_COMMIT_DOING); |
| 7821 | |
| 7822 | if (list_empty(&trans->dev_update_list)) |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7823 | return; |
| 7824 | |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7825 | /* |
| 7826 | * We don't need the device_list_mutex here. This list is owned by the |
| 7827 | * transaction and the transaction must complete before the device is |
| 7828 | * released. |
| 7829 | */ |
| 7830 | mutex_lock(&trans->fs_info->chunk_mutex); |
| 7831 | list_for_each_entry_safe(curr, next, &trans->dev_update_list, |
| 7832 | post_commit_list) { |
| 7833 | list_del_init(&curr->post_commit_list); |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7834 | curr->commit_total_bytes = curr->disk_total_bytes; |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7835 | curr->commit_bytes_used = curr->bytes_used; |
Miao Xie | 935e5cc | 2014-09-03 21:35:33 +0800 | [diff] [blame] | 7836 | } |
Nikolay Borisov | bbbf724 | 2019-03-25 14:31:22 +0200 | [diff] [blame] | 7837 | mutex_unlock(&trans->fs_info->chunk_mutex); |
Miao Xie | ce7213c | 2014-09-03 21:35:34 +0800 | [diff] [blame] | 7838 | } |
Anand Jain | 5a13f43 | 2015-03-10 06:38:31 +0800 | [diff] [blame] | 7839 | |
David Sterba | 46df06b | 2018-07-13 20:46:30 +0200 | [diff] [blame] | 7840 | /* |
| 7841 | * Multiplicity factor for simple profiles: DUP, RAID1-like and RAID10. |
| 7842 | */ |
| 7843 | int btrfs_bg_type_to_factor(u64 flags) |
| 7844 | { |
David Sterba | 44b28ad | 2019-05-17 11:43:31 +0200 | [diff] [blame] | 7845 | const int index = btrfs_bg_flags_to_raid_index(flags); |
| 7846 | |
| 7847 | return btrfs_raid_array[index].ncopies; |
David Sterba | 46df06b | 2018-07-13 20:46:30 +0200 | [diff] [blame] | 7848 | } |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7849 | |
| 7850 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7851 | |
| 7852 | static int verify_one_dev_extent(struct btrfs_fs_info *fs_info, |
| 7853 | u64 chunk_offset, u64 devid, |
| 7854 | u64 physical_offset, u64 physical_len) |
| 7855 | { |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7856 | struct btrfs_dev_lookup_args args = { .devid = devid }; |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7857 | struct extent_map_tree *em_tree = &fs_info->mapping_tree; |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7858 | struct extent_map *em; |
| 7859 | struct map_lookup *map; |
Qu Wenruo | 05a37c4 | 2018-10-05 17:45:55 +0800 | [diff] [blame] | 7860 | struct btrfs_device *dev; |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7861 | u64 stripe_len; |
| 7862 | bool found = false; |
| 7863 | int ret = 0; |
| 7864 | int i; |
| 7865 | |
| 7866 | read_lock(&em_tree->lock); |
| 7867 | em = lookup_extent_mapping(em_tree, chunk_offset, 1); |
| 7868 | read_unlock(&em_tree->lock); |
| 7869 | |
| 7870 | if (!em) { |
| 7871 | btrfs_err(fs_info, |
| 7872 | "dev extent physical offset %llu on devid %llu doesn't have corresponding chunk", |
| 7873 | physical_offset, devid); |
| 7874 | ret = -EUCLEAN; |
| 7875 | goto out; |
| 7876 | } |
| 7877 | |
| 7878 | map = em->map_lookup; |
Qu Wenruo | bc88b48 | 2022-05-13 16:34:28 +0800 | [diff] [blame] | 7879 | stripe_len = btrfs_calc_stripe_length(em); |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7880 | if (physical_len != stripe_len) { |
| 7881 | btrfs_err(fs_info, |
| 7882 | "dev extent physical offset %llu on devid %llu length doesn't match chunk %llu, have %llu expect %llu", |
| 7883 | physical_offset, devid, em->start, physical_len, |
| 7884 | stripe_len); |
| 7885 | ret = -EUCLEAN; |
| 7886 | goto out; |
| 7887 | } |
| 7888 | |
Qu Wenruo | 3613249 | 2022-06-13 15:06:35 +0800 | [diff] [blame] | 7889 | /* |
| 7890 | * Very old mkfs.btrfs (before v4.1) will not respect the reserved |
| 7891 | * space. Although kernel can handle it without problem, better to warn |
| 7892 | * the users. |
| 7893 | */ |
| 7894 | if (physical_offset < BTRFS_DEVICE_RANGE_RESERVED) |
| 7895 | btrfs_warn(fs_info, |
| 7896 | "devid %llu physical %llu len %llu inside the reserved space", |
| 7897 | devid, physical_offset, physical_len); |
| 7898 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7899 | for (i = 0; i < map->num_stripes; i++) { |
| 7900 | if (map->stripes[i].dev->devid == devid && |
| 7901 | map->stripes[i].physical == physical_offset) { |
| 7902 | found = true; |
| 7903 | if (map->verified_stripes >= map->num_stripes) { |
| 7904 | btrfs_err(fs_info, |
| 7905 | "too many dev extents for chunk %llu found", |
| 7906 | em->start); |
| 7907 | ret = -EUCLEAN; |
| 7908 | goto out; |
| 7909 | } |
| 7910 | map->verified_stripes++; |
| 7911 | break; |
| 7912 | } |
| 7913 | } |
| 7914 | if (!found) { |
| 7915 | btrfs_err(fs_info, |
| 7916 | "dev extent physical offset %llu devid %llu has no corresponding chunk", |
| 7917 | physical_offset, devid); |
| 7918 | ret = -EUCLEAN; |
| 7919 | } |
Qu Wenruo | 05a37c4 | 2018-10-05 17:45:55 +0800 | [diff] [blame] | 7920 | |
David Sterba | 1a9fd41 | 2021-05-21 17:42:23 +0200 | [diff] [blame] | 7921 | /* Make sure no dev extent is beyond device boundary */ |
Josef Bacik | 562d7b1 | 2021-10-05 16:12:42 -0400 | [diff] [blame] | 7922 | dev = btrfs_find_device(fs_info->fs_devices, &args); |
Qu Wenruo | 05a37c4 | 2018-10-05 17:45:55 +0800 | [diff] [blame] | 7923 | if (!dev) { |
| 7924 | btrfs_err(fs_info, "failed to find devid %llu", devid); |
| 7925 | ret = -EUCLEAN; |
| 7926 | goto out; |
| 7927 | } |
Qu Wenruo | 1b3922a | 2019-01-08 14:08:18 +0800 | [diff] [blame] | 7928 | |
Qu Wenruo | 05a37c4 | 2018-10-05 17:45:55 +0800 | [diff] [blame] | 7929 | if (physical_offset + physical_len > dev->disk_total_bytes) { |
| 7930 | btrfs_err(fs_info, |
| 7931 | "dev extent devid %llu physical offset %llu len %llu is beyond device boundary %llu", |
| 7932 | devid, physical_offset, physical_len, |
| 7933 | dev->disk_total_bytes); |
| 7934 | ret = -EUCLEAN; |
| 7935 | goto out; |
| 7936 | } |
Naohiro Aota | 381a696 | 2021-02-04 19:21:49 +0900 | [diff] [blame] | 7937 | |
| 7938 | if (dev->zone_info) { |
| 7939 | u64 zone_size = dev->zone_info->zone_size; |
| 7940 | |
| 7941 | if (!IS_ALIGNED(physical_offset, zone_size) || |
| 7942 | !IS_ALIGNED(physical_len, zone_size)) { |
| 7943 | btrfs_err(fs_info, |
| 7944 | "zoned: dev extent devid %llu physical offset %llu len %llu is not aligned to device zone", |
| 7945 | devid, physical_offset, physical_len); |
| 7946 | ret = -EUCLEAN; |
| 7947 | goto out; |
| 7948 | } |
| 7949 | } |
| 7950 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7951 | out: |
| 7952 | free_extent_map(em); |
| 7953 | return ret; |
| 7954 | } |
| 7955 | |
| 7956 | static int verify_chunk_dev_extent_mapping(struct btrfs_fs_info *fs_info) |
| 7957 | { |
David Sterba | c8bf1b6 | 2019-05-17 11:43:17 +0200 | [diff] [blame] | 7958 | struct extent_map_tree *em_tree = &fs_info->mapping_tree; |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7959 | struct extent_map *em; |
| 7960 | struct rb_node *node; |
| 7961 | int ret = 0; |
| 7962 | |
| 7963 | read_lock(&em_tree->lock); |
Liu Bo | 07e1ce0 | 2018-08-23 03:51:52 +0800 | [diff] [blame] | 7964 | for (node = rb_first_cached(&em_tree->map); node; node = rb_next(node)) { |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7965 | em = rb_entry(node, struct extent_map, rb_node); |
| 7966 | if (em->map_lookup->num_stripes != |
| 7967 | em->map_lookup->verified_stripes) { |
| 7968 | btrfs_err(fs_info, |
| 7969 | "chunk %llu has missing dev extent, have %d expect %d", |
| 7970 | em->start, em->map_lookup->verified_stripes, |
| 7971 | em->map_lookup->num_stripes); |
| 7972 | ret = -EUCLEAN; |
| 7973 | goto out; |
| 7974 | } |
| 7975 | } |
| 7976 | out: |
| 7977 | read_unlock(&em_tree->lock); |
| 7978 | return ret; |
| 7979 | } |
| 7980 | |
| 7981 | /* |
| 7982 | * Ensure that all dev extents are mapped to correct chunk, otherwise |
| 7983 | * later chunk allocation/free would cause unexpected behavior. |
| 7984 | * |
| 7985 | * NOTE: This will iterate through the whole device tree, which should be of |
| 7986 | * the same size level as the chunk tree. This slightly increases mount time. |
| 7987 | */ |
| 7988 | int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info) |
| 7989 | { |
| 7990 | struct btrfs_path *path; |
| 7991 | struct btrfs_root *root = fs_info->dev_root; |
| 7992 | struct btrfs_key key; |
Qu Wenruo | 5eb1938 | 2018-10-05 17:45:54 +0800 | [diff] [blame] | 7993 | u64 prev_devid = 0; |
| 7994 | u64 prev_dev_ext_end = 0; |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 7995 | int ret = 0; |
| 7996 | |
Josef Bacik | 42437a6 | 2020-10-16 11:29:18 -0400 | [diff] [blame] | 7997 | /* |
| 7998 | * We don't have a dev_root because we mounted with ignorebadroots and |
| 7999 | * failed to load the root, so we want to skip the verification in this |
| 8000 | * case for sure. |
| 8001 | * |
| 8002 | * However if the dev root is fine, but the tree itself is corrupted |
| 8003 | * we'd still fail to mount. This verification is only to make sure |
| 8004 | * writes can happen safely, so instead just bypass this check |
| 8005 | * completely in the case of IGNOREBADROOTS. |
| 8006 | */ |
| 8007 | if (btrfs_test_opt(fs_info, IGNOREBADROOTS)) |
| 8008 | return 0; |
| 8009 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 8010 | key.objectid = 1; |
| 8011 | key.type = BTRFS_DEV_EXTENT_KEY; |
| 8012 | key.offset = 0; |
| 8013 | |
| 8014 | path = btrfs_alloc_path(); |
| 8015 | if (!path) |
| 8016 | return -ENOMEM; |
| 8017 | |
| 8018 | path->reada = READA_FORWARD; |
| 8019 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); |
| 8020 | if (ret < 0) |
| 8021 | goto out; |
| 8022 | |
| 8023 | if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) { |
Marcos Paulo de Souza | ad9a937 | 2021-07-13 10:58:03 -0300 | [diff] [blame] | 8024 | ret = btrfs_next_leaf(root, path); |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 8025 | if (ret < 0) |
| 8026 | goto out; |
| 8027 | /* No dev extents at all? Not good */ |
| 8028 | if (ret > 0) { |
| 8029 | ret = -EUCLEAN; |
| 8030 | goto out; |
| 8031 | } |
| 8032 | } |
| 8033 | while (1) { |
| 8034 | struct extent_buffer *leaf = path->nodes[0]; |
| 8035 | struct btrfs_dev_extent *dext; |
| 8036 | int slot = path->slots[0]; |
| 8037 | u64 chunk_offset; |
| 8038 | u64 physical_offset; |
| 8039 | u64 physical_len; |
| 8040 | u64 devid; |
| 8041 | |
| 8042 | btrfs_item_key_to_cpu(leaf, &key, slot); |
| 8043 | if (key.type != BTRFS_DEV_EXTENT_KEY) |
| 8044 | break; |
| 8045 | devid = key.objectid; |
| 8046 | physical_offset = key.offset; |
| 8047 | |
| 8048 | dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); |
| 8049 | chunk_offset = btrfs_dev_extent_chunk_offset(leaf, dext); |
| 8050 | physical_len = btrfs_dev_extent_length(leaf, dext); |
| 8051 | |
Qu Wenruo | 5eb1938 | 2018-10-05 17:45:54 +0800 | [diff] [blame] | 8052 | /* Check if this dev extent overlaps with the previous one */ |
| 8053 | if (devid == prev_devid && physical_offset < prev_dev_ext_end) { |
| 8054 | btrfs_err(fs_info, |
| 8055 | "dev extent devid %llu physical offset %llu overlap with previous dev extent end %llu", |
| 8056 | devid, physical_offset, prev_dev_ext_end); |
| 8057 | ret = -EUCLEAN; |
| 8058 | goto out; |
| 8059 | } |
| 8060 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 8061 | ret = verify_one_dev_extent(fs_info, chunk_offset, devid, |
| 8062 | physical_offset, physical_len); |
| 8063 | if (ret < 0) |
| 8064 | goto out; |
Qu Wenruo | 5eb1938 | 2018-10-05 17:45:54 +0800 | [diff] [blame] | 8065 | prev_devid = devid; |
| 8066 | prev_dev_ext_end = physical_offset + physical_len; |
| 8067 | |
Qu Wenruo | cf90d88 | 2018-08-01 10:37:19 +0800 | [diff] [blame] | 8068 | ret = btrfs_next_item(root, path); |
| 8069 | if (ret < 0) |
| 8070 | goto out; |
| 8071 | if (ret > 0) { |
| 8072 | ret = 0; |
| 8073 | break; |
| 8074 | } |
| 8075 | } |
| 8076 | |
| 8077 | /* Ensure all chunks have corresponding dev extents */ |
| 8078 | ret = verify_chunk_dev_extent_mapping(fs_info); |
| 8079 | out: |
| 8080 | btrfs_free_path(path); |
| 8081 | return ret; |
| 8082 | } |
Omar Sandoval | eede2bf | 2016-11-03 10:28:12 -0700 | [diff] [blame] | 8083 | |
| 8084 | /* |
| 8085 | * Check whether the given block group or device is pinned by any inode being |
| 8086 | * used as a swapfile. |
| 8087 | */ |
| 8088 | bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr) |
| 8089 | { |
| 8090 | struct btrfs_swapfile_pin *sp; |
| 8091 | struct rb_node *node; |
| 8092 | |
| 8093 | spin_lock(&fs_info->swapfile_pins_lock); |
| 8094 | node = fs_info->swapfile_pins.rb_node; |
| 8095 | while (node) { |
| 8096 | sp = rb_entry(node, struct btrfs_swapfile_pin, node); |
| 8097 | if (ptr < sp->ptr) |
| 8098 | node = node->rb_left; |
| 8099 | else if (ptr > sp->ptr) |
| 8100 | node = node->rb_right; |
| 8101 | else |
| 8102 | break; |
| 8103 | } |
| 8104 | spin_unlock(&fs_info->swapfile_pins_lock); |
| 8105 | return node != NULL; |
| 8106 | } |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8107 | |
| 8108 | static int relocating_repair_kthread(void *data) |
| 8109 | { |
Yu Zhe | 0d031dc | 2022-03-31 03:34:08 -0700 | [diff] [blame] | 8110 | struct btrfs_block_group *cache = data; |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8111 | struct btrfs_fs_info *fs_info = cache->fs_info; |
| 8112 | u64 target; |
| 8113 | int ret = 0; |
| 8114 | |
| 8115 | target = cache->start; |
| 8116 | btrfs_put_block_group(cache); |
| 8117 | |
Naohiro Aota | ca5e4ea | 2022-02-18 13:14:19 +0900 | [diff] [blame] | 8118 | sb_start_write(fs_info->sb); |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8119 | if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { |
| 8120 | btrfs_info(fs_info, |
| 8121 | "zoned: skip relocating block group %llu to repair: EBUSY", |
| 8122 | target); |
Naohiro Aota | ca5e4ea | 2022-02-18 13:14:19 +0900 | [diff] [blame] | 8123 | sb_end_write(fs_info->sb); |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8124 | return -EBUSY; |
| 8125 | } |
| 8126 | |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 8127 | mutex_lock(&fs_info->reclaim_bgs_lock); |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8128 | |
| 8129 | /* Ensure block group still exists */ |
| 8130 | cache = btrfs_lookup_block_group(fs_info, target); |
| 8131 | if (!cache) |
| 8132 | goto out; |
| 8133 | |
Josef Bacik | 3349b57 | 2022-07-15 15:45:24 -0400 | [diff] [blame] | 8134 | if (!test_bit(BLOCK_GROUP_FLAG_RELOCATING_REPAIR, &cache->runtime_flags)) |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8135 | goto out; |
| 8136 | |
| 8137 | ret = btrfs_may_alloc_data_chunk(fs_info, target); |
| 8138 | if (ret < 0) |
| 8139 | goto out; |
| 8140 | |
| 8141 | btrfs_info(fs_info, |
| 8142 | "zoned: relocating block group %llu to repair IO failure", |
| 8143 | target); |
| 8144 | ret = btrfs_relocate_chunk(fs_info, target); |
| 8145 | |
| 8146 | out: |
| 8147 | if (cache) |
| 8148 | btrfs_put_block_group(cache); |
Johannes Thumshirn | f337206 | 2021-04-19 16:41:01 +0900 | [diff] [blame] | 8149 | mutex_unlock(&fs_info->reclaim_bgs_lock); |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8150 | btrfs_exclop_finish(fs_info); |
Naohiro Aota | ca5e4ea | 2022-02-18 13:14:19 +0900 | [diff] [blame] | 8151 | sb_end_write(fs_info->sb); |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8152 | |
| 8153 | return ret; |
| 8154 | } |
| 8155 | |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8156 | bool btrfs_repair_one_zone(struct btrfs_fs_info *fs_info, u64 logical) |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8157 | { |
| 8158 | struct btrfs_block_group *cache; |
| 8159 | |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8160 | if (!btrfs_is_zoned(fs_info)) |
| 8161 | return false; |
| 8162 | |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8163 | /* Do not attempt to repair in degraded state */ |
| 8164 | if (btrfs_test_opt(fs_info, DEGRADED)) |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8165 | return true; |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8166 | |
| 8167 | cache = btrfs_lookup_block_group(fs_info, logical); |
| 8168 | if (!cache) |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8169 | return true; |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8170 | |
Josef Bacik | 3349b57 | 2022-07-15 15:45:24 -0400 | [diff] [blame] | 8171 | if (test_and_set_bit(BLOCK_GROUP_FLAG_RELOCATING_REPAIR, &cache->runtime_flags)) { |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8172 | btrfs_put_block_group(cache); |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8173 | return true; |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8174 | } |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8175 | |
| 8176 | kthread_run(relocating_repair_kthread, cache, |
| 8177 | "btrfs-relocating-repair"); |
| 8178 | |
Johannes Thumshirn | 554aed7 | 2021-12-07 06:28:36 -0800 | [diff] [blame] | 8179 | return true; |
Naohiro Aota | f7ef528 | 2021-02-04 19:22:16 +0900 | [diff] [blame] | 8180 | } |