blob: 726d6871fa13f78133d8fa0ffde50e887d98b16e [file] [log] [blame]
Chris Mason6cbd5572007-06-12 09:07:21 -04001/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the
15 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 * Boston, MA 021110-1307, USA.
17 */
18
Yan4b82d6e2007-08-29 09:11:44 -040019#include <linux/blkdev.h>
Chris Mason2e635a22007-03-21 11:12:56 -040020#include <linux/module.h>
Chris Masone20d96d2007-03-22 12:13:20 -040021#include <linux/buffer_head.h>
Chris Mason2e635a22007-03-21 11:12:56 -040022#include <linux/fs.h>
23#include <linux/pagemap.h>
24#include <linux/highmem.h>
25#include <linux/time.h>
26#include <linux/init.h>
27#include <linux/string.h>
28#include <linux/smp_lock.h>
29#include <linux/backing-dev.h>
Yan4b82d6e2007-08-29 09:11:44 -040030#include <linux/mount.h>
Chris Masondee26a92007-03-26 16:00:06 -040031#include <linux/mpage.h>
Chris Mason75dfe392007-03-29 11:56:46 -040032#include <linux/swap.h>
33#include <linux/writeback.h>
Chris Mason8fd17792007-04-19 21:01:03 -040034#include <linux/statfs.h>
Chris Mason08607c12007-06-08 15:33:54 -040035#include <linux/compat.h>
Chris Mason95e05282007-08-29 09:11:44 -040036#include <linux/parser.h>
Chris Masonc59f8952007-12-17 20:14:04 -050037#include <linux/ctype.h>
Chris Mason6da6aba2007-12-18 16:15:09 -050038#include <linux/namei.h>
Chris Masona9218f62008-03-24 15:02:04 -040039#include <linux/miscdevice.h>
Chris Mason2e635a22007-03-21 11:12:56 -040040#include "ctree.h"
Chris Masone20d96d2007-03-22 12:13:20 -040041#include "disk-io.h"
Chris Masond5719762007-03-23 10:01:08 -040042#include "transaction.h"
Chris Mason2c90e5d2007-04-02 10:50:19 -040043#include "btrfs_inode.h"
Chris Masonc5739bb2007-04-10 09:27:04 -040044#include "ioctl.h"
Chris Mason3a686372007-05-24 13:35:57 -040045#include "print-tree.h"
Josef Bacik5103e942007-11-16 11:45:54 -050046#include "xattr.h"
Chris Mason8a4b83c2008-03-24 15:02:07 -040047#include "volumes.h"
Chris Mason2e635a22007-03-21 11:12:56 -040048
Chris Mason5f39d392007-10-15 16:14:19 -040049#define BTRFS_SUPER_MAGIC 0x9123683E
Chris Masone20d96d2007-03-22 12:13:20 -040050
Chris Masone20d96d2007-03-22 12:13:20 -040051static struct super_operations btrfs_super_ops;
Chris Masone20d96d2007-03-22 12:13:20 -040052
53static void btrfs_put_super (struct super_block * sb)
54{
55 struct btrfs_root *root = btrfs_sb(sb);
Josef Bacik58176a92007-08-29 15:47:34 -040056 struct btrfs_fs_info *fs = root->fs_info;
Chris Masone20d96d2007-03-22 12:13:20 -040057 int ret;
58
59 ret = close_ctree(root);
60 if (ret) {
61 printk("close ctree returns %d\n", ret);
62 }
Josef Bacik58176a92007-08-29 15:47:34 -040063 btrfs_sysfs_del_super(fs);
Chris Masone20d96d2007-03-22 12:13:20 -040064 sb->s_fs_info = NULL;
65}
Chris Mason2e635a22007-03-21 11:12:56 -040066
Chris Mason95e05282007-08-29 09:11:44 -040067enum {
Christoph Hellwig43e570b2008-06-10 10:40:46 -040068 Opt_degraded, Opt_subvol, Opt_device, Opt_nodatasum, Opt_nodatacow,
Chris Masondfe25022008-05-13 13:46:40 -040069 Opt_max_extent, Opt_max_inline, Opt_alloc_start, Opt_nobarrier,
Chris Mason4543df72008-06-11 21:47:56 -040070 Opt_ssd, Opt_thread_pool, Opt_err,
Chris Mason95e05282007-08-29 09:11:44 -040071};
72
73static match_table_t tokens = {
Chris Masondfe25022008-05-13 13:46:40 -040074 {Opt_degraded, "degraded"},
Chris Mason95e05282007-08-29 09:11:44 -040075 {Opt_subvol, "subvol=%s"},
Christoph Hellwig43e570b2008-06-10 10:40:46 -040076 {Opt_device, "device=%s"},
Chris Masonb6cda9b2007-12-14 15:30:32 -050077 {Opt_nodatasum, "nodatasum"},
Chris Masonbe20aa92007-12-17 20:14:01 -050078 {Opt_nodatacow, "nodatacow"},
Chris Mason21ad10c2008-01-09 09:23:21 -050079 {Opt_nobarrier, "nobarrier"},
Chris Masonc59f8952007-12-17 20:14:04 -050080 {Opt_max_extent, "max_extent=%s"},
Chris Mason6f568d32008-01-29 16:03:38 -050081 {Opt_max_inline, "max_inline=%s"},
Chris Mason8f662a72008-01-02 10:01:11 -050082 {Opt_alloc_start, "alloc_start=%s"},
Chris Mason4543df72008-06-11 21:47:56 -040083 {Opt_thread_pool, "thread_pool=%d"},
Chris Masone18e4802008-01-18 10:54:22 -050084 {Opt_ssd, "ssd"},
Chris Mason95e05282007-08-29 09:11:44 -040085 {Opt_err, NULL}
86};
87
Chris Masonedbd8d42007-12-21 16:27:24 -050088u64 btrfs_parse_size(char *str)
Chris Masonc59f8952007-12-17 20:14:04 -050089{
Chris Masonedbd8d42007-12-21 16:27:24 -050090 u64 res;
Chris Masonc59f8952007-12-17 20:14:04 -050091 int mult = 1;
92 char *end;
93 char last;
94
95 res = simple_strtoul(str, &end, 10);
96
97 last = end[0];
98 if (isalpha(last)) {
99 last = tolower(last);
100 switch (last) {
101 case 'g':
102 mult *= 1024;
103 case 'm':
104 mult *= 1024;
105 case 'k':
106 mult *= 1024;
107 }
108 res = res * mult;
109 }
110 return res;
111}
112
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400113/*
114 * Regular mount options parser. Everything that is needed only when
115 * reading in a new superblock is parsed here.
116 */
117int btrfs_parse_options(struct btrfs_root *root, char *options)
Chris Mason95e05282007-08-29 09:11:44 -0400118{
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400119 struct btrfs_fs_info *info = root->fs_info;
Chris Mason95e05282007-08-29 09:11:44 -0400120 substring_t args[MAX_OPT_ARGS];
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400121 char *p, *num;
Chris Mason4543df72008-06-11 21:47:56 -0400122 int intarg;
Chris Masonb6cda9b2007-12-14 15:30:32 -0500123
Chris Mason95e05282007-08-29 09:11:44 -0400124 if (!options)
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400125 return 0;
Chris Mason95e05282007-08-29 09:11:44 -0400126
Chris Masonbe20aa92007-12-17 20:14:01 -0500127 /*
128 * strsep changes the string, duplicate it because parse_options
129 * gets called twice
130 */
131 options = kstrdup(options, GFP_NOFS);
132 if (!options)
133 return -ENOMEM;
134
Chris Masonbe20aa92007-12-17 20:14:01 -0500135
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400136 while ((p = strsep(&options, ",")) != NULL) {
Chris Mason95e05282007-08-29 09:11:44 -0400137 int token;
138 if (!*p)
139 continue;
140
141 token = match_token(p, tokens, args);
142 switch (token) {
Chris Masondfe25022008-05-13 13:46:40 -0400143 case Opt_degraded:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400144 printk(KERN_INFO "btrfs: allowing degraded mounts\n");
145 btrfs_set_opt(info->mount_opt, DEGRADED);
Chris Masondfe25022008-05-13 13:46:40 -0400146 break;
Chris Mason95e05282007-08-29 09:11:44 -0400147 case Opt_subvol:
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400148 case Opt_device:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400149 /*
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400150 * These are parsed by btrfs_parse_early_options
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400151 * and can be happily ignored here.
152 */
Chris Masonb6cda9b2007-12-14 15:30:32 -0500153 break;
154 case Opt_nodatasum:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400155 printk(KERN_INFO "btrfs: setting nodatacsum\n");
156 btrfs_set_opt(info->mount_opt, NODATASUM);
Chris Masonbe20aa92007-12-17 20:14:01 -0500157 break;
158 case Opt_nodatacow:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400159 printk(KERN_INFO "btrfs: setting nodatacow\n");
160 btrfs_set_opt(info->mount_opt, NODATACOW);
161 btrfs_set_opt(info->mount_opt, NODATASUM);
Chris Mason95e05282007-08-29 09:11:44 -0400162 break;
Chris Masone18e4802008-01-18 10:54:22 -0500163 case Opt_ssd:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400164 printk(KERN_INFO "btrfs: use ssd allocation scheme\n");
165 btrfs_set_opt(info->mount_opt, SSD);
Chris Masone18e4802008-01-18 10:54:22 -0500166 break;
Chris Mason21ad10c2008-01-09 09:23:21 -0500167 case Opt_nobarrier:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400168 printk(KERN_INFO "btrfs: turning off barriers\n");
169 btrfs_set_opt(info->mount_opt, NOBARRIER);
Chris Mason21ad10c2008-01-09 09:23:21 -0500170 break;
Chris Mason4543df72008-06-11 21:47:56 -0400171 case Opt_thread_pool:
172 intarg = 0;
173 match_int(&args[0], &intarg);
174 if (intarg) {
175 info->thread_pool_size = intarg;
176 printk(KERN_INFO "btrfs: thread pool %d\n",
177 info->thread_pool_size);
178 }
179 break;
Chris Masonc59f8952007-12-17 20:14:04 -0500180 case Opt_max_extent:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400181 num = match_strdup(&args[0]);
182 if (num) {
183 info->max_extent = btrfs_parse_size(num);
184 kfree(num);
Chris Masonc59f8952007-12-17 20:14:04 -0500185
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400186 info->max_extent = max_t(u64,
187 info->max_extent, root->sectorsize);
188 printk(KERN_INFO "btrfs: max_extent at %llu\n",
189 info->max_extent);
Chris Masonc59f8952007-12-17 20:14:04 -0500190 }
191 break;
Chris Mason6f568d32008-01-29 16:03:38 -0500192 case Opt_max_inline:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400193 num = match_strdup(&args[0]);
194 if (num) {
195 info->max_inline = btrfs_parse_size(num);
196 kfree(num);
Chris Mason6f568d32008-01-29 16:03:38 -0500197
Chris Mason15ada042008-06-11 16:51:38 -0400198 if (info->max_inline) {
199 info->max_inline = max_t(u64,
200 info->max_inline,
201 root->sectorsize);
202 }
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400203 printk(KERN_INFO "btrfs: max_inline at %llu\n",
204 info->max_inline);
Chris Mason6f568d32008-01-29 16:03:38 -0500205 }
206 break;
Chris Mason8f662a72008-01-02 10:01:11 -0500207 case Opt_alloc_start:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400208 num = match_strdup(&args[0]);
209 if (num) {
210 info->alloc_start = btrfs_parse_size(num);
211 kfree(num);
212 printk(KERN_INFO
213 "btrfs: allocations start at %llu\n",
214 info->alloc_start);
Chris Mason8f662a72008-01-02 10:01:11 -0500215 }
216 break;
Chris Mason95e05282007-08-29 09:11:44 -0400217 default:
Chris Masonbe20aa92007-12-17 20:14:01 -0500218 break;
Chris Mason95e05282007-08-29 09:11:44 -0400219 }
220 }
Chris Masonbe20aa92007-12-17 20:14:01 -0500221 kfree(options);
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400222 return 0;
223}
224
225/*
226 * Parse mount options that are required early in the mount process.
227 *
228 * All other options will be parsed on much later in the mount process and
229 * only when we need to allocate a new super block.
230 */
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400231static int btrfs_parse_early_options(const char *options, int flags,
232 void *holder, char **subvol_name,
233 struct btrfs_fs_devices **fs_devices)
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400234{
235 substring_t args[MAX_OPT_ARGS];
236 char *opts, *p;
237 int error = 0;
238
239 if (!options)
240 goto out;
241
242 /*
243 * strsep changes the string, duplicate it because parse_options
244 * gets called twice
245 */
246 opts = kstrdup(options, GFP_KERNEL);
247 if (!opts)
248 return -ENOMEM;
249
250 while ((p = strsep(&opts, ",")) != NULL) {
251 int token;
252 if (!*p)
253 continue;
254
255 token = match_token(p, tokens, args);
256 switch (token) {
257 case Opt_subvol:
258 *subvol_name = match_strdup(&args[0]);
259 break;
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400260 case Opt_device:
261 error = btrfs_scan_one_device(match_strdup(&args[0]),
262 flags, holder, fs_devices);
263 if (error)
264 goto out_free_opts;
265 break;
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400266 default:
267 break;
268 }
269 }
270
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400271 out_free_opts:
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400272 kfree(opts);
273 out:
274 /*
275 * If no subvolume name is specified we use the default one. Allocate
276 * a copy of the string "default" here so that code later in the
277 * mount path doesn't care if it's the default volume or another one.
278 */
279 if (!*subvol_name) {
280 *subvol_name = kstrdup("default", GFP_KERNEL);
281 if (!*subvol_name)
282 return -ENOMEM;
283 }
284 return error;
Chris Mason95e05282007-08-29 09:11:44 -0400285}
286
Chris Mason8a4b83c2008-03-24 15:02:07 -0400287static int btrfs_fill_super(struct super_block * sb,
288 struct btrfs_fs_devices *fs_devices,
289 void * data, int silent)
Chris Mason2e635a22007-03-21 11:12:56 -0400290{
291 struct inode * inode;
Chris Masone20d96d2007-03-22 12:13:20 -0400292 struct dentry * root_dentry;
293 struct btrfs_super_block *disk_super;
Chris Mason0f7d52f2007-04-09 10:42:37 -0400294 struct btrfs_root *tree_root;
Chris Masond6e4a422007-04-06 15:37:36 -0400295 struct btrfs_inode *bi;
Chris Mason39279cc2007-06-12 06:35:45 -0400296 int err;
Chris Mason2e635a22007-03-21 11:12:56 -0400297
298 sb->s_maxbytes = MAX_LFS_FILESIZE;
Chris Mason2e635a22007-03-21 11:12:56 -0400299 sb->s_magic = BTRFS_SUPER_MAGIC;
Chris Masone20d96d2007-03-22 12:13:20 -0400300 sb->s_op = &btrfs_super_ops;
Josef Bacik5103e942007-11-16 11:45:54 -0500301 sb->s_xattr = btrfs_xattr_handlers;
Chris Mason2e635a22007-03-21 11:12:56 -0400302 sb->s_time_gran = 1;
Chris Masone20d96d2007-03-22 12:13:20 -0400303
Chris Masondfe25022008-05-13 13:46:40 -0400304 tree_root = open_ctree(sb, fs_devices, (char *)data);
Chris Masond98237b2007-03-28 13:57:48 -0400305
Yane58ca022008-04-01 11:21:34 -0400306 if (IS_ERR(tree_root)) {
Chris Masone20d96d2007-03-22 12:13:20 -0400307 printk("btrfs: open_ctree failed\n");
Yane58ca022008-04-01 11:21:34 -0400308 return PTR_ERR(tree_root);
Chris Masone20d96d2007-03-22 12:13:20 -0400309 }
Chris Mason0f7d52f2007-04-09 10:42:37 -0400310 sb->s_fs_info = tree_root;
Chris Mason5f39d392007-10-15 16:14:19 -0400311 disk_super = &tree_root->fs_info->super_copy;
Chris Masonc5739bb2007-04-10 09:27:04 -0400312 inode = btrfs_iget_locked(sb, btrfs_super_root_dir(disk_super),
313 tree_root);
Chris Masond6e4a422007-04-06 15:37:36 -0400314 bi = BTRFS_I(inode);
315 bi->location.objectid = inode->i_ino;
316 bi->location.offset = 0;
Chris Mason0f7d52f2007-04-09 10:42:37 -0400317 bi->root = tree_root;
Chris Masonb888db22007-08-27 16:49:44 -0400318
Chris Masond6e4a422007-04-06 15:37:36 -0400319 btrfs_set_key_type(&bi->location, BTRFS_INODE_ITEM_KEY);
320
Chris Mason39279cc2007-06-12 06:35:45 -0400321 if (!inode) {
322 err = -ENOMEM;
323 goto fail_close;
324 }
Chris Masone20d96d2007-03-22 12:13:20 -0400325 if (inode->i_state & I_NEW) {
326 btrfs_read_locked_inode(inode);
327 unlock_new_inode(inode);
328 }
Chris Mason2e635a22007-03-21 11:12:56 -0400329
Chris Masone20d96d2007-03-22 12:13:20 -0400330 root_dentry = d_alloc_root(inode);
331 if (!root_dentry) {
Chris Mason2e635a22007-03-21 11:12:56 -0400332 iput(inode);
Chris Mason39279cc2007-06-12 06:35:45 -0400333 err = -ENOMEM;
334 goto fail_close;
Chris Mason2e635a22007-03-21 11:12:56 -0400335 }
Josef Bacik58176a92007-08-29 15:47:34 -0400336
337 /* this does the super kobj at the same time */
338 err = btrfs_sysfs_add_super(tree_root->fs_info);
339 if (err)
340 goto fail_close;
341
Chris Masone20d96d2007-03-22 12:13:20 -0400342 sb->s_root = root_dentry;
Chris Mason6885f302008-02-20 16:11:05 -0500343
344#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
345 save_mount_options(sb, data);
346#endif
347
Chris Mason2e635a22007-03-21 11:12:56 -0400348 return 0;
Chris Mason2e635a22007-03-21 11:12:56 -0400349
Chris Mason39279cc2007-06-12 06:35:45 -0400350fail_close:
351 close_ctree(tree_root);
Chris Masond5719762007-03-23 10:01:08 -0400352 return err;
353}
354
Sage Weil6bf13c02008-06-10 10:07:39 -0400355int btrfs_sync_fs(struct super_block *sb, int wait)
Chris Masond5719762007-03-23 10:01:08 -0400356{
357 struct btrfs_trans_handle *trans;
358 struct btrfs_root *root;
359 int ret;
Chris Masond98237b2007-03-28 13:57:48 -0400360 root = btrfs_sb(sb);
Chris Masondf2ce342007-03-23 11:00:45 -0400361
Chris Masond5719762007-03-23 10:01:08 -0400362 sb->s_dirt = 0;
Chris Masond561c022007-03-23 19:47:49 -0400363 if (!wait) {
Chris Mason7cfcc172007-04-02 14:53:59 -0400364 filemap_flush(root->fs_info->btree_inode->i_mapping);
Chris Masond561c022007-03-23 19:47:49 -0400365 return 0;
366 }
Chris Masone9d0b132007-08-10 14:06:19 -0400367 btrfs_clean_old_snapshots(root);
Chris Masone9d0b132007-08-10 14:06:19 -0400368 btrfs_defrag_dirty_roots(root->fs_info);
Chris Masond5719762007-03-23 10:01:08 -0400369 trans = btrfs_start_transaction(root, 1);
370 ret = btrfs_commit_transaction(trans, root);
371 sb->s_dirt = 0;
Chris Mason54aa1f42007-06-22 14:16:25 -0400372 return ret;
Chris Masond5719762007-03-23 10:01:08 -0400373}
374
Chris Masond561c022007-03-23 19:47:49 -0400375static void btrfs_write_super(struct super_block *sb)
376{
Chris Mason08607c12007-06-08 15:33:54 -0400377 sb->s_dirt = 0;
Chris Masond561c022007-03-23 19:47:49 -0400378}
379
Chris Masona061fc82008-05-07 11:43:44 -0400380static int btrfs_test_super(struct super_block *s, void *data)
Chris Mason2e635a22007-03-21 11:12:56 -0400381{
Chris Masona061fc82008-05-07 11:43:44 -0400382 struct btrfs_fs_devices *test_fs_devices = data;
383 struct btrfs_root *root = btrfs_sb(s);
Yan4b82d6e2007-08-29 09:11:44 -0400384
Chris Masona061fc82008-05-07 11:43:44 -0400385 return root->fs_info->fs_devices == test_fs_devices;
Yan4b82d6e2007-08-29 09:11:44 -0400386}
387
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400388/*
389 * Find a superblock for the given device / mount point.
390 *
391 * Note: This is based on get_sb_bdev from fs/super.c with a few additions
392 * for multiple device setup. Make sure to keep it in sync.
393 */
394static int btrfs_get_sb(struct file_system_type *fs_type, int flags,
395 const char *dev_name, void *data, struct vfsmount *mnt)
Yan4b82d6e2007-08-29 09:11:44 -0400396{
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400397 char *subvol_name = NULL;
Yan4b82d6e2007-08-29 09:11:44 -0400398 struct block_device *bdev = NULL;
399 struct super_block *s;
400 struct dentry *root;
Chris Mason8a4b83c2008-03-24 15:02:07 -0400401 struct btrfs_fs_devices *fs_devices = NULL;
Yan4b82d6e2007-08-29 09:11:44 -0400402 int error = 0;
403
Christoph Hellwig43e570b2008-06-10 10:40:46 -0400404 error = btrfs_parse_early_options(data, flags, fs_type,
405 &subvol_name, &fs_devices);
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400406 if (error)
407 goto error;
408
Chris Mason8a4b83c2008-03-24 15:02:07 -0400409 error = btrfs_scan_one_device(dev_name, flags, fs_type, &fs_devices);
410 if (error)
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400411 goto error_free_subvol_name;
Yan4b82d6e2007-08-29 09:11:44 -0400412
Chris Mason8a4b83c2008-03-24 15:02:07 -0400413 error = btrfs_open_devices(fs_devices, flags, fs_type);
414 if (error)
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400415 goto error_free_subvol_name;
Chris Mason8a4b83c2008-03-24 15:02:07 -0400416
Chris Masondfe25022008-05-13 13:46:40 -0400417 bdev = fs_devices->latest_bdev;
Chris Masona061fc82008-05-07 11:43:44 -0400418 s = sget(fs_type, btrfs_test_super, set_anon_super, fs_devices);
Yan4b82d6e2007-08-29 09:11:44 -0400419 if (IS_ERR(s))
420 goto error_s;
421
422 if (s->s_root) {
423 if ((flags ^ s->s_flags) & MS_RDONLY) {
424 up_write(&s->s_umount);
425 deactivate_super(s);
426 error = -EBUSY;
427 goto error_bdev;
428 }
429
Yan4b82d6e2007-08-29 09:11:44 -0400430 } else {
431 char b[BDEVNAME_SIZE];
432
433 s->s_flags = flags;
434 strlcpy(s->s_id, bdevname(bdev, b), sizeof(s->s_id));
Chris Mason8a4b83c2008-03-24 15:02:07 -0400435 error = btrfs_fill_super(s, fs_devices, data,
436 flags & MS_SILENT ? 1 : 0);
Yan4b82d6e2007-08-29 09:11:44 -0400437 if (error) {
438 up_write(&s->s_umount);
439 deactivate_super(s);
440 goto error;
441 }
442
Chris Mason788f20e2008-04-28 15:29:42 -0400443 btrfs_sb(s)->fs_info->bdev_holder = fs_type;
Yan4b82d6e2007-08-29 09:11:44 -0400444 s->s_flags |= MS_ACTIVE;
445 }
446
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400447 root = lookup_one_len(subvol_name, s->s_root, strlen(subvol_name));
448 if (IS_ERR(root)) {
449 up_write(&s->s_umount);
450 deactivate_super(s);
451 error = PTR_ERR(root);
452 goto error;
453 }
454 if (!root->d_inode) {
455 dput(root);
456 up_write(&s->s_umount);
457 deactivate_super(s);
458 error = -ENXIO;
459 goto error;
Yan4b82d6e2007-08-29 09:11:44 -0400460 }
461
462 mnt->mnt_sb = s;
463 mnt->mnt_root = root;
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400464
465 kfree(subvol_name);
Yan4b82d6e2007-08-29 09:11:44 -0400466 return 0;
467
468error_s:
469 error = PTR_ERR(s);
470error_bdev:
Chris Mason8a4b83c2008-03-24 15:02:07 -0400471 btrfs_close_devices(fs_devices);
Christoph Hellwigedf24ab2008-06-10 10:40:29 -0400472error_free_subvol_name:
473 kfree(subvol_name);
Yan4b82d6e2007-08-29 09:11:44 -0400474error:
475 return error;
476}
Chris Mason2e635a22007-03-21 11:12:56 -0400477
Chris Mason8fd17792007-04-19 21:01:03 -0400478static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf)
479{
480 struct btrfs_root *root = btrfs_sb(dentry->d_sb);
Chris Mason4b52dff2007-06-26 10:06:50 -0400481 struct btrfs_super_block *disk_super = &root->fs_info->super_copy;
Chris Masondb945352007-10-15 16:15:53 -0400482 int bits = dentry->d_sb->s_blocksize_bits;
Chris Mason8fd17792007-04-19 21:01:03 -0400483
484 buf->f_namelen = BTRFS_NAME_LEN;
Chris Masondb945352007-10-15 16:15:53 -0400485 buf->f_blocks = btrfs_super_total_bytes(disk_super) >> bits;
486 buf->f_bfree = buf->f_blocks -
487 (btrfs_super_bytes_used(disk_super) >> bits);
Chris Mason8fd17792007-04-19 21:01:03 -0400488 buf->f_bavail = buf->f_bfree;
489 buf->f_bsize = dentry->d_sb->s_blocksize;
490 buf->f_type = BTRFS_SUPER_MAGIC;
491 return 0;
492}
Chris Masonb5133862007-04-24 11:52:22 -0400493
Chris Mason2e635a22007-03-21 11:12:56 -0400494static struct file_system_type btrfs_fs_type = {
495 .owner = THIS_MODULE,
496 .name = "btrfs",
497 .get_sb = btrfs_get_sb,
Chris Masona061fc82008-05-07 11:43:44 -0400498 .kill_sb = kill_anon_super,
Chris Mason2e635a22007-03-21 11:12:56 -0400499 .fs_flags = FS_REQUIRES_DEV,
500};
Chris Masona9218f62008-03-24 15:02:04 -0400501
Chris Mason8a4b83c2008-03-24 15:02:07 -0400502static long btrfs_control_ioctl(struct file *file, unsigned int cmd,
503 unsigned long arg)
504{
505 struct btrfs_ioctl_vol_args *vol;
506 struct btrfs_fs_devices *fs_devices;
Linda Knippersf819d832008-06-09 22:17:11 -0400507 int ret = 0;
Chris Mason8a4b83c2008-03-24 15:02:07 -0400508 int len;
509
510 vol = kmalloc(sizeof(*vol), GFP_KERNEL);
511 if (copy_from_user(vol, (void __user *)arg, sizeof(*vol))) {
512 ret = -EFAULT;
513 goto out;
514 }
515 len = strnlen(vol->name, BTRFS_PATH_NAME_MAX);
516 switch (cmd) {
517 case BTRFS_IOC_SCAN_DEV:
518 ret = btrfs_scan_one_device(vol->name, MS_RDONLY,
519 &btrfs_fs_type, &fs_devices);
520 break;
521 }
522out:
523 kfree(vol);
Linda Knippersf819d832008-06-09 22:17:11 -0400524 return ret;
Chris Mason8a4b83c2008-03-24 15:02:07 -0400525}
526
Yaned0dab62008-01-22 12:46:56 -0500527static void btrfs_write_super_lockfs(struct super_block *sb)
528{
529 struct btrfs_root *root = btrfs_sb(sb);
Chris Masona74a4b92008-06-25 16:01:31 -0400530 mutex_lock(&root->fs_info->transaction_kthread_mutex);
531 mutex_lock(&root->fs_info->cleaner_mutex);
Yaned0dab62008-01-22 12:46:56 -0500532}
533
534static void btrfs_unlockfs(struct super_block *sb)
535{
536 struct btrfs_root *root = btrfs_sb(sb);
Chris Masona74a4b92008-06-25 16:01:31 -0400537 mutex_unlock(&root->fs_info->cleaner_mutex);
538 mutex_unlock(&root->fs_info->transaction_kthread_mutex);
Yaned0dab62008-01-22 12:46:56 -0500539}
Chris Mason2e635a22007-03-21 11:12:56 -0400540
Chris Masone20d96d2007-03-22 12:13:20 -0400541static struct super_operations btrfs_super_ops = {
Chris Mason134e9732007-03-25 13:44:56 -0400542 .delete_inode = btrfs_delete_inode,
Chris Masone20d96d2007-03-22 12:13:20 -0400543 .put_super = btrfs_put_super,
Chris Masond5719762007-03-23 10:01:08 -0400544 .write_super = btrfs_write_super,
545 .sync_fs = btrfs_sync_fs,
Chris Mason6885f302008-02-20 16:11:05 -0500546#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25)
547 .read_inode = btrfs_read_locked_inode,
548#else
549 .show_options = generic_show_options,
550#endif
Chris Mason4730a4b2007-03-26 12:00:39 -0400551 .write_inode = btrfs_write_inode,
Chris Masonb5133862007-04-24 11:52:22 -0400552 .dirty_inode = btrfs_dirty_inode,
Chris Mason2c90e5d2007-04-02 10:50:19 -0400553 .alloc_inode = btrfs_alloc_inode,
554 .destroy_inode = btrfs_destroy_inode,
Chris Mason8fd17792007-04-19 21:01:03 -0400555 .statfs = btrfs_statfs,
Yaned0dab62008-01-22 12:46:56 -0500556 .write_super_lockfs = btrfs_write_super_lockfs,
557 .unlockfs = btrfs_unlockfs,
Chris Masone20d96d2007-03-22 12:13:20 -0400558};
Chris Masona9218f62008-03-24 15:02:04 -0400559
560static const struct file_operations btrfs_ctl_fops = {
561 .unlocked_ioctl = btrfs_control_ioctl,
562 .compat_ioctl = btrfs_control_ioctl,
563 .owner = THIS_MODULE,
564};
565
566static struct miscdevice btrfs_misc = {
567 .minor = MISC_DYNAMIC_MINOR,
568 .name = "btrfs-control",
569 .fops = &btrfs_ctl_fops
570};
571
572static int btrfs_interface_init(void)
573{
574 return misc_register(&btrfs_misc);
575}
576
577void btrfs_interface_exit(void)
578{
579 if (misc_deregister(&btrfs_misc) < 0)
580 printk("misc_deregister failed for control device");
581}
582
Chris Mason2e635a22007-03-21 11:12:56 -0400583static int __init init_btrfs_fs(void)
584{
Chris Mason2c90e5d2007-04-02 10:50:19 -0400585 int err;
Josef Bacik58176a92007-08-29 15:47:34 -0400586
587 err = btrfs_init_sysfs();
588 if (err)
589 return err;
590
Chris Mason39279cc2007-06-12 06:35:45 -0400591 err = btrfs_init_cachep();
Chris Mason2c90e5d2007-04-02 10:50:19 -0400592 if (err)
Chris Masona74a4b92008-06-25 16:01:31 -0400593 goto free_sysfs;
Chris Masond1310b22008-01-24 16:13:08 -0500594
595 err = extent_io_init();
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500596 if (err)
597 goto free_cachep;
598
Chris Masond1310b22008-01-24 16:13:08 -0500599 err = extent_map_init();
600 if (err)
601 goto free_extent_io;
602
Chris Masona9218f62008-03-24 15:02:04 -0400603 err = btrfs_interface_init();
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500604 if (err)
605 goto free_extent_map;
Chris Masona9218f62008-03-24 15:02:04 -0400606 err = register_filesystem(&btrfs_fs_type);
607 if (err)
608 goto unregister_ioctl;
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500609 return 0;
610
Chris Masona9218f62008-03-24 15:02:04 -0400611unregister_ioctl:
612 btrfs_interface_exit();
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500613free_extent_map:
614 extent_map_exit();
Chris Masond1310b22008-01-24 16:13:08 -0500615free_extent_io:
616 extent_io_exit();
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500617free_cachep:
618 btrfs_destroy_cachep();
Chris Masona74a4b92008-06-25 16:01:31 -0400619free_sysfs:
Wyatt Banks2f4cbe62007-11-19 10:22:33 -0500620 btrfs_exit_sysfs();
621 return err;
Chris Mason2e635a22007-03-21 11:12:56 -0400622}
623
624static void __exit exit_btrfs_fs(void)
625{
Chris Mason39279cc2007-06-12 06:35:45 -0400626 btrfs_destroy_cachep();
Chris Masona52d9a82007-08-27 16:49:44 -0400627 extent_map_exit();
Chris Masond1310b22008-01-24 16:13:08 -0500628 extent_io_exit();
Chris Masona9218f62008-03-24 15:02:04 -0400629 btrfs_interface_exit();
Chris Mason2e635a22007-03-21 11:12:56 -0400630 unregister_filesystem(&btrfs_fs_type);
Josef Bacik58176a92007-08-29 15:47:34 -0400631 btrfs_exit_sysfs();
Chris Mason8a4b83c2008-03-24 15:02:07 -0400632 btrfs_cleanup_fs_uuids();
Chris Mason2e635a22007-03-21 11:12:56 -0400633}
634
635module_init(init_btrfs_fs)
636module_exit(exit_btrfs_fs)
637
638MODULE_LICENSE("GPL");