David Sterba | c1d7c51 | 2018-04-03 19:23:33 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Chris Mason | 6cbd557 | 2007-06-12 09:07:21 -0400 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2007 Oracle. All rights reserved. |
Chris Mason | 6cbd557 | 2007-06-12 09:07:21 -0400 | [diff] [blame] | 4 | */ |
| 5 | |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 6 | #include <linux/blkdev.h> |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 7 | #include <linux/module.h> |
| 8 | #include <linux/fs.h> |
| 9 | #include <linux/pagemap.h> |
| 10 | #include <linux/highmem.h> |
| 11 | #include <linux/time.h> |
| 12 | #include <linux/init.h> |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 13 | #include <linux/seq_file.h> |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 14 | #include <linux/string.h> |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 15 | #include <linux/backing-dev.h> |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 16 | #include <linux/mount.h> |
Chris Mason | 75dfe39 | 2007-03-29 11:56:46 -0400 | [diff] [blame] | 17 | #include <linux/writeback.h> |
Chris Mason | 8fd1779 | 2007-04-19 21:01:03 -0400 | [diff] [blame] | 18 | #include <linux/statfs.h> |
Chris Mason | 08607c1 | 2007-06-08 15:33:54 -0400 | [diff] [blame] | 19 | #include <linux/compat.h> |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 20 | #include <linux/parser.h> |
Chris Mason | c59f895 | 2007-12-17 20:14:04 -0500 | [diff] [blame] | 21 | #include <linux/ctype.h> |
Chris Mason | 6da6aba | 2007-12-18 16:15:09 -0500 | [diff] [blame] | 22 | #include <linux/namei.h> |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 23 | #include <linux/miscdevice.h> |
Qinghuang Feng | 1bcbf31 | 2009-01-15 13:51:03 -0800 | [diff] [blame] | 24 | #include <linux/magic.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 25 | #include <linux/slab.h> |
Dan Magenheimer | 90a887c | 2011-05-26 10:01:56 -0600 | [diff] [blame] | 26 | #include <linux/cleancache.h> |
Josef Bacik | 22c44fe | 2011-11-30 10:45:38 -0500 | [diff] [blame] | 27 | #include <linux/ratelimit.h> |
Nikolay Borisov | 9678c54 | 2018-01-08 11:45:05 +0200 | [diff] [blame] | 28 | #include <linux/crc32c.h> |
Filipe Brandenburger | 55e301f | 2013-01-29 06:04:50 +0000 | [diff] [blame] | 29 | #include <linux/btrfs.h> |
Miao Xie | 16cdcec | 2011-04-22 18:12:22 +0800 | [diff] [blame] | 30 | #include "delayed-inode.h" |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 31 | #include "ctree.h" |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 32 | #include "disk-io.h" |
Chris Mason | d571976 | 2007-03-23 10:01:08 -0400 | [diff] [blame] | 33 | #include "transaction.h" |
Chris Mason | 2c90e5d | 2007-04-02 10:50:19 -0400 | [diff] [blame] | 34 | #include "btrfs_inode.h" |
Chris Mason | 3a68637 | 2007-05-24 13:35:57 -0400 | [diff] [blame] | 35 | #include "print-tree.h" |
Filipe David Borba Manana | 6354192 | 2014-01-07 11:47:46 +0000 | [diff] [blame] | 36 | #include "props.h" |
Josef Bacik | 5103e94 | 2007-11-16 11:45:54 -0500 | [diff] [blame] | 37 | #include "xattr.h" |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 38 | #include "volumes.h" |
Balaji Rao | be6e8dc | 2008-07-21 02:01:56 +0530 | [diff] [blame] | 39 | #include "export.h" |
Chris Mason | c8b9781 | 2008-10-29 14:49:59 -0400 | [diff] [blame] | 40 | #include "compression.h" |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 41 | #include "rcu-string.h" |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 42 | #include "dev-replace.h" |
Josef Bacik | 74255aa | 2013-03-15 09:47:08 -0400 | [diff] [blame] | 43 | #include "free-space-cache.h" |
Wang Shilong | b9e9a6c | 2013-08-09 13:25:36 +0800 | [diff] [blame] | 44 | #include "backref.h" |
Josef Bacik | 8719aaa | 2019-06-18 16:09:16 -0400 | [diff] [blame] | 45 | #include "space-info.h" |
David Sterba | 8943910 | 2019-08-01 17:34:41 +0200 | [diff] [blame] | 46 | #include "sysfs.h" |
Josef Bacik | dc11dd5 | 2013-08-14 15:05:12 -0400 | [diff] [blame] | 47 | #include "tests/btrfs-tests.h" |
Josef Bacik | aac0023 | 2019-06-20 15:37:44 -0400 | [diff] [blame] | 48 | #include "block-group.h" |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 49 | |
Mark Fasheh | d398210 | 2014-07-17 12:39:00 -0700 | [diff] [blame] | 50 | #include "qgroup.h" |
liubo | 1abe9b8 | 2011-03-24 11:18:59 +0000 | [diff] [blame] | 51 | #define CREATE_TRACE_POINTS |
| 52 | #include <trace/events/btrfs.h> |
| 53 | |
Alexey Dobriyan | b87221d | 2009-09-21 17:01:09 -0700 | [diff] [blame] | 54 | static const struct super_operations btrfs_super_ops; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 55 | |
| 56 | /* |
| 57 | * Types for mounting the default subvolume and a subvolume explicitly |
| 58 | * requested by subvol=/path. That way the callchain is straightforward and we |
| 59 | * don't have to play tricks with the mount options and recursive calls to |
| 60 | * btrfs_mount. |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 61 | * |
| 62 | * The new btrfs_root_fs_type also servers as a tag for the bdev_holder. |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 63 | */ |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 64 | static struct file_system_type btrfs_fs_type; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 65 | static struct file_system_type btrfs_root_fs_type; |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 66 | |
Harald Hoyer | 0723a04 | 2013-11-19 11:36:05 +0100 | [diff] [blame] | 67 | static int btrfs_remount(struct super_block *sb, int *flags, char *data); |
| 68 | |
Jeff Mahoney | e33e17e | 2015-06-15 09:41:19 -0400 | [diff] [blame] | 69 | const char *btrfs_decode_error(int errno) |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 70 | { |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 71 | char *errstr = "unknown"; |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 72 | |
| 73 | switch (errno) { |
| 74 | case -EIO: |
| 75 | errstr = "IO failure"; |
| 76 | break; |
| 77 | case -ENOMEM: |
| 78 | errstr = "Out of memory"; |
| 79 | break; |
| 80 | case -EROFS: |
| 81 | errstr = "Readonly filesystem"; |
| 82 | break; |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 83 | case -EEXIST: |
| 84 | errstr = "Object already exists"; |
| 85 | break; |
David Sterba | 94ef728 | 2013-03-20 14:29:47 +0000 | [diff] [blame] | 86 | case -ENOSPC: |
| 87 | errstr = "No space left"; |
| 88 | break; |
| 89 | case -ENOENT: |
| 90 | errstr = "No such entry"; |
| 91 | break; |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 92 | } |
| 93 | |
| 94 | return errstr; |
| 95 | } |
| 96 | |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 97 | /* |
Anand Jain | 34d9700 | 2016-03-16 16:43:06 +0800 | [diff] [blame] | 98 | * __btrfs_handle_fs_error decodes expected errors from the caller and |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 99 | * invokes the appropriate error response. |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 100 | */ |
David Sterba | c0d19e2 | 2015-04-24 19:11:57 +0200 | [diff] [blame] | 101 | __cold |
Anand Jain | 34d9700 | 2016-03-16 16:43:06 +0800 | [diff] [blame] | 102 | void __btrfs_handle_fs_error(struct btrfs_fs_info *fs_info, const char *function, |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 103 | unsigned int line, int errno, const char *fmt, ...) |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 104 | { |
| 105 | struct super_block *sb = fs_info->sb; |
Anand Jain | 57d816a | 2015-08-14 18:32:52 +0800 | [diff] [blame] | 106 | #ifdef CONFIG_PRINTK |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 107 | const char *errstr; |
Anand Jain | 57d816a | 2015-08-14 18:32:52 +0800 | [diff] [blame] | 108 | #endif |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 109 | |
| 110 | /* |
| 111 | * Special case: if the error is EROFS, and we're already |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 112 | * under SB_RDONLY, then it is safe here. |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 113 | */ |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 114 | if (errno == -EROFS && sb_rdonly(sb)) |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 115 | return; |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 116 | |
Anand Jain | 57d816a | 2015-08-14 18:32:52 +0800 | [diff] [blame] | 117 | #ifdef CONFIG_PRINTK |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 118 | errstr = btrfs_decode_error(errno); |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 119 | if (fmt) { |
Eric Sandeen | 37252a6 | 2013-01-31 00:54:58 +0000 | [diff] [blame] | 120 | struct va_format vaf; |
| 121 | va_list args; |
| 122 | |
| 123 | va_start(args, fmt); |
| 124 | vaf.fmt = fmt; |
| 125 | vaf.va = &args; |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 126 | |
Jeff Mahoney | 62e8557 | 2016-09-20 10:05:01 -0400 | [diff] [blame] | 127 | pr_crit("BTRFS: error (device %s) in %s:%d: errno=%d %s (%pV)\n", |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 128 | sb->s_id, function, line, errno, errstr, &vaf); |
Eric Sandeen | 37252a6 | 2013-01-31 00:54:58 +0000 | [diff] [blame] | 129 | va_end(args); |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 130 | } else { |
Jeff Mahoney | 62e8557 | 2016-09-20 10:05:01 -0400 | [diff] [blame] | 131 | pr_crit("BTRFS: error (device %s) in %s:%d: errno=%d %s\n", |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 132 | sb->s_id, function, line, errno, errstr); |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 133 | } |
Anand Jain | 57d816a | 2015-08-14 18:32:52 +0800 | [diff] [blame] | 134 | #endif |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 135 | |
Anand Jain | 0713d90 | 2016-03-17 10:38:57 +0800 | [diff] [blame] | 136 | /* |
| 137 | * Today we only save the error info to memory. Long term we'll |
| 138 | * also send it down to the disk |
| 139 | */ |
| 140 | set_bit(BTRFS_FS_STATE_ERROR, &fs_info->fs_state); |
| 141 | |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 142 | /* Don't go through full error handling during mount */ |
Anand Jain | 922ea89 | 2018-01-04 18:01:55 +0800 | [diff] [blame] | 143 | if (!(sb->s_flags & SB_BORN)) |
| 144 | return; |
| 145 | |
| 146 | if (sb_rdonly(sb)) |
| 147 | return; |
| 148 | |
| 149 | /* btrfs handle error by forcing the filesystem readonly */ |
| 150 | sb->s_flags |= SB_RDONLY; |
| 151 | btrfs_info(fs_info, "forced readonly"); |
| 152 | /* |
| 153 | * Note that a running device replace operation is not canceled here |
| 154 | * although there is no way to update the progress. It would add the |
| 155 | * risk of a deadlock, therefore the canceling is omitted. The only |
| 156 | * penalty is that some I/O remains active until the procedure |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 157 | * completes. The next time when the filesystem is mounted writable |
Anand Jain | 922ea89 | 2018-01-04 18:01:55 +0800 | [diff] [blame] | 158 | * again, the device replace operation continues. |
| 159 | */ |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 160 | } |
| 161 | |
Anand Jain | 57d816a | 2015-08-14 18:32:52 +0800 | [diff] [blame] | 162 | #ifdef CONFIG_PRINTK |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 163 | static const char * const logtypes[] = { |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 164 | "emergency", |
| 165 | "alert", |
| 166 | "critical", |
| 167 | "error", |
| 168 | "warning", |
| 169 | "notice", |
| 170 | "info", |
| 171 | "debug", |
| 172 | }; |
| 173 | |
Nikolay Borisov | 35f4e5e | 2016-07-13 16:19:15 +0300 | [diff] [blame] | 174 | |
| 175 | /* |
| 176 | * Use one ratelimit state per log level so that a flood of less important |
| 177 | * messages doesn't cause more important ones to be dropped. |
| 178 | */ |
| 179 | static struct ratelimit_state printk_limits[] = { |
| 180 | RATELIMIT_STATE_INIT(printk_limits[0], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 181 | RATELIMIT_STATE_INIT(printk_limits[1], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 182 | RATELIMIT_STATE_INIT(printk_limits[2], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 183 | RATELIMIT_STATE_INIT(printk_limits[3], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 184 | RATELIMIT_STATE_INIT(printk_limits[4], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 185 | RATELIMIT_STATE_INIT(printk_limits[5], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 186 | RATELIMIT_STATE_INIT(printk_limits[6], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 187 | RATELIMIT_STATE_INIT(printk_limits[7], DEFAULT_RATELIMIT_INTERVAL, 100), |
| 188 | }; |
| 189 | |
Simon Kirby | c2cf52e | 2013-03-19 22:41:23 +0000 | [diff] [blame] | 190 | void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 191 | { |
Petr Mladek | 40f7828 | 2016-12-14 15:04:01 -0800 | [diff] [blame] | 192 | char lvl[PRINTK_MAX_SINGLE_HEADER_LEN + 1] = "\0"; |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 193 | struct va_format vaf; |
| 194 | va_list args; |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 195 | int kern_level; |
Petr Mladek | 40f7828 | 2016-12-14 15:04:01 -0800 | [diff] [blame] | 196 | const char *type = logtypes[4]; |
| 197 | struct ratelimit_state *ratelimit = &printk_limits[4]; |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 198 | |
| 199 | va_start(args, fmt); |
| 200 | |
Petr Mladek | 262c5e8 | 2016-12-12 16:45:50 -0800 | [diff] [blame] | 201 | while ((kern_level = printk_get_level(fmt)) != 0) { |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 202 | size_t size = printk_skip_level(fmt) - fmt; |
Petr Mladek | 262c5e8 | 2016-12-12 16:45:50 -0800 | [diff] [blame] | 203 | |
| 204 | if (kern_level >= '0' && kern_level <= '7') { |
| 205 | memcpy(lvl, fmt, size); |
| 206 | lvl[size] = '\0'; |
| 207 | type = logtypes[kern_level - '0']; |
| 208 | ratelimit = &printk_limits[kern_level - '0']; |
| 209 | } |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 210 | fmt += size; |
Petr Mladek | 262c5e8 | 2016-12-12 16:45:50 -0800 | [diff] [blame] | 211 | } |
| 212 | |
Jeff Mahoney | 4da3511 | 2012-03-01 14:57:30 +0100 | [diff] [blame] | 213 | vaf.fmt = fmt; |
| 214 | vaf.va = &args; |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 215 | |
Nikolay Borisov | 35f4e5e | 2016-07-13 16:19:15 +0300 | [diff] [blame] | 216 | if (__ratelimit(ratelimit)) |
Colin Ian King | 3993b11 | 2017-09-11 16:15:28 +0100 | [diff] [blame] | 217 | printk("%sBTRFS %s (device %s): %pV\n", lvl, type, |
| 218 | fs_info ? fs_info->sb->s_id : "<unknown>", &vaf); |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 219 | |
| 220 | va_end(args); |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 221 | } |
Joe Perches | 533574c | 2012-07-30 14:40:13 -0700 | [diff] [blame] | 222 | #endif |
| 223 | |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 224 | /* |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 225 | * We only mark the transaction aborted and then set the file system read-only. |
| 226 | * This will prevent new transactions from starting or trying to join this |
| 227 | * one. |
| 228 | * |
| 229 | * This means that error recovery at the call site is limited to freeing |
| 230 | * any local memory allocations and passing the error code up without |
| 231 | * further cleanup. The transaction should complete as it normally would |
| 232 | * in the call path but will return -EIO. |
| 233 | * |
| 234 | * We'll complete the cleanup in btrfs_end_transaction and |
| 235 | * btrfs_commit_transaction. |
| 236 | */ |
David Sterba | c0d19e2 | 2015-04-24 19:11:57 +0200 | [diff] [blame] | 237 | __cold |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 238 | void __btrfs_abort_transaction(struct btrfs_trans_handle *trans, |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 239 | const char *function, |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 240 | unsigned int line, int errno) |
| 241 | { |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 242 | struct btrfs_fs_info *fs_info = trans->fs_info; |
| 243 | |
David Sterba | 84bfb4b | 2020-02-05 17:34:34 +0100 | [diff] [blame] | 244 | WRITE_ONCE(trans->aborted, errno); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 245 | /* Nothing used. The other threads that have joined this |
| 246 | * transaction may be able to continue. */ |
Jeff Mahoney | 64c1292 | 2016-06-08 00:36:38 -0400 | [diff] [blame] | 247 | if (!trans->dirty && list_empty(&trans->new_bgs)) { |
Miao Xie | 69ce977 | 2012-09-06 04:04:44 -0600 | [diff] [blame] | 248 | const char *errstr; |
| 249 | |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 250 | errstr = btrfs_decode_error(errno); |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 251 | btrfs_warn(fs_info, |
Simon Kirby | c2cf52e | 2013-03-19 22:41:23 +0000 | [diff] [blame] | 252 | "%s:%d: Aborting unused transaction(%s).", |
| 253 | function, line, errstr); |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 254 | return; |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 255 | } |
Seraphime Kirkovski | 20c7bce | 2016-12-15 14:38:16 +0100 | [diff] [blame] | 256 | WRITE_ONCE(trans->transaction->aborted, errno); |
Josef Bacik | 501407a | 2013-06-10 16:47:23 -0400 | [diff] [blame] | 257 | /* Wake up anybody who may be waiting on this transaction */ |
Jeff Mahoney | 6664283 | 2016-06-10 18:19:25 -0400 | [diff] [blame] | 258 | wake_up(&fs_info->transaction_wait); |
| 259 | wake_up(&fs_info->transaction_blocked_wait); |
| 260 | __btrfs_handle_fs_error(fs_info, function, line, errno, NULL); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 261 | } |
| 262 | /* |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 263 | * __btrfs_panic decodes unexpected, fatal errors from the caller, |
| 264 | * issues an alert, and either panics or BUGs, depending on mount options. |
| 265 | */ |
David Sterba | c0d19e2 | 2015-04-24 19:11:57 +0200 | [diff] [blame] | 266 | __cold |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 267 | void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, |
| 268 | unsigned int line, int errno, const char *fmt, ...) |
| 269 | { |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 270 | char *s_id = "<unknown>"; |
| 271 | const char *errstr; |
| 272 | struct va_format vaf = { .fmt = fmt }; |
| 273 | va_list args; |
| 274 | |
| 275 | if (fs_info) |
| 276 | s_id = fs_info->sb->s_id; |
| 277 | |
| 278 | va_start(args, fmt); |
| 279 | vaf.va = &args; |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 280 | |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 281 | errstr = btrfs_decode_error(errno); |
Satoru Takeuchi | d8953d6 | 2017-09-12 20:08:08 +0900 | [diff] [blame] | 282 | if (fs_info && (btrfs_test_opt(fs_info, PANIC_ON_FATAL_ERROR))) |
David Sterba | 0874881 | 2013-03-12 14:46:08 +0000 | [diff] [blame] | 283 | panic(KERN_CRIT "BTRFS panic (device %s) in %s:%d: %pV (errno=%d %s)\n", |
| 284 | s_id, function, line, &vaf, errno, errstr); |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 285 | |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 286 | btrfs_crit(fs_info, "panic in %s:%d: %pV (errno=%d %s)", |
| 287 | function, line, &vaf, errno, errstr); |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 288 | va_end(args); |
| 289 | /* Caller calls BUG() */ |
liubo | acce952 | 2011-01-06 19:30:25 +0800 | [diff] [blame] | 290 | } |
| 291 | |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 292 | static void btrfs_put_super(struct super_block *sb) |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 293 | { |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 294 | close_ctree(btrfs_sb(sb)); |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 295 | } |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 296 | |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 297 | enum { |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 298 | Opt_acl, Opt_noacl, |
| 299 | Opt_clear_cache, |
| 300 | Opt_commit_interval, |
| 301 | Opt_compress, |
| 302 | Opt_compress_force, |
| 303 | Opt_compress_force_type, |
| 304 | Opt_compress_type, |
| 305 | Opt_degraded, |
| 306 | Opt_device, |
| 307 | Opt_fatal_errors, |
| 308 | Opt_flushoncommit, Opt_noflushoncommit, |
| 309 | Opt_inode_cache, Opt_noinode_cache, |
| 310 | Opt_max_inline, |
| 311 | Opt_barrier, Opt_nobarrier, |
| 312 | Opt_datacow, Opt_nodatacow, |
| 313 | Opt_datasum, Opt_nodatasum, |
| 314 | Opt_defrag, Opt_nodefrag, |
| 315 | Opt_discard, Opt_nodiscard, |
| 316 | Opt_nologreplay, |
| 317 | Opt_norecovery, |
| 318 | Opt_ratio, |
| 319 | Opt_rescan_uuid_tree, |
| 320 | Opt_skip_balance, |
| 321 | Opt_space_cache, Opt_no_space_cache, |
| 322 | Opt_space_cache_version, |
| 323 | Opt_ssd, Opt_nossd, |
| 324 | Opt_ssd_spread, Opt_nossd_spread, |
| 325 | Opt_subvol, |
Omar Sandoval | 37becec | 2018-05-21 17:07:19 -0700 | [diff] [blame] | 326 | Opt_subvol_empty, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 327 | Opt_subvolid, |
| 328 | Opt_thread_pool, |
| 329 | Opt_treelog, Opt_notreelog, |
| 330 | Opt_usebackuproot, |
| 331 | Opt_user_subvol_rm_allowed, |
| 332 | |
| 333 | /* Deprecated options */ |
| 334 | Opt_alloc_start, |
| 335 | Opt_recovery, |
| 336 | Opt_subvolrootid, |
| 337 | |
| 338 | /* Debugging options */ |
| 339 | Opt_check_integrity, |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 340 | Opt_check_integrity_including_extent_data, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 341 | Opt_check_integrity_print_mask, |
| 342 | Opt_enospc_debug, Opt_noenospc_debug, |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 343 | #ifdef CONFIG_BTRFS_DEBUG |
| 344 | Opt_fragment_data, Opt_fragment_metadata, Opt_fragment_all, |
| 345 | #endif |
Josef Bacik | fb59237 | 2017-09-29 15:43:48 -0400 | [diff] [blame] | 346 | #ifdef CONFIG_BTRFS_FS_REF_VERIFY |
| 347 | Opt_ref_verify, |
| 348 | #endif |
Ilya Dryomov | 9555c6c | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 349 | Opt_err, |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 350 | }; |
| 351 | |
David Sterba | 4d4ab6d | 2015-11-19 11:42:31 +0100 | [diff] [blame] | 352 | static const match_table_t tokens = { |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 353 | {Opt_acl, "acl"}, |
| 354 | {Opt_noacl, "noacl"}, |
| 355 | {Opt_clear_cache, "clear_cache"}, |
| 356 | {Opt_commit_interval, "commit=%u"}, |
Chris Mason | c8b9781 | 2008-10-29 14:49:59 -0400 | [diff] [blame] | 357 | {Opt_compress, "compress"}, |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 358 | {Opt_compress_type, "compress=%s"}, |
Chris Mason | a555f81 | 2010-01-28 16:18:15 -0500 | [diff] [blame] | 359 | {Opt_compress_force, "compress-force"}, |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 360 | {Opt_compress_force_type, "compress-force=%s"}, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 361 | {Opt_degraded, "degraded"}, |
| 362 | {Opt_device, "device=%s"}, |
| 363 | {Opt_fatal_errors, "fatal_errors=%s"}, |
Sage Weil | dccae99 | 2009-04-02 16:59:01 -0400 | [diff] [blame] | 364 | {Opt_flushoncommit, "flushoncommit"}, |
Qu Wenruo | 2c9ee85 | 2014-01-06 09:58:29 +0800 | [diff] [blame] | 365 | {Opt_noflushoncommit, "noflushoncommit"}, |
Chris Mason | 4b9465c | 2011-06-03 09:36:29 -0400 | [diff] [blame] | 366 | {Opt_inode_cache, "inode_cache"}, |
Qu Wenruo | 3818aea | 2014-01-13 13:36:06 +0800 | [diff] [blame] | 367 | {Opt_noinode_cache, "noinode_cache"}, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 368 | {Opt_max_inline, "max_inline=%s"}, |
| 369 | {Opt_barrier, "barrier"}, |
| 370 | {Opt_nobarrier, "nobarrier"}, |
| 371 | {Opt_datacow, "datacow"}, |
| 372 | {Opt_nodatacow, "nodatacow"}, |
| 373 | {Opt_datasum, "datasum"}, |
| 374 | {Opt_nodatasum, "nodatasum"}, |
| 375 | {Opt_defrag, "autodefrag"}, |
| 376 | {Opt_nodefrag, "noautodefrag"}, |
| 377 | {Opt_discard, "discard"}, |
| 378 | {Opt_nodiscard, "nodiscard"}, |
| 379 | {Opt_nologreplay, "nologreplay"}, |
| 380 | {Opt_norecovery, "norecovery"}, |
| 381 | {Opt_ratio, "metadata_ratio=%u"}, |
| 382 | {Opt_rescan_uuid_tree, "rescan_uuid_tree"}, |
Ilya Dryomov | 9555c6c | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 383 | {Opt_skip_balance, "skip_balance"}, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 384 | {Opt_space_cache, "space_cache"}, |
| 385 | {Opt_no_space_cache, "nospace_cache"}, |
| 386 | {Opt_space_cache_version, "space_cache=%s"}, |
| 387 | {Opt_ssd, "ssd"}, |
| 388 | {Opt_nossd, "nossd"}, |
| 389 | {Opt_ssd_spread, "ssd_spread"}, |
| 390 | {Opt_nossd_spread, "nossd_spread"}, |
| 391 | {Opt_subvol, "subvol=%s"}, |
Omar Sandoval | 37becec | 2018-05-21 17:07:19 -0700 | [diff] [blame] | 392 | {Opt_subvol_empty, "subvol="}, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 393 | {Opt_subvolid, "subvolid=%s"}, |
| 394 | {Opt_thread_pool, "thread_pool=%u"}, |
| 395 | {Opt_treelog, "treelog"}, |
| 396 | {Opt_notreelog, "notreelog"}, |
| 397 | {Opt_usebackuproot, "usebackuproot"}, |
| 398 | {Opt_user_subvol_rm_allowed, "user_subvol_rm_allowed"}, |
| 399 | |
| 400 | /* Deprecated options */ |
| 401 | {Opt_alloc_start, "alloc_start=%s"}, |
| 402 | {Opt_recovery, "recovery"}, |
| 403 | {Opt_subvolrootid, "subvolrootid=%d"}, |
| 404 | |
| 405 | /* Debugging options */ |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 406 | {Opt_check_integrity, "check_int"}, |
| 407 | {Opt_check_integrity_including_extent_data, "check_int_data"}, |
Anand Jain | 02453bd | 2018-02-13 17:50:45 +0800 | [diff] [blame] | 408 | {Opt_check_integrity_print_mask, "check_int_print_mask=%u"}, |
David Sterba | 416a720 | 2018-03-09 14:37:01 +0100 | [diff] [blame] | 409 | {Opt_enospc_debug, "enospc_debug"}, |
| 410 | {Opt_noenospc_debug, "noenospc_debug"}, |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 411 | #ifdef CONFIG_BTRFS_DEBUG |
| 412 | {Opt_fragment_data, "fragment=data"}, |
| 413 | {Opt_fragment_metadata, "fragment=metadata"}, |
| 414 | {Opt_fragment_all, "fragment=all"}, |
| 415 | #endif |
Josef Bacik | fb59237 | 2017-09-29 15:43:48 -0400 | [diff] [blame] | 416 | #ifdef CONFIG_BTRFS_FS_REF_VERIFY |
| 417 | {Opt_ref_verify, "ref_verify"}, |
| 418 | #endif |
Josef Bacik | 33268ea | 2008-07-24 12:16:36 -0400 | [diff] [blame] | 419 | {Opt_err, NULL}, |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 420 | }; |
| 421 | |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 422 | /* |
| 423 | * Regular mount options parser. Everything that is needed only when |
| 424 | * reading in a new superblock is parsed here. |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 425 | * XXX JDM: This needs to be cleaned up for remount. |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 426 | */ |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 427 | int btrfs_parse_options(struct btrfs_fs_info *info, char *options, |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 428 | unsigned long new_flags) |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 429 | { |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 430 | substring_t args[MAX_OPT_ARGS]; |
Misono, Tomohiro | e215772 | 2017-12-14 17:28:00 +0900 | [diff] [blame] | 431 | char *p, *num; |
Josef Bacik | 73bc187 | 2011-10-03 14:07:49 -0400 | [diff] [blame] | 432 | u64 cache_gen; |
Chris Mason | 4543df7 | 2008-06-11 21:47:56 -0400 | [diff] [blame] | 433 | int intarg; |
Sage Weil | a7a3f7c | 2009-11-07 06:19:16 +0000 | [diff] [blame] | 434 | int ret = 0; |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 435 | char *compress_type; |
| 436 | bool compress_force = false; |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 437 | enum btrfs_compression_type saved_compress_type; |
David Sterba | 38c8255 | 2020-07-23 19:08:55 +0200 | [diff] [blame] | 438 | int saved_compress_level; |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 439 | bool saved_compress_force; |
| 440 | int no_compress = 0; |
Chris Mason | b6cda9b | 2007-12-14 15:30:32 -0500 | [diff] [blame] | 441 | |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 442 | cache_gen = btrfs_super_cache_generation(info->super_copy); |
| 443 | if (btrfs_fs_compat_ro(info, FREE_SPACE_TREE)) |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 444 | btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE); |
| 445 | else if (cache_gen) |
Josef Bacik | 73bc187 | 2011-10-03 14:07:49 -0400 | [diff] [blame] | 446 | btrfs_set_opt(info->mount_opt, SPACE_CACHE); |
| 447 | |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 448 | /* |
| 449 | * Even the options are empty, we still need to do extra check |
| 450 | * against new flags |
| 451 | */ |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 452 | if (!options) |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 453 | goto check; |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 454 | |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 455 | while ((p = strsep(&options, ",")) != NULL) { |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 456 | int token; |
| 457 | if (!*p) |
| 458 | continue; |
| 459 | |
| 460 | token = match_token(p, tokens, args); |
| 461 | switch (token) { |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 462 | case Opt_degraded: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 463 | btrfs_info(info, "allowing degraded mounts"); |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 464 | btrfs_set_opt(info->mount_opt, DEGRADED); |
Chris Mason | dfe2502 | 2008-05-13 13:46:40 -0400 | [diff] [blame] | 465 | break; |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 466 | case Opt_subvol: |
Omar Sandoval | 37becec | 2018-05-21 17:07:19 -0700 | [diff] [blame] | 467 | case Opt_subvol_empty: |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 468 | case Opt_subvolid: |
Xin Zhong | e15d054 | 2011-04-06 07:33:51 +0000 | [diff] [blame] | 469 | case Opt_subvolrootid: |
Christoph Hellwig | 43e570b | 2008-06-10 10:40:46 -0400 | [diff] [blame] | 470 | case Opt_device: |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 471 | /* |
Anand Jain | fa59f27 | 2018-07-16 22:18:07 +0800 | [diff] [blame] | 472 | * These are parsed by btrfs_parse_subvol_options or |
| 473 | * btrfs_parse_device_options and can be ignored here. |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 474 | */ |
Chris Mason | b6cda9b | 2007-12-14 15:30:32 -0500 | [diff] [blame] | 475 | break; |
| 476 | case Opt_nodatasum: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 477 | btrfs_set_and_info(info, NODATASUM, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 478 | "setting nodatasum"); |
Chris Mason | be20aa9 | 2007-12-17 20:14:01 -0500 | [diff] [blame] | 479 | break; |
Qu Wenruo | d399167 | 2014-01-06 09:58:32 +0800 | [diff] [blame] | 480 | case Opt_datasum: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 481 | if (btrfs_test_opt(info, NODATASUM)) { |
| 482 | if (btrfs_test_opt(info, NODATACOW)) |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 483 | btrfs_info(info, |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 484 | "setting datasum, datacow enabled"); |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 485 | else |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 486 | btrfs_info(info, "setting datasum"); |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 487 | } |
Qu Wenruo | d399167 | 2014-01-06 09:58:32 +0800 | [diff] [blame] | 488 | btrfs_clear_opt(info->mount_opt, NODATACOW); |
| 489 | btrfs_clear_opt(info->mount_opt, NODATASUM); |
| 490 | break; |
Chris Mason | be20aa9 | 2007-12-17 20:14:01 -0500 | [diff] [blame] | 491 | case Opt_nodatacow: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 492 | if (!btrfs_test_opt(info, NODATACOW)) { |
| 493 | if (!btrfs_test_opt(info, COMPRESS) || |
| 494 | !btrfs_test_opt(info, FORCE_COMPRESS)) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 495 | btrfs_info(info, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 496 | "setting nodatacow, compression disabled"); |
| 497 | } else { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 498 | btrfs_info(info, "setting nodatacow"); |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 499 | } |
Andrei Popa | bedb2cc | 2012-09-20 08:42:11 -0600 | [diff] [blame] | 500 | } |
Andrei Popa | bedb2cc | 2012-09-20 08:42:11 -0600 | [diff] [blame] | 501 | btrfs_clear_opt(info->mount_opt, COMPRESS); |
| 502 | btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 503 | btrfs_set_opt(info->mount_opt, NODATACOW); |
| 504 | btrfs_set_opt(info->mount_opt, NODATASUM); |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 505 | break; |
Qu Wenruo | a258af7 | 2014-01-06 09:58:31 +0800 | [diff] [blame] | 506 | case Opt_datacow: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 507 | btrfs_clear_and_info(info, NODATACOW, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 508 | "setting datacow"); |
Qu Wenruo | a258af7 | 2014-01-06 09:58:31 +0800 | [diff] [blame] | 509 | break; |
Chris Mason | a555f81 | 2010-01-28 16:18:15 -0500 | [diff] [blame] | 510 | case Opt_compress_force: |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 511 | case Opt_compress_force_type: |
| 512 | compress_force = true; |
Eric Sandeen | 1c697d4 | 2013-01-31 00:54:56 +0000 | [diff] [blame] | 513 | /* Fallthrough */ |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 514 | case Opt_compress: |
| 515 | case Opt_compress_type: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 516 | saved_compress_type = btrfs_test_opt(info, |
| 517 | COMPRESS) ? |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 518 | info->compress_type : BTRFS_COMPRESS_NONE; |
| 519 | saved_compress_force = |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 520 | btrfs_test_opt(info, FORCE_COMPRESS); |
David Sterba | 38c8255 | 2020-07-23 19:08:55 +0200 | [diff] [blame] | 521 | saved_compress_level = info->compress_level; |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 522 | if (token == Opt_compress || |
| 523 | token == Opt_compress_force || |
David Sterba | a7164fa | 2017-07-17 18:11:10 +0200 | [diff] [blame] | 524 | strncmp(args[0].from, "zlib", 4) == 0) { |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 525 | compress_type = "zlib"; |
Qu Wenruo | eae8d82 | 2017-11-06 10:43:18 +0800 | [diff] [blame] | 526 | |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 527 | info->compress_type = BTRFS_COMPRESS_ZLIB; |
Qu Wenruo | eae8d82 | 2017-11-06 10:43:18 +0800 | [diff] [blame] | 528 | info->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; |
| 529 | /* |
| 530 | * args[0] contains uninitialized data since |
| 531 | * for these tokens we don't expect any |
| 532 | * parameter. |
| 533 | */ |
| 534 | if (token != Opt_compress && |
| 535 | token != Opt_compress_force) |
| 536 | info->compress_level = |
Dennis Zhou | d0ab62c | 2019-02-04 15:20:05 -0500 | [diff] [blame] | 537 | btrfs_compress_str2level( |
| 538 | BTRFS_COMPRESS_ZLIB, |
| 539 | args[0].from + 4); |
Arnd Hannemann | 063849e | 2012-04-16 15:27:51 +0200 | [diff] [blame] | 540 | btrfs_set_opt(info->mount_opt, COMPRESS); |
Andrei Popa | bedb2cc | 2012-09-20 08:42:11 -0600 | [diff] [blame] | 541 | btrfs_clear_opt(info->mount_opt, NODATACOW); |
| 542 | btrfs_clear_opt(info->mount_opt, NODATASUM); |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 543 | no_compress = 0; |
David Sterba | a7164fa | 2017-07-17 18:11:10 +0200 | [diff] [blame] | 544 | } else if (strncmp(args[0].from, "lzo", 3) == 0) { |
Li Zefan | a6fa6fa | 2010-10-25 15:12:26 +0800 | [diff] [blame] | 545 | compress_type = "lzo"; |
| 546 | info->compress_type = BTRFS_COMPRESS_LZO; |
Marcos Paulo de Souza | 8a35094 | 2020-08-03 16:55:01 -0300 | [diff] [blame] | 547 | info->compress_level = 0; |
Arnd Hannemann | 063849e | 2012-04-16 15:27:51 +0200 | [diff] [blame] | 548 | btrfs_set_opt(info->mount_opt, COMPRESS); |
Andrei Popa | bedb2cc | 2012-09-20 08:42:11 -0600 | [diff] [blame] | 549 | btrfs_clear_opt(info->mount_opt, NODATACOW); |
| 550 | btrfs_clear_opt(info->mount_opt, NODATASUM); |
Mitch Harder | 2b0ce2c | 2012-07-24 11:58:43 -0600 | [diff] [blame] | 551 | btrfs_set_fs_incompat(info, COMPRESS_LZO); |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 552 | no_compress = 0; |
Dennis Zhou | 3f93aef | 2019-02-04 15:20:08 -0500 | [diff] [blame] | 553 | } else if (strncmp(args[0].from, "zstd", 4) == 0) { |
Nick Terrell | 5c1aab1 | 2017-08-09 19:39:02 -0700 | [diff] [blame] | 554 | compress_type = "zstd"; |
| 555 | info->compress_type = BTRFS_COMPRESS_ZSTD; |
Dennis Zhou | 3f93aef | 2019-02-04 15:20:08 -0500 | [diff] [blame] | 556 | info->compress_level = |
| 557 | btrfs_compress_str2level( |
| 558 | BTRFS_COMPRESS_ZSTD, |
| 559 | args[0].from + 4); |
Nick Terrell | 5c1aab1 | 2017-08-09 19:39:02 -0700 | [diff] [blame] | 560 | btrfs_set_opt(info->mount_opt, COMPRESS); |
| 561 | btrfs_clear_opt(info->mount_opt, NODATACOW); |
| 562 | btrfs_clear_opt(info->mount_opt, NODATASUM); |
| 563 | btrfs_set_fs_incompat(info, COMPRESS_ZSTD); |
| 564 | no_compress = 0; |
Arnd Hannemann | 063849e | 2012-04-16 15:27:51 +0200 | [diff] [blame] | 565 | } else if (strncmp(args[0].from, "no", 2) == 0) { |
| 566 | compress_type = "no"; |
David Sterba | 38c8255 | 2020-07-23 19:08:55 +0200 | [diff] [blame] | 567 | info->compress_level = 0; |
| 568 | info->compress_type = 0; |
Arnd Hannemann | 063849e | 2012-04-16 15:27:51 +0200 | [diff] [blame] | 569 | btrfs_clear_opt(info->mount_opt, COMPRESS); |
| 570 | btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); |
| 571 | compress_force = false; |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 572 | no_compress++; |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 573 | } else { |
| 574 | ret = -EINVAL; |
| 575 | goto out; |
| 576 | } |
| 577 | |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 578 | if (compress_force) { |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 579 | btrfs_set_opt(info->mount_opt, FORCE_COMPRESS); |
David Sterba | 143f363 | 2014-07-29 17:41:08 +0200 | [diff] [blame] | 580 | } else { |
Wang Shilong | 4027e0f | 2014-06-30 10:51:25 +0800 | [diff] [blame] | 581 | /* |
| 582 | * If we remount from compress-force=xxx to |
| 583 | * compress=xxx, we need clear FORCE_COMPRESS |
| 584 | * flag, otherwise, there is no way for users |
| 585 | * to disable forcible compression separately. |
| 586 | */ |
| 587 | btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); |
Miao Xie | a7e252a | 2013-11-22 18:47:59 +0800 | [diff] [blame] | 588 | } |
David Sterba | 38c8255 | 2020-07-23 19:08:55 +0200 | [diff] [blame] | 589 | if (no_compress == 1) { |
| 590 | btrfs_info(info, "use no compression"); |
| 591 | } else if ((info->compress_type != saved_compress_type) || |
| 592 | (compress_force != saved_compress_force) || |
| 593 | (info->compress_level != saved_compress_level)) { |
David Sterba | f51d2b5 | 2017-09-15 17:36:57 +0200 | [diff] [blame] | 594 | btrfs_info(info, "%s %s compression, level %d", |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 595 | (compress_force) ? "force" : "use", |
David Sterba | f51d2b5 | 2017-09-15 17:36:57 +0200 | [diff] [blame] | 596 | compress_type, info->compress_level); |
Tsutomu Itoh | b7c47bb | 2016-01-06 17:03:40 +0900 | [diff] [blame] | 597 | } |
| 598 | compress_force = false; |
Chris Mason | a555f81 | 2010-01-28 16:18:15 -0500 | [diff] [blame] | 599 | break; |
Chris Mason | e18e480 | 2008-01-18 10:54:22 -0500 | [diff] [blame] | 600 | case Opt_ssd: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 601 | btrfs_set_and_info(info, SSD, |
Hans van Kranenburg | 583b723 | 2017-07-28 08:31:28 +0200 | [diff] [blame] | 602 | "enabling ssd optimizations"); |
Adam Borowski | 951e796 | 2017-03-31 17:19:04 +0200 | [diff] [blame] | 603 | btrfs_clear_opt(info->mount_opt, NOSSD); |
Chris Mason | e18e480 | 2008-01-18 10:54:22 -0500 | [diff] [blame] | 604 | break; |
Chris Mason | 451d758 | 2009-06-09 20:28:34 -0400 | [diff] [blame] | 605 | case Opt_ssd_spread: |
Hans van Kranenburg | 583b723 | 2017-07-28 08:31:28 +0200 | [diff] [blame] | 606 | btrfs_set_and_info(info, SSD, |
| 607 | "enabling ssd optimizations"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 608 | btrfs_set_and_info(info, SSD_SPREAD, |
Hans van Kranenburg | 583b723 | 2017-07-28 08:31:28 +0200 | [diff] [blame] | 609 | "using spread ssd allocation scheme"); |
Adam Borowski | 951e796 | 2017-03-31 17:19:04 +0200 | [diff] [blame] | 610 | btrfs_clear_opt(info->mount_opt, NOSSD); |
Chris Mason | 451d758 | 2009-06-09 20:28:34 -0400 | [diff] [blame] | 611 | break; |
Chris Mason | 3b30c22 | 2009-06-09 16:42:22 -0400 | [diff] [blame] | 612 | case Opt_nossd: |
Hans van Kranenburg | 583b723 | 2017-07-28 08:31:28 +0200 | [diff] [blame] | 613 | btrfs_set_opt(info->mount_opt, NOSSD); |
| 614 | btrfs_clear_and_info(info, SSD, |
| 615 | "not using ssd optimizations"); |
Howard McLauchlan | 62b8e07 | 2018-03-08 10:48:48 -0800 | [diff] [blame] | 616 | /* Fallthrough */ |
| 617 | case Opt_nossd_spread: |
Hans van Kranenburg | 583b723 | 2017-07-28 08:31:28 +0200 | [diff] [blame] | 618 | btrfs_clear_and_info(info, SSD_SPREAD, |
| 619 | "not using spread ssd allocation scheme"); |
Chris Mason | 3b30c22 | 2009-06-09 16:42:22 -0400 | [diff] [blame] | 620 | break; |
Qu Wenruo | 842bef5 | 2014-01-06 09:58:25 +0800 | [diff] [blame] | 621 | case Opt_barrier: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 622 | btrfs_clear_and_info(info, NOBARRIER, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 623 | "turning on barriers"); |
Qu Wenruo | 842bef5 | 2014-01-06 09:58:25 +0800 | [diff] [blame] | 624 | break; |
Chris Mason | 21ad10c | 2008-01-09 09:23:21 -0500 | [diff] [blame] | 625 | case Opt_nobarrier: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 626 | btrfs_set_and_info(info, NOBARRIER, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 627 | "turning off barriers"); |
Chris Mason | 21ad10c | 2008-01-09 09:23:21 -0500 | [diff] [blame] | 628 | break; |
Chris Mason | 4543df7 | 2008-06-11 21:47:56 -0400 | [diff] [blame] | 629 | case Opt_thread_pool: |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 630 | ret = match_int(&args[0], &intarg); |
| 631 | if (ret) { |
| 632 | goto out; |
Anand Jain | f7b885b | 2018-02-13 17:50:42 +0800 | [diff] [blame] | 633 | } else if (intarg == 0) { |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 634 | ret = -EINVAL; |
| 635 | goto out; |
| 636 | } |
Anand Jain | f7b885b | 2018-02-13 17:50:42 +0800 | [diff] [blame] | 637 | info->thread_pool_size = intarg; |
Chris Mason | 4543df7 | 2008-06-11 21:47:56 -0400 | [diff] [blame] | 638 | break; |
Chris Mason | 6f568d3 | 2008-01-29 16:03:38 -0500 | [diff] [blame] | 639 | case Opt_max_inline: |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 640 | num = match_strdup(&args[0]); |
| 641 | if (num) { |
Akinobu Mita | 9174846 | 2010-02-28 10:59:11 +0000 | [diff] [blame] | 642 | info->max_inline = memparse(num, NULL); |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 643 | kfree(num); |
Chris Mason | 6f568d3 | 2008-01-29 16:03:38 -0500 | [diff] [blame] | 644 | |
Chris Mason | 15ada04 | 2008-06-11 16:51:38 -0400 | [diff] [blame] | 645 | if (info->max_inline) { |
Mitch Harder | feb5f96 | 2014-02-13 09:13:16 -0600 | [diff] [blame] | 646 | info->max_inline = min_t(u64, |
Chris Mason | 15ada04 | 2008-06-11 16:51:38 -0400 | [diff] [blame] | 647 | info->max_inline, |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 648 | info->sectorsize); |
Chris Mason | 15ada04 | 2008-06-11 16:51:38 -0400 | [diff] [blame] | 649 | } |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 650 | btrfs_info(info, "max_inline at %llu", |
| 651 | info->max_inline); |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 652 | } else { |
| 653 | ret = -ENOMEM; |
| 654 | goto out; |
Chris Mason | 6f568d3 | 2008-01-29 16:03:38 -0500 | [diff] [blame] | 655 | } |
| 656 | break; |
Chris Mason | 8f662a7 | 2008-01-02 10:01:11 -0500 | [diff] [blame] | 657 | case Opt_alloc_start: |
David Sterba | 0d0c71b | 2017-06-15 01:30:06 +0200 | [diff] [blame] | 658 | btrfs_info(info, |
| 659 | "option alloc_start is obsolete, ignored"); |
Chris Mason | 8f662a7 | 2008-01-02 10:01:11 -0500 | [diff] [blame] | 660 | break; |
Qu Wenruo | bd0330a | 2014-01-06 09:58:30 +0800 | [diff] [blame] | 661 | case Opt_acl: |
Guangliang Zhao | 45ff35d | 2014-05-12 11:04:33 +0800 | [diff] [blame] | 662 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 663 | info->sb->s_flags |= SB_POSIXACL; |
Qu Wenruo | bd0330a | 2014-01-06 09:58:30 +0800 | [diff] [blame] | 664 | break; |
Guangliang Zhao | 45ff35d | 2014-05-12 11:04:33 +0800 | [diff] [blame] | 665 | #else |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 666 | btrfs_err(info, "support for ACL not compiled in!"); |
Guangliang Zhao | 45ff35d | 2014-05-12 11:04:33 +0800 | [diff] [blame] | 667 | ret = -EINVAL; |
| 668 | goto out; |
| 669 | #endif |
Josef Bacik | 33268ea | 2008-07-24 12:16:36 -0400 | [diff] [blame] | 670 | case Opt_noacl: |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 671 | info->sb->s_flags &= ~SB_POSIXACL; |
Josef Bacik | 33268ea | 2008-07-24 12:16:36 -0400 | [diff] [blame] | 672 | break; |
Sage Weil | 3a5e140 | 2009-04-02 16:49:40 -0400 | [diff] [blame] | 673 | case Opt_notreelog: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 674 | btrfs_set_and_info(info, NOTREELOG, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 675 | "disabling tree log"); |
Sage Weil | 3a5e140 | 2009-04-02 16:49:40 -0400 | [diff] [blame] | 676 | break; |
Qu Wenruo | a88998f | 2014-01-06 09:58:33 +0800 | [diff] [blame] | 677 | case Opt_treelog: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 678 | btrfs_clear_and_info(info, NOTREELOG, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 679 | "enabling tree log"); |
Qu Wenruo | a88998f | 2014-01-06 09:58:33 +0800 | [diff] [blame] | 680 | break; |
Qu Wenruo | fed8f16 | 2016-01-19 10:23:04 +0800 | [diff] [blame] | 681 | case Opt_norecovery: |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 682 | case Opt_nologreplay: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 683 | btrfs_set_and_info(info, NOLOGREPLAY, |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 684 | "disabling log replay at mount time"); |
| 685 | break; |
Sage Weil | dccae99 | 2009-04-02 16:59:01 -0400 | [diff] [blame] | 686 | case Opt_flushoncommit: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 687 | btrfs_set_and_info(info, FLUSHONCOMMIT, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 688 | "turning on flush-on-commit"); |
Sage Weil | dccae99 | 2009-04-02 16:59:01 -0400 | [diff] [blame] | 689 | break; |
Qu Wenruo | 2c9ee85 | 2014-01-06 09:58:29 +0800 | [diff] [blame] | 690 | case Opt_noflushoncommit: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 691 | btrfs_clear_and_info(info, FLUSHONCOMMIT, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 692 | "turning off flush-on-commit"); |
Qu Wenruo | 2c9ee85 | 2014-01-06 09:58:29 +0800 | [diff] [blame] | 693 | break; |
Josef Bacik | 97e728d | 2009-04-21 17:40:57 -0400 | [diff] [blame] | 694 | case Opt_ratio: |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 695 | ret = match_int(&args[0], &intarg); |
Anand Jain | 764cb8b | 2018-02-13 17:50:44 +0800 | [diff] [blame] | 696 | if (ret) |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 697 | goto out; |
Anand Jain | 764cb8b | 2018-02-13 17:50:44 +0800 | [diff] [blame] | 698 | info->metadata_ratio = intarg; |
| 699 | btrfs_info(info, "metadata ratio %u", |
| 700 | info->metadata_ratio); |
Josef Bacik | 97e728d | 2009-04-21 17:40:57 -0400 | [diff] [blame] | 701 | break; |
Christoph Hellwig | e244a0a | 2009-10-14 09:24:59 -0400 | [diff] [blame] | 702 | case Opt_discard: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 703 | btrfs_set_and_info(info, DISCARD, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 704 | "turning on discard"); |
Christoph Hellwig | e244a0a | 2009-10-14 09:24:59 -0400 | [diff] [blame] | 705 | break; |
Qu Wenruo | e07a2ad | 2014-01-06 09:58:27 +0800 | [diff] [blame] | 706 | case Opt_nodiscard: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 707 | btrfs_clear_and_info(info, DISCARD, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 708 | "turning off discard"); |
Qu Wenruo | e07a2ad | 2014-01-06 09:58:27 +0800 | [diff] [blame] | 709 | break; |
Josef Bacik | 0af3d00 | 2010-06-21 14:48:16 -0400 | [diff] [blame] | 710 | case Opt_space_cache: |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 711 | case Opt_space_cache_version: |
| 712 | if (token == Opt_space_cache || |
| 713 | strcmp(args[0].from, "v1") == 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 714 | btrfs_clear_opt(info->mount_opt, |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 715 | FREE_SPACE_TREE); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 716 | btrfs_set_and_info(info, SPACE_CACHE, |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 717 | "enabling disk space caching"); |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 718 | } else if (strcmp(args[0].from, "v2") == 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 719 | btrfs_clear_opt(info->mount_opt, |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 720 | SPACE_CACHE); |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 721 | btrfs_set_and_info(info, FREE_SPACE_TREE, |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 722 | "enabling free space tree"); |
| 723 | } else { |
| 724 | ret = -EINVAL; |
| 725 | goto out; |
| 726 | } |
Josef Bacik | 0de9087 | 2010-11-19 13:40:41 +0000 | [diff] [blame] | 727 | break; |
Stefan Behrens | f420ee1 | 2013-08-15 17:11:24 +0200 | [diff] [blame] | 728 | case Opt_rescan_uuid_tree: |
| 729 | btrfs_set_opt(info->mount_opt, RESCAN_UUID_TREE); |
| 730 | break; |
Josef Bacik | 73bc187 | 2011-10-03 14:07:49 -0400 | [diff] [blame] | 731 | case Opt_no_space_cache: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 732 | if (btrfs_test_opt(info, SPACE_CACHE)) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 733 | btrfs_clear_and_info(info, SPACE_CACHE, |
| 734 | "disabling disk space caching"); |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 735 | } |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 736 | if (btrfs_test_opt(info, FREE_SPACE_TREE)) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 737 | btrfs_clear_and_info(info, FREE_SPACE_TREE, |
| 738 | "disabling free space tree"); |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 739 | } |
Josef Bacik | 73bc187 | 2011-10-03 14:07:49 -0400 | [diff] [blame] | 740 | break; |
Chris Mason | 4b9465c | 2011-06-03 09:36:29 -0400 | [diff] [blame] | 741 | case Opt_inode_cache: |
David Sterba | 7e1876a | 2014-02-05 15:26:17 +0100 | [diff] [blame] | 742 | btrfs_set_pending_and_info(info, INODE_MAP_CACHE, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 743 | "enabling inode map caching"); |
Qu Wenruo | 3818aea | 2014-01-13 13:36:06 +0800 | [diff] [blame] | 744 | break; |
| 745 | case Opt_noinode_cache: |
David Sterba | 7e1876a | 2014-02-05 15:26:17 +0100 | [diff] [blame] | 746 | btrfs_clear_pending_and_info(info, INODE_MAP_CACHE, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 747 | "disabling inode map caching"); |
Chris Mason | 4b9465c | 2011-06-03 09:36:29 -0400 | [diff] [blame] | 748 | break; |
Josef Bacik | 88c2ba3 | 2010-09-21 14:21:34 -0400 | [diff] [blame] | 749 | case Opt_clear_cache: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 750 | btrfs_set_and_info(info, CLEAR_CACHE, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 751 | "force clearing of disk cache"); |
Josef Bacik | 0af3d00 | 2010-06-21 14:48:16 -0400 | [diff] [blame] | 752 | break; |
Sage Weil | 4260f7c | 2010-10-29 15:46:43 -0400 | [diff] [blame] | 753 | case Opt_user_subvol_rm_allowed: |
| 754 | btrfs_set_opt(info->mount_opt, USER_SUBVOL_RM_ALLOWED); |
| 755 | break; |
Chris Mason | 9143565 | 2011-02-16 13:10:41 -0500 | [diff] [blame] | 756 | case Opt_enospc_debug: |
| 757 | btrfs_set_opt(info->mount_opt, ENOSPC_DEBUG); |
| 758 | break; |
Qu Wenruo | 5303629 | 2014-01-06 09:58:28 +0800 | [diff] [blame] | 759 | case Opt_noenospc_debug: |
| 760 | btrfs_clear_opt(info->mount_opt, ENOSPC_DEBUG); |
| 761 | break; |
Chris Mason | 4cb5300 | 2011-05-24 15:35:30 -0400 | [diff] [blame] | 762 | case Opt_defrag: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 763 | btrfs_set_and_info(info, AUTO_DEFRAG, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 764 | "enabling auto defrag"); |
Chris Mason | 4cb5300 | 2011-05-24 15:35:30 -0400 | [diff] [blame] | 765 | break; |
Qu Wenruo | fc0ca9af | 2014-01-06 09:58:26 +0800 | [diff] [blame] | 766 | case Opt_nodefrag: |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 767 | btrfs_clear_and_info(info, AUTO_DEFRAG, |
Qu Wenruo | 0780253 | 2014-01-13 13:36:07 +0800 | [diff] [blame] | 768 | "disabling auto defrag"); |
Qu Wenruo | fc0ca9af | 2014-01-06 09:58:26 +0800 | [diff] [blame] | 769 | break; |
Chris Mason | af31f5e | 2011-11-03 15:17:42 -0400 | [diff] [blame] | 770 | case Opt_recovery: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 771 | btrfs_warn(info, |
Qu Wenruo | 8dcddfa | 2016-01-19 10:23:02 +0800 | [diff] [blame] | 772 | "'recovery' is deprecated, use 'usebackuproot' instead"); |
Bart Van Assche | acd43e3 | 2018-06-20 10:03:32 -0700 | [diff] [blame] | 773 | /* fall through */ |
Qu Wenruo | 8dcddfa | 2016-01-19 10:23:02 +0800 | [diff] [blame] | 774 | case Opt_usebackuproot: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 775 | btrfs_info(info, |
Qu Wenruo | 8dcddfa | 2016-01-19 10:23:02 +0800 | [diff] [blame] | 776 | "trying to use backup root at mount time"); |
| 777 | btrfs_set_opt(info->mount_opt, USEBACKUPROOT); |
Chris Mason | af31f5e | 2011-11-03 15:17:42 -0400 | [diff] [blame] | 778 | break; |
Ilya Dryomov | 9555c6c | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 779 | case Opt_skip_balance: |
| 780 | btrfs_set_opt(info->mount_opt, SKIP_BALANCE); |
| 781 | break; |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 782 | #ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY |
| 783 | case Opt_check_integrity_including_extent_data: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 784 | btrfs_info(info, |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 785 | "enabling check integrity including extent data"); |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 786 | btrfs_set_opt(info->mount_opt, |
| 787 | CHECK_INTEGRITY_INCLUDING_EXTENT_DATA); |
| 788 | btrfs_set_opt(info->mount_opt, CHECK_INTEGRITY); |
| 789 | break; |
| 790 | case Opt_check_integrity: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 791 | btrfs_info(info, "enabling check integrity"); |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 792 | btrfs_set_opt(info->mount_opt, CHECK_INTEGRITY); |
| 793 | break; |
| 794 | case Opt_check_integrity_print_mask: |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 795 | ret = match_int(&args[0], &intarg); |
Anand Jain | 02453bd | 2018-02-13 17:50:45 +0800 | [diff] [blame] | 796 | if (ret) |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 797 | goto out; |
Anand Jain | 02453bd | 2018-02-13 17:50:45 +0800 | [diff] [blame] | 798 | info->check_integrity_print_mask = intarg; |
| 799 | btrfs_info(info, "check_integrity_print_mask 0x%x", |
| 800 | info->check_integrity_print_mask); |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 801 | break; |
| 802 | #else |
| 803 | case Opt_check_integrity_including_extent_data: |
| 804 | case Opt_check_integrity: |
| 805 | case Opt_check_integrity_print_mask: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 806 | btrfs_err(info, |
| 807 | "support for check_integrity* not compiled in!"); |
Stefan Behrens | 21adbd5 | 2011-11-09 13:44:05 +0100 | [diff] [blame] | 808 | ret = -EINVAL; |
| 809 | goto out; |
| 810 | #endif |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 811 | case Opt_fatal_errors: |
| 812 | if (strcmp(args[0].from, "panic") == 0) |
| 813 | btrfs_set_opt(info->mount_opt, |
| 814 | PANIC_ON_FATAL_ERROR); |
| 815 | else if (strcmp(args[0].from, "bug") == 0) |
| 816 | btrfs_clear_opt(info->mount_opt, |
| 817 | PANIC_ON_FATAL_ERROR); |
| 818 | else { |
| 819 | ret = -EINVAL; |
| 820 | goto out; |
| 821 | } |
| 822 | break; |
David Sterba | 8b87dc1 | 2013-08-01 18:14:52 +0200 | [diff] [blame] | 823 | case Opt_commit_interval: |
| 824 | intarg = 0; |
| 825 | ret = match_int(&args[0], &intarg); |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 826 | if (ret) |
David Sterba | 8b87dc1 | 2013-08-01 18:14:52 +0200 | [diff] [blame] | 827 | goto out; |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 828 | if (intarg == 0) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 829 | btrfs_info(info, |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 830 | "using default commit interval %us", |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 831 | BTRFS_DEFAULT_COMMIT_INTERVAL); |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 832 | intarg = BTRFS_DEFAULT_COMMIT_INTERVAL; |
| 833 | } else if (intarg > 300) { |
| 834 | btrfs_warn(info, "excessive commit interval %d", |
| 835 | intarg); |
David Sterba | 8b87dc1 | 2013-08-01 18:14:52 +0200 | [diff] [blame] | 836 | } |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 837 | info->commit_interval = intarg; |
David Sterba | 8b87dc1 | 2013-08-01 18:14:52 +0200 | [diff] [blame] | 838 | break; |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 839 | #ifdef CONFIG_BTRFS_DEBUG |
| 840 | case Opt_fragment_all: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 841 | btrfs_info(info, "fragmenting all space"); |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 842 | btrfs_set_opt(info->mount_opt, FRAGMENT_DATA); |
| 843 | btrfs_set_opt(info->mount_opt, FRAGMENT_METADATA); |
| 844 | break; |
| 845 | case Opt_fragment_metadata: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 846 | btrfs_info(info, "fragmenting metadata"); |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 847 | btrfs_set_opt(info->mount_opt, |
| 848 | FRAGMENT_METADATA); |
| 849 | break; |
| 850 | case Opt_fragment_data: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 851 | btrfs_info(info, "fragmenting data"); |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 852 | btrfs_set_opt(info->mount_opt, FRAGMENT_DATA); |
| 853 | break; |
| 854 | #endif |
Josef Bacik | fb59237 | 2017-09-29 15:43:48 -0400 | [diff] [blame] | 855 | #ifdef CONFIG_BTRFS_FS_REF_VERIFY |
| 856 | case Opt_ref_verify: |
| 857 | btrfs_info(info, "doing ref verification"); |
| 858 | btrfs_set_opt(info->mount_opt, REF_VERIFY); |
| 859 | break; |
| 860 | #endif |
Sage Weil | a7a3f7c | 2009-11-07 06:19:16 +0000 | [diff] [blame] | 861 | case Opt_err: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 862 | btrfs_info(info, "unrecognized mount option '%s'", p); |
Sage Weil | a7a3f7c | 2009-11-07 06:19:16 +0000 | [diff] [blame] | 863 | ret = -EINVAL; |
| 864 | goto out; |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 865 | default: |
Chris Mason | be20aa9 | 2007-12-17 20:14:01 -0500 | [diff] [blame] | 866 | break; |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 867 | } |
| 868 | } |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 869 | check: |
| 870 | /* |
| 871 | * Extra check for current option against current flag |
| 872 | */ |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 873 | if (btrfs_test_opt(info, NOLOGREPLAY) && !(new_flags & SB_RDONLY)) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 874 | btrfs_err(info, |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 875 | "nologreplay must be used with ro mount option"); |
| 876 | ret = -EINVAL; |
| 877 | } |
Sage Weil | a7a3f7c | 2009-11-07 06:19:16 +0000 | [diff] [blame] | 878 | out: |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 879 | if (btrfs_fs_compat_ro(info, FREE_SPACE_TREE) && |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 880 | !btrfs_test_opt(info, FREE_SPACE_TREE) && |
| 881 | !btrfs_test_opt(info, CLEAR_CACHE)) { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 882 | btrfs_err(info, "cannot disable free space tree"); |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 883 | ret = -EINVAL; |
| 884 | |
| 885 | } |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 886 | if (!ret && btrfs_test_opt(info, SPACE_CACHE)) |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 887 | btrfs_info(info, "disk space caching is enabled"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 888 | if (!ret && btrfs_test_opt(info, FREE_SPACE_TREE)) |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 889 | btrfs_info(info, "using free space tree"); |
Sage Weil | a7a3f7c | 2009-11-07 06:19:16 +0000 | [diff] [blame] | 890 | return ret; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 891 | } |
| 892 | |
| 893 | /* |
| 894 | * Parse mount options that are required early in the mount process. |
| 895 | * |
| 896 | * All other options will be parsed on much later in the mount process and |
| 897 | * only when we need to allocate a new super block. |
| 898 | */ |
Anand Jain | fa59f27 | 2018-07-16 22:18:07 +0800 | [diff] [blame] | 899 | static int btrfs_parse_device_options(const char *options, fmode_t flags, |
| 900 | void *holder) |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 901 | { |
| 902 | substring_t args[MAX_OPT_ARGS]; |
Jeff Liu | 83c8c9b | 2011-09-14 14:11:21 +0800 | [diff] [blame] | 903 | char *device_name, *opts, *orig, *p; |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 904 | struct btrfs_device *device = NULL; |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 905 | int error = 0; |
| 906 | |
David Sterba | 5139cff | 2018-06-19 17:50:25 +0200 | [diff] [blame] | 907 | lockdep_assert_held(&uuid_mutex); |
| 908 | |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 909 | if (!options) |
| 910 | return 0; |
| 911 | |
| 912 | /* |
| 913 | * strsep changes the string, duplicate it because btrfs_parse_options |
| 914 | * gets called later |
| 915 | */ |
| 916 | opts = kstrdup(options, GFP_KERNEL); |
| 917 | if (!opts) |
| 918 | return -ENOMEM; |
| 919 | orig = opts; |
| 920 | |
| 921 | while ((p = strsep(&opts, ",")) != NULL) { |
| 922 | int token; |
| 923 | |
| 924 | if (!*p) |
| 925 | continue; |
| 926 | |
| 927 | token = match_token(p, tokens, args); |
| 928 | if (token == Opt_device) { |
| 929 | device_name = match_strdup(&args[0]); |
| 930 | if (!device_name) { |
| 931 | error = -ENOMEM; |
| 932 | goto out; |
| 933 | } |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 934 | device = btrfs_scan_one_device(device_name, flags, |
| 935 | holder); |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 936 | kfree(device_name); |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 937 | if (IS_ERR(device)) { |
| 938 | error = PTR_ERR(device); |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 939 | goto out; |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 940 | } |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 941 | } |
| 942 | } |
| 943 | |
| 944 | out: |
| 945 | kfree(orig); |
| 946 | return error; |
| 947 | } |
| 948 | |
| 949 | /* |
| 950 | * Parse mount options that are related to subvolume id |
| 951 | * |
| 952 | * The value is later passed to mount_subvol() |
| 953 | */ |
Gu Jinxiang | 93b9bcd | 2018-07-09 14:39:15 +0800 | [diff] [blame] | 954 | static int btrfs_parse_subvol_options(const char *options, char **subvol_name, |
| 955 | u64 *subvol_objectid) |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 956 | { |
| 957 | substring_t args[MAX_OPT_ARGS]; |
| 958 | char *opts, *orig, *p; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 959 | int error = 0; |
Anand Jain | ccb0e7d | 2018-02-15 01:11:37 +0800 | [diff] [blame] | 960 | u64 subvolid; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 961 | |
| 962 | if (!options) |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 963 | return 0; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 964 | |
| 965 | /* |
Misono, Tomohiro | d740760 | 2017-12-14 17:25:28 +0900 | [diff] [blame] | 966 | * strsep changes the string, duplicate it because |
Anand Jain | fa59f27 | 2018-07-16 22:18:07 +0800 | [diff] [blame] | 967 | * btrfs_parse_device_options gets called later |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 968 | */ |
| 969 | opts = kstrdup(options, GFP_KERNEL); |
| 970 | if (!opts) |
| 971 | return -ENOMEM; |
Tero Roponen | 3f3d0bc | 2010-12-27 16:43:13 +0800 | [diff] [blame] | 972 | orig = opts; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 973 | |
| 974 | while ((p = strsep(&opts, ",")) != NULL) { |
| 975 | int token; |
| 976 | if (!*p) |
| 977 | continue; |
| 978 | |
| 979 | token = match_token(p, tokens, args); |
| 980 | switch (token) { |
| 981 | case Opt_subvol: |
Ilya Dryomov | a90e8b6 | 2011-11-08 16:47:55 +0200 | [diff] [blame] | 982 | kfree(*subvol_name); |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 983 | *subvol_name = match_strdup(&args[0]); |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 984 | if (!*subvol_name) { |
| 985 | error = -ENOMEM; |
| 986 | goto out; |
| 987 | } |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 988 | break; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 989 | case Opt_subvolid: |
Anand Jain | ccb0e7d | 2018-02-15 01:11:37 +0800 | [diff] [blame] | 990 | error = match_u64(&args[0], &subvolid); |
| 991 | if (error) |
Wang Shilong | 2c334e8 | 2013-07-24 10:29:05 +0800 | [diff] [blame] | 992 | goto out; |
Anand Jain | ccb0e7d | 2018-02-15 01:11:37 +0800 | [diff] [blame] | 993 | |
| 994 | /* we want the original fs_tree */ |
| 995 | if (subvolid == 0) |
| 996 | subvolid = BTRFS_FS_TREE_OBJECTID; |
| 997 | |
| 998 | *subvol_objectid = subvolid; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 999 | break; |
Xin Zhong | e15d054 | 2011-04-06 07:33:51 +0000 | [diff] [blame] | 1000 | case Opt_subvolrootid: |
Jeff Mahoney | 62e8557 | 2016-09-20 10:05:01 -0400 | [diff] [blame] | 1001 | pr_warn("BTRFS: 'subvolrootid' mount option is deprecated and has no effect\n"); |
Xin Zhong | e15d054 | 2011-04-06 07:33:51 +0000 | [diff] [blame] | 1002 | break; |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1003 | default: |
| 1004 | break; |
| 1005 | } |
| 1006 | } |
| 1007 | |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1008 | out: |
Tero Roponen | 3f3d0bc | 2010-12-27 16:43:13 +0800 | [diff] [blame] | 1009 | kfree(orig); |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1010 | return error; |
Chris Mason | 95e0528 | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1011 | } |
| 1012 | |
Marcos Paulo de Souza | 038580b | 2020-02-21 14:56:12 +0100 | [diff] [blame] | 1013 | char *btrfs_get_subvol_name_from_objectid(struct btrfs_fs_info *fs_info, |
| 1014 | u64 subvol_objectid) |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1015 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1016 | struct btrfs_root *root = fs_info->tree_root; |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1017 | struct btrfs_root *fs_root; |
| 1018 | struct btrfs_root_ref *root_ref; |
| 1019 | struct btrfs_inode_ref *inode_ref; |
| 1020 | struct btrfs_key key; |
| 1021 | struct btrfs_path *path = NULL; |
| 1022 | char *name = NULL, *ptr; |
| 1023 | u64 dirid; |
| 1024 | int len; |
| 1025 | int ret; |
| 1026 | |
| 1027 | path = btrfs_alloc_path(); |
| 1028 | if (!path) { |
| 1029 | ret = -ENOMEM; |
| 1030 | goto err; |
| 1031 | } |
| 1032 | path->leave_spinning = 1; |
| 1033 | |
David Sterba | 3ec8362 | 2017-06-22 02:26:54 +0200 | [diff] [blame] | 1034 | name = kmalloc(PATH_MAX, GFP_KERNEL); |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1035 | if (!name) { |
| 1036 | ret = -ENOMEM; |
| 1037 | goto err; |
| 1038 | } |
| 1039 | ptr = name + PATH_MAX - 1; |
| 1040 | ptr[0] = '\0'; |
| 1041 | |
| 1042 | /* |
| 1043 | * Walk up the subvolume trees in the tree of tree roots by root |
| 1044 | * backrefs until we hit the top-level subvolume. |
| 1045 | */ |
| 1046 | while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { |
| 1047 | key.objectid = subvol_objectid; |
| 1048 | key.type = BTRFS_ROOT_BACKREF_KEY; |
| 1049 | key.offset = (u64)-1; |
| 1050 | |
| 1051 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); |
| 1052 | if (ret < 0) { |
| 1053 | goto err; |
| 1054 | } else if (ret > 0) { |
| 1055 | ret = btrfs_previous_item(root, path, subvol_objectid, |
| 1056 | BTRFS_ROOT_BACKREF_KEY); |
| 1057 | if (ret < 0) { |
| 1058 | goto err; |
| 1059 | } else if (ret > 0) { |
| 1060 | ret = -ENOENT; |
| 1061 | goto err; |
| 1062 | } |
| 1063 | } |
| 1064 | |
| 1065 | btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); |
| 1066 | subvol_objectid = key.offset; |
| 1067 | |
| 1068 | root_ref = btrfs_item_ptr(path->nodes[0], path->slots[0], |
| 1069 | struct btrfs_root_ref); |
| 1070 | len = btrfs_root_ref_name_len(path->nodes[0], root_ref); |
| 1071 | ptr -= len + 1; |
| 1072 | if (ptr < name) { |
| 1073 | ret = -ENAMETOOLONG; |
| 1074 | goto err; |
| 1075 | } |
| 1076 | read_extent_buffer(path->nodes[0], ptr + 1, |
| 1077 | (unsigned long)(root_ref + 1), len); |
| 1078 | ptr[0] = '/'; |
| 1079 | dirid = btrfs_root_ref_dirid(path->nodes[0], root_ref); |
| 1080 | btrfs_release_path(path); |
| 1081 | |
| 1082 | key.objectid = subvol_objectid; |
| 1083 | key.type = BTRFS_ROOT_ITEM_KEY; |
| 1084 | key.offset = (u64)-1; |
| 1085 | fs_root = btrfs_read_fs_root_no_name(fs_info, &key); |
| 1086 | if (IS_ERR(fs_root)) { |
| 1087 | ret = PTR_ERR(fs_root); |
| 1088 | goto err; |
| 1089 | } |
| 1090 | |
| 1091 | /* |
| 1092 | * Walk up the filesystem tree by inode refs until we hit the |
| 1093 | * root directory. |
| 1094 | */ |
| 1095 | while (dirid != BTRFS_FIRST_FREE_OBJECTID) { |
| 1096 | key.objectid = dirid; |
| 1097 | key.type = BTRFS_INODE_REF_KEY; |
| 1098 | key.offset = (u64)-1; |
| 1099 | |
| 1100 | ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); |
| 1101 | if (ret < 0) { |
| 1102 | goto err; |
| 1103 | } else if (ret > 0) { |
| 1104 | ret = btrfs_previous_item(fs_root, path, dirid, |
| 1105 | BTRFS_INODE_REF_KEY); |
| 1106 | if (ret < 0) { |
| 1107 | goto err; |
| 1108 | } else if (ret > 0) { |
| 1109 | ret = -ENOENT; |
| 1110 | goto err; |
| 1111 | } |
| 1112 | } |
| 1113 | |
| 1114 | btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); |
| 1115 | dirid = key.offset; |
| 1116 | |
| 1117 | inode_ref = btrfs_item_ptr(path->nodes[0], |
| 1118 | path->slots[0], |
| 1119 | struct btrfs_inode_ref); |
| 1120 | len = btrfs_inode_ref_name_len(path->nodes[0], |
| 1121 | inode_ref); |
| 1122 | ptr -= len + 1; |
| 1123 | if (ptr < name) { |
| 1124 | ret = -ENAMETOOLONG; |
| 1125 | goto err; |
| 1126 | } |
| 1127 | read_extent_buffer(path->nodes[0], ptr + 1, |
| 1128 | (unsigned long)(inode_ref + 1), len); |
| 1129 | ptr[0] = '/'; |
| 1130 | btrfs_release_path(path); |
| 1131 | } |
| 1132 | } |
| 1133 | |
| 1134 | btrfs_free_path(path); |
| 1135 | if (ptr == name + PATH_MAX - 1) { |
| 1136 | name[0] = '/'; |
| 1137 | name[1] = '\0'; |
| 1138 | } else { |
| 1139 | memmove(name, ptr, name + PATH_MAX - ptr); |
| 1140 | } |
| 1141 | return name; |
| 1142 | |
| 1143 | err: |
| 1144 | btrfs_free_path(path); |
| 1145 | kfree(name); |
| 1146 | return ERR_PTR(ret); |
| 1147 | } |
| 1148 | |
| 1149 | static int get_default_subvol_objectid(struct btrfs_fs_info *fs_info, u64 *objectid) |
| 1150 | { |
| 1151 | struct btrfs_root *root = fs_info->tree_root; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1152 | struct btrfs_dir_item *di; |
| 1153 | struct btrfs_path *path; |
| 1154 | struct btrfs_key location; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1155 | u64 dir_id; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1156 | |
| 1157 | path = btrfs_alloc_path(); |
| 1158 | if (!path) |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1159 | return -ENOMEM; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1160 | path->leave_spinning = 1; |
| 1161 | |
| 1162 | /* |
| 1163 | * Find the "default" dir item which points to the root item that we |
| 1164 | * will mount by default if we haven't been given a specific subvolume |
| 1165 | * to mount. |
| 1166 | */ |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1167 | dir_id = btrfs_super_root_dir(fs_info->super_copy); |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1168 | di = btrfs_lookup_dir_item(NULL, root, path, dir_id, "default", 7, 0); |
Julia Lawall | b083916 | 2011-05-14 07:10:51 +0000 | [diff] [blame] | 1169 | if (IS_ERR(di)) { |
| 1170 | btrfs_free_path(path); |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1171 | return PTR_ERR(di); |
Julia Lawall | b083916 | 2011-05-14 07:10:51 +0000 | [diff] [blame] | 1172 | } |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1173 | if (!di) { |
| 1174 | /* |
| 1175 | * Ok the default dir item isn't there. This is weird since |
| 1176 | * it's always been there, but don't freak out, just try and |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1177 | * mount the top-level subvolume. |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1178 | */ |
| 1179 | btrfs_free_path(path); |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1180 | *objectid = BTRFS_FS_TREE_OBJECTID; |
| 1181 | return 0; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1182 | } |
| 1183 | |
| 1184 | btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); |
| 1185 | btrfs_free_path(path); |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1186 | *objectid = location.objectid; |
| 1187 | return 0; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1188 | } |
| 1189 | |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 1190 | static int btrfs_fill_super(struct super_block *sb, |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 1191 | struct btrfs_fs_devices *fs_devices, |
David Sterba | 56e033a | 2017-02-10 19:44:31 +0100 | [diff] [blame] | 1192 | void *data) |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1193 | { |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 1194 | struct inode *inode; |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1195 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
Yan Zheng | 5d4f98a | 2009-06-10 10:45:14 -0400 | [diff] [blame] | 1196 | struct btrfs_key key; |
Chris Mason | 39279cc | 2007-06-12 06:35:45 -0400 | [diff] [blame] | 1197 | int err; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1198 | |
| 1199 | sb->s_maxbytes = MAX_LFS_FILESIZE; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1200 | sb->s_magic = BTRFS_SUPER_MAGIC; |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 1201 | sb->s_op = &btrfs_super_ops; |
Al Viro | af53d29 | 2010-12-20 10:56:06 -0500 | [diff] [blame] | 1202 | sb->s_d_op = &btrfs_dentry_operations; |
Balaji Rao | be6e8dc | 2008-07-21 02:01:56 +0530 | [diff] [blame] | 1203 | sb->s_export_op = &btrfs_export_ops; |
Josef Bacik | 5103e94 | 2007-11-16 11:45:54 -0500 | [diff] [blame] | 1204 | sb->s_xattr = btrfs_xattr_handlers; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1205 | sb->s_time_gran = 1; |
Chris Mason | 0eda294 | 2009-10-13 13:50:18 -0400 | [diff] [blame] | 1206 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1207 | sb->s_flags |= SB_POSIXACL; |
Chris Ball | 49cf6f4 | 2009-09-29 13:51:04 -0400 | [diff] [blame] | 1208 | #endif |
Matthew Garrett | 357fdad | 2017-10-18 13:56:26 -0700 | [diff] [blame] | 1209 | sb->s_flags |= SB_I_VERSION; |
Chris Mason | da2f0f7 | 2015-07-02 13:57:22 -0700 | [diff] [blame] | 1210 | sb->s_iflags |= SB_I_CGROUPWB; |
Jan Kara | 9e11cee | 2017-04-12 12:24:32 +0200 | [diff] [blame] | 1211 | |
| 1212 | err = super_setup_bdi(sb); |
| 1213 | if (err) { |
| 1214 | btrfs_err(fs_info, "super_setup_bdi failed"); |
| 1215 | return err; |
| 1216 | } |
| 1217 | |
Al Viro | ad2b2c8 | 2011-11-17 01:10:02 -0500 | [diff] [blame] | 1218 | err = open_ctree(sb, fs_devices, (char *)data); |
| 1219 | if (err) { |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 1220 | btrfs_err(fs_info, "open_ctree failed"); |
Al Viro | ad2b2c8 | 2011-11-17 01:10:02 -0500 | [diff] [blame] | 1221 | return err; |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 1222 | } |
Chris Mason | b888db2 | 2007-08-27 16:49:44 -0400 | [diff] [blame] | 1223 | |
Yan Zheng | 5d4f98a | 2009-06-10 10:45:14 -0400 | [diff] [blame] | 1224 | key.objectid = BTRFS_FIRST_FREE_OBJECTID; |
| 1225 | key.type = BTRFS_INODE_ITEM_KEY; |
| 1226 | key.offset = 0; |
Al Viro | 98c7089 | 2011-11-17 01:00:31 -0500 | [diff] [blame] | 1227 | inode = btrfs_iget(sb, &key, fs_info->fs_root, NULL); |
Yan Zheng | 5d4f98a | 2009-06-10 10:45:14 -0400 | [diff] [blame] | 1228 | if (IS_ERR(inode)) { |
| 1229 | err = PTR_ERR(inode); |
Chris Mason | 39279cc | 2007-06-12 06:35:45 -0400 | [diff] [blame] | 1230 | goto fail_close; |
| 1231 | } |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1232 | |
Al Viro | 48fde70 | 2012-01-08 22:15:13 -0500 | [diff] [blame] | 1233 | sb->s_root = d_make_root(inode); |
| 1234 | if (!sb->s_root) { |
Chris Mason | 39279cc | 2007-06-12 06:35:45 -0400 | [diff] [blame] | 1235 | err = -ENOMEM; |
| 1236 | goto fail_close; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1237 | } |
Josef Bacik | 58176a9 | 2007-08-29 15:47:34 -0400 | [diff] [blame] | 1238 | |
Dan Magenheimer | 90a887c | 2011-05-26 10:01:56 -0600 | [diff] [blame] | 1239 | cleancache_init_fs(sb); |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1240 | sb->s_flags |= SB_ACTIVE; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1241 | return 0; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1242 | |
Chris Mason | 39279cc | 2007-06-12 06:35:45 -0400 | [diff] [blame] | 1243 | fail_close: |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 1244 | close_ctree(fs_info); |
Chris Mason | d571976 | 2007-03-23 10:01:08 -0400 | [diff] [blame] | 1245 | return err; |
| 1246 | } |
| 1247 | |
Sage Weil | 6bf13c0 | 2008-06-10 10:07:39 -0400 | [diff] [blame] | 1248 | int btrfs_sync_fs(struct super_block *sb, int wait) |
Chris Mason | d571976 | 2007-03-23 10:01:08 -0400 | [diff] [blame] | 1249 | { |
| 1250 | struct btrfs_trans_handle *trans; |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1251 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
| 1252 | struct btrfs_root *root = fs_info->tree_root; |
Chris Mason | df2ce34 | 2007-03-23 11:00:45 -0400 | [diff] [blame] | 1253 | |
Jeff Mahoney | bc07452 | 2016-06-09 17:27:55 -0400 | [diff] [blame] | 1254 | trace_btrfs_sync_fs(fs_info, wait); |
liubo | 1abe9b8 | 2011-03-24 11:18:59 +0000 | [diff] [blame] | 1255 | |
Chris Mason | d561c02 | 2007-03-23 19:47:49 -0400 | [diff] [blame] | 1256 | if (!wait) { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1257 | filemap_flush(fs_info->btree_inode->i_mapping); |
Chris Mason | d561c02 | 2007-03-23 19:47:49 -0400 | [diff] [blame] | 1258 | return 0; |
| 1259 | } |
Chris Mason | 771ed68 | 2008-11-06 22:02:51 -0500 | [diff] [blame] | 1260 | |
Chris Mason | 6374e57a | 2017-06-23 09:48:21 -0700 | [diff] [blame] | 1261 | btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); |
Chris Mason | 771ed68 | 2008-11-06 22:02:51 -0500 | [diff] [blame] | 1262 | |
Miao Xie | d4edf39 | 2013-02-20 09:17:06 +0000 | [diff] [blame] | 1263 | trans = btrfs_attach_transaction_barrier(root); |
Josef Bacik | 60376ce | 2012-09-14 10:34:40 -0400 | [diff] [blame] | 1264 | if (IS_ERR(trans)) { |
Miao Xie | 354aa0f | 2012-09-20 01:54:00 -0600 | [diff] [blame] | 1265 | /* no transaction, don't bother */ |
David Sterba | 6b5fe46 | 2014-03-28 17:38:48 +0100 | [diff] [blame] | 1266 | if (PTR_ERR(trans) == -ENOENT) { |
| 1267 | /* |
| 1268 | * Exit unless we have some pending changes |
| 1269 | * that need to go through commit |
| 1270 | */ |
| 1271 | if (fs_info->pending_changes == 0) |
| 1272 | return 0; |
Qu Wenruo | a53f4f8 | 2015-01-19 15:42:41 +0800 | [diff] [blame] | 1273 | /* |
| 1274 | * A non-blocking test if the fs is frozen. We must not |
| 1275 | * start a new transaction here otherwise a deadlock |
| 1276 | * happens. The pending operations are delayed to the |
| 1277 | * next commit after thawing. |
| 1278 | */ |
Rakesh Pandit | a7e3c5f | 2017-10-10 13:48:05 +0300 | [diff] [blame] | 1279 | if (sb_start_write_trylock(sb)) |
| 1280 | sb_end_write(sb); |
Qu Wenruo | a53f4f8 | 2015-01-19 15:42:41 +0800 | [diff] [blame] | 1281 | else |
| 1282 | return 0; |
David Sterba | 6b5fe46 | 2014-03-28 17:38:48 +0100 | [diff] [blame] | 1283 | trans = btrfs_start_transaction(root, 0); |
David Sterba | 6b5fe46 | 2014-03-28 17:38:48 +0100 | [diff] [blame] | 1284 | } |
David Sterba | 98bd5c5 | 2015-01-19 14:21:02 +0100 | [diff] [blame] | 1285 | if (IS_ERR(trans)) |
| 1286 | return PTR_ERR(trans); |
Josef Bacik | 60376ce | 2012-09-14 10:34:40 -0400 | [diff] [blame] | 1287 | } |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 1288 | return btrfs_commit_transaction(trans); |
Chris Mason | d571976 | 2007-03-23 10:01:08 -0400 | [diff] [blame] | 1289 | } |
| 1290 | |
Al Viro | 34c80b1 | 2011-12-08 21:32:45 -0500 | [diff] [blame] | 1291 | static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1292 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1293 | struct btrfs_fs_info *info = btrfs_sb(dentry->d_sb); |
David Sterba | 0f628c6 | 2017-10-31 18:06:34 +0100 | [diff] [blame] | 1294 | const char *compress_type; |
Josef Bacik | de88b7e | 2020-07-22 11:12:46 -0400 | [diff] [blame] | 1295 | const char *subvol_name; |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1296 | |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1297 | if (btrfs_test_opt(info, DEGRADED)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1298 | seq_puts(seq, ",degraded"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1299 | if (btrfs_test_opt(info, NODATASUM)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1300 | seq_puts(seq, ",nodatasum"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1301 | if (btrfs_test_opt(info, NODATACOW)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1302 | seq_puts(seq, ",nodatacow"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1303 | if (btrfs_test_opt(info, NOBARRIER)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1304 | seq_puts(seq, ",nobarrier"); |
Filipe David Borba Manana | 95ac567 | 2013-08-08 22:45:48 +0100 | [diff] [blame] | 1305 | if (info->max_inline != BTRFS_DEFAULT_MAX_INLINE) |
Geert Uytterhoeven | c1c9ff7 | 2013-08-20 13:20:07 +0200 | [diff] [blame] | 1306 | seq_printf(seq, ",max_inline=%llu", info->max_inline); |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1307 | if (info->thread_pool_size != min_t(unsigned long, |
| 1308 | num_online_cpus() + 2, 8)) |
Anand Jain | f7b885b | 2018-02-13 17:50:42 +0800 | [diff] [blame] | 1309 | seq_printf(seq, ",thread_pool=%u", info->thread_pool_size); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1310 | if (btrfs_test_opt(info, COMPRESS)) { |
David Sterba | 0f628c6 | 2017-10-31 18:06:34 +0100 | [diff] [blame] | 1311 | compress_type = btrfs_compress_type2str(info->compress_type); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1312 | if (btrfs_test_opt(info, FORCE_COMPRESS)) |
Tsutomu Itoh | 200da64 | 2011-03-31 00:44:29 +0000 | [diff] [blame] | 1313 | seq_printf(seq, ",compress-force=%s", compress_type); |
| 1314 | else |
| 1315 | seq_printf(seq, ",compress=%s", compress_type); |
David Sterba | f51d2b5 | 2017-09-15 17:36:57 +0200 | [diff] [blame] | 1316 | if (info->compress_level) |
Adam Borowski | fa4d885 | 2017-09-15 17:36:58 +0200 | [diff] [blame] | 1317 | seq_printf(seq, ":%d", info->compress_level); |
Tsutomu Itoh | 200da64 | 2011-03-31 00:44:29 +0000 | [diff] [blame] | 1318 | } |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1319 | if (btrfs_test_opt(info, NOSSD)) |
Chris Mason | c289811 | 2009-06-10 09:51:32 -0400 | [diff] [blame] | 1320 | seq_puts(seq, ",nossd"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1321 | if (btrfs_test_opt(info, SSD_SPREAD)) |
Chris Mason | 451d758 | 2009-06-09 20:28:34 -0400 | [diff] [blame] | 1322 | seq_puts(seq, ",ssd_spread"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1323 | else if (btrfs_test_opt(info, SSD)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1324 | seq_puts(seq, ",ssd"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1325 | if (btrfs_test_opt(info, NOTREELOG)) |
Sage Weil | 6b65c5c | 2009-05-14 13:52:21 -0400 | [diff] [blame] | 1326 | seq_puts(seq, ",notreelog"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1327 | if (btrfs_test_opt(info, NOLOGREPLAY)) |
Qu Wenruo | 96da091 | 2016-01-19 10:23:03 +0800 | [diff] [blame] | 1328 | seq_puts(seq, ",nologreplay"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1329 | if (btrfs_test_opt(info, FLUSHONCOMMIT)) |
Sage Weil | 6b65c5c | 2009-05-14 13:52:21 -0400 | [diff] [blame] | 1330 | seq_puts(seq, ",flushoncommit"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1331 | if (btrfs_test_opt(info, DISCARD)) |
Matthew Wilcox | 20a5239 | 2009-12-14 22:01:12 +0000 | [diff] [blame] | 1332 | seq_puts(seq, ",discard"); |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1333 | if (!(info->sb->s_flags & SB_POSIXACL)) |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1334 | seq_puts(seq, ",noacl"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1335 | if (btrfs_test_opt(info, SPACE_CACHE)) |
Tsutomu Itoh | 200da64 | 2011-03-31 00:44:29 +0000 | [diff] [blame] | 1336 | seq_puts(seq, ",space_cache"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1337 | else if (btrfs_test_opt(info, FREE_SPACE_TREE)) |
Omar Sandoval | 70f6d82 | 2015-09-29 20:50:38 -0700 | [diff] [blame] | 1338 | seq_puts(seq, ",space_cache=v2"); |
Josef Bacik | 73bc187 | 2011-10-03 14:07:49 -0400 | [diff] [blame] | 1339 | else |
David Sterba | 8965593 | 2011-11-11 10:14:57 -0500 | [diff] [blame] | 1340 | seq_puts(seq, ",nospace_cache"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1341 | if (btrfs_test_opt(info, RESCAN_UUID_TREE)) |
Stefan Behrens | f420ee1 | 2013-08-15 17:11:24 +0200 | [diff] [blame] | 1342 | seq_puts(seq, ",rescan_uuid_tree"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1343 | if (btrfs_test_opt(info, CLEAR_CACHE)) |
Tsutomu Itoh | 200da64 | 2011-03-31 00:44:29 +0000 | [diff] [blame] | 1344 | seq_puts(seq, ",clear_cache"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1345 | if (btrfs_test_opt(info, USER_SUBVOL_RM_ALLOWED)) |
Tsutomu Itoh | 200da64 | 2011-03-31 00:44:29 +0000 | [diff] [blame] | 1346 | seq_puts(seq, ",user_subvol_rm_allowed"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1347 | if (btrfs_test_opt(info, ENOSPC_DEBUG)) |
David Sterba | 0942caa | 2011-06-28 15:10:37 +0000 | [diff] [blame] | 1348 | seq_puts(seq, ",enospc_debug"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1349 | if (btrfs_test_opt(info, AUTO_DEFRAG)) |
David Sterba | 0942caa | 2011-06-28 15:10:37 +0000 | [diff] [blame] | 1350 | seq_puts(seq, ",autodefrag"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1351 | if (btrfs_test_opt(info, INODE_MAP_CACHE)) |
David Sterba | 0942caa | 2011-06-28 15:10:37 +0000 | [diff] [blame] | 1352 | seq_puts(seq, ",inode_cache"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1353 | if (btrfs_test_opt(info, SKIP_BALANCE)) |
Ilya Dryomov | 9555c6c | 2012-01-16 22:04:48 +0200 | [diff] [blame] | 1354 | seq_puts(seq, ",skip_balance"); |
Wang Shilong | 8507d21 | 2013-07-24 10:30:02 +0800 | [diff] [blame] | 1355 | #ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1356 | if (btrfs_test_opt(info, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA)) |
Wang Shilong | 8507d21 | 2013-07-24 10:30:02 +0800 | [diff] [blame] | 1357 | seq_puts(seq, ",check_int_data"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1358 | else if (btrfs_test_opt(info, CHECK_INTEGRITY)) |
Wang Shilong | 8507d21 | 2013-07-24 10:30:02 +0800 | [diff] [blame] | 1359 | seq_puts(seq, ",check_int"); |
| 1360 | if (info->check_integrity_print_mask) |
| 1361 | seq_printf(seq, ",check_int_print_mask=%d", |
| 1362 | info->check_integrity_print_mask); |
| 1363 | #endif |
| 1364 | if (info->metadata_ratio) |
Anand Jain | 764cb8b | 2018-02-13 17:50:44 +0800 | [diff] [blame] | 1365 | seq_printf(seq, ",metadata_ratio=%u", info->metadata_ratio); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1366 | if (btrfs_test_opt(info, PANIC_ON_FATAL_ERROR)) |
Jeff Mahoney | 8c34293 | 2011-10-03 23:22:31 -0400 | [diff] [blame] | 1367 | seq_puts(seq, ",fatal_errors=panic"); |
David Sterba | 8b87dc1 | 2013-08-01 18:14:52 +0200 | [diff] [blame] | 1368 | if (info->commit_interval != BTRFS_DEFAULT_COMMIT_INTERVAL) |
Anand Jain | d374060 | 2018-02-13 17:50:46 +0800 | [diff] [blame] | 1369 | seq_printf(seq, ",commit=%u", info->commit_interval); |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 1370 | #ifdef CONFIG_BTRFS_DEBUG |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1371 | if (btrfs_test_opt(info, FRAGMENT_DATA)) |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 1372 | seq_puts(seq, ",fragment=data"); |
Jeff Mahoney | 3cdde22 | 2016-06-09 21:38:35 -0400 | [diff] [blame] | 1373 | if (btrfs_test_opt(info, FRAGMENT_METADATA)) |
Josef Bacik | d0bd456 | 2015-09-23 14:54:14 -0400 | [diff] [blame] | 1374 | seq_puts(seq, ",fragment=metadata"); |
| 1375 | #endif |
Josef Bacik | fb59237 | 2017-09-29 15:43:48 -0400 | [diff] [blame] | 1376 | if (btrfs_test_opt(info, REF_VERIFY)) |
| 1377 | seq_puts(seq, ",ref_verify"); |
Omar Sandoval | c8d3fe0 | 2015-05-18 02:16:31 -0700 | [diff] [blame] | 1378 | seq_printf(seq, ",subvolid=%llu", |
| 1379 | BTRFS_I(d_inode(dentry))->root->root_key.objectid); |
Josef Bacik | de88b7e | 2020-07-22 11:12:46 -0400 | [diff] [blame] | 1380 | subvol_name = btrfs_get_subvol_name_from_objectid(info, |
| 1381 | BTRFS_I(d_inode(dentry))->root->root_key.objectid); |
| 1382 | if (!IS_ERR(subvol_name)) { |
| 1383 | seq_puts(seq, ",subvol="); |
| 1384 | seq_escape(seq, subvol_name, " \t\n\\"); |
| 1385 | kfree(subvol_name); |
| 1386 | } |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 1387 | return 0; |
| 1388 | } |
| 1389 | |
Chris Mason | a061fc8 | 2008-05-07 11:43:44 -0400 | [diff] [blame] | 1390 | static int btrfs_test_super(struct super_block *s, void *data) |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1391 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1392 | struct btrfs_fs_info *p = data; |
| 1393 | struct btrfs_fs_info *fs_info = btrfs_sb(s); |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1394 | |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1395 | return fs_info->fs_devices == p->fs_devices; |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1396 | } |
| 1397 | |
Josef Bacik | 450ba0e | 2010-11-19 14:59:15 -0500 | [diff] [blame] | 1398 | static int btrfs_set_super(struct super_block *s, void *data) |
| 1399 | { |
Al Viro | 6de1d09 | 2011-11-17 01:29:09 -0500 | [diff] [blame] | 1400 | int err = set_anon_super(s, data); |
| 1401 | if (!err) |
| 1402 | s->s_fs_info = data; |
| 1403 | return err; |
Josef Bacik | 450ba0e | 2010-11-19 14:59:15 -0500 | [diff] [blame] | 1404 | } |
| 1405 | |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1406 | /* |
David Sterba | f9d9ef6 | 2011-09-29 13:11:33 +0200 | [diff] [blame] | 1407 | * subvolumes are identified by ino 256 |
| 1408 | */ |
| 1409 | static inline int is_subvolume_inode(struct inode *inode) |
| 1410 | { |
| 1411 | if (inode && inode->i_ino == BTRFS_FIRST_FREE_OBJECTID) |
| 1412 | return 1; |
| 1413 | return 0; |
| 1414 | } |
| 1415 | |
Omar Sandoval | bb289b7 | 2015-05-18 02:16:29 -0700 | [diff] [blame] | 1416 | static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, |
Anand Jain | ae0bc86 | 2019-03-29 14:03:17 +0800 | [diff] [blame] | 1417 | struct vfsmount *mnt) |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1418 | { |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1419 | struct dentry *root; |
Omar Sandoval | fa33065 | 2015-05-18 02:16:28 -0700 | [diff] [blame] | 1420 | int ret; |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1421 | |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1422 | if (!subvol_name) { |
| 1423 | if (!subvol_objectid) { |
| 1424 | ret = get_default_subvol_objectid(btrfs_sb(mnt->mnt_sb), |
| 1425 | &subvol_objectid); |
| 1426 | if (ret) { |
| 1427 | root = ERR_PTR(ret); |
| 1428 | goto out; |
| 1429 | } |
| 1430 | } |
Marcos Paulo de Souza | 038580b | 2020-02-21 14:56:12 +0100 | [diff] [blame] | 1431 | subvol_name = btrfs_get_subvol_name_from_objectid( |
| 1432 | btrfs_sb(mnt->mnt_sb), subvol_objectid); |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1433 | if (IS_ERR(subvol_name)) { |
| 1434 | root = ERR_CAST(subvol_name); |
| 1435 | subvol_name = NULL; |
| 1436 | goto out; |
| 1437 | } |
| 1438 | |
| 1439 | } |
| 1440 | |
Al Viro | ea441d1 | 2011-11-16 21:43:59 -0500 | [diff] [blame] | 1441 | root = mount_subtree(mnt, subvol_name); |
Omar Sandoval | fa33065 | 2015-05-18 02:16:28 -0700 | [diff] [blame] | 1442 | /* mount_subtree() drops our reference on the vfsmount. */ |
| 1443 | mnt = NULL; |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1444 | |
Omar Sandoval | bb289b7 | 2015-05-18 02:16:29 -0700 | [diff] [blame] | 1445 | if (!IS_ERR(root)) { |
Al Viro | ea441d1 | 2011-11-16 21:43:59 -0500 | [diff] [blame] | 1446 | struct super_block *s = root->d_sb; |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 1447 | struct btrfs_fs_info *fs_info = btrfs_sb(s); |
Omar Sandoval | bb289b7 | 2015-05-18 02:16:29 -0700 | [diff] [blame] | 1448 | struct inode *root_inode = d_inode(root); |
| 1449 | u64 root_objectid = BTRFS_I(root_inode)->root->root_key.objectid; |
| 1450 | |
| 1451 | ret = 0; |
| 1452 | if (!is_subvolume_inode(root_inode)) { |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 1453 | btrfs_err(fs_info, "'%s' is not a valid subvolume", |
Omar Sandoval | bb289b7 | 2015-05-18 02:16:29 -0700 | [diff] [blame] | 1454 | subvol_name); |
| 1455 | ret = -EINVAL; |
| 1456 | } |
| 1457 | if (subvol_objectid && root_objectid != subvol_objectid) { |
Omar Sandoval | 05dbe68 | 2015-05-18 02:16:30 -0700 | [diff] [blame] | 1458 | /* |
| 1459 | * This will also catch a race condition where a |
| 1460 | * subvolume which was passed by ID is renamed and |
| 1461 | * another subvolume is renamed over the old location. |
| 1462 | */ |
Jeff Mahoney | ab8d0fc | 2016-09-20 10:05:02 -0400 | [diff] [blame] | 1463 | btrfs_err(fs_info, |
| 1464 | "subvol '%s' does not match subvolid %llu", |
| 1465 | subvol_name, subvol_objectid); |
Omar Sandoval | bb289b7 | 2015-05-18 02:16:29 -0700 | [diff] [blame] | 1466 | ret = -EINVAL; |
| 1467 | } |
| 1468 | if (ret) { |
| 1469 | dput(root); |
| 1470 | root = ERR_PTR(ret); |
| 1471 | deactivate_locked_super(s); |
| 1472 | } |
David Sterba | f9d9ef6 | 2011-09-29 13:11:33 +0200 | [diff] [blame] | 1473 | } |
| 1474 | |
Omar Sandoval | fa33065 | 2015-05-18 02:16:28 -0700 | [diff] [blame] | 1475 | out: |
| 1476 | mntput(mnt); |
Omar Sandoval | fa33065 | 2015-05-18 02:16:28 -0700 | [diff] [blame] | 1477 | kfree(subvol_name); |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1478 | return root; |
| 1479 | } |
Josef Bacik | 450ba0e | 2010-11-19 14:59:15 -0500 | [diff] [blame] | 1480 | |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1481 | /* |
| 1482 | * Find a superblock for the given device / mount point. |
| 1483 | * |
| 1484 | * Note: This is based on mount_bdev from fs/super.c with a few additions |
| 1485 | * for multiple device setup. Make sure to keep it in sync. |
| 1486 | */ |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1487 | static struct dentry *btrfs_mount_root(struct file_system_type *fs_type, |
| 1488 | int flags, const char *device_name, void *data) |
| 1489 | { |
| 1490 | struct block_device *bdev = NULL; |
| 1491 | struct super_block *s; |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1492 | struct btrfs_device *device = NULL; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1493 | struct btrfs_fs_devices *fs_devices = NULL; |
| 1494 | struct btrfs_fs_info *fs_info = NULL; |
Al Viro | 204cc0c | 2018-12-13 13:41:47 -0500 | [diff] [blame] | 1495 | void *new_sec_opts = NULL; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1496 | fmode_t mode = FMODE_READ; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1497 | int error = 0; |
| 1498 | |
| 1499 | if (!(flags & SB_RDONLY)) |
| 1500 | mode |= FMODE_WRITE; |
| 1501 | |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1502 | if (data) { |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1503 | error = security_sb_eat_lsm_opts(data, &new_sec_opts); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1504 | if (error) |
| 1505 | return ERR_PTR(error); |
| 1506 | } |
| 1507 | |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1508 | /* |
| 1509 | * Setup a dummy root and fs_info for test/set super. This is because |
| 1510 | * we don't actually fill this stuff out until open_ctree, but we need |
| 1511 | * it for searching for existing supers, so this lets us do that and |
| 1512 | * then open_ctree will properly initialize everything later. |
| 1513 | */ |
Jeff Mahoney | a8fd1f7 | 2018-02-15 22:59:47 -0500 | [diff] [blame] | 1514 | fs_info = kvzalloc(sizeof(struct btrfs_fs_info), GFP_KERNEL); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1515 | if (!fs_info) { |
| 1516 | error = -ENOMEM; |
| 1517 | goto error_sec_opts; |
| 1518 | } |
| 1519 | |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1520 | fs_info->super_copy = kzalloc(BTRFS_SUPER_INFO_SIZE, GFP_KERNEL); |
| 1521 | fs_info->super_for_commit = kzalloc(BTRFS_SUPER_INFO_SIZE, GFP_KERNEL); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1522 | if (!fs_info->super_copy || !fs_info->super_for_commit) { |
| 1523 | error = -ENOMEM; |
| 1524 | goto error_fs_info; |
| 1525 | } |
| 1526 | |
David Sterba | f5194e3 | 2018-06-19 17:09:47 +0200 | [diff] [blame] | 1527 | mutex_lock(&uuid_mutex); |
Anand Jain | fa59f27 | 2018-07-16 22:18:07 +0800 | [diff] [blame] | 1528 | error = btrfs_parse_device_options(data, mode, fs_type); |
David Sterba | 81ffd56 | 2018-06-19 18:04:07 +0200 | [diff] [blame] | 1529 | if (error) { |
| 1530 | mutex_unlock(&uuid_mutex); |
David Sterba | 399f7f4 | 2018-06-19 18:01:24 +0200 | [diff] [blame] | 1531 | goto error_fs_info; |
David Sterba | 81ffd56 | 2018-06-19 18:04:07 +0200 | [diff] [blame] | 1532 | } |
David Sterba | 399f7f4 | 2018-06-19 18:01:24 +0200 | [diff] [blame] | 1533 | |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1534 | device = btrfs_scan_one_device(device_name, mode, fs_type); |
| 1535 | if (IS_ERR(device)) { |
David Sterba | 81ffd56 | 2018-06-19 18:04:07 +0200 | [diff] [blame] | 1536 | mutex_unlock(&uuid_mutex); |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1537 | error = PTR_ERR(device); |
David Sterba | 399f7f4 | 2018-06-19 18:01:24 +0200 | [diff] [blame] | 1538 | goto error_fs_info; |
David Sterba | 81ffd56 | 2018-06-19 18:04:07 +0200 | [diff] [blame] | 1539 | } |
David Sterba | 399f7f4 | 2018-06-19 18:01:24 +0200 | [diff] [blame] | 1540 | |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 1541 | fs_devices = device->fs_devices; |
David Sterba | 399f7f4 | 2018-06-19 18:01:24 +0200 | [diff] [blame] | 1542 | fs_info->fs_devices = fs_devices; |
| 1543 | |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1544 | error = btrfs_open_devices(fs_devices, mode, fs_type); |
David Sterba | f5194e3 | 2018-06-19 17:09:47 +0200 | [diff] [blame] | 1545 | mutex_unlock(&uuid_mutex); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1546 | if (error) |
| 1547 | goto error_fs_info; |
| 1548 | |
| 1549 | if (!(flags & SB_RDONLY) && fs_devices->rw_devices == 0) { |
| 1550 | error = -EACCES; |
| 1551 | goto error_close_devices; |
| 1552 | } |
| 1553 | |
| 1554 | bdev = fs_devices->latest_bdev; |
| 1555 | s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, |
| 1556 | fs_info); |
| 1557 | if (IS_ERR(s)) { |
| 1558 | error = PTR_ERR(s); |
| 1559 | goto error_close_devices; |
| 1560 | } |
| 1561 | |
| 1562 | if (s->s_root) { |
| 1563 | btrfs_close_devices(fs_devices); |
| 1564 | free_fs_info(fs_info); |
| 1565 | if ((flags ^ s->s_flags) & SB_RDONLY) |
| 1566 | error = -EBUSY; |
| 1567 | } else { |
| 1568 | snprintf(s->s_id, sizeof(s->s_id), "%pg", bdev); |
| 1569 | btrfs_sb(s)->bdev_holder = fs_type; |
David Sterba | 9b4e675 | 2019-05-16 13:39:59 +0200 | [diff] [blame] | 1570 | if (!strstr(crc32c_impl(), "generic")) |
| 1571 | set_bit(BTRFS_FS_CSUM_IMPL_FAST, &fs_info->flags); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1572 | error = btrfs_fill_super(s, fs_devices, data); |
| 1573 | } |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1574 | if (!error) |
Al Viro | 204cc0c | 2018-12-13 13:41:47 -0500 | [diff] [blame] | 1575 | error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1576 | security_free_mnt_opts(&new_sec_opts); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1577 | if (error) { |
| 1578 | deactivate_locked_super(s); |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1579 | return ERR_PTR(error); |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 1580 | } |
| 1581 | |
| 1582 | return dget(s->s_root); |
| 1583 | |
| 1584 | error_close_devices: |
| 1585 | btrfs_close_devices(fs_devices); |
| 1586 | error_fs_info: |
| 1587 | free_fs_info(fs_info); |
| 1588 | error_sec_opts: |
| 1589 | security_free_mnt_opts(&new_sec_opts); |
| 1590 | return ERR_PTR(error); |
| 1591 | } |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1592 | |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1593 | /* |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1594 | * Mount function which is called by VFS layer. |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1595 | * |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1596 | * In order to allow mounting a subvolume directly, btrfs uses mount_subtree() |
| 1597 | * which needs vfsmount* of device's root (/). This means device's root has to |
| 1598 | * be mounted internally in any case. |
| 1599 | * |
| 1600 | * Operation flow: |
| 1601 | * 1. Parse subvol id related options for later use in mount_subvol(). |
| 1602 | * |
| 1603 | * 2. Mount device's root (/) by calling vfs_kern_mount(). |
| 1604 | * |
| 1605 | * NOTE: vfs_kern_mount() is used by VFS to call btrfs_mount() in the |
| 1606 | * first place. In order to avoid calling btrfs_mount() again, we use |
| 1607 | * different file_system_type which is not registered to VFS by |
| 1608 | * register_filesystem() (btrfs_root_fs_type). As a result, |
| 1609 | * btrfs_mount_root() is called. The return value will be used by |
| 1610 | * mount_subtree() in mount_subvol(). |
| 1611 | * |
| 1612 | * 3. Call mount_subvol() to get the dentry of subvolume. Since there is |
| 1613 | * "btrfs subvolume set-default", mount_subvol() is called always. |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1614 | */ |
Al Viro | 061dbc6 | 2010-07-26 16:21:33 +0400 | [diff] [blame] | 1615 | static struct dentry *btrfs_mount(struct file_system_type *fs_type, int flags, |
David Sterba | 306e16c | 2011-04-19 14:29:38 +0200 | [diff] [blame] | 1616 | const char *device_name, void *data) |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1617 | { |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1618 | struct vfsmount *mnt_root; |
| 1619 | struct dentry *root; |
Josef Bacik | 73f7341 | 2009-12-04 17:38:27 +0000 | [diff] [blame] | 1620 | char *subvol_name = NULL; |
| 1621 | u64 subvol_objectid = 0; |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1622 | int error = 0; |
| 1623 | |
Gu Jinxiang | 93b9bcd | 2018-07-09 14:39:15 +0800 | [diff] [blame] | 1624 | error = btrfs_parse_subvol_options(data, &subvol_name, |
| 1625 | &subvol_objectid); |
Ilya Dryomov | f23c8af | 2011-11-08 19:15:05 +0200 | [diff] [blame] | 1626 | if (error) { |
| 1627 | kfree(subvol_name); |
Al Viro | 061dbc6 | 2010-07-26 16:21:33 +0400 | [diff] [blame] | 1628 | return ERR_PTR(error); |
Ilya Dryomov | f23c8af | 2011-11-08 19:15:05 +0200 | [diff] [blame] | 1629 | } |
Christoph Hellwig | edf24ab | 2008-06-10 10:40:29 -0400 | [diff] [blame] | 1630 | |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1631 | /* mount device's root (/) */ |
| 1632 | mnt_root = vfs_kern_mount(&btrfs_root_fs_type, flags, device_name, data); |
| 1633 | if (PTR_ERR_OR_ZERO(mnt_root) == -EBUSY) { |
| 1634 | if (flags & SB_RDONLY) { |
| 1635 | mnt_root = vfs_kern_mount(&btrfs_root_fs_type, |
| 1636 | flags & ~SB_RDONLY, device_name, data); |
| 1637 | } else { |
| 1638 | mnt_root = vfs_kern_mount(&btrfs_root_fs_type, |
| 1639 | flags | SB_RDONLY, device_name, data); |
| 1640 | if (IS_ERR(mnt_root)) { |
| 1641 | root = ERR_CAST(mnt_root); |
Eric W. Biederman | 532b618 | 2019-01-30 07:54:12 -0600 | [diff] [blame] | 1642 | kfree(subvol_name); |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1643 | goto out; |
| 1644 | } |
| 1645 | |
| 1646 | down_write(&mnt_root->mnt_sb->s_umount); |
| 1647 | error = btrfs_remount(mnt_root->mnt_sb, &flags, NULL); |
| 1648 | up_write(&mnt_root->mnt_sb->s_umount); |
| 1649 | if (error < 0) { |
| 1650 | root = ERR_PTR(error); |
| 1651 | mntput(mnt_root); |
Eric W. Biederman | 532b618 | 2019-01-30 07:54:12 -0600 | [diff] [blame] | 1652 | kfree(subvol_name); |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1653 | goto out; |
| 1654 | } |
| 1655 | } |
| 1656 | } |
| 1657 | if (IS_ERR(mnt_root)) { |
| 1658 | root = ERR_CAST(mnt_root); |
Eric W. Biederman | 532b618 | 2019-01-30 07:54:12 -0600 | [diff] [blame] | 1659 | kfree(subvol_name); |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1660 | goto out; |
Josef Bacik | 830c4ad | 2011-07-25 15:55:42 -0400 | [diff] [blame] | 1661 | } |
| 1662 | |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1663 | /* mount_subvol() will free subvol_name and mnt_root */ |
Anand Jain | ae0bc86 | 2019-03-29 14:03:17 +0800 | [diff] [blame] | 1664 | root = mount_subvol(subvol_name, subvol_objectid, mnt_root); |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 1665 | |
Misono, Tomohiro | 312c89f | 2017-12-14 17:25:01 +0900 | [diff] [blame] | 1666 | out: |
| 1667 | return root; |
Yan | 4b82d6e | 2007-08-29 09:11:44 -0400 | [diff] [blame] | 1668 | } |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 1669 | |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1670 | static void btrfs_resize_thread_pool(struct btrfs_fs_info *fs_info, |
Anand Jain | f7b885b | 2018-02-13 17:50:42 +0800 | [diff] [blame] | 1671 | u32 new_pool_size, u32 old_pool_size) |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1672 | { |
| 1673 | if (new_pool_size == old_pool_size) |
| 1674 | return; |
| 1675 | |
| 1676 | fs_info->thread_pool_size = new_pool_size; |
| 1677 | |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 1678 | btrfs_info(fs_info, "resize thread pool %d -> %d", |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1679 | old_pool_size, new_pool_size); |
| 1680 | |
Qu Wenruo | 5cdc7ad3 | 2014-02-28 10:46:06 +0800 | [diff] [blame] | 1681 | btrfs_workqueue_set_max(fs_info->workers, new_pool_size); |
Qu Wenruo | afe3d24 | 2014-02-28 10:46:07 +0800 | [diff] [blame] | 1682 | btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); |
Qu Wenruo | a8c93d4e | 2014-02-28 10:46:08 +0800 | [diff] [blame] | 1683 | btrfs_workqueue_set_max(fs_info->submit_workers, new_pool_size); |
Qu Wenruo | e66f0bb | 2014-02-28 10:46:12 +0800 | [diff] [blame] | 1684 | btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); |
Qu Wenruo | fccb5d8 | 2014-02-28 10:46:10 +0800 | [diff] [blame] | 1685 | btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); |
| 1686 | btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); |
| 1687 | btrfs_workqueue_set_max(fs_info->endio_meta_write_workers, |
| 1688 | new_pool_size); |
| 1689 | btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); |
| 1690 | btrfs_workqueue_set_max(fs_info->endio_freespace_worker, new_pool_size); |
Qu Wenruo | 5b3bc44 | 2014-02-28 10:46:15 +0800 | [diff] [blame] | 1691 | btrfs_workqueue_set_max(fs_info->delayed_workers, new_pool_size); |
Qu Wenruo | 736cfa1 | 2014-02-28 10:46:13 +0800 | [diff] [blame] | 1692 | btrfs_workqueue_set_max(fs_info->readahead_workers, new_pool_size); |
Qu Wenruo | 0339ef2 | 2014-02-28 10:46:17 +0800 | [diff] [blame] | 1693 | btrfs_workqueue_set_max(fs_info->scrub_wr_completion_workers, |
| 1694 | new_pool_size); |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1695 | } |
| 1696 | |
Miao Xie | f42a34b | 2013-04-11 10:29:35 +0000 | [diff] [blame] | 1697 | static inline void btrfs_remount_prepare(struct btrfs_fs_info *fs_info) |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1698 | { |
| 1699 | set_bit(BTRFS_FS_STATE_REMOUNTING, &fs_info->fs_state); |
Miao Xie | f42a34b | 2013-04-11 10:29:35 +0000 | [diff] [blame] | 1700 | } |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1701 | |
Miao Xie | f42a34b | 2013-04-11 10:29:35 +0000 | [diff] [blame] | 1702 | static inline void btrfs_remount_begin(struct btrfs_fs_info *fs_info, |
| 1703 | unsigned long old_opts, int flags) |
| 1704 | { |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1705 | if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && |
| 1706 | (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1707 | (flags & SB_RDONLY))) { |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1708 | /* wait for any defraggers to finish */ |
| 1709 | wait_event(fs_info->transaction_wait, |
| 1710 | (atomic_read(&fs_info->defrag_running) == 0)); |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1711 | if (flags & SB_RDONLY) |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1712 | sync_filesystem(fs_info->sb); |
| 1713 | } |
| 1714 | } |
| 1715 | |
| 1716 | static inline void btrfs_remount_cleanup(struct btrfs_fs_info *fs_info, |
| 1717 | unsigned long old_opts) |
| 1718 | { |
| 1719 | /* |
Luis de Bethencourt | 180e4d4 | 2016-04-04 15:31:22 +0100 | [diff] [blame] | 1720 | * We need to cleanup all defragable inodes if the autodefragment is |
| 1721 | * close or the filesystem is read only. |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1722 | */ |
| 1723 | if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 1724 | (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1725 | btrfs_cleanup_defrag_inodes(fs_info); |
| 1726 | } |
| 1727 | |
| 1728 | clear_bit(BTRFS_FS_STATE_REMOUNTING, &fs_info->fs_state); |
| 1729 | } |
| 1730 | |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1731 | static int btrfs_remount(struct super_block *sb, int *flags, char *data) |
| 1732 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1733 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
| 1734 | struct btrfs_root *root = fs_info->tree_root; |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1735 | unsigned old_flags = sb->s_flags; |
| 1736 | unsigned long old_opts = fs_info->mount_opt; |
| 1737 | unsigned long old_compress_type = fs_info->compress_type; |
| 1738 | u64 old_max_inline = fs_info->max_inline; |
Anand Jain | f7b885b | 2018-02-13 17:50:42 +0800 | [diff] [blame] | 1739 | u32 old_thread_pool_size = fs_info->thread_pool_size; |
Anand Jain | d612ac5 | 2018-02-26 16:46:05 +0800 | [diff] [blame] | 1740 | u32 old_metadata_ratio = fs_info->metadata_ratio; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1741 | int ret; |
| 1742 | |
Theodore Ts'o | 02b9984 | 2014-03-13 10:14:33 -0400 | [diff] [blame] | 1743 | sync_filesystem(sb); |
Miao Xie | f42a34b | 2013-04-11 10:29:35 +0000 | [diff] [blame] | 1744 | btrfs_remount_prepare(fs_info); |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1745 | |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 1746 | if (data) { |
Al Viro | 204cc0c | 2018-12-13 13:41:47 -0500 | [diff] [blame] | 1747 | void *new_sec_opts = NULL; |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 1748 | |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1749 | ret = security_sb_eat_lsm_opts(data, &new_sec_opts); |
| 1750 | if (!ret) |
Al Viro | 204cc0c | 2018-12-13 13:41:47 -0500 | [diff] [blame] | 1751 | ret = security_sb_remount(sb, new_sec_opts); |
Al Viro | a65001e | 2018-12-10 17:19:21 -0500 | [diff] [blame] | 1752 | security_free_mnt_opts(&new_sec_opts); |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 1753 | if (ret) |
| 1754 | goto restore; |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 1755 | } |
| 1756 | |
Jeff Mahoney | 2ff7e61 | 2016-06-22 18:54:24 -0400 | [diff] [blame] | 1757 | ret = btrfs_parse_options(fs_info, data, *flags); |
Chengguang Xu | 891f41c | 2018-05-09 21:08:23 +0800 | [diff] [blame] | 1758 | if (ret) |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1759 | goto restore; |
Chris Mason | b288052 | 2009-02-12 09:37:35 -0500 | [diff] [blame] | 1760 | |
Miao Xie | f42a34b | 2013-04-11 10:29:35 +0000 | [diff] [blame] | 1761 | btrfs_remount_begin(fs_info, old_opts, *flags); |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1762 | btrfs_resize_thread_pool(fs_info, |
| 1763 | fs_info->thread_pool_size, old_thread_pool_size); |
| 1764 | |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1765 | if ((bool)(*flags & SB_RDONLY) == sb_rdonly(sb)) |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1766 | goto out; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1767 | |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1768 | if (*flags & SB_RDONLY) { |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 1769 | /* |
| 1770 | * this also happens on 'umount -rf' or on shutdown, when |
| 1771 | * the filesystem is busy. |
| 1772 | */ |
Miao Xie | 21c7e75 | 2014-05-13 17:29:04 -0700 | [diff] [blame] | 1773 | cancel_work_sync(&fs_info->async_reclaim_work); |
Stefan Behrens | 361c093 | 2013-10-11 17:14:58 +0200 | [diff] [blame] | 1774 | |
| 1775 | /* wait for the uuid_scan task to finish */ |
| 1776 | down(&fs_info->uuid_tree_rescan_sem); |
| 1777 | /* avoid complains from lockdep et al. */ |
| 1778 | up(&fs_info->uuid_tree_rescan_sem); |
| 1779 | |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1780 | sb->s_flags |= SB_RDONLY; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1781 | |
Jeff Mahoney | e44163e | 2015-06-15 09:41:18 -0400 | [diff] [blame] | 1782 | /* |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1783 | * Setting SB_RDONLY will put the cleaner thread to |
Jeff Mahoney | e44163e | 2015-06-15 09:41:18 -0400 | [diff] [blame] | 1784 | * sleep at the next loop if it's already active. |
| 1785 | * If it's already asleep, we'll leave unused block |
| 1786 | * groups on disk until we're mounted read-write again |
| 1787 | * unless we clean them up here. |
| 1788 | */ |
Jeff Mahoney | e44163e | 2015-06-15 09:41:18 -0400 | [diff] [blame] | 1789 | btrfs_delete_unused_bgs(fs_info); |
Jeff Mahoney | e44163e | 2015-06-15 09:41:18 -0400 | [diff] [blame] | 1790 | |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 1791 | btrfs_dev_replace_suspend_for_unmount(fs_info); |
| 1792 | btrfs_scrub_cancel(fs_info); |
Miao Xie | 061594e | 2013-05-15 07:48:17 +0000 | [diff] [blame] | 1793 | btrfs_pause_balance(fs_info); |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 1794 | |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 1795 | ret = btrfs_commit_super(fs_info); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1796 | if (ret) |
| 1797 | goto restore; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1798 | } else { |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 1799 | if (test_bit(BTRFS_FS_STATE_ERROR, &fs_info->fs_state)) { |
David Sterba | 6ef3de9 | 2013-09-13 17:41:20 +0200 | [diff] [blame] | 1800 | btrfs_err(fs_info, |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 1801 | "Remounting read-write after error is not allowed"); |
David Sterba | 6ef3de9 | 2013-09-13 17:41:20 +0200 | [diff] [blame] | 1802 | ret = -EINVAL; |
| 1803 | goto restore; |
| 1804 | } |
Sergei Trofimovich | 8a3db18 | 2012-04-16 06:44:37 +0300 | [diff] [blame] | 1805 | if (fs_info->fs_devices->rw_devices == 0) { |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1806 | ret = -EACCES; |
| 1807 | goto restore; |
Sergei Trofimovich | 8a3db18 | 2012-04-16 06:44:37 +0300 | [diff] [blame] | 1808 | } |
Yan Zheng | 2b82032 | 2008-11-17 21:11:30 -0500 | [diff] [blame] | 1809 | |
Anand Jain | 6528b99 | 2017-12-18 17:08:59 +0800 | [diff] [blame] | 1810 | if (!btrfs_check_rw_degradable(fs_info, NULL)) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 1811 | btrfs_warn(fs_info, |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 1812 | "too many missing devices, writable remount is not allowed"); |
Stefan Behrens | 292fd7f | 2012-10-30 17:16:16 +0000 | [diff] [blame] | 1813 | ret = -EACCES; |
| 1814 | goto restore; |
| 1815 | } |
| 1816 | |
Sergei Trofimovich | 8a3db18 | 2012-04-16 06:44:37 +0300 | [diff] [blame] | 1817 | if (btrfs_super_log_root(fs_info->super_copy) != 0) { |
David Sterba | cafaf6b | 2020-02-05 17:12:28 +0100 | [diff] [blame] | 1818 | btrfs_warn(fs_info, |
| 1819 | "mount required to replay tree-log, cannot remount read-write"); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1820 | ret = -EINVAL; |
| 1821 | goto restore; |
Sergei Trofimovich | 8a3db18 | 2012-04-16 06:44:37 +0300 | [diff] [blame] | 1822 | } |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1823 | |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 1824 | ret = btrfs_cleanup_fs_roots(fs_info); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1825 | if (ret) |
| 1826 | goto restore; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1827 | |
Yan, Zheng | d68fc57 | 2010-05-16 10:49:58 -0400 | [diff] [blame] | 1828 | /* recover relocation */ |
Wang Shilong | 5f31648 | 2014-06-26 11:08:16 +0800 | [diff] [blame] | 1829 | mutex_lock(&fs_info->cleaner_mutex); |
Yan, Zheng | d68fc57 | 2010-05-16 10:49:58 -0400 | [diff] [blame] | 1830 | ret = btrfs_recover_relocation(root); |
Wang Shilong | 5f31648 | 2014-06-26 11:08:16 +0800 | [diff] [blame] | 1831 | mutex_unlock(&fs_info->cleaner_mutex); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1832 | if (ret) |
| 1833 | goto restore; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1834 | |
Ilya Dryomov | 2b6ba62 | 2012-06-22 12:24:13 -0600 | [diff] [blame] | 1835 | ret = btrfs_resume_balance_async(fs_info); |
| 1836 | if (ret) |
| 1837 | goto restore; |
| 1838 | |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 1839 | ret = btrfs_resume_dev_replace_async(fs_info); |
| 1840 | if (ret) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 1841 | btrfs_warn(fs_info, "failed to resume dev_replace"); |
Stefan Behrens | 8dabb74 | 2012-11-06 13:15:27 +0100 | [diff] [blame] | 1842 | goto restore; |
| 1843 | } |
Josef Bacik | 94aebfb | 2013-09-20 22:33:20 -0400 | [diff] [blame] | 1844 | |
Aleksa Sarai | 6c6b5a3 | 2017-07-04 21:49:06 +1000 | [diff] [blame] | 1845 | btrfs_qgroup_rescan_resume(fs_info); |
| 1846 | |
Josef Bacik | 94aebfb | 2013-09-20 22:33:20 -0400 | [diff] [blame] | 1847 | if (!fs_info->uuid_root) { |
Frank Holton | efe120a | 2013-12-20 11:37:06 -0500 | [diff] [blame] | 1848 | btrfs_info(fs_info, "creating UUID tree"); |
Josef Bacik | 94aebfb | 2013-09-20 22:33:20 -0400 | [diff] [blame] | 1849 | ret = btrfs_create_uuid_tree(fs_info); |
| 1850 | if (ret) { |
Jeff Mahoney | 5d163e0 | 2016-09-20 10:05:00 -0400 | [diff] [blame] | 1851 | btrfs_warn(fs_info, |
| 1852 | "failed to create the UUID tree %d", |
| 1853 | ret); |
Josef Bacik | 94aebfb | 2013-09-20 22:33:20 -0400 | [diff] [blame] | 1854 | goto restore; |
| 1855 | } |
| 1856 | } |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1857 | sb->s_flags &= ~SB_RDONLY; |
Zygo Blaxell | 90c711a | 2016-06-12 23:39:58 -0400 | [diff] [blame] | 1858 | |
Josef Bacik | afcdd12 | 2016-09-02 15:40:02 -0400 | [diff] [blame] | 1859 | set_bit(BTRFS_FS_OPEN, &fs_info->flags); |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1860 | } |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1861 | out: |
Josef Bacik | d256992 | 2020-07-30 11:18:09 -0400 | [diff] [blame] | 1862 | /* |
| 1863 | * We need to set SB_I_VERSION here otherwise it'll get cleared by VFS, |
| 1864 | * since the absence of the flag means it can be toggled off by remount. |
| 1865 | */ |
| 1866 | *flags |= SB_I_VERSION; |
| 1867 | |
Justin Maggard | 2c6a92b0 | 2014-02-20 08:48:07 -0800 | [diff] [blame] | 1868 | wake_up_process(fs_info->transaction_kthread); |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1869 | btrfs_remount_cleanup(fs_info, old_opts); |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1870 | return 0; |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1871 | |
| 1872 | restore: |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1873 | /* We've hit an error - don't reset SB_RDONLY */ |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 1874 | if (sb_rdonly(sb)) |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 1875 | old_flags |= SB_RDONLY; |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1876 | sb->s_flags = old_flags; |
| 1877 | fs_info->mount_opt = old_opts; |
| 1878 | fs_info->compress_type = old_compress_type; |
| 1879 | fs_info->max_inline = old_max_inline; |
Sergei Trofimovich | 0d2450a | 2012-04-24 22:59:16 +0300 | [diff] [blame] | 1880 | btrfs_resize_thread_pool(fs_info, |
| 1881 | old_thread_pool_size, fs_info->thread_pool_size); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1882 | fs_info->metadata_ratio = old_metadata_ratio; |
Miao Xie | dc81cdc | 2013-02-20 23:32:52 -0700 | [diff] [blame] | 1883 | btrfs_remount_cleanup(fs_info, old_opts); |
Jeff Mahoney | 49b25e0 | 2012-03-01 17:24:58 +0100 | [diff] [blame] | 1884 | return ret; |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 1885 | } |
| 1886 | |
Arne Jansen | bcd5374 | 2011-04-12 10:43:21 +0200 | [diff] [blame] | 1887 | /* Used to sort the devices by max_avail(descending sort) */ |
Arnd Bergmann | 7e17916 | 2018-11-03 16:39:28 +0100 | [diff] [blame] | 1888 | static inline int btrfs_cmp_device_free_bytes(const void *dev_info1, |
Arne Jansen | bcd5374 | 2011-04-12 10:43:21 +0200 | [diff] [blame] | 1889 | const void *dev_info2) |
| 1890 | { |
| 1891 | if (((struct btrfs_device_info *)dev_info1)->max_avail > |
| 1892 | ((struct btrfs_device_info *)dev_info2)->max_avail) |
| 1893 | return -1; |
| 1894 | else if (((struct btrfs_device_info *)dev_info1)->max_avail < |
| 1895 | ((struct btrfs_device_info *)dev_info2)->max_avail) |
| 1896 | return 1; |
| 1897 | else |
| 1898 | return 0; |
| 1899 | } |
| 1900 | |
| 1901 | /* |
| 1902 | * sort the devices by max_avail, in which max free extent size of each device |
| 1903 | * is stored.(Descending Sort) |
| 1904 | */ |
| 1905 | static inline void btrfs_descending_sort_devices( |
| 1906 | struct btrfs_device_info *devices, |
| 1907 | size_t nr_devices) |
| 1908 | { |
| 1909 | sort(devices, nr_devices, sizeof(struct btrfs_device_info), |
| 1910 | btrfs_cmp_device_free_bytes, NULL); |
| 1911 | } |
| 1912 | |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1913 | /* |
| 1914 | * The helper to calc the free space on the devices that can be used to store |
| 1915 | * file data. |
| 1916 | */ |
Arnd Bergmann | 7e17916 | 2018-11-03 16:39:28 +0100 | [diff] [blame] | 1917 | static inline int btrfs_calc_avail_data_space(struct btrfs_fs_info *fs_info, |
| 1918 | u64 *free_bytes) |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1919 | { |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1920 | struct btrfs_device_info *devices_info; |
| 1921 | struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; |
| 1922 | struct btrfs_device *device; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1923 | u64 type; |
| 1924 | u64 avail_space; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1925 | u64 min_stripe_size; |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 1926 | int num_stripes = 1; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1927 | int i = 0, nr_devices; |
David Sterba | 4f080f5 | 2019-06-18 20:00:11 +0200 | [diff] [blame] | 1928 | const struct btrfs_raid_attr *rattr; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1929 | |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1930 | /* |
Nicholas D Steeves | 0132761 | 2016-05-19 21:18:45 -0400 | [diff] [blame] | 1931 | * We aren't under the device list lock, so this is racy-ish, but good |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1932 | * enough for our purposes. |
| 1933 | */ |
Li Zefan | b772a86 | 2011-11-28 16:43:00 +0800 | [diff] [blame] | 1934 | nr_devices = fs_info->fs_devices->open_devices; |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1935 | if (!nr_devices) { |
| 1936 | smp_mb(); |
| 1937 | nr_devices = fs_info->fs_devices->open_devices; |
| 1938 | ASSERT(nr_devices); |
| 1939 | if (!nr_devices) { |
| 1940 | *free_bytes = 0; |
| 1941 | return 0; |
| 1942 | } |
| 1943 | } |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1944 | |
Dulshani Gunawardhana | d9b0d9b | 2013-10-31 10:32:18 +0530 | [diff] [blame] | 1945 | devices_info = kmalloc_array(nr_devices, sizeof(*devices_info), |
David Sterba | 6a44517 | 2017-06-15 15:04:04 +0200 | [diff] [blame] | 1946 | GFP_KERNEL); |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1947 | if (!devices_info) |
| 1948 | return -ENOMEM; |
| 1949 | |
Nicholas D Steeves | 0132761 | 2016-05-19 21:18:45 -0400 | [diff] [blame] | 1950 | /* calc min stripe number for data space allocation */ |
Jeff Mahoney | 1b86826 | 2017-05-17 11:38:35 -0400 | [diff] [blame] | 1951 | type = btrfs_data_alloc_profile(fs_info); |
David Sterba | 4f080f5 | 2019-06-18 20:00:11 +0200 | [diff] [blame] | 1952 | rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)]; |
| 1953 | |
David Sterba | e1ea2be | 2019-06-18 20:00:13 +0200 | [diff] [blame] | 1954 | if (type & BTRFS_BLOCK_GROUP_RAID0) |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 1955 | num_stripes = nr_devices; |
David Sterba | e1ea2be | 2019-06-18 20:00:13 +0200 | [diff] [blame] | 1956 | else if (type & BTRFS_BLOCK_GROUP_RAID1) |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 1957 | num_stripes = 2; |
David Sterba | e1ea2be | 2019-06-18 20:00:13 +0200 | [diff] [blame] | 1958 | else if (type & BTRFS_BLOCK_GROUP_RAID10) |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 1959 | num_stripes = 4; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1960 | |
David Sterba | 4f080f5 | 2019-06-18 20:00:11 +0200 | [diff] [blame] | 1961 | /* Adjust for more than 1 stripe per device */ |
| 1962 | min_stripe_size = rattr->dev_stripes * BTRFS_STRIPE_LEN; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1963 | |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1964 | rcu_read_lock(); |
| 1965 | list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) { |
Anand Jain | e12c962 | 2017-12-04 12:54:53 +0800 | [diff] [blame] | 1966 | if (!test_bit(BTRFS_DEV_STATE_IN_FS_METADATA, |
| 1967 | &device->dev_state) || |
Anand Jain | 401e29c | 2017-12-04 12:54:55 +0800 | [diff] [blame] | 1968 | !device->bdev || |
| 1969 | test_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state)) |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1970 | continue; |
| 1971 | |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1972 | if (i >= nr_devices) |
| 1973 | break; |
| 1974 | |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1975 | avail_space = device->total_bytes - device->bytes_used; |
| 1976 | |
| 1977 | /* align with stripe_len */ |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 1978 | avail_space = rounddown(avail_space, BTRFS_STRIPE_LEN); |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1979 | |
| 1980 | /* |
Nicholas D Steeves | 0132761 | 2016-05-19 21:18:45 -0400 | [diff] [blame] | 1981 | * In order to avoid overwriting the superblock on the drive, |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1982 | * btrfs starts at an offset of at least 1MB when doing chunk |
| 1983 | * allocation. |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 1984 | * |
| 1985 | * This ensures we have at least min_stripe_size free space |
| 1986 | * after excluding 1MB. |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1987 | */ |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 1988 | if (avail_space <= SZ_1M + min_stripe_size) |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1989 | continue; |
| 1990 | |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 1991 | avail_space -= SZ_1M; |
| 1992 | |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1993 | devices_info[i].dev = device; |
| 1994 | devices_info[i].max_avail = avail_space; |
| 1995 | |
| 1996 | i++; |
| 1997 | } |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 1998 | rcu_read_unlock(); |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 1999 | |
| 2000 | nr_devices = i; |
| 2001 | |
| 2002 | btrfs_descending_sort_devices(devices_info, nr_devices); |
| 2003 | |
| 2004 | i = nr_devices - 1; |
| 2005 | avail_space = 0; |
Nikolay Borisov | 559ca6e | 2019-07-03 15:32:59 +0300 | [diff] [blame] | 2006 | while (nr_devices >= rattr->devs_min) { |
| 2007 | num_stripes = min(num_stripes, nr_devices); |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 2008 | |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2009 | if (devices_info[i].max_avail >= min_stripe_size) { |
| 2010 | int j; |
| 2011 | u64 alloc_size; |
| 2012 | |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 2013 | avail_space += devices_info[i].max_avail * num_stripes; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2014 | alloc_size = devices_info[i].max_avail; |
Miao Xie | 39fb26c | 2011-12-14 20:12:02 -0500 | [diff] [blame] | 2015 | for (j = i + 1 - num_stripes; j <= i; j++) |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2016 | devices_info[j].max_avail -= alloc_size; |
| 2017 | } |
| 2018 | i--; |
| 2019 | nr_devices--; |
| 2020 | } |
| 2021 | |
| 2022 | kfree(devices_info); |
| 2023 | *free_bytes = avail_space; |
| 2024 | return 0; |
| 2025 | } |
| 2026 | |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2027 | /* |
| 2028 | * Calculate numbers for 'df', pessimistic in case of mixed raid profiles. |
| 2029 | * |
| 2030 | * If there's a redundant raid level at DATA block groups, use the respective |
| 2031 | * multiplier to scale the sizes. |
| 2032 | * |
| 2033 | * Unused device space usage is based on simulating the chunk allocator |
David Sterba | 0d0c71b | 2017-06-15 01:30:06 +0200 | [diff] [blame] | 2034 | * algorithm that respects the device sizes and order of allocations. This is |
| 2035 | * a close approximation of the actual use but there are other factors that may |
| 2036 | * change the result (like a new metadata chunk). |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2037 | * |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2038 | * If metadata is exhausted, f_bavail will be 0. |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2039 | */ |
Chris Mason | 8fd1779 | 2007-04-19 21:01:03 -0400 | [diff] [blame] | 2040 | static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf) |
| 2041 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 2042 | struct btrfs_fs_info *fs_info = btrfs_sb(dentry->d_sb); |
| 2043 | struct btrfs_super_block *disk_super = fs_info->super_copy; |
| 2044 | struct list_head *head = &fs_info->space_info; |
Josef Bacik | bd4d108 | 2010-03-05 21:59:21 +0000 | [diff] [blame] | 2045 | struct btrfs_space_info *found; |
| 2046 | u64 total_used = 0; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2047 | u64 total_free_data = 0; |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2048 | u64 total_free_meta = 0; |
Chris Mason | db94535 | 2007-10-15 16:15:53 -0400 | [diff] [blame] | 2049 | int bits = dentry->d_sb->s_blocksize_bits; |
Nikolay Borisov | de37aa5 | 2018-10-30 16:43:24 +0200 | [diff] [blame] | 2050 | __be32 *fsid = (__be32 *)fs_info->fs_devices->fsid; |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2051 | unsigned factor = 1; |
| 2052 | struct btrfs_block_rsv *block_rsv = &fs_info->global_block_rsv; |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2053 | int ret; |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2054 | u64 thresh = 0; |
Luis de Bethencourt | ae02d1b | 2016-03-30 21:53:38 +0100 | [diff] [blame] | 2055 | int mixed = 0; |
Chris Mason | 8fd1779 | 2007-04-19 21:01:03 -0400 | [diff] [blame] | 2056 | |
Josef Bacik | bd4d108 | 2010-03-05 21:59:21 +0000 | [diff] [blame] | 2057 | rcu_read_lock(); |
Josef Bacik | 89a5589 | 2010-10-14 14:52:27 -0400 | [diff] [blame] | 2058 | list_for_each_entry_rcu(found, head, list) { |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2059 | if (found->flags & BTRFS_BLOCK_GROUP_DATA) { |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2060 | int i; |
| 2061 | |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2062 | total_free_data += found->disk_total - found->disk_used; |
| 2063 | total_free_data -= |
| 2064 | btrfs_account_ro_block_groups_free_space(found); |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2065 | |
| 2066 | for (i = 0; i < BTRFS_NR_RAID_TYPES; i++) { |
David Sterba | 46df06b | 2018-07-13 20:46:30 +0200 | [diff] [blame] | 2067 | if (!list_empty(&found->block_groups[i])) |
| 2068 | factor = btrfs_bg_type_to_factor( |
| 2069 | btrfs_raid_array[i].bg_flag); |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2070 | } |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2071 | } |
Luis de Bethencourt | ae02d1b | 2016-03-30 21:53:38 +0100 | [diff] [blame] | 2072 | |
| 2073 | /* |
| 2074 | * Metadata in mixed block goup profiles are accounted in data |
| 2075 | */ |
| 2076 | if (!mixed && found->flags & BTRFS_BLOCK_GROUP_METADATA) { |
| 2077 | if (found->flags & BTRFS_BLOCK_GROUP_DATA) |
| 2078 | mixed = 1; |
| 2079 | else |
| 2080 | total_free_meta += found->disk_total - |
| 2081 | found->disk_used; |
| 2082 | } |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2083 | |
Yan, Zheng | b742bb8 | 2010-05-16 10:46:24 -0400 | [diff] [blame] | 2084 | total_used += found->disk_used; |
Josef Bacik | 89a5589 | 2010-10-14 14:52:27 -0400 | [diff] [blame] | 2085 | } |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2086 | |
Josef Bacik | bd4d108 | 2010-03-05 21:59:21 +0000 | [diff] [blame] | 2087 | rcu_read_unlock(); |
| 2088 | |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2089 | buf->f_blocks = div_u64(btrfs_super_total_bytes(disk_super), factor); |
| 2090 | buf->f_blocks >>= bits; |
| 2091 | buf->f_bfree = buf->f_blocks - (div_u64(total_used, factor) >> bits); |
| 2092 | |
| 2093 | /* Account global block reserve as used, it's in logical size already */ |
| 2094 | spin_lock(&block_rsv->lock); |
Luis de Bethencourt | 41b34ac | 2016-03-30 23:18:14 +0100 | [diff] [blame] | 2095 | /* Mixed block groups accounting is not byte-accurate, avoid overflow */ |
| 2096 | if (buf->f_bfree >= block_rsv->size >> bits) |
| 2097 | buf->f_bfree -= block_rsv->size >> bits; |
| 2098 | else |
| 2099 | buf->f_bfree = 0; |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2100 | spin_unlock(&block_rsv->lock); |
| 2101 | |
David Sterba | 0d95c1b | 2014-11-14 15:05:06 +0100 | [diff] [blame] | 2102 | buf->f_bavail = div_u64(total_free_data, factor); |
Jeff Mahoney | 6bccf3a | 2016-06-21 21:16:51 -0400 | [diff] [blame] | 2103 | ret = btrfs_calc_avail_data_space(fs_info, &total_free_data); |
Josef Bacik | 7e33fd9 | 2014-11-03 08:56:50 -0500 | [diff] [blame] | 2104 | if (ret) |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2105 | return ret; |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2106 | buf->f_bavail += div_u64(total_free_data, factor); |
Miao Xie | 6d07bce | 2011-01-05 10:07:31 +0000 | [diff] [blame] | 2107 | buf->f_bavail = buf->f_bavail >> bits; |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 2108 | |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2109 | /* |
| 2110 | * We calculate the remaining metadata space minus global reserve. If |
| 2111 | * this is (supposedly) smaller than zero, there's no space. But this |
| 2112 | * does not hold in practice, the exhausted state happens where's still |
| 2113 | * some positive delta. So we apply some guesswork and compare the |
| 2114 | * delta to a 4M threshold. (Practically observed delta was ~2M.) |
| 2115 | * |
| 2116 | * We probably cannot calculate the exact threshold value because this |
| 2117 | * depends on the internal reservations requested by various |
| 2118 | * operations, so some operations that consume a few metadata will |
| 2119 | * succeed even if the Avail is zero. But this is better than the other |
| 2120 | * way around. |
| 2121 | */ |
Nikolay Borisov | d4417e2 | 2017-10-16 16:48:40 +0300 | [diff] [blame] | 2122 | thresh = SZ_4M; |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2123 | |
Josef Bacik | c5e3c88 | 2020-01-31 09:31:05 -0500 | [diff] [blame] | 2124 | /* |
| 2125 | * We only want to claim there's no available space if we can no longer |
| 2126 | * allocate chunks for our metadata profile and our global reserve will |
| 2127 | * not fit in the free metadata space. If we aren't ->full then we |
| 2128 | * still can allocate chunks and thus are fine using the currently |
| 2129 | * calculated f_bavail. |
| 2130 | */ |
| 2131 | if (!mixed && block_rsv->space_info->full && |
| 2132 | total_free_meta - thresh < block_rsv->size) |
David Sterba | ca8a51b | 2015-10-10 17:59:53 +0200 | [diff] [blame] | 2133 | buf->f_bavail = 0; |
| 2134 | |
David Sterba | ba7b6e6 | 2014-07-01 16:21:33 +0200 | [diff] [blame] | 2135 | buf->f_type = BTRFS_SUPER_MAGIC; |
| 2136 | buf->f_bsize = dentry->d_sb->s_blocksize; |
| 2137 | buf->f_namelen = BTRFS_NAME_LEN; |
| 2138 | |
David Woodhouse | 9d03632 | 2008-08-18 12:01:52 +0100 | [diff] [blame] | 2139 | /* We treat it as constant endianness (it doesn't matter _which_) |
Chris Mason | d397712 | 2009-01-05 21:25:51 -0500 | [diff] [blame] | 2140 | because we want the fsid to come out the same whether mounted |
David Woodhouse | 9d03632 | 2008-08-18 12:01:52 +0100 | [diff] [blame] | 2141 | on a big-endian or little-endian host */ |
| 2142 | buf->f_fsid.val[0] = be32_to_cpu(fsid[0]) ^ be32_to_cpu(fsid[2]); |
| 2143 | buf->f_fsid.val[1] = be32_to_cpu(fsid[1]) ^ be32_to_cpu(fsid[3]); |
David Woodhouse | 32d48fa | 2008-08-18 13:10:20 +0100 | [diff] [blame] | 2144 | /* Mask in the root object ID too, to disambiguate subvols */ |
Misono Tomohiro | 4fd786e | 2018-08-06 14:25:24 +0900 | [diff] [blame] | 2145 | buf->f_fsid.val[0] ^= |
| 2146 | BTRFS_I(d_inode(dentry))->root->root_key.objectid >> 32; |
| 2147 | buf->f_fsid.val[1] ^= |
| 2148 | BTRFS_I(d_inode(dentry))->root->root_key.objectid; |
David Woodhouse | 32d48fa | 2008-08-18 13:10:20 +0100 | [diff] [blame] | 2149 | |
Chris Mason | 8fd1779 | 2007-04-19 21:01:03 -0400 | [diff] [blame] | 2150 | return 0; |
| 2151 | } |
Chris Mason | b513386 | 2007-04-24 11:52:22 -0400 | [diff] [blame] | 2152 | |
Al Viro | aea52e1 | 2011-11-17 01:22:46 -0500 | [diff] [blame] | 2153 | static void btrfs_kill_super(struct super_block *sb) |
| 2154 | { |
Al Viro | 815745c | 2011-11-17 15:40:49 -0500 | [diff] [blame] | 2155 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
Al Viro | aea52e1 | 2011-11-17 01:22:46 -0500 | [diff] [blame] | 2156 | kill_anon_super(sb); |
Al Viro | d22ca7d | 2011-11-17 01:46:50 -0500 | [diff] [blame] | 2157 | free_fs_info(fs_info); |
Al Viro | aea52e1 | 2011-11-17 01:22:46 -0500 | [diff] [blame] | 2158 | } |
| 2159 | |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2160 | static struct file_system_type btrfs_fs_type = { |
| 2161 | .owner = THIS_MODULE, |
| 2162 | .name = "btrfs", |
Al Viro | 061dbc6 | 2010-07-26 16:21:33 +0400 | [diff] [blame] | 2163 | .mount = btrfs_mount, |
Al Viro | aea52e1 | 2011-11-17 01:22:46 -0500 | [diff] [blame] | 2164 | .kill_sb = btrfs_kill_super, |
Qu Wenruo | f667aef | 2014-09-23 13:40:08 +0800 | [diff] [blame] | 2165 | .fs_flags = FS_REQUIRES_DEV | FS_BINARY_MOUNTDATA, |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2166 | }; |
Misono, Tomohiro | 72fa39f | 2017-12-14 17:24:30 +0900 | [diff] [blame] | 2167 | |
| 2168 | static struct file_system_type btrfs_root_fs_type = { |
| 2169 | .owner = THIS_MODULE, |
| 2170 | .name = "btrfs", |
| 2171 | .mount = btrfs_mount_root, |
| 2172 | .kill_sb = btrfs_kill_super, |
| 2173 | .fs_flags = FS_REQUIRES_DEV | FS_BINARY_MOUNTDATA, |
| 2174 | }; |
| 2175 | |
Eric W. Biederman | 7f78e03 | 2013-03-02 19:39:14 -0800 | [diff] [blame] | 2176 | MODULE_ALIAS_FS("btrfs"); |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2177 | |
Tom Van Braeckel | d862095 | 2015-03-24 16:35:49 +0100 | [diff] [blame] | 2178 | static int btrfs_control_open(struct inode *inode, struct file *file) |
| 2179 | { |
| 2180 | /* |
| 2181 | * The control file's private_data is used to hold the |
| 2182 | * transaction when it is started and is used to keep |
| 2183 | * track of whether a transaction is already in progress. |
| 2184 | */ |
| 2185 | file->private_data = NULL; |
| 2186 | return 0; |
| 2187 | } |
| 2188 | |
Chris Mason | d352ac6 | 2008-09-29 15:18:18 -0400 | [diff] [blame] | 2189 | /* |
| 2190 | * used by btrfsctl to scan devices when no FS is mounted |
| 2191 | */ |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2192 | static long btrfs_control_ioctl(struct file *file, unsigned int cmd, |
| 2193 | unsigned long arg) |
| 2194 | { |
| 2195 | struct btrfs_ioctl_vol_args *vol; |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 2196 | struct btrfs_device *device = NULL; |
Chris Mason | c071fcf | 2009-01-16 11:59:08 -0500 | [diff] [blame] | 2197 | int ret = -ENOTTY; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2198 | |
Chris Mason | e441d54 | 2009-01-05 16:57:23 -0500 | [diff] [blame] | 2199 | if (!capable(CAP_SYS_ADMIN)) |
| 2200 | return -EPERM; |
| 2201 | |
Li Zefan | dae7b66 | 2009-04-08 15:06:54 +0800 | [diff] [blame] | 2202 | vol = memdup_user((void __user *)arg, sizeof(*vol)); |
| 2203 | if (IS_ERR(vol)) |
| 2204 | return PTR_ERR(vol); |
Filipe Manana | f505754 | 2018-11-14 11:35:24 +0000 | [diff] [blame] | 2205 | vol->name[BTRFS_PATH_NAME_MAX] = '\0'; |
Chris Mason | c071fcf | 2009-01-16 11:59:08 -0500 | [diff] [blame] | 2206 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2207 | switch (cmd) { |
| 2208 | case BTRFS_IOC_SCAN_DEV: |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2209 | mutex_lock(&uuid_mutex); |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 2210 | device = btrfs_scan_one_device(vol->name, FMODE_READ, |
| 2211 | &btrfs_root_fs_type); |
| 2212 | ret = PTR_ERR_OR_ZERO(device); |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2213 | mutex_unlock(&uuid_mutex); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2214 | break; |
Anand Jain | 228a73a | 2019-01-04 13:31:54 +0800 | [diff] [blame] | 2215 | case BTRFS_IOC_FORGET_DEV: |
| 2216 | ret = btrfs_forget_devices(vol->name); |
| 2217 | break; |
Josef Bacik | 02db084 | 2012-06-21 16:03:58 -0400 | [diff] [blame] | 2218 | case BTRFS_IOC_DEVICES_READY: |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2219 | mutex_lock(&uuid_mutex); |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 2220 | device = btrfs_scan_one_device(vol->name, FMODE_READ, |
| 2221 | &btrfs_root_fs_type); |
| 2222 | if (IS_ERR(device)) { |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2223 | mutex_unlock(&uuid_mutex); |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 2224 | ret = PTR_ERR(device); |
Josef Bacik | 02db084 | 2012-06-21 16:03:58 -0400 | [diff] [blame] | 2225 | break; |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2226 | } |
Gu Jinxiang | 36350e9 | 2018-07-12 14:23:16 +0800 | [diff] [blame] | 2227 | ret = !(device->fs_devices->num_devices == |
| 2228 | device->fs_devices->total_devices); |
David Sterba | 899f930 | 2018-06-19 16:37:36 +0200 | [diff] [blame] | 2229 | mutex_unlock(&uuid_mutex); |
Josef Bacik | 02db084 | 2012-06-21 16:03:58 -0400 | [diff] [blame] | 2230 | break; |
David Sterba | c5868f8 | 2016-02-17 15:24:14 +0100 | [diff] [blame] | 2231 | case BTRFS_IOC_GET_SUPPORTED_FEATURES: |
David Sterba | d5131b6 | 2016-02-17 15:26:27 +0100 | [diff] [blame] | 2232 | ret = btrfs_ioctl_get_supported_features((void __user*)arg); |
David Sterba | c5868f8 | 2016-02-17 15:24:14 +0100 | [diff] [blame] | 2233 | break; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2234 | } |
Li Zefan | dae7b66 | 2009-04-08 15:06:54 +0800 | [diff] [blame] | 2235 | |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2236 | kfree(vol); |
Linda Knippers | f819d83 | 2008-06-09 22:17:11 -0400 | [diff] [blame] | 2237 | return ret; |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2238 | } |
| 2239 | |
Linus Torvalds | 0176260 | 2009-01-10 06:09:52 -0800 | [diff] [blame] | 2240 | static int btrfs_freeze(struct super_block *sb) |
Yan | ed0dab6 | 2008-01-22 12:46:56 -0500 | [diff] [blame] | 2241 | { |
Miao Xie | 354aa0f | 2012-09-20 01:54:00 -0600 | [diff] [blame] | 2242 | struct btrfs_trans_handle *trans; |
Jeff Mahoney | 0b246af | 2016-06-22 18:54:23 -0400 | [diff] [blame] | 2243 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
| 2244 | struct btrfs_root *root = fs_info->tree_root; |
Miao Xie | 354aa0f | 2012-09-20 01:54:00 -0600 | [diff] [blame] | 2245 | |
David Sterba | fac03c8 | 2017-06-15 19:10:03 +0200 | [diff] [blame] | 2246 | set_bit(BTRFS_FS_FROZEN, &fs_info->flags); |
Wang Xiaoguang | 9e7cc91 | 2016-08-01 13:28:08 +0800 | [diff] [blame] | 2247 | /* |
| 2248 | * We don't need a barrier here, we'll wait for any transaction that |
| 2249 | * could be in progress on other threads (and do delayed iputs that |
| 2250 | * we want to avoid on a frozen filesystem), or do the commit |
| 2251 | * ourselves. |
| 2252 | */ |
Miao Xie | d4edf39 | 2013-02-20 09:17:06 +0000 | [diff] [blame] | 2253 | trans = btrfs_attach_transaction_barrier(root); |
Miao Xie | 354aa0f | 2012-09-20 01:54:00 -0600 | [diff] [blame] | 2254 | if (IS_ERR(trans)) { |
| 2255 | /* no transaction, don't bother */ |
| 2256 | if (PTR_ERR(trans) == -ENOENT) |
| 2257 | return 0; |
| 2258 | return PTR_ERR(trans); |
| 2259 | } |
Jeff Mahoney | 3a45bb2 | 2016-09-09 21:39:03 -0400 | [diff] [blame] | 2260 | return btrfs_commit_transaction(trans); |
Yan | ed0dab6 | 2008-01-22 12:46:56 -0500 | [diff] [blame] | 2261 | } |
| 2262 | |
Wang Xiaoguang | 9e7cc91 | 2016-08-01 13:28:08 +0800 | [diff] [blame] | 2263 | static int btrfs_unfreeze(struct super_block *sb) |
| 2264 | { |
David Sterba | fac03c8 | 2017-06-15 19:10:03 +0200 | [diff] [blame] | 2265 | struct btrfs_fs_info *fs_info = btrfs_sb(sb); |
| 2266 | |
| 2267 | clear_bit(BTRFS_FS_FROZEN, &fs_info->flags); |
Wang Xiaoguang | 9e7cc91 | 2016-08-01 13:28:08 +0800 | [diff] [blame] | 2268 | return 0; |
| 2269 | } |
| 2270 | |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2271 | static int btrfs_show_devname(struct seq_file *m, struct dentry *root) |
| 2272 | { |
| 2273 | struct btrfs_fs_info *fs_info = btrfs_sb(root->d_sb); |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2274 | struct btrfs_device *dev, *first_dev = NULL; |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2275 | |
David Sterba | 88c1459 | 2018-03-16 03:27:02 +0100 | [diff] [blame] | 2276 | /* |
| 2277 | * Lightweight locking of the devices. We should not need |
| 2278 | * device_list_mutex here as we only read the device data and the list |
| 2279 | * is protected by RCU. Even if a device is deleted during the list |
| 2280 | * traversals, we'll get valid data, the freeing callback will wait at |
Andrea Gelmini | 52042d8 | 2018-11-28 12:05:13 +0100 | [diff] [blame] | 2281 | * least until the rcu_read_unlock. |
David Sterba | 88c1459 | 2018-03-16 03:27:02 +0100 | [diff] [blame] | 2282 | */ |
| 2283 | rcu_read_lock(); |
Anand Jain | 3d34529 | 2020-07-10 14:37:38 +0800 | [diff] [blame] | 2284 | list_for_each_entry_rcu(dev, &fs_info->fs_devices->devices, dev_list) { |
| 2285 | if (test_bit(BTRFS_DEV_STATE_MISSING, &dev->dev_state)) |
| 2286 | continue; |
| 2287 | if (!dev->name) |
| 2288 | continue; |
| 2289 | if (!first_dev || dev->devid < first_dev->devid) |
| 2290 | first_dev = dev; |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2291 | } |
| 2292 | |
Misono Tomohiro | 672d599 | 2018-08-02 16:19:07 +0900 | [diff] [blame] | 2293 | if (first_dev) |
| 2294 | seq_escape(m, rcu_str_deref(first_dev->name), " \t\n\\"); |
| 2295 | else |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2296 | WARN_ON(1); |
David Sterba | 88c1459 | 2018-03-16 03:27:02 +0100 | [diff] [blame] | 2297 | rcu_read_unlock(); |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2298 | return 0; |
| 2299 | } |
| 2300 | |
Alexey Dobriyan | b87221d | 2009-09-21 17:01:09 -0700 | [diff] [blame] | 2301 | static const struct super_operations btrfs_super_ops = { |
Yan, Zheng | 76dda93 | 2009-09-21 16:00:26 -0400 | [diff] [blame] | 2302 | .drop_inode = btrfs_drop_inode, |
Al Viro | bd55597 | 2010-06-07 11:35:40 -0400 | [diff] [blame] | 2303 | .evict_inode = btrfs_evict_inode, |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 2304 | .put_super = btrfs_put_super, |
Chris Mason | d571976 | 2007-03-23 10:01:08 -0400 | [diff] [blame] | 2305 | .sync_fs = btrfs_sync_fs, |
Eric Paris | a9572a1 | 2009-04-02 16:46:06 -0400 | [diff] [blame] | 2306 | .show_options = btrfs_show_options, |
Josef Bacik | 9c5085c | 2012-06-05 14:13:12 -0400 | [diff] [blame] | 2307 | .show_devname = btrfs_show_devname, |
Chris Mason | 2c90e5d | 2007-04-02 10:50:19 -0400 | [diff] [blame] | 2308 | .alloc_inode = btrfs_alloc_inode, |
| 2309 | .destroy_inode = btrfs_destroy_inode, |
Al Viro | 26602ca | 2019-04-10 15:14:41 -0400 | [diff] [blame] | 2310 | .free_inode = btrfs_free_inode, |
Chris Mason | 8fd1779 | 2007-04-19 21:01:03 -0400 | [diff] [blame] | 2311 | .statfs = btrfs_statfs, |
Yan Zheng | c146afa | 2008-11-12 14:34:12 -0500 | [diff] [blame] | 2312 | .remount_fs = btrfs_remount, |
Linus Torvalds | 0176260 | 2009-01-10 06:09:52 -0800 | [diff] [blame] | 2313 | .freeze_fs = btrfs_freeze, |
Wang Xiaoguang | 9e7cc91 | 2016-08-01 13:28:08 +0800 | [diff] [blame] | 2314 | .unfreeze_fs = btrfs_unfreeze, |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 2315 | }; |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2316 | |
| 2317 | static const struct file_operations btrfs_ctl_fops = { |
Tom Van Braeckel | d862095 | 2015-03-24 16:35:49 +0100 | [diff] [blame] | 2318 | .open = btrfs_control_open, |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2319 | .unlocked_ioctl = btrfs_control_ioctl, |
| 2320 | .compat_ioctl = btrfs_control_ioctl, |
| 2321 | .owner = THIS_MODULE, |
Arnd Bergmann | 6038f37 | 2010-08-15 18:52:59 +0200 | [diff] [blame] | 2322 | .llseek = noop_llseek, |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2323 | }; |
| 2324 | |
| 2325 | static struct miscdevice btrfs_misc = { |
Kay Sievers | 578454f | 2010-05-20 18:07:20 +0200 | [diff] [blame] | 2326 | .minor = BTRFS_MINOR, |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2327 | .name = "btrfs-control", |
| 2328 | .fops = &btrfs_ctl_fops |
| 2329 | }; |
| 2330 | |
Kay Sievers | 578454f | 2010-05-20 18:07:20 +0200 | [diff] [blame] | 2331 | MODULE_ALIAS_MISCDEV(BTRFS_MINOR); |
| 2332 | MODULE_ALIAS("devname:btrfs-control"); |
| 2333 | |
Liu Bo | f5c29bd | 2017-11-02 17:21:50 -0600 | [diff] [blame] | 2334 | static int __init btrfs_interface_init(void) |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2335 | { |
| 2336 | return misc_register(&btrfs_misc); |
| 2337 | } |
| 2338 | |
David Sterba | e67c718 | 2018-02-19 17:24:18 +0100 | [diff] [blame] | 2339 | static __cold void btrfs_interface_exit(void) |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2340 | { |
Greg Kroah-Hartman | f368ed6 | 2015-07-30 15:59:57 -0700 | [diff] [blame] | 2341 | misc_deregister(&btrfs_misc); |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2342 | } |
| 2343 | |
Liu Bo | f5c29bd | 2017-11-02 17:21:50 -0600 | [diff] [blame] | 2344 | static void __init btrfs_print_mod_info(void) |
David Sterba | 8596560 | 2013-04-30 16:51:59 +0000 | [diff] [blame] | 2345 | { |
Bart Van Assche | edf57cb | 2018-06-20 10:03:33 -0700 | [diff] [blame] | 2346 | static const char options[] = "" |
David Sterba | 8596560 | 2013-04-30 16:51:59 +0000 | [diff] [blame] | 2347 | #ifdef CONFIG_BTRFS_DEBUG |
| 2348 | ", debug=on" |
| 2349 | #endif |
Stefan Behrens | 79556c3 | 2013-09-03 15:25:27 +0200 | [diff] [blame] | 2350 | #ifdef CONFIG_BTRFS_ASSERT |
| 2351 | ", assert=on" |
| 2352 | #endif |
David Sterba | 8596560 | 2013-04-30 16:51:59 +0000 | [diff] [blame] | 2353 | #ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY |
| 2354 | ", integrity-checker=on" |
| 2355 | #endif |
Josef Bacik | fb59237 | 2017-09-29 15:43:48 -0400 | [diff] [blame] | 2356 | #ifdef CONFIG_BTRFS_FS_REF_VERIFY |
| 2357 | ", ref-verify=on" |
| 2358 | #endif |
Bart Van Assche | edf57cb | 2018-06-20 10:03:33 -0700 | [diff] [blame] | 2359 | ; |
| 2360 | pr_info("Btrfs loaded, crc32c=%s%s\n", crc32c_impl(), options); |
David Sterba | 8596560 | 2013-04-30 16:51:59 +0000 | [diff] [blame] | 2361 | } |
| 2362 | |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2363 | static int __init init_btrfs_fs(void) |
| 2364 | { |
Chris Mason | 2c90e5d | 2007-04-02 10:50:19 -0400 | [diff] [blame] | 2365 | int err; |
Josef Bacik | 58176a9 | 2007-08-29 15:47:34 -0400 | [diff] [blame] | 2366 | |
Filipe David Borba Manana | 6354192 | 2014-01-07 11:47:46 +0000 | [diff] [blame] | 2367 | btrfs_props_init(); |
| 2368 | |
Josef Bacik | 58176a9 | 2007-08-29 15:47:34 -0400 | [diff] [blame] | 2369 | err = btrfs_init_sysfs(); |
| 2370 | if (err) |
Nikolay Borisov | 9678c54 | 2018-01-08 11:45:05 +0200 | [diff] [blame] | 2371 | return err; |
Josef Bacik | 58176a9 | 2007-08-29 15:47:34 -0400 | [diff] [blame] | 2372 | |
Jeff Mahoney | 143bede | 2012-03-01 14:56:26 +0100 | [diff] [blame] | 2373 | btrfs_init_compress(); |
Chris Mason | d1310b2 | 2008-01-24 16:13:08 -0500 | [diff] [blame] | 2374 | |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 2375 | err = btrfs_init_cachep(); |
| 2376 | if (err) |
| 2377 | goto free_compress; |
| 2378 | |
Chris Mason | d1310b2 | 2008-01-24 16:13:08 -0500 | [diff] [blame] | 2379 | err = extent_io_init(); |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2380 | if (err) |
| 2381 | goto free_cachep; |
| 2382 | |
Chris Mason | d1310b2 | 2008-01-24 16:13:08 -0500 | [diff] [blame] | 2383 | err = extent_map_init(); |
| 2384 | if (err) |
| 2385 | goto free_extent_io; |
| 2386 | |
Miao Xie | 6352b91 | 2012-09-06 04:01:51 -0600 | [diff] [blame] | 2387 | err = ordered_data_init(); |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2388 | if (err) |
| 2389 | goto free_extent_map; |
Chris Mason | c8b9781 | 2008-10-29 14:49:59 -0400 | [diff] [blame] | 2390 | |
Miao Xie | 6352b91 | 2012-09-06 04:01:51 -0600 | [diff] [blame] | 2391 | err = btrfs_delayed_inode_init(); |
| 2392 | if (err) |
| 2393 | goto free_ordered_data; |
| 2394 | |
Miao Xie | 9247f31 | 2012-11-26 09:24:43 +0000 | [diff] [blame] | 2395 | err = btrfs_auto_defrag_init(); |
Miao Xie | 16cdcec | 2011-04-22 18:12:22 +0800 | [diff] [blame] | 2396 | if (err) |
| 2397 | goto free_delayed_inode; |
| 2398 | |
Miao Xie | 78a6184 | 2012-11-21 02:21:28 +0000 | [diff] [blame] | 2399 | err = btrfs_delayed_ref_init(); |
Miao Xie | 9247f31 | 2012-11-26 09:24:43 +0000 | [diff] [blame] | 2400 | if (err) |
| 2401 | goto free_auto_defrag; |
| 2402 | |
Wang Shilong | b9e9a6c | 2013-08-09 13:25:36 +0800 | [diff] [blame] | 2403 | err = btrfs_prelim_ref_init(); |
| 2404 | if (err) |
David Sterba | af13b492 | 2014-07-30 00:58:37 +0200 | [diff] [blame] | 2405 | goto free_delayed_ref; |
Wang Shilong | b9e9a6c | 2013-08-09 13:25:36 +0800 | [diff] [blame] | 2406 | |
David Sterba | 97eb6b6 | 2014-07-30 00:55:42 +0200 | [diff] [blame] | 2407 | err = btrfs_end_io_wq_init(); |
Miao Xie | 78a6184 | 2012-11-21 02:21:28 +0000 | [diff] [blame] | 2408 | if (err) |
David Sterba | af13b492 | 2014-07-30 00:58:37 +0200 | [diff] [blame] | 2409 | goto free_prelim_ref; |
Miao Xie | 78a6184 | 2012-11-21 02:21:28 +0000 | [diff] [blame] | 2410 | |
David Sterba | 97eb6b6 | 2014-07-30 00:55:42 +0200 | [diff] [blame] | 2411 | err = btrfs_interface_init(); |
| 2412 | if (err) |
| 2413 | goto free_end_io_wq; |
| 2414 | |
Jan Schmidt | e565d4b | 2012-03-23 17:14:20 +0100 | [diff] [blame] | 2415 | btrfs_init_lockdep(); |
| 2416 | |
Anand Jain | 8ae1af3 | 2016-03-10 12:49:14 +0800 | [diff] [blame] | 2417 | btrfs_print_mod_info(); |
Josef Bacik | dc11dd5 | 2013-08-14 15:05:12 -0400 | [diff] [blame] | 2418 | |
| 2419 | err = btrfs_run_sanity_tests(); |
| 2420 | if (err) |
| 2421 | goto unregister_ioctl; |
| 2422 | |
| 2423 | err = register_filesystem(&btrfs_fs_type); |
| 2424 | if (err) |
| 2425 | goto unregister_ioctl; |
Josef Bacik | 74255aa | 2013-03-15 09:47:08 -0400 | [diff] [blame] | 2426 | |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2427 | return 0; |
| 2428 | |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2429 | unregister_ioctl: |
| 2430 | btrfs_interface_exit(); |
David Sterba | 97eb6b6 | 2014-07-30 00:55:42 +0200 | [diff] [blame] | 2431 | free_end_io_wq: |
| 2432 | btrfs_end_io_wq_exit(); |
Wang Shilong | b9e9a6c | 2013-08-09 13:25:36 +0800 | [diff] [blame] | 2433 | free_prelim_ref: |
| 2434 | btrfs_prelim_ref_exit(); |
Miao Xie | 78a6184 | 2012-11-21 02:21:28 +0000 | [diff] [blame] | 2435 | free_delayed_ref: |
| 2436 | btrfs_delayed_ref_exit(); |
Miao Xie | 9247f31 | 2012-11-26 09:24:43 +0000 | [diff] [blame] | 2437 | free_auto_defrag: |
| 2438 | btrfs_auto_defrag_exit(); |
Miao Xie | 16cdcec | 2011-04-22 18:12:22 +0800 | [diff] [blame] | 2439 | free_delayed_inode: |
| 2440 | btrfs_delayed_inode_exit(); |
Miao Xie | 6352b91 | 2012-09-06 04:01:51 -0600 | [diff] [blame] | 2441 | free_ordered_data: |
| 2442 | ordered_data_exit(); |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2443 | free_extent_map: |
| 2444 | extent_map_exit(); |
Chris Mason | d1310b2 | 2008-01-24 16:13:08 -0500 | [diff] [blame] | 2445 | free_extent_io: |
| 2446 | extent_io_exit(); |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2447 | free_cachep: |
| 2448 | btrfs_destroy_cachep(); |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 2449 | free_compress: |
| 2450 | btrfs_exit_compress(); |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2451 | btrfs_exit_sysfs(); |
Nikolay Borisov | 9678c54 | 2018-01-08 11:45:05 +0200 | [diff] [blame] | 2452 | |
Wyatt Banks | 2f4cbe6 | 2007-11-19 10:22:33 -0500 | [diff] [blame] | 2453 | return err; |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2454 | } |
| 2455 | |
| 2456 | static void __exit exit_btrfs_fs(void) |
| 2457 | { |
Chris Mason | 39279cc | 2007-06-12 06:35:45 -0400 | [diff] [blame] | 2458 | btrfs_destroy_cachep(); |
Miao Xie | 78a6184 | 2012-11-21 02:21:28 +0000 | [diff] [blame] | 2459 | btrfs_delayed_ref_exit(); |
Miao Xie | 9247f31 | 2012-11-26 09:24:43 +0000 | [diff] [blame] | 2460 | btrfs_auto_defrag_exit(); |
Miao Xie | 16cdcec | 2011-04-22 18:12:22 +0800 | [diff] [blame] | 2461 | btrfs_delayed_inode_exit(); |
Wang Shilong | b9e9a6c | 2013-08-09 13:25:36 +0800 | [diff] [blame] | 2462 | btrfs_prelim_ref_exit(); |
Miao Xie | 6352b91 | 2012-09-06 04:01:51 -0600 | [diff] [blame] | 2463 | ordered_data_exit(); |
Chris Mason | a52d9a8 | 2007-08-27 16:49:44 -0400 | [diff] [blame] | 2464 | extent_map_exit(); |
Chris Mason | d1310b2 | 2008-01-24 16:13:08 -0500 | [diff] [blame] | 2465 | extent_io_exit(); |
Chris Mason | a9218f6 | 2008-03-24 15:02:04 -0400 | [diff] [blame] | 2466 | btrfs_interface_exit(); |
Josef Bacik | 5ed5f58 | 2014-10-15 17:19:59 -0400 | [diff] [blame] | 2467 | btrfs_end_io_wq_exit(); |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2468 | unregister_filesystem(&btrfs_fs_type); |
Josef Bacik | 58176a9 | 2007-08-29 15:47:34 -0400 | [diff] [blame] | 2469 | btrfs_exit_sysfs(); |
Chris Mason | 8a4b83c | 2008-03-24 15:02:07 -0400 | [diff] [blame] | 2470 | btrfs_cleanup_fs_uuids(); |
Li Zefan | 261507a0 | 2010-12-17 14:21:50 +0800 | [diff] [blame] | 2471 | btrfs_exit_compress(); |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2472 | } |
| 2473 | |
Filipe David Borba Manana | 60efa5e | 2014-02-01 21:27:56 +0000 | [diff] [blame] | 2474 | late_initcall(init_btrfs_fs); |
Chris Mason | 2e635a2 | 2007-03-21 11:12:56 -0400 | [diff] [blame] | 2475 | module_exit(exit_btrfs_fs) |
| 2476 | |
| 2477 | MODULE_LICENSE("GPL"); |
Johannes Thumshirn | d517857 | 2019-06-03 16:58:57 +0200 | [diff] [blame] | 2478 | MODULE_SOFTDEP("pre: crc32c"); |