blob: 55a735ae14534f8c61222e226a76d4a1a28b42b6 [file] [log] [blame]
Christoph Hellwigf46b5a62008-06-11 21:53:53 -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
19#include <linux/kernel.h>
20#include <linux/bio.h>
21#include <linux/buffer_head.h>
22#include <linux/file.h>
23#include <linux/fs.h>
Christoph Hellwigcb8e7092008-10-09 13:39:39 -040024#include <linux/fsnotify.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040025#include <linux/pagemap.h>
26#include <linux/highmem.h>
27#include <linux/time.h>
28#include <linux/init.h>
29#include <linux/string.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040030#include <linux/backing-dev.h>
Christoph Hellwigcb8e7092008-10-09 13:39:39 -040031#include <linux/mount.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040032#include <linux/mpage.h>
Christoph Hellwigcb8e7092008-10-09 13:39:39 -040033#include <linux/namei.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040034#include <linux/swap.h>
35#include <linux/writeback.h>
36#include <linux/statfs.h>
37#include <linux/compat.h>
38#include <linux/bit_spinlock.h>
Christoph Hellwigcb8e7092008-10-09 13:39:39 -040039#include <linux/security.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040040#include <linux/xattr.h>
Yan Zheng7ea394f2008-08-05 13:05:02 -040041#include <linux/vmalloc.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090042#include <linux/slab.h>
Li Dongyangf7039b12011-03-24 10:24:28 +000043#include <linux/blkdev.h>
Alexander Block8ea05e32012-07-25 17:35:53 +020044#include <linux/uuid.h>
Filipe Brandenburger55e301f2013-01-29 06:04:50 +000045#include <linux/btrfs.h>
Mark Fasheh416161d2013-08-06 11:42:51 -070046#include <linux/uaccess.h>
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040047#include "ctree.h"
48#include "disk-io.h"
49#include "transaction.h"
50#include "btrfs_inode.h"
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040051#include "print-tree.h"
52#include "volumes.h"
Chris Mason925baed2008-06-25 16:01:30 -040053#include "locking.h"
Li Zefan581bb052011-04-20 10:06:11 +080054#include "inode-map.h"
Jan Schmidtd7728c92011-07-07 16:48:38 +020055#include "backref.h"
Josef Bacik606686e2012-06-04 14:03:51 -040056#include "rcu-string.h"
Alexander Block31db9f72012-07-25 23:19:24 +020057#include "send.h"
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +010058#include "dev-replace.h"
Filipe David Borba Manana63541922014-01-07 11:47:46 +000059#include "props.h"
Jeff Mahoney3b02a682013-11-01 13:07:02 -040060#include "sysfs.h"
Josef Bacikfcebe452014-05-13 17:30:47 -070061#include "qgroup.h"
Christoph Hellwigf46b5a62008-06-11 21:53:53 -040062
Hugo Millsabccd002014-01-30 20:17:00 +000063#ifdef CONFIG_64BIT
64/* If we have a 32-bit userspace and 64-bit kernel, then the UAPI
65 * structures are incorrect, as the timespec structure from userspace
66 * is 4 bytes too small. We define these alternatives here to teach
67 * the kernel about the 32-bit struct packing.
68 */
69struct btrfs_ioctl_timespec_32 {
70 __u64 sec;
71 __u32 nsec;
72} __attribute__ ((__packed__));
73
74struct btrfs_ioctl_received_subvol_args_32 {
75 char uuid[BTRFS_UUID_SIZE]; /* in */
76 __u64 stransid; /* in */
77 __u64 rtransid; /* out */
78 struct btrfs_ioctl_timespec_32 stime; /* in */
79 struct btrfs_ioctl_timespec_32 rtime; /* out */
80 __u64 flags; /* in */
81 __u64 reserved[16]; /* in */
82} __attribute__ ((__packed__));
83
84#define BTRFS_IOC_SET_RECEIVED_SUBVOL_32 _IOWR(BTRFS_IOCTL_MAGIC, 37, \
85 struct btrfs_ioctl_received_subvol_args_32)
86#endif
87
88
Mark Fasheh416161d2013-08-06 11:42:51 -070089static int btrfs_clone(struct inode *src, struct inode *inode,
Mark Fasheh1c919a52015-06-30 14:42:08 -070090 u64 off, u64 olen, u64 olen_aligned, u64 destoff,
91 int no_time_update);
Mark Fasheh416161d2013-08-06 11:42:51 -070092
Christoph Hellwig6cbff002009-04-17 10:37:41 +020093/* Mask out flags that are inappropriate for the given type of inode. */
94static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags)
95{
96 if (S_ISDIR(mode))
97 return flags;
98 else if (S_ISREG(mode))
99 return flags & ~FS_DIRSYNC_FL;
100 else
101 return flags & (FS_NODUMP_FL | FS_NOATIME_FL);
102}
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400103
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200104/*
105 * Export inode flags to the format expected by the FS_IOC_GETFLAGS ioctl.
106 */
107static unsigned int btrfs_flags_to_ioctl(unsigned int flags)
108{
109 unsigned int iflags = 0;
110
111 if (flags & BTRFS_INODE_SYNC)
112 iflags |= FS_SYNC_FL;
113 if (flags & BTRFS_INODE_IMMUTABLE)
114 iflags |= FS_IMMUTABLE_FL;
115 if (flags & BTRFS_INODE_APPEND)
116 iflags |= FS_APPEND_FL;
117 if (flags & BTRFS_INODE_NODUMP)
118 iflags |= FS_NODUMP_FL;
119 if (flags & BTRFS_INODE_NOATIME)
120 iflags |= FS_NOATIME_FL;
121 if (flags & BTRFS_INODE_DIRSYNC)
122 iflags |= FS_DIRSYNC_FL;
Li Zefand0092bd2011-04-15 03:03:06 +0000123 if (flags & BTRFS_INODE_NODATACOW)
124 iflags |= FS_NOCOW_FL;
125
126 if ((flags & BTRFS_INODE_COMPRESS) && !(flags & BTRFS_INODE_NOCOMPRESS))
127 iflags |= FS_COMPR_FL;
128 else if (flags & BTRFS_INODE_NOCOMPRESS)
129 iflags |= FS_NOCOMP_FL;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200130
131 return iflags;
132}
133
134/*
135 * Update inode->i_flags based on the btrfs internal flags.
136 */
137void btrfs_update_iflags(struct inode *inode)
138{
139 struct btrfs_inode *ip = BTRFS_I(inode);
Filipe Manana3cc79392014-06-25 22:36:02 +0100140 unsigned int new_fl = 0;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200141
142 if (ip->flags & BTRFS_INODE_SYNC)
Filipe Manana3cc79392014-06-25 22:36:02 +0100143 new_fl |= S_SYNC;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200144 if (ip->flags & BTRFS_INODE_IMMUTABLE)
Filipe Manana3cc79392014-06-25 22:36:02 +0100145 new_fl |= S_IMMUTABLE;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200146 if (ip->flags & BTRFS_INODE_APPEND)
Filipe Manana3cc79392014-06-25 22:36:02 +0100147 new_fl |= S_APPEND;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200148 if (ip->flags & BTRFS_INODE_NOATIME)
Filipe Manana3cc79392014-06-25 22:36:02 +0100149 new_fl |= S_NOATIME;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200150 if (ip->flags & BTRFS_INODE_DIRSYNC)
Filipe Manana3cc79392014-06-25 22:36:02 +0100151 new_fl |= S_DIRSYNC;
152
153 set_mask_bits(&inode->i_flags,
154 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC,
155 new_fl);
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200156}
157
158/*
159 * Inherit flags from the parent inode.
160 *
Josef Bacike27425d2011-09-27 11:01:30 -0400161 * Currently only the compression flags and the cow flags are inherited.
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200162 */
163void btrfs_inherit_iflags(struct inode *inode, struct inode *dir)
164{
Chris Mason0b4dcea2009-06-11 11:13:35 -0400165 unsigned int flags;
166
167 if (!dir)
168 return;
169
170 flags = BTRFS_I(dir)->flags;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200171
Josef Bacike27425d2011-09-27 11:01:30 -0400172 if (flags & BTRFS_INODE_NOCOMPRESS) {
173 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS;
174 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS;
175 } else if (flags & BTRFS_INODE_COMPRESS) {
176 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS;
177 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS;
178 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200179
Liu Bo213490b2012-09-11 08:33:50 -0600180 if (flags & BTRFS_INODE_NODATACOW) {
Josef Bacike27425d2011-09-27 11:01:30 -0400181 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW;
Liu Bo213490b2012-09-11 08:33:50 -0600182 if (S_ISREG(inode->i_mode))
183 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATASUM;
184 }
Josef Bacike27425d2011-09-27 11:01:30 -0400185
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200186 btrfs_update_iflags(inode);
187}
188
189static int btrfs_ioctl_getflags(struct file *file, void __user *arg)
190{
Al Viro496ad9a2013-01-23 17:07:38 -0500191 struct btrfs_inode *ip = BTRFS_I(file_inode(file));
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200192 unsigned int flags = btrfs_flags_to_ioctl(ip->flags);
193
194 if (copy_to_user(arg, &flags, sizeof(flags)))
195 return -EFAULT;
196 return 0;
197}
198
Liu Bo75e7cb72011-03-22 10:12:20 +0000199static int check_flags(unsigned int flags)
200{
201 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \
202 FS_NOATIME_FL | FS_NODUMP_FL | \
203 FS_SYNC_FL | FS_DIRSYNC_FL | \
Li Zefane1e8fb62011-04-15 03:02:49 +0000204 FS_NOCOMP_FL | FS_COMPR_FL |
205 FS_NOCOW_FL))
Liu Bo75e7cb72011-03-22 10:12:20 +0000206 return -EOPNOTSUPP;
207
208 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL))
209 return -EINVAL;
210
Liu Bo75e7cb72011-03-22 10:12:20 +0000211 return 0;
212}
213
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200214static int btrfs_ioctl_setflags(struct file *file, void __user *arg)
215{
Al Viro496ad9a2013-01-23 17:07:38 -0500216 struct inode *inode = file_inode(file);
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200217 struct btrfs_inode *ip = BTRFS_I(inode);
218 struct btrfs_root *root = ip->root;
219 struct btrfs_trans_handle *trans;
220 unsigned int flags, oldflags;
221 int ret;
Li Zefanf062abf2011-12-29 13:36:45 +0800222 u64 ip_oldflags;
223 unsigned int i_oldflags;
David Sterba7e97b8d2012-09-07 05:56:55 -0600224 umode_t mode;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200225
David Sterbabd60ea02014-01-16 15:50:22 +0100226 if (!inode_owner_or_capable(inode))
227 return -EPERM;
228
Li Zefanb83cc962010-12-20 16:04:08 +0800229 if (btrfs_root_readonly(root))
230 return -EROFS;
231
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200232 if (copy_from_user(&flags, arg, sizeof(flags)))
233 return -EFAULT;
234
Liu Bo75e7cb72011-03-22 10:12:20 +0000235 ret = check_flags(flags);
236 if (ret)
237 return ret;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200238
Jan Karae7848682012-06-12 16:20:32 +0200239 ret = mnt_want_write_file(file);
240 if (ret)
241 return ret;
242
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200243 mutex_lock(&inode->i_mutex);
244
Li Zefanf062abf2011-12-29 13:36:45 +0800245 ip_oldflags = ip->flags;
246 i_oldflags = inode->i_flags;
David Sterba7e97b8d2012-09-07 05:56:55 -0600247 mode = inode->i_mode;
Li Zefanf062abf2011-12-29 13:36:45 +0800248
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200249 flags = btrfs_mask_flags(inode->i_mode, flags);
250 oldflags = btrfs_flags_to_ioctl(ip->flags);
251 if ((flags ^ oldflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL)) {
252 if (!capable(CAP_LINUX_IMMUTABLE)) {
253 ret = -EPERM;
254 goto out_unlock;
255 }
256 }
257
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200258 if (flags & FS_SYNC_FL)
259 ip->flags |= BTRFS_INODE_SYNC;
260 else
261 ip->flags &= ~BTRFS_INODE_SYNC;
262 if (flags & FS_IMMUTABLE_FL)
263 ip->flags |= BTRFS_INODE_IMMUTABLE;
264 else
265 ip->flags &= ~BTRFS_INODE_IMMUTABLE;
266 if (flags & FS_APPEND_FL)
267 ip->flags |= BTRFS_INODE_APPEND;
268 else
269 ip->flags &= ~BTRFS_INODE_APPEND;
270 if (flags & FS_NODUMP_FL)
271 ip->flags |= BTRFS_INODE_NODUMP;
272 else
273 ip->flags &= ~BTRFS_INODE_NODUMP;
274 if (flags & FS_NOATIME_FL)
275 ip->flags |= BTRFS_INODE_NOATIME;
276 else
277 ip->flags &= ~BTRFS_INODE_NOATIME;
278 if (flags & FS_DIRSYNC_FL)
279 ip->flags |= BTRFS_INODE_DIRSYNC;
280 else
281 ip->flags &= ~BTRFS_INODE_DIRSYNC;
David Sterba7e97b8d2012-09-07 05:56:55 -0600282 if (flags & FS_NOCOW_FL) {
283 if (S_ISREG(mode)) {
284 /*
285 * It's safe to turn csums off here, no extents exist.
286 * Otherwise we want the flag to reflect the real COW
287 * status of the file and will not set it.
288 */
289 if (inode->i_size == 0)
290 ip->flags |= BTRFS_INODE_NODATACOW
291 | BTRFS_INODE_NODATASUM;
292 } else {
293 ip->flags |= BTRFS_INODE_NODATACOW;
294 }
295 } else {
296 /*
297 * Revert back under same assuptions as above
298 */
299 if (S_ISREG(mode)) {
300 if (inode->i_size == 0)
301 ip->flags &= ~(BTRFS_INODE_NODATACOW
302 | BTRFS_INODE_NODATASUM);
303 } else {
304 ip->flags &= ~BTRFS_INODE_NODATACOW;
305 }
306 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200307
Liu Bo75e7cb72011-03-22 10:12:20 +0000308 /*
309 * The COMPRESS flag can only be changed by users, while the NOCOMPRESS
310 * flag may be changed automatically if compression code won't make
311 * things smaller.
312 */
313 if (flags & FS_NOCOMP_FL) {
314 ip->flags &= ~BTRFS_INODE_COMPRESS;
315 ip->flags |= BTRFS_INODE_NOCOMPRESS;
Filipe David Borba Manana63541922014-01-07 11:47:46 +0000316
317 ret = btrfs_set_prop(inode, "btrfs.compression", NULL, 0, 0);
318 if (ret && ret != -ENODATA)
319 goto out_drop;
Liu Bo75e7cb72011-03-22 10:12:20 +0000320 } else if (flags & FS_COMPR_FL) {
Filipe David Borba Manana63541922014-01-07 11:47:46 +0000321 const char *comp;
322
Liu Bo75e7cb72011-03-22 10:12:20 +0000323 ip->flags |= BTRFS_INODE_COMPRESS;
324 ip->flags &= ~BTRFS_INODE_NOCOMPRESS;
Filipe David Borba Manana63541922014-01-07 11:47:46 +0000325
326 if (root->fs_info->compress_type == BTRFS_COMPRESS_LZO)
327 comp = "lzo";
328 else
329 comp = "zlib";
330 ret = btrfs_set_prop(inode, "btrfs.compression",
331 comp, strlen(comp), 0);
332 if (ret)
333 goto out_drop;
334
Li Zefanebcb9042011-04-15 03:03:17 +0000335 } else {
Filipe Manana78a017a2014-09-11 11:44:49 +0100336 ret = btrfs_set_prop(inode, "btrfs.compression", NULL, 0, 0);
337 if (ret && ret != -ENODATA)
338 goto out_drop;
Li Zefanebcb9042011-04-15 03:03:17 +0000339 ip->flags &= ~(BTRFS_INODE_COMPRESS | BTRFS_INODE_NOCOMPRESS);
Liu Bo75e7cb72011-03-22 10:12:20 +0000340 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200341
Li Zefan4da6f1a2011-12-29 13:39:50 +0800342 trans = btrfs_start_transaction(root, 1);
Li Zefanf062abf2011-12-29 13:36:45 +0800343 if (IS_ERR(trans)) {
344 ret = PTR_ERR(trans);
345 goto out_drop;
346 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200347
Li Zefan306424cc2011-12-14 20:12:02 -0500348 btrfs_update_iflags(inode);
Josef Bacik0c4d2d92012-04-05 15:03:02 -0400349 inode_inc_iversion(inode);
Li Zefan306424cc2011-12-14 20:12:02 -0500350 inode->i_ctime = CURRENT_TIME;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200351 ret = btrfs_update_inode(trans, root, inode);
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200352
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200353 btrfs_end_transaction(trans, root);
Li Zefanf062abf2011-12-29 13:36:45 +0800354 out_drop:
355 if (ret) {
356 ip->flags = ip_oldflags;
357 inode->i_flags = i_oldflags;
358 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200359
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200360 out_unlock:
361 mutex_unlock(&inode->i_mutex);
Jan Karae7848682012-06-12 16:20:32 +0200362 mnt_drop_write_file(file);
liubo2d4e6f62011-02-24 09:38:16 +0000363 return ret;
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200364}
365
366static int btrfs_ioctl_getversion(struct file *file, int __user *arg)
367{
Al Viro496ad9a2013-01-23 17:07:38 -0500368 struct inode *inode = file_inode(file);
Christoph Hellwig6cbff002009-04-17 10:37:41 +0200369
370 return put_user(inode->i_generation, arg);
371}
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400372
Li Dongyangf7039b12011-03-24 10:24:28 +0000373static noinline int btrfs_ioctl_fitrim(struct file *file, void __user *arg)
374{
Al Viro54563d42013-09-01 15:57:51 -0400375 struct btrfs_fs_info *fs_info = btrfs_sb(file_inode(file)->i_sb);
Li Dongyangf7039b12011-03-24 10:24:28 +0000376 struct btrfs_device *device;
377 struct request_queue *q;
378 struct fstrim_range range;
379 u64 minlen = ULLONG_MAX;
380 u64 num_devices = 0;
Al Viro815745c2011-11-17 15:40:49 -0500381 u64 total_bytes = btrfs_super_total_bytes(fs_info->super_copy);
Li Dongyangf7039b12011-03-24 10:24:28 +0000382 int ret;
383
384 if (!capable(CAP_SYS_ADMIN))
385 return -EPERM;
386
Xiao Guangrong1f781602011-04-20 10:09:16 +0000387 rcu_read_lock();
388 list_for_each_entry_rcu(device, &fs_info->fs_devices->devices,
389 dev_list) {
Li Dongyangf7039b12011-03-24 10:24:28 +0000390 if (!device->bdev)
391 continue;
392 q = bdev_get_queue(device->bdev);
393 if (blk_queue_discard(q)) {
394 num_devices++;
395 minlen = min((u64)q->limits.discard_granularity,
396 minlen);
397 }
398 }
Xiao Guangrong1f781602011-04-20 10:09:16 +0000399 rcu_read_unlock();
Lukas Czernerf4c697e2011-09-05 16:34:54 +0200400
Li Dongyangf7039b12011-03-24 10:24:28 +0000401 if (!num_devices)
402 return -EOPNOTSUPP;
Li Dongyangf7039b12011-03-24 10:24:28 +0000403 if (copy_from_user(&range, arg, sizeof(range)))
404 return -EFAULT;
Lukas Czernere515c182012-10-16 09:34:36 +0000405 if (range.start > total_bytes ||
406 range.len < fs_info->sb->s_blocksize)
Lukas Czernerf4c697e2011-09-05 16:34:54 +0200407 return -EINVAL;
Li Dongyangf7039b12011-03-24 10:24:28 +0000408
Lukas Czernerf4c697e2011-09-05 16:34:54 +0200409 range.len = min(range.len, total_bytes - range.start);
Li Dongyangf7039b12011-03-24 10:24:28 +0000410 range.minlen = max(range.minlen, minlen);
Al Viro815745c2011-11-17 15:40:49 -0500411 ret = btrfs_trim_fs(fs_info->tree_root, &range);
Li Dongyangf7039b12011-03-24 10:24:28 +0000412 if (ret < 0)
413 return ret;
414
415 if (copy_to_user(arg, &range, sizeof(range)))
416 return -EFAULT;
417
418 return 0;
419}
420
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200421int btrfs_is_empty_uuid(u8 *uuid)
422{
Chris Mason46e0f662013-11-15 12:14:55 +0100423 int i;
424
425 for (i = 0; i < BTRFS_UUID_SIZE; i++) {
426 if (uuid[i])
427 return 0;
428 }
429 return 1;
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200430}
431
Miao Xied5c12072013-02-28 10:04:33 +0000432static noinline int create_subvol(struct inode *dir,
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400433 struct dentry *dentry,
Sage Weil72fd0322010-10-29 15:41:32 -0400434 char *name, int namelen,
Arne Jansen6f72c7e2011-09-14 15:58:21 +0200435 u64 *async_transid,
Miao Xie8696c532013-02-07 06:02:44 +0000436 struct btrfs_qgroup_inherit *inherit)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400437{
438 struct btrfs_trans_handle *trans;
439 struct btrfs_key key;
440 struct btrfs_root_item root_item;
441 struct btrfs_inode_item *inode_item;
442 struct extent_buffer *leaf;
Miao Xied5c12072013-02-28 10:04:33 +0000443 struct btrfs_root *root = BTRFS_I(dir)->root;
Yan, Zheng76dda932009-09-21 16:00:26 -0400444 struct btrfs_root *new_root;
Miao Xied5c12072013-02-28 10:04:33 +0000445 struct btrfs_block_rsv block_rsv;
Alexander Block8ea05e32012-07-25 17:35:53 +0200446 struct timespec cur_time = CURRENT_TIME;
Tsutomu Itoh5662344b32013-12-13 09:51:42 +0900447 struct inode *inode;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400448 int ret;
449 int err;
450 u64 objectid;
451 u64 new_dirid = BTRFS_FIRST_FREE_OBJECTID;
Chris Mason3de45862008-11-17 21:02:50 -0500452 u64 index = 0;
Miao Xied5c12072013-02-28 10:04:33 +0000453 u64 qgroup_reserved;
Alexander Block8ea05e32012-07-25 17:35:53 +0200454 uuid_le new_uuid;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400455
Li Zefan581bb052011-04-20 10:06:11 +0800456 ret = btrfs_find_free_objectid(root->fs_info->tree_root, &objectid);
Al Viro2fbe8c82011-07-16 21:38:06 -0400457 if (ret)
Yan, Zhenga22285a2010-05-16 10:48:46 -0400458 return ret;
Josef Bacik6a912212010-11-20 09:48:00 +0000459
Qu Wenruoe09fe2d2015-02-27 16:24:23 +0800460 /*
461 * Don't create subvolume whose level is not zero. Or qgroup will be
462 * screwed up since it assume subvolme qgroup's level to be 0.
463 */
464 if (btrfs_qgroup_level(objectid))
465 return -ENOSPC;
466
Miao Xied5c12072013-02-28 10:04:33 +0000467 btrfs_init_block_rsv(&block_rsv, BTRFS_BLOCK_RSV_TEMP);
Josef Bacik9ed74f22009-09-11 16:12:44 -0400468 /*
Miao Xied5c12072013-02-28 10:04:33 +0000469 * The same as the snapshot creation, please see the comment
470 * of create_snapshot().
Josef Bacik9ed74f22009-09-11 16:12:44 -0400471 */
Miao Xied5c12072013-02-28 10:04:33 +0000472 ret = btrfs_subvolume_reserve_metadata(root, &block_rsv,
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200473 8, &qgroup_reserved, false);
Miao Xied5c12072013-02-28 10:04:33 +0000474 if (ret)
475 return ret;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400476
Miao Xied5c12072013-02-28 10:04:33 +0000477 trans = btrfs_start_transaction(root, 0);
478 if (IS_ERR(trans)) {
479 ret = PTR_ERR(trans);
Liu Bode6e8202014-01-09 14:57:06 +0800480 btrfs_subvolume_release_metadata(root, &block_rsv,
481 qgroup_reserved);
482 return ret;
Miao Xied5c12072013-02-28 10:04:33 +0000483 }
484 trans->block_rsv = &block_rsv;
485 trans->bytes_reserved = block_rsv.size;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400486
Miao Xie8696c532013-02-07 06:02:44 +0000487 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit);
Arne Jansen6f72c7e2011-09-14 15:58:21 +0200488 if (ret)
489 goto fail;
490
David Sterba4d75f8a2014-06-15 01:54:12 +0200491 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0);
Josef Bacik8e8a1e32008-07-24 12:17:14 -0400492 if (IS_ERR(leaf)) {
493 ret = PTR_ERR(leaf);
494 goto fail;
495 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400496
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400497 memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header));
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400498 btrfs_set_header_bytenr(leaf, leaf->start);
499 btrfs_set_header_generation(leaf, trans->transid);
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400500 btrfs_set_header_backref_rev(leaf, BTRFS_MIXED_BACKREF_REV);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400501 btrfs_set_header_owner(leaf, objectid);
502
Ross Kirk0a4e5582013-09-24 10:12:38 +0100503 write_extent_buffer(leaf, root->fs_info->fsid, btrfs_header_fsid(),
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400504 BTRFS_FSID_SIZE);
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400505 write_extent_buffer(leaf, root->fs_info->chunk_tree_uuid,
Geert Uytterhoevenb308bc22013-08-20 13:20:15 +0200506 btrfs_header_chunk_tree_uuid(leaf),
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400507 BTRFS_UUID_SIZE);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400508 btrfs_mark_buffer_dirty(leaf);
509
Alexander Block8ea05e32012-07-25 17:35:53 +0200510 memset(&root_item, 0, sizeof(root_item));
511
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400512 inode_item = &root_item.inode;
Qu Wenruo3cae2102013-07-16 11:19:18 +0800513 btrfs_set_stack_inode_generation(inode_item, 1);
514 btrfs_set_stack_inode_size(inode_item, 3);
515 btrfs_set_stack_inode_nlink(inode_item, 1);
David Sterba707e8a02014-06-04 19:22:26 +0200516 btrfs_set_stack_inode_nbytes(inode_item, root->nodesize);
Qu Wenruo3cae2102013-07-16 11:19:18 +0800517 btrfs_set_stack_inode_mode(inode_item, S_IFDIR | 0755);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400518
Qu Wenruo3cae2102013-07-16 11:19:18 +0800519 btrfs_set_root_flags(&root_item, 0);
520 btrfs_set_root_limit(&root_item, 0);
521 btrfs_set_stack_inode_flags(inode_item, BTRFS_INODE_ROOT_ITEM_INIT);
Li Zefan08fe4db2011-03-28 02:01:25 +0000522
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400523 btrfs_set_root_bytenr(&root_item, leaf->start);
Yan Zheng84234f32008-10-29 14:49:05 -0400524 btrfs_set_root_generation(&root_item, trans->transid);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400525 btrfs_set_root_level(&root_item, 0);
526 btrfs_set_root_refs(&root_item, 1);
Yan, Zheng86b9f2e2009-11-12 09:36:50 +0000527 btrfs_set_root_used(&root_item, leaf->len);
Yan Zheng80ff3852008-10-30 14:20:02 -0400528 btrfs_set_root_last_snapshot(&root_item, 0);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400529
Alexander Block8ea05e32012-07-25 17:35:53 +0200530 btrfs_set_root_generation_v2(&root_item,
531 btrfs_root_generation(&root_item));
532 uuid_le_gen(&new_uuid);
533 memcpy(root_item.uuid, new_uuid.b, BTRFS_UUID_SIZE);
Qu Wenruo3cae2102013-07-16 11:19:18 +0800534 btrfs_set_stack_timespec_sec(&root_item.otime, cur_time.tv_sec);
535 btrfs_set_stack_timespec_nsec(&root_item.otime, cur_time.tv_nsec);
Alexander Block8ea05e32012-07-25 17:35:53 +0200536 root_item.ctime = root_item.otime;
537 btrfs_set_root_ctransid(&root_item, trans->transid);
538 btrfs_set_root_otransid(&root_item, trans->transid);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400539
Chris Mason925baed2008-06-25 16:01:30 -0400540 btrfs_tree_unlock(leaf);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400541 free_extent_buffer(leaf);
542 leaf = NULL;
543
544 btrfs_set_root_dirid(&root_item, new_dirid);
545
546 key.objectid = objectid;
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400547 key.offset = 0;
David Sterba962a2982014-06-04 18:41:45 +0200548 key.type = BTRFS_ROOT_ITEM_KEY;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400549 ret = btrfs_insert_root(trans, root->fs_info->tree_root, &key,
550 &root_item);
551 if (ret)
552 goto fail;
553
Yan, Zheng76dda932009-09-21 16:00:26 -0400554 key.offset = (u64)-1;
555 new_root = btrfs_read_fs_root_no_name(root->fs_info, &key);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100556 if (IS_ERR(new_root)) {
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100557 ret = PTR_ERR(new_root);
David Sterba6d13f542015-04-24 19:12:01 +0200558 btrfs_abort_transaction(trans, root, ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100559 goto fail;
560 }
Yan, Zheng76dda932009-09-21 16:00:26 -0400561
562 btrfs_record_root_in_trans(trans, new_root);
563
Filipe David Borba Manana63541922014-01-07 11:47:46 +0000564 ret = btrfs_create_subvol_root(trans, new_root, root, new_dirid);
Mark Fashehce598972011-07-26 11:32:23 -0700565 if (ret) {
566 /* We potentially lose an unused inode item here */
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100567 btrfs_abort_transaction(trans, root, ret);
Mark Fashehce598972011-07-26 11:32:23 -0700568 goto fail;
569 }
570
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400571 /*
572 * insert the directory item
573 */
Chris Mason3de45862008-11-17 21:02:50 -0500574 ret = btrfs_set_inode_index(dir, &index);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100575 if (ret) {
576 btrfs_abort_transaction(trans, root, ret);
577 goto fail;
578 }
Chris Mason3de45862008-11-17 21:02:50 -0500579
580 ret = btrfs_insert_dir_item(trans, root,
Miao Xie16cdcec2011-04-22 18:12:22 +0800581 name, namelen, dir, &key,
Chris Mason3de45862008-11-17 21:02:50 -0500582 BTRFS_FT_DIR, index);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100583 if (ret) {
584 btrfs_abort_transaction(trans, root, ret);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400585 goto fail;
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100586 }
Chris Mason0660b5a2008-11-17 20:37:39 -0500587
Yan Zheng52c26172009-01-05 15:43:43 -0500588 btrfs_i_size_write(dir, dir->i_size + namelen * 2);
589 ret = btrfs_update_inode(trans, root, dir);
590 BUG_ON(ret);
591
Chris Mason0660b5a2008-11-17 20:37:39 -0500592 ret = btrfs_add_root_ref(trans, root->fs_info->tree_root,
Yan, Zheng4df27c4d2009-09-21 15:56:00 -0400593 objectid, root->root_key.objectid,
Li Zefan33345d012011-04-20 10:31:50 +0800594 btrfs_ino(dir), index, name, namelen);
Chris Mason0660b5a2008-11-17 20:37:39 -0500595 BUG_ON(ret);
596
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200597 ret = btrfs_uuid_tree_add(trans, root->fs_info->uuid_root,
598 root_item.uuid, BTRFS_UUID_KEY_SUBVOL,
599 objectid);
600 if (ret)
601 btrfs_abort_transaction(trans, root, ret);
602
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400603fail:
Miao Xied5c12072013-02-28 10:04:33 +0000604 trans->block_rsv = NULL;
605 trans->bytes_reserved = 0;
Liu Bode6e8202014-01-09 14:57:06 +0800606 btrfs_subvolume_release_metadata(root, &block_rsv, qgroup_reserved);
607
Sage Weil72fd0322010-10-29 15:41:32 -0400608 if (async_transid) {
609 *async_transid = trans->transid;
610 err = btrfs_commit_transaction_async(trans, root, 1);
Miao Xie00d71c92013-03-04 09:45:06 +0000611 if (err)
612 err = btrfs_commit_transaction(trans, root);
Sage Weil72fd0322010-10-29 15:41:32 -0400613 } else {
614 err = btrfs_commit_transaction(trans, root);
615 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400616 if (err && !ret)
617 ret = err;
Chris Mason1a65e242013-02-06 12:06:02 -0500618
Tsutomu Itoh5662344b32013-12-13 09:51:42 +0900619 if (!ret) {
620 inode = btrfs_lookup_dentry(dir, dentry);
Liu Bode6e8202014-01-09 14:57:06 +0800621 if (IS_ERR(inode))
622 return PTR_ERR(inode);
Tsutomu Itoh5662344b32013-12-13 09:51:42 +0900623 d_instantiate(dentry, inode);
624 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400625 return ret;
626}
627
Filipe Manana9ea24bb2014-10-29 11:57:59 +0000628static void btrfs_wait_for_no_snapshoting_writes(struct btrfs_root *root)
Miao Xie8257b2d2014-03-06 13:38:19 +0800629{
630 s64 writers;
631 DEFINE_WAIT(wait);
632
633 do {
634 prepare_to_wait(&root->subv_writers->wait, &wait,
635 TASK_UNINTERRUPTIBLE);
636
637 writers = percpu_counter_sum(&root->subv_writers->counter);
638 if (writers)
639 schedule();
640
641 finish_wait(&root->subv_writers->wait, &wait);
642 } while (writers);
643}
644
Miao Xiee9662f72013-02-28 10:01:15 +0000645static int create_snapshot(struct btrfs_root *root, struct inode *dir,
646 struct dentry *dentry, char *name, int namelen,
647 u64 *async_transid, bool readonly,
648 struct btrfs_qgroup_inherit *inherit)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400649{
Yan, Zheng2e4bfab2009-11-12 09:37:02 +0000650 struct inode *inode;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400651 struct btrfs_pending_snapshot *pending_snapshot;
652 struct btrfs_trans_handle *trans;
Yan, Zheng2e4bfab2009-11-12 09:37:02 +0000653 int ret;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400654
Miao Xie27cdeb72014-04-02 19:51:05 +0800655 if (!test_bit(BTRFS_ROOT_REF_COWS, &root->state))
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400656 return -EINVAL;
657
Miao Xie8257b2d2014-03-06 13:38:19 +0800658 atomic_inc(&root->will_be_snapshoted);
Peter Zijlstra4e857c52014-03-17 18:06:10 +0100659 smp_mb__after_atomic();
Filipe Manana9ea24bb2014-10-29 11:57:59 +0000660 btrfs_wait_for_no_snapshoting_writes(root);
Miao Xie8257b2d2014-03-06 13:38:19 +0800661
Miao Xie6a038432013-05-15 07:48:24 +0000662 ret = btrfs_start_delalloc_inodes(root, 0);
663 if (ret)
Miao Xie8257b2d2014-03-06 13:38:19 +0800664 goto out;
Miao Xie6a038432013-05-15 07:48:24 +0000665
Miao Xieb0244192013-11-04 23:13:25 +0800666 btrfs_wait_ordered_extents(root, -1);
Miao Xie6a038432013-05-15 07:48:24 +0000667
Yan, Zhenga22285a2010-05-16 10:48:46 -0400668 pending_snapshot = kzalloc(sizeof(*pending_snapshot), GFP_NOFS);
Miao Xie8257b2d2014-03-06 13:38:19 +0800669 if (!pending_snapshot) {
670 ret = -ENOMEM;
671 goto out;
672 }
Yan, Zhenga22285a2010-05-16 10:48:46 -0400673
Miao Xie66d8f3d2012-09-06 04:02:28 -0600674 btrfs_init_block_rsv(&pending_snapshot->block_rsv,
675 BTRFS_BLOCK_RSV_TEMP);
Miao Xied5c12072013-02-28 10:04:33 +0000676 /*
677 * 1 - parent dir inode
678 * 2 - dir entries
679 * 1 - root item
680 * 2 - root ref/backref
681 * 1 - root of snapshot
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200682 * 1 - UUID item
Miao Xied5c12072013-02-28 10:04:33 +0000683 */
684 ret = btrfs_subvolume_reserve_metadata(BTRFS_I(dir)->root,
Stefan Behrensdd5f9612013-08-15 17:11:20 +0200685 &pending_snapshot->block_rsv, 8,
Jeff Mahoneyee3441b2013-07-09 16:37:21 -0400686 &pending_snapshot->qgroup_reserved,
687 false);
Miao Xied5c12072013-02-28 10:04:33 +0000688 if (ret)
Miao Xie8257b2d2014-03-06 13:38:19 +0800689 goto free;
Miao Xied5c12072013-02-28 10:04:33 +0000690
Yan, Zhenga22285a2010-05-16 10:48:46 -0400691 pending_snapshot->dentry = dentry;
692 pending_snapshot->root = root;
Li Zefanb83cc962010-12-20 16:04:08 +0800693 pending_snapshot->readonly = readonly;
Miao Xiee9662f72013-02-28 10:01:15 +0000694 pending_snapshot->dir = dir;
Miao Xie8696c532013-02-07 06:02:44 +0000695 pending_snapshot->inherit = inherit;
Yan, Zhenga22285a2010-05-16 10:48:46 -0400696
Miao Xied5c12072013-02-28 10:04:33 +0000697 trans = btrfs_start_transaction(root, 0);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400698 if (IS_ERR(trans)) {
699 ret = PTR_ERR(trans);
700 goto fail;
701 }
702
Josef Bacik83515832011-06-14 15:16:14 -0400703 spin_lock(&root->fs_info->trans_lock);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400704 list_add(&pending_snapshot->list,
705 &trans->transaction->pending_snapshots);
Josef Bacik83515832011-06-14 15:16:14 -0400706 spin_unlock(&root->fs_info->trans_lock);
Sage Weil72fd0322010-10-29 15:41:32 -0400707 if (async_transid) {
708 *async_transid = trans->transid;
709 ret = btrfs_commit_transaction_async(trans,
710 root->fs_info->extent_root, 1);
Miao Xie00d71c92013-03-04 09:45:06 +0000711 if (ret)
712 ret = btrfs_commit_transaction(trans, root);
Sage Weil72fd0322010-10-29 15:41:32 -0400713 } else {
714 ret = btrfs_commit_transaction(trans,
715 root->fs_info->extent_root);
716 }
Miao Xieaec80302013-03-04 09:44:29 +0000717 if (ret)
Josef Bacikc37b2b62012-10-22 15:51:44 -0400718 goto fail;
Yan, Zhenga22285a2010-05-16 10:48:46 -0400719
720 ret = pending_snapshot->error;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400721 if (ret)
Yan, Zheng2e4bfab2009-11-12 09:37:02 +0000722 goto fail;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400723
Chris Masond3797302014-10-15 13:50:56 -0700724 ret = btrfs_orphan_cleanup(pending_snapshot->snap);
725 if (ret)
726 goto fail;
727
David Howells2b0143b2015-03-17 22:25:59 +0000728 inode = btrfs_lookup_dentry(d_inode(dentry->d_parent), dentry);
Yan, Zheng2e4bfab2009-11-12 09:37:02 +0000729 if (IS_ERR(inode)) {
730 ret = PTR_ERR(inode);
731 goto fail;
732 }
Tsutomu Itoh5662344b32013-12-13 09:51:42 +0900733
Yan, Zheng2e4bfab2009-11-12 09:37:02 +0000734 d_instantiate(dentry, inode);
735 ret = 0;
736fail:
Miao Xied5c12072013-02-28 10:04:33 +0000737 btrfs_subvolume_release_metadata(BTRFS_I(dir)->root,
738 &pending_snapshot->block_rsv,
739 pending_snapshot->qgroup_reserved);
Miao Xie8257b2d2014-03-06 13:38:19 +0800740free:
Yan, Zhenga22285a2010-05-16 10:48:46 -0400741 kfree(pending_snapshot);
Miao Xie8257b2d2014-03-06 13:38:19 +0800742out:
Filipe Manana9ea24bb2014-10-29 11:57:59 +0000743 if (atomic_dec_and_test(&root->will_be_snapshoted))
744 wake_up_atomic_t(&root->will_be_snapshoted);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -0400745 return ret;
746}
747
Sage Weil4260f7c2010-10-29 15:46:43 -0400748/* copy of may_delete in fs/namei.c()
749 * Check whether we can remove a link victim from directory dir, check
750 * whether the type of victim is right.
751 * 1. We can't do it if dir is read-only (done in permission())
752 * 2. We should have write and exec permissions on dir
753 * 3. We can't remove anything from append-only dir
754 * 4. We can't do anything with immutable dir (done in permission())
755 * 5. If the sticky bit on dir is set we should either
756 * a. be owner of dir, or
757 * b. be owner of victim, or
758 * c. have CAP_FOWNER capability
759 * 6. If the victim is append-only or immutable we can't do antyhing with
760 * links pointing to it.
761 * 7. If we were asked to remove a directory and victim isn't one - ENOTDIR.
762 * 8. If we were asked to remove a non-directory and victim isn't one - EISDIR.
763 * 9. We can't remove a root or mountpoint.
764 * 10. We don't allow removal of NFS sillyrenamed files; it's handled by
765 * nfs_async_unlink().
766 */
767
Dulshani Gunawardhana67871252013-10-31 10:33:04 +0530768static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir)
Sage Weil4260f7c2010-10-29 15:46:43 -0400769{
770 int error;
771
David Howells2b0143b2015-03-17 22:25:59 +0000772 if (d_really_is_negative(victim))
Sage Weil4260f7c2010-10-29 15:46:43 -0400773 return -ENOENT;
774
David Howells2b0143b2015-03-17 22:25:59 +0000775 BUG_ON(d_inode(victim->d_parent) != dir);
Jeff Layton4fa6b5e2012-10-10 15:25:25 -0400776 audit_inode_child(dir, victim, AUDIT_TYPE_CHILD_DELETE);
Sage Weil4260f7c2010-10-29 15:46:43 -0400777
778 error = inode_permission(dir, MAY_WRITE | MAY_EXEC);
779 if (error)
780 return error;
781 if (IS_APPEND(dir))
782 return -EPERM;
David Howells2b0143b2015-03-17 22:25:59 +0000783 if (check_sticky(dir, d_inode(victim)) || IS_APPEND(d_inode(victim)) ||
784 IS_IMMUTABLE(d_inode(victim)) || IS_SWAPFILE(d_inode(victim)))
Sage Weil4260f7c2010-10-29 15:46:43 -0400785 return -EPERM;
786 if (isdir) {
David Howellse36cb0b2015-01-29 12:02:35 +0000787 if (!d_is_dir(victim))
Sage Weil4260f7c2010-10-29 15:46:43 -0400788 return -ENOTDIR;
789 if (IS_ROOT(victim))
790 return -EBUSY;
David Howellse36cb0b2015-01-29 12:02:35 +0000791 } else if (d_is_dir(victim))
Sage Weil4260f7c2010-10-29 15:46:43 -0400792 return -EISDIR;
793 if (IS_DEADDIR(dir))
794 return -ENOENT;
795 if (victim->d_flags & DCACHE_NFSFS_RENAMED)
796 return -EBUSY;
797 return 0;
798}
799
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400800/* copy of may_create in fs/namei.c() */
801static inline int btrfs_may_create(struct inode *dir, struct dentry *child)
802{
David Howells2b0143b2015-03-17 22:25:59 +0000803 if (d_really_is_positive(child))
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400804 return -EEXIST;
805 if (IS_DEADDIR(dir))
806 return -ENOENT;
807 return inode_permission(dir, MAY_WRITE | MAY_EXEC);
808}
809
810/*
811 * Create a new subvolume below @parent. This is largely modeled after
812 * sys_mkdirat and vfs_mkdir, but we only do a single component lookup
813 * inside this filesystem so it's quite a bit simpler.
814 */
Yan, Zheng76dda932009-09-21 16:00:26 -0400815static noinline int btrfs_mksubvol(struct path *parent,
816 char *name, int namelen,
Sage Weil72fd0322010-10-29 15:41:32 -0400817 struct btrfs_root *snap_src,
Arne Jansen6f72c7e2011-09-14 15:58:21 +0200818 u64 *async_transid, bool readonly,
Miao Xie8696c532013-02-07 06:02:44 +0000819 struct btrfs_qgroup_inherit *inherit)
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400820{
David Howells2b0143b2015-03-17 22:25:59 +0000821 struct inode *dir = d_inode(parent->dentry);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400822 struct dentry *dentry;
823 int error;
824
David Sterba5c50c9b2013-03-22 18:12:51 +0000825 error = mutex_lock_killable_nested(&dir->i_mutex, I_MUTEX_PARENT);
826 if (error == -EINTR)
827 return error;
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400828
829 dentry = lookup_one_len(name, parent->dentry, namelen);
830 error = PTR_ERR(dentry);
831 if (IS_ERR(dentry))
832 goto out_unlock;
833
834 error = -EEXIST;
David Howells2b0143b2015-03-17 22:25:59 +0000835 if (d_really_is_positive(dentry))
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400836 goto out_dput;
837
Yan, Zheng76dda932009-09-21 16:00:26 -0400838 error = btrfs_may_create(dir, dentry);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400839 if (error)
Liu Boa874a632012-06-29 03:58:46 -0600840 goto out_dput;
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400841
Chris Mason9c520572012-12-17 14:26:57 -0500842 /*
843 * even if this name doesn't exist, we may get hash collisions.
844 * check for them now when we can safely fail
845 */
846 error = btrfs_check_dir_item_collision(BTRFS_I(dir)->root,
847 dir->i_ino, name,
848 namelen);
849 if (error)
850 goto out_dput;
851
Yan, Zheng76dda932009-09-21 16:00:26 -0400852 down_read(&BTRFS_I(dir)->root->fs_info->subvol_sem);
853
854 if (btrfs_root_refs(&BTRFS_I(dir)->root->root_item) == 0)
855 goto out_up_read;
856
Chris Mason3de45862008-11-17 21:02:50 -0500857 if (snap_src) {
Miao Xiee9662f72013-02-28 10:01:15 +0000858 error = create_snapshot(snap_src, dir, dentry, name, namelen,
Arne Jansen6f72c7e2011-09-14 15:58:21 +0200859 async_transid, readonly, inherit);
Chris Mason3de45862008-11-17 21:02:50 -0500860 } else {
Miao Xied5c12072013-02-28 10:04:33 +0000861 error = create_subvol(dir, dentry, name, namelen,
862 async_transid, inherit);
Chris Mason3de45862008-11-17 21:02:50 -0500863 }
Yan, Zheng76dda932009-09-21 16:00:26 -0400864 if (!error)
865 fsnotify_mkdir(dir, dentry);
866out_up_read:
867 up_read(&BTRFS_I(dir)->root->fs_info->subvol_sem);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400868out_dput:
869 dput(dentry);
870out_unlock:
Yan, Zheng76dda932009-09-21 16:00:26 -0400871 mutex_unlock(&dir->i_mutex);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -0400872 return error;
873}
874
Chris Mason4cb53002011-05-24 15:35:30 -0400875/*
876 * When we're defragging a range, we don't want to kick it off again
877 * if it is really just waiting for delalloc to send it down.
878 * If we find a nice big extent or delalloc range for the bytes in the
879 * file you want to defrag, we return 0 to let you know to skip this
880 * part of the file
881 */
David Sterbaaab110a2014-07-29 17:32:10 +0200882static int check_defrag_in_cache(struct inode *inode, u64 offset, u32 thresh)
Chris Mason4cb53002011-05-24 15:35:30 -0400883{
884 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
885 struct extent_map *em = NULL;
886 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
887 u64 end;
888
889 read_lock(&em_tree->lock);
890 em = lookup_extent_mapping(em_tree, offset, PAGE_CACHE_SIZE);
891 read_unlock(&em_tree->lock);
892
893 if (em) {
894 end = extent_map_end(em);
895 free_extent_map(em);
896 if (end - offset > thresh)
897 return 0;
898 }
899 /* if we already have a nice delalloc here, just stop */
900 thresh /= 2;
901 end = count_range_bits(io_tree, &offset, offset + thresh,
902 thresh, EXTENT_DELALLOC, 1);
903 if (end >= thresh)
904 return 0;
905 return 1;
906}
907
908/*
909 * helper function to walk through a file and find extents
910 * newer than a specific transid, and smaller than thresh.
911 *
912 * This is used by the defragging code to find new and small
913 * extents
914 */
915static int find_new_extents(struct btrfs_root *root,
916 struct inode *inode, u64 newer_than,
David Sterbaaab110a2014-07-29 17:32:10 +0200917 u64 *off, u32 thresh)
Chris Mason4cb53002011-05-24 15:35:30 -0400918{
919 struct btrfs_path *path;
920 struct btrfs_key min_key;
Chris Mason4cb53002011-05-24 15:35:30 -0400921 struct extent_buffer *leaf;
922 struct btrfs_file_extent_item *extent;
923 int type;
924 int ret;
David Sterbaa4689d22011-05-31 17:08:14 +0000925 u64 ino = btrfs_ino(inode);
Chris Mason4cb53002011-05-24 15:35:30 -0400926
927 path = btrfs_alloc_path();
928 if (!path)
929 return -ENOMEM;
930
David Sterbaa4689d22011-05-31 17:08:14 +0000931 min_key.objectid = ino;
Chris Mason4cb53002011-05-24 15:35:30 -0400932 min_key.type = BTRFS_EXTENT_DATA_KEY;
933 min_key.offset = *off;
934
Dulshani Gunawardhana67871252013-10-31 10:33:04 +0530935 while (1) {
Filipe David Borba Manana6174d3c2013-10-01 16:13:42 +0100936 ret = btrfs_search_forward(root, &min_key, path, newer_than);
Chris Mason4cb53002011-05-24 15:35:30 -0400937 if (ret != 0)
938 goto none;
Filipe Mananaf094c9bd2014-03-12 01:28:24 +0000939process_slot:
David Sterbaa4689d22011-05-31 17:08:14 +0000940 if (min_key.objectid != ino)
Chris Mason4cb53002011-05-24 15:35:30 -0400941 goto none;
942 if (min_key.type != BTRFS_EXTENT_DATA_KEY)
943 goto none;
944
945 leaf = path->nodes[0];
946 extent = btrfs_item_ptr(leaf, path->slots[0],
947 struct btrfs_file_extent_item);
948
949 type = btrfs_file_extent_type(leaf, extent);
950 if (type == BTRFS_FILE_EXTENT_REG &&
951 btrfs_file_extent_num_bytes(leaf, extent) < thresh &&
952 check_defrag_in_cache(inode, min_key.offset, thresh)) {
953 *off = min_key.offset;
954 btrfs_free_path(path);
955 return 0;
956 }
957
Filipe Mananaf094c9bd2014-03-12 01:28:24 +0000958 path->slots[0]++;
959 if (path->slots[0] < btrfs_header_nritems(leaf)) {
960 btrfs_item_key_to_cpu(leaf, &min_key, path->slots[0]);
961 goto process_slot;
962 }
963
Chris Mason4cb53002011-05-24 15:35:30 -0400964 if (min_key.offset == (u64)-1)
965 goto none;
966
967 min_key.offset++;
968 btrfs_release_path(path);
969 }
970none:
971 btrfs_free_path(path);
972 return -ENOENT;
973}
974
Li Zefan6c282eb2012-06-11 16:03:35 +0800975static struct extent_map *defrag_lookup_extent(struct inode *inode, u64 start)
Liu Bo17ce6ef2012-03-29 09:57:45 -0400976{
977 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
Chris Mason940100a2010-03-10 10:52:59 -0500978 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Li Zefan6c282eb2012-06-11 16:03:35 +0800979 struct extent_map *em;
980 u64 len = PAGE_CACHE_SIZE;
Chris Mason940100a2010-03-10 10:52:59 -0500981
982 /*
983 * hopefully we have this extent in the tree already, try without
984 * the full extent lock
985 */
986 read_lock(&em_tree->lock);
987 em = lookup_extent_mapping(em_tree, start, len);
988 read_unlock(&em_tree->lock);
989
990 if (!em) {
Filipe Manana308d9802014-03-11 13:56:15 +0000991 struct extent_state *cached = NULL;
992 u64 end = start + len - 1;
993
Chris Mason940100a2010-03-10 10:52:59 -0500994 /* get the big lock and read metadata off disk */
Filipe Manana308d9802014-03-11 13:56:15 +0000995 lock_extent_bits(io_tree, start, end, 0, &cached);
Chris Mason940100a2010-03-10 10:52:59 -0500996 em = btrfs_get_extent(inode, NULL, 0, start, len, 0);
Filipe Manana308d9802014-03-11 13:56:15 +0000997 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS);
Chris Mason940100a2010-03-10 10:52:59 -0500998
Dan Carpenter6cf8bfb2010-03-20 11:22:10 +0000999 if (IS_ERR(em))
Li Zefan6c282eb2012-06-11 16:03:35 +08001000 return NULL;
Chris Mason940100a2010-03-10 10:52:59 -05001001 }
1002
Li Zefan6c282eb2012-06-11 16:03:35 +08001003 return em;
1004}
1005
1006static bool defrag_check_next_extent(struct inode *inode, struct extent_map *em)
1007{
1008 struct extent_map *next;
1009 bool ret = true;
1010
1011 /* this is the last extent */
1012 if (em->start + em->len >= i_size_read(inode))
1013 return false;
1014
1015 next = defrag_lookup_extent(inode, em->start + em->len);
Chris Masone9512d72014-08-26 13:55:54 -07001016 if (!next || next->block_start >= EXTENT_MAP_LAST_BYTE)
1017 ret = false;
1018 else if ((em->block_start + em->block_len == next->block_start) &&
1019 (em->block_len > 128 * 1024 && next->block_len > 128 * 1024))
Li Zefan6c282eb2012-06-11 16:03:35 +08001020 ret = false;
1021
1022 free_extent_map(next);
1023 return ret;
1024}
1025
David Sterbaaab110a2014-07-29 17:32:10 +02001026static int should_defrag_range(struct inode *inode, u64 start, u32 thresh,
Andrew Mahonea43a2112012-06-19 21:08:32 -04001027 u64 *last_len, u64 *skip, u64 *defrag_end,
1028 int compress)
Li Zefan6c282eb2012-06-11 16:03:35 +08001029{
1030 struct extent_map *em;
1031 int ret = 1;
1032 bool next_mergeable = true;
Liu Bo4a3560c2015-08-07 16:48:41 +08001033 bool prev_mergeable = true;
Li Zefan6c282eb2012-06-11 16:03:35 +08001034
1035 /*
1036 * make sure that once we start defragging an extent, we keep on
1037 * defragging it
1038 */
1039 if (start < *defrag_end)
1040 return 1;
1041
1042 *skip = 0;
1043
1044 em = defrag_lookup_extent(inode, start);
1045 if (!em)
1046 return 0;
1047
Chris Mason940100a2010-03-10 10:52:59 -05001048 /* this will cover holes, and inline extents */
Liu Bo17ce6ef2012-03-29 09:57:45 -04001049 if (em->block_start >= EXTENT_MAP_LAST_BYTE) {
Chris Mason940100a2010-03-10 10:52:59 -05001050 ret = 0;
Liu Bo17ce6ef2012-03-29 09:57:45 -04001051 goto out;
1052 }
1053
Liu Bo4a3560c2015-08-07 16:48:41 +08001054 if (!*defrag_end)
1055 prev_mergeable = false;
1056
Li Zefan6c282eb2012-06-11 16:03:35 +08001057 next_mergeable = defrag_check_next_extent(inode, em);
Chris Mason940100a2010-03-10 10:52:59 -05001058 /*
Li Zefan6c282eb2012-06-11 16:03:35 +08001059 * we hit a real extent, if it is big or the next extent is not a
1060 * real extent, don't bother defragging it
Chris Mason940100a2010-03-10 10:52:59 -05001061 */
Andrew Mahonea43a2112012-06-19 21:08:32 -04001062 if (!compress && (*last_len == 0 || *last_len >= thresh) &&
Liu Bo4a3560c2015-08-07 16:48:41 +08001063 (em->len >= thresh || (!next_mergeable && !prev_mergeable)))
Chris Mason940100a2010-03-10 10:52:59 -05001064 ret = 0;
Liu Bo17ce6ef2012-03-29 09:57:45 -04001065out:
Chris Mason940100a2010-03-10 10:52:59 -05001066 /*
1067 * last_len ends up being a counter of how many bytes we've defragged.
1068 * every time we choose not to defrag an extent, we reset *last_len
1069 * so that the next tiny extent will force a defrag.
1070 *
1071 * The end result of this is that tiny extents before a single big
1072 * extent will force at least part of that big extent to be defragged.
1073 */
1074 if (ret) {
Chris Mason940100a2010-03-10 10:52:59 -05001075 *defrag_end = extent_map_end(em);
1076 } else {
1077 *last_len = 0;
1078 *skip = extent_map_end(em);
1079 *defrag_end = 0;
1080 }
1081
1082 free_extent_map(em);
1083 return ret;
1084}
1085
Chris Mason4cb53002011-05-24 15:35:30 -04001086/*
1087 * it doesn't do much good to defrag one or two pages
1088 * at a time. This pulls in a nice chunk of pages
1089 * to COW and defrag.
1090 *
1091 * It also makes sure the delalloc code has enough
1092 * dirty data to avoid making new small extents as part
1093 * of the defrag
1094 *
1095 * It's a good idea to start RA on this range
1096 * before calling this.
1097 */
1098static int cluster_pages_for_defrag(struct inode *inode,
1099 struct page **pages,
1100 unsigned long start_index,
Justin Maggardc41570c2014-01-21 11:18:29 -08001101 unsigned long num_pages)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001102{
Chris Mason4cb53002011-05-24 15:35:30 -04001103 unsigned long file_end;
1104 u64 isize = i_size_read(inode);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001105 u64 page_start;
1106 u64 page_end;
Liu Bo1f12bd02012-03-29 09:57:44 -04001107 u64 page_cnt;
Chris Mason4cb53002011-05-24 15:35:30 -04001108 int ret;
1109 int i;
1110 int i_done;
1111 struct btrfs_ordered_extent *ordered;
1112 struct extent_state *cached_state = NULL;
Miao Xie600a45e2012-02-16 15:01:24 +08001113 struct extent_io_tree *tree;
Josef Bacik3b16a4e2011-09-21 15:05:58 -04001114 gfp_t mask = btrfs_alloc_write_mask(inode->i_mapping);
Chris Mason4cb53002011-05-24 15:35:30 -04001115
Chris Mason4cb53002011-05-24 15:35:30 -04001116 file_end = (isize - 1) >> PAGE_CACHE_SHIFT;
Liu Bo1f12bd02012-03-29 09:57:44 -04001117 if (!isize || start_index > file_end)
1118 return 0;
1119
1120 page_cnt = min_t(u64, (u64)num_pages, (u64)file_end - start_index + 1);
Chris Mason4cb53002011-05-24 15:35:30 -04001121
1122 ret = btrfs_delalloc_reserve_space(inode,
Liu Bo1f12bd02012-03-29 09:57:44 -04001123 page_cnt << PAGE_CACHE_SHIFT);
Chris Mason4cb53002011-05-24 15:35:30 -04001124 if (ret)
1125 return ret;
Chris Mason4cb53002011-05-24 15:35:30 -04001126 i_done = 0;
Miao Xie600a45e2012-02-16 15:01:24 +08001127 tree = &BTRFS_I(inode)->io_tree;
Chris Mason4cb53002011-05-24 15:35:30 -04001128
1129 /* step one, lock all the pages */
Liu Bo1f12bd02012-03-29 09:57:44 -04001130 for (i = 0; i < page_cnt; i++) {
Chris Mason4cb53002011-05-24 15:35:30 -04001131 struct page *page;
Miao Xie600a45e2012-02-16 15:01:24 +08001132again:
Josef Bacika94733d2011-07-11 10:47:06 -04001133 page = find_or_create_page(inode->i_mapping,
Miao Xie600a45e2012-02-16 15:01:24 +08001134 start_index + i, mask);
Chris Mason4cb53002011-05-24 15:35:30 -04001135 if (!page)
1136 break;
1137
Miao Xie600a45e2012-02-16 15:01:24 +08001138 page_start = page_offset(page);
1139 page_end = page_start + PAGE_CACHE_SIZE - 1;
1140 while (1) {
Filipe Manana308d9802014-03-11 13:56:15 +00001141 lock_extent_bits(tree, page_start, page_end,
1142 0, &cached_state);
Miao Xie600a45e2012-02-16 15:01:24 +08001143 ordered = btrfs_lookup_ordered_extent(inode,
1144 page_start);
Filipe Manana308d9802014-03-11 13:56:15 +00001145 unlock_extent_cached(tree, page_start, page_end,
1146 &cached_state, GFP_NOFS);
Miao Xie600a45e2012-02-16 15:01:24 +08001147 if (!ordered)
1148 break;
1149
1150 unlock_page(page);
1151 btrfs_start_ordered_extent(inode, ordered, 1);
1152 btrfs_put_ordered_extent(ordered);
1153 lock_page(page);
Liu Bo1f12bd02012-03-29 09:57:44 -04001154 /*
1155 * we unlocked the page above, so we need check if
1156 * it was released or not.
1157 */
1158 if (page->mapping != inode->i_mapping) {
1159 unlock_page(page);
1160 page_cache_release(page);
1161 goto again;
1162 }
Miao Xie600a45e2012-02-16 15:01:24 +08001163 }
1164
Chris Mason4cb53002011-05-24 15:35:30 -04001165 if (!PageUptodate(page)) {
1166 btrfs_readpage(NULL, page);
1167 lock_page(page);
1168 if (!PageUptodate(page)) {
1169 unlock_page(page);
1170 page_cache_release(page);
1171 ret = -EIO;
1172 break;
1173 }
1174 }
Miao Xie600a45e2012-02-16 15:01:24 +08001175
Miao Xie600a45e2012-02-16 15:01:24 +08001176 if (page->mapping != inode->i_mapping) {
1177 unlock_page(page);
1178 page_cache_release(page);
1179 goto again;
1180 }
1181
Chris Mason4cb53002011-05-24 15:35:30 -04001182 pages[i] = page;
1183 i_done++;
1184 }
1185 if (!i_done || ret)
1186 goto out;
1187
1188 if (!(inode->i_sb->s_flags & MS_ACTIVE))
1189 goto out;
1190
1191 /*
1192 * so now we have a nice long stream of locked
1193 * and up to date pages, lets wait on them
1194 */
1195 for (i = 0; i < i_done; i++)
1196 wait_on_page_writeback(pages[i]);
1197
1198 page_start = page_offset(pages[0]);
1199 page_end = page_offset(pages[i_done - 1]) + PAGE_CACHE_SIZE;
1200
1201 lock_extent_bits(&BTRFS_I(inode)->io_tree,
Jeff Mahoneyd0082372012-03-01 14:57:19 +01001202 page_start, page_end - 1, 0, &cached_state);
Chris Mason4cb53002011-05-24 15:35:30 -04001203 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start,
1204 page_end - 1, EXTENT_DIRTY | EXTENT_DELALLOC |
Liu Bo9e8a4a82012-09-05 19:10:51 -06001205 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, 0, 0,
1206 &cached_state, GFP_NOFS);
Chris Mason4cb53002011-05-24 15:35:30 -04001207
Liu Bo1f12bd02012-03-29 09:57:44 -04001208 if (i_done != page_cnt) {
Josef Bacik9e0baf62011-07-15 15:16:44 +00001209 spin_lock(&BTRFS_I(inode)->lock);
1210 BTRFS_I(inode)->outstanding_extents++;
1211 spin_unlock(&BTRFS_I(inode)->lock);
Chris Mason4cb53002011-05-24 15:35:30 -04001212 btrfs_delalloc_release_space(inode,
Liu Bo1f12bd02012-03-29 09:57:44 -04001213 (page_cnt - i_done) << PAGE_CACHE_SHIFT);
Chris Mason4cb53002011-05-24 15:35:30 -04001214 }
1215
1216
Liu Bo9e8a4a82012-09-05 19:10:51 -06001217 set_extent_defrag(&BTRFS_I(inode)->io_tree, page_start, page_end - 1,
1218 &cached_state, GFP_NOFS);
Chris Mason4cb53002011-05-24 15:35:30 -04001219
1220 unlock_extent_cached(&BTRFS_I(inode)->io_tree,
1221 page_start, page_end - 1, &cached_state,
1222 GFP_NOFS);
1223
1224 for (i = 0; i < i_done; i++) {
1225 clear_page_dirty_for_io(pages[i]);
1226 ClearPageChecked(pages[i]);
1227 set_page_extent_mapped(pages[i]);
1228 set_page_dirty(pages[i]);
1229 unlock_page(pages[i]);
1230 page_cache_release(pages[i]);
1231 }
1232 return i_done;
1233out:
1234 for (i = 0; i < i_done; i++) {
1235 unlock_page(pages[i]);
1236 page_cache_release(pages[i]);
1237 }
Liu Bo1f12bd02012-03-29 09:57:44 -04001238 btrfs_delalloc_release_space(inode, page_cnt << PAGE_CACHE_SHIFT);
Chris Mason4cb53002011-05-24 15:35:30 -04001239 return ret;
1240
1241}
1242
1243int btrfs_defrag_file(struct inode *inode, struct file *file,
1244 struct btrfs_ioctl_defrag_range_args *range,
1245 u64 newer_than, unsigned long max_to_defrag)
1246{
1247 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason4cb53002011-05-24 15:35:30 -04001248 struct file_ra_state *ra = NULL;
1249 unsigned long last_index;
Li Zefan151a31b2011-09-02 15:56:39 +08001250 u64 isize = i_size_read(inode);
Chris Mason940100a2010-03-10 10:52:59 -05001251 u64 last_len = 0;
1252 u64 skip = 0;
1253 u64 defrag_end = 0;
Chris Mason4cb53002011-05-24 15:35:30 -04001254 u64 newer_off = range->start;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001255 unsigned long i;
Li Zefan008873e2011-09-02 15:57:07 +08001256 unsigned long ra_index = 0;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001257 int ret;
Chris Mason4cb53002011-05-24 15:35:30 -04001258 int defrag_count = 0;
Li Zefan1a419d82010-10-25 15:12:50 +08001259 int compress_type = BTRFS_COMPRESS_ZLIB;
David Sterbaaab110a2014-07-29 17:32:10 +02001260 u32 extent_thresh = range->extent_thresh;
Justin Maggardc41570c2014-01-21 11:18:29 -08001261 unsigned long max_cluster = (256 * 1024) >> PAGE_CACHE_SHIFT;
1262 unsigned long cluster = max_cluster;
Chris Mason4cb53002011-05-24 15:35:30 -04001263 u64 new_align = ~((u64)128 * 1024 - 1);
1264 struct page **pages = NULL;
1265
Liu Bo0abd5b12013-04-16 09:20:28 +00001266 if (isize == 0)
1267 return 0;
1268
1269 if (range->start >= isize)
1270 return -EINVAL;
Li Zefan1a419d82010-10-25 15:12:50 +08001271
1272 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS) {
1273 if (range->compress_type > BTRFS_COMPRESS_TYPES)
1274 return -EINVAL;
1275 if (range->compress_type)
1276 compress_type = range->compress_type;
1277 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001278
Liu Bo0abd5b12013-04-16 09:20:28 +00001279 if (extent_thresh == 0)
1280 extent_thresh = 256 * 1024;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001281
Chris Mason4cb53002011-05-24 15:35:30 -04001282 /*
1283 * if we were not given a file, allocate a readahead
1284 * context
1285 */
1286 if (!file) {
1287 ra = kzalloc(sizeof(*ra), GFP_NOFS);
1288 if (!ra)
1289 return -ENOMEM;
1290 file_ra_state_init(ra, inode->i_mapping);
1291 } else {
1292 ra = &file->f_ra;
1293 }
1294
Dulshani Gunawardhanad9b0d9b2013-10-31 10:32:18 +05301295 pages = kmalloc_array(max_cluster, sizeof(struct page *),
Chris Mason4cb53002011-05-24 15:35:30 -04001296 GFP_NOFS);
1297 if (!pages) {
1298 ret = -ENOMEM;
1299 goto out_ra;
1300 }
1301
1302 /* find the last page to defrag */
Chris Mason1e701a32010-03-11 09:42:04 -05001303 if (range->start + range->len > range->start) {
Li Zefan151a31b2011-09-02 15:56:39 +08001304 last_index = min_t(u64, isize - 1,
Chris Mason1e701a32010-03-11 09:42:04 -05001305 range->start + range->len - 1) >> PAGE_CACHE_SHIFT;
1306 } else {
Li Zefan151a31b2011-09-02 15:56:39 +08001307 last_index = (isize - 1) >> PAGE_CACHE_SHIFT;
Chris Mason1e701a32010-03-11 09:42:04 -05001308 }
1309
Chris Mason4cb53002011-05-24 15:35:30 -04001310 if (newer_than) {
1311 ret = find_new_extents(root, inode, newer_than,
1312 &newer_off, 64 * 1024);
1313 if (!ret) {
1314 range->start = newer_off;
1315 /*
1316 * we always align our defrag to help keep
1317 * the extents in the file evenly spaced
1318 */
1319 i = (newer_off & new_align) >> PAGE_CACHE_SHIFT;
Chris Mason4cb53002011-05-24 15:35:30 -04001320 } else
1321 goto out_ra;
1322 } else {
1323 i = range->start >> PAGE_CACHE_SHIFT;
1324 }
1325 if (!max_to_defrag)
chandan070034b2015-06-09 10:35:11 +05301326 max_to_defrag = last_index - i + 1;
Chris Mason4cb53002011-05-24 15:35:30 -04001327
Li Zefan2a0f7f52011-10-10 15:43:34 -04001328 /*
1329 * make writeback starts from i, so the defrag range can be
1330 * written sequentially.
1331 */
1332 if (i < inode->i_mapping->writeback_index)
1333 inode->i_mapping->writeback_index = i;
1334
Chris Masonf7f43cc2011-10-11 11:41:40 -04001335 while (i <= last_index && defrag_count < max_to_defrag &&
David Sterbaed6078f2014-06-05 01:59:57 +02001336 (i < DIV_ROUND_UP(i_size_read(inode), PAGE_CACHE_SIZE))) {
Chris Mason4cb53002011-05-24 15:35:30 -04001337 /*
1338 * make sure we stop running if someone unmounts
1339 * the FS
1340 */
1341 if (!(inode->i_sb->s_flags & MS_ACTIVE))
1342 break;
1343
David Sterba210549e2013-02-09 23:38:06 +00001344 if (btrfs_defrag_cancelled(root->fs_info)) {
David Sterbaf14d1042015-10-08 11:37:06 +02001345 btrfs_debug(root->fs_info, "defrag_file cancelled");
David Sterba210549e2013-02-09 23:38:06 +00001346 ret = -EAGAIN;
1347 break;
1348 }
1349
Liu Bo66c26892012-03-29 09:57:45 -04001350 if (!should_defrag_range(inode, (u64)i << PAGE_CACHE_SHIFT,
Li Zefan6c282eb2012-06-11 16:03:35 +08001351 extent_thresh, &last_len, &skip,
Andrew Mahonea43a2112012-06-19 21:08:32 -04001352 &defrag_end, range->flags &
1353 BTRFS_DEFRAG_RANGE_COMPRESS)) {
Chris Mason940100a2010-03-10 10:52:59 -05001354 unsigned long next;
1355 /*
1356 * the should_defrag function tells us how much to skip
1357 * bump our counter by the suggested amount
1358 */
David Sterbaed6078f2014-06-05 01:59:57 +02001359 next = DIV_ROUND_UP(skip, PAGE_CACHE_SIZE);
Chris Mason940100a2010-03-10 10:52:59 -05001360 i = max(i + 1, next);
1361 continue;
1362 }
Li Zefan008873e2011-09-02 15:57:07 +08001363
1364 if (!newer_than) {
1365 cluster = (PAGE_CACHE_ALIGN(defrag_end) >>
1366 PAGE_CACHE_SHIFT) - i;
1367 cluster = min(cluster, max_cluster);
1368 } else {
1369 cluster = max_cluster;
1370 }
1371
Li Zefan008873e2011-09-02 15:57:07 +08001372 if (i + cluster > ra_index) {
1373 ra_index = max(i, ra_index);
1374 btrfs_force_ra(inode->i_mapping, ra, file, ra_index,
1375 cluster);
chandane4826a52015-06-09 17:38:32 +05301376 ra_index += cluster;
Li Zefan008873e2011-09-02 15:57:07 +08001377 }
Chris Mason940100a2010-03-10 10:52:59 -05001378
Liu Boecb8bea2012-03-29 09:57:44 -04001379 mutex_lock(&inode->i_mutex);
Filipe David Borba Manana633085c2013-08-16 15:23:33 +01001380 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)
1381 BTRFS_I(inode)->force_compress = compress_type;
Li Zefan008873e2011-09-02 15:57:07 +08001382 ret = cluster_pages_for_defrag(inode, pages, i, cluster);
Liu Boecb8bea2012-03-29 09:57:44 -04001383 if (ret < 0) {
1384 mutex_unlock(&inode->i_mutex);
Chris Mason4cb53002011-05-24 15:35:30 -04001385 goto out_ra;
Liu Boecb8bea2012-03-29 09:57:44 -04001386 }
Chris Mason940100a2010-03-10 10:52:59 -05001387
Chris Mason4cb53002011-05-24 15:35:30 -04001388 defrag_count += ret;
Namjae Jeond0e1d662012-12-11 16:00:21 -08001389 balance_dirty_pages_ratelimited(inode->i_mapping);
Liu Boecb8bea2012-03-29 09:57:44 -04001390 mutex_unlock(&inode->i_mutex);
Chris Mason4cb53002011-05-24 15:35:30 -04001391
1392 if (newer_than) {
1393 if (newer_off == (u64)-1)
1394 break;
1395
Liu Boe1f041e2012-03-29 09:57:45 -04001396 if (ret > 0)
1397 i += ret;
1398
Chris Mason4cb53002011-05-24 15:35:30 -04001399 newer_off = max(newer_off + 1,
1400 (u64)i << PAGE_CACHE_SHIFT);
1401
1402 ret = find_new_extents(root, inode,
1403 newer_than, &newer_off,
1404 64 * 1024);
1405 if (!ret) {
1406 range->start = newer_off;
1407 i = (newer_off & new_align) >> PAGE_CACHE_SHIFT;
Chris Mason4cb53002011-05-24 15:35:30 -04001408 } else {
1409 break;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001410 }
Chris Mason4cb53002011-05-24 15:35:30 -04001411 } else {
Li Zefan008873e2011-09-02 15:57:07 +08001412 if (ret > 0) {
Li Zefancbcc8322011-09-02 15:56:25 +08001413 i += ret;
Li Zefan008873e2011-09-02 15:57:07 +08001414 last_len += ret << PAGE_CACHE_SHIFT;
1415 } else {
Li Zefancbcc8322011-09-02 15:56:25 +08001416 i++;
Li Zefan008873e2011-09-02 15:57:07 +08001417 last_len = 0;
1418 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001419 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001420 }
1421
Filipe Mananadec8ef92014-03-01 10:55:54 +00001422 if ((range->flags & BTRFS_DEFRAG_RANGE_START_IO)) {
Chris Mason1e701a32010-03-11 09:42:04 -05001423 filemap_flush(inode->i_mapping);
Filipe Mananadec8ef92014-03-01 10:55:54 +00001424 if (test_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
1425 &BTRFS_I(inode)->runtime_flags))
1426 filemap_flush(inode->i_mapping);
1427 }
Chris Mason1e701a32010-03-11 09:42:04 -05001428
1429 if ((range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)) {
1430 /* the filemap_flush will queue IO into the worker threads, but
1431 * we have to make sure the IO is actually started and that
1432 * ordered extents get created before we return
1433 */
1434 atomic_inc(&root->fs_info->async_submit_draining);
1435 while (atomic_read(&root->fs_info->nr_async_submits) ||
1436 atomic_read(&root->fs_info->async_delalloc_pages)) {
1437 wait_event(root->fs_info->async_submit_wait,
1438 (atomic_read(&root->fs_info->nr_async_submits) == 0 &&
1439 atomic_read(&root->fs_info->async_delalloc_pages) == 0));
1440 }
1441 atomic_dec(&root->fs_info->async_submit_draining);
Chris Mason1e701a32010-03-11 09:42:04 -05001442 }
1443
Li Zefan1a419d82010-10-25 15:12:50 +08001444 if (range->compress_type == BTRFS_COMPRESS_LZO) {
Mitch Harder2b0ce2c2012-07-24 11:58:43 -06001445 btrfs_set_fs_incompat(root->fs_info, COMPRESS_LZO);
Li Zefan1a419d82010-10-25 15:12:50 +08001446 }
1447
Diego Calleja60ccf822011-09-01 16:33:57 +02001448 ret = defrag_count;
Chris Mason940100a2010-03-10 10:52:59 -05001449
Chris Mason4cb53002011-05-24 15:35:30 -04001450out_ra:
Filipe David Borba Manana633085c2013-08-16 15:23:33 +01001451 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS) {
1452 mutex_lock(&inode->i_mutex);
1453 BTRFS_I(inode)->force_compress = BTRFS_COMPRESS_NONE;
1454 mutex_unlock(&inode->i_mutex);
1455 }
Chris Mason4cb53002011-05-24 15:35:30 -04001456 if (!file)
1457 kfree(ra);
1458 kfree(pages);
Chris Mason940100a2010-03-10 10:52:59 -05001459 return ret;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001460}
1461
Miao Xie198605a2012-11-26 08:43:45 +00001462static noinline int btrfs_ioctl_resize(struct file *file,
Yan, Zheng76dda932009-09-21 16:00:26 -04001463 void __user *arg)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001464{
1465 u64 new_size;
1466 u64 old_size;
1467 u64 devid = 1;
Al Viro496ad9a2013-01-23 17:07:38 -05001468 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001469 struct btrfs_ioctl_vol_args *vol_args;
1470 struct btrfs_trans_handle *trans;
1471 struct btrfs_device *device = NULL;
1472 char *sizestr;
Gui Hecheng9a40f122014-03-31 18:03:25 +08001473 char *retptr;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001474 char *devstr = NULL;
1475 int ret = 0;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001476 int mod = 0;
1477
Chris Masone441d542009-01-05 16:57:23 -05001478 if (!capable(CAP_SYS_ADMIN))
1479 return -EPERM;
1480
Miao Xie198605a2012-11-26 08:43:45 +00001481 ret = mnt_want_write_file(file);
1482 if (ret)
1483 return ret;
1484
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01001485 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
1486 1)) {
Miao Xie97547672012-12-21 10:38:50 +00001487 mnt_drop_write_file(file);
Anand Jaine57138b2013-08-21 11:44:48 +08001488 return BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001489 }
1490
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01001491 mutex_lock(&root->fs_info->volume_mutex);
Li Zefandae7b662009-04-08 15:06:54 +08001492 vol_args = memdup_user(arg, sizeof(*vol_args));
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001493 if (IS_ERR(vol_args)) {
1494 ret = PTR_ERR(vol_args);
1495 goto out;
1496 }
Mark Fasheh5516e592008-07-24 12:20:14 -04001497
1498 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001499
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001500 sizestr = vol_args->name;
1501 devstr = strchr(sizestr, ':');
1502 if (devstr) {
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001503 sizestr = devstr + 1;
1504 *devstr = '\0';
1505 devstr = vol_args->name;
ZhangZhen58dfae62014-05-13 16:36:08 +08001506 ret = kstrtoull(devstr, 10, &devid);
1507 if (ret)
1508 goto out_free;
Miao Xiedfd79822012-12-21 09:21:30 +00001509 if (!devid) {
1510 ret = -EINVAL;
1511 goto out_free;
1512 }
Frank Holtonefe120a2013-12-20 11:37:06 -05001513 btrfs_info(root->fs_info, "resizing devid %llu", devid);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001514 }
Miao Xiedba60f32012-12-21 09:19:51 +00001515
Stefan Behrensaa1b8cd2012-11-05 17:03:39 +01001516 device = btrfs_find_device(root->fs_info, devid, NULL, NULL);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001517 if (!device) {
Frank Holtonefe120a2013-12-20 11:37:06 -05001518 btrfs_info(root->fs_info, "resizer unable to find device %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02001519 devid);
Miao Xiedfd79822012-12-21 09:21:30 +00001520 ret = -ENODEV;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001521 goto out_free;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001522 }
Miao Xiedba60f32012-12-21 09:19:51 +00001523
1524 if (!device->writeable) {
Frank Holtonefe120a2013-12-20 11:37:06 -05001525 btrfs_info(root->fs_info,
1526 "resizer unable to apply on readonly device %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02001527 devid);
Miao Xiedfd79822012-12-21 09:21:30 +00001528 ret = -EPERM;
Liu Bo4e42ae12012-06-14 02:23:19 -06001529 goto out_free;
1530 }
1531
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001532 if (!strcmp(sizestr, "max"))
1533 new_size = device->bdev->bd_inode->i_size;
1534 else {
1535 if (sizestr[0] == '-') {
1536 mod = -1;
1537 sizestr++;
1538 } else if (sizestr[0] == '+') {
1539 mod = 1;
1540 sizestr++;
1541 }
Gui Hecheng9a40f122014-03-31 18:03:25 +08001542 new_size = memparse(sizestr, &retptr);
1543 if (*retptr != '\0' || new_size == 0) {
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001544 ret = -EINVAL;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001545 goto out_free;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001546 }
1547 }
1548
Stefan Behrens63a212a2012-11-05 18:29:28 +01001549 if (device->is_tgtdev_for_dev_replace) {
Miao Xiedfd79822012-12-21 09:21:30 +00001550 ret = -EPERM;
Stefan Behrens63a212a2012-11-05 18:29:28 +01001551 goto out_free;
1552 }
1553
Miao Xie7cc8e582014-09-03 21:35:38 +08001554 old_size = btrfs_device_get_total_bytes(device);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001555
1556 if (mod < 0) {
1557 if (new_size > old_size) {
1558 ret = -EINVAL;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001559 goto out_free;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001560 }
1561 new_size = old_size - new_size;
1562 } else if (mod > 0) {
Wenliang Faneb8052e2013-12-20 15:28:56 +08001563 if (new_size > ULLONG_MAX - old_size) {
Gui Hecheng902c68a2014-05-29 09:19:58 +08001564 ret = -ERANGE;
Wenliang Faneb8052e2013-12-20 15:28:56 +08001565 goto out_free;
1566 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001567 new_size = old_size + new_size;
1568 }
1569
1570 if (new_size < 256 * 1024 * 1024) {
1571 ret = -EINVAL;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001572 goto out_free;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001573 }
1574 if (new_size > device->bdev->bd_inode->i_size) {
1575 ret = -EFBIG;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001576 goto out_free;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001577 }
1578
David Sterbab8b93ad2015-01-16 17:26:13 +01001579 new_size = div_u64(new_size, root->sectorsize);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001580 new_size *= root->sectorsize;
1581
David Sterbaecaeb142015-10-08 09:01:03 +02001582 btrfs_info_in_rcu(root->fs_info, "new size for %s is %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02001583 rcu_str_deref(device->name), new_size);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001584
1585 if (new_size > old_size) {
Yan, Zhenga22285a2010-05-16 10:48:46 -04001586 trans = btrfs_start_transaction(root, 0);
Tsutomu Itoh98d5dc12011-01-20 06:19:37 +00001587 if (IS_ERR(trans)) {
1588 ret = PTR_ERR(trans);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001589 goto out_free;
Tsutomu Itoh98d5dc12011-01-20 06:19:37 +00001590 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001591 ret = btrfs_grow_device(trans, device, new_size);
1592 btrfs_commit_transaction(trans, root);
Mike Fleetwoodece7d202011-11-18 18:55:01 +00001593 } else if (new_size < old_size) {
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001594 ret = btrfs_shrink_device(device, new_size);
jeff.liu0253f402012-10-27 12:06:39 +00001595 } /* equal, nothing need to do */
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001596
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001597out_free:
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001598 kfree(vol_args);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02001599out:
1600 mutex_unlock(&root->fs_info->volume_mutex);
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01001601 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
Ilya Dryomov18f39c42013-01-20 15:57:57 +02001602 mnt_drop_write_file(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001603 return ret;
1604}
1605
Sage Weil72fd0322010-10-29 15:41:32 -04001606static noinline int btrfs_ioctl_snap_create_transid(struct file *file,
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001607 char *name, unsigned long fd, int subvol,
1608 u64 *transid, bool readonly,
Miao Xie8696c532013-02-07 06:02:44 +00001609 struct btrfs_qgroup_inherit *inherit)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001610{
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001611 int namelen;
Chris Mason3de45862008-11-17 21:02:50 -05001612 int ret = 0;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001613
Liu Boa874a632012-06-29 03:58:46 -06001614 ret = mnt_want_write_file(file);
1615 if (ret)
1616 goto out;
1617
Sage Weil72fd0322010-10-29 15:41:32 -04001618 namelen = strlen(name);
1619 if (strchr(name, '/')) {
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001620 ret = -EINVAL;
Liu Boa874a632012-06-29 03:58:46 -06001621 goto out_drop_write;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001622 }
1623
Chris Mason16780ca2012-02-20 22:14:55 -05001624 if (name[0] == '.' &&
1625 (namelen == 1 || (name[1] == '.' && namelen == 2))) {
1626 ret = -EEXIST;
Liu Boa874a632012-06-29 03:58:46 -06001627 goto out_drop_write;
Chris Mason16780ca2012-02-20 22:14:55 -05001628 }
1629
Chris Mason3de45862008-11-17 21:02:50 -05001630 if (subvol) {
Sage Weil72fd0322010-10-29 15:41:32 -04001631 ret = btrfs_mksubvol(&file->f_path, name, namelen,
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001632 NULL, transid, readonly, inherit);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -04001633 } else {
Al Viro2903ff02012-08-28 12:52:22 -04001634 struct fd src = fdget(fd);
Chris Mason3de45862008-11-17 21:02:50 -05001635 struct inode *src_inode;
Al Viro2903ff02012-08-28 12:52:22 -04001636 if (!src.file) {
Chris Mason3de45862008-11-17 21:02:50 -05001637 ret = -EINVAL;
Liu Boa874a632012-06-29 03:58:46 -06001638 goto out_drop_write;
Chris Mason3de45862008-11-17 21:02:50 -05001639 }
1640
Al Viro496ad9a2013-01-23 17:07:38 -05001641 src_inode = file_inode(src.file);
1642 if (src_inode->i_sb != file_inode(file)->i_sb) {
Frank Holtonefe120a2013-12-20 11:37:06 -05001643 btrfs_info(BTRFS_I(src_inode)->root->fs_info,
1644 "Snapshot src from another FS");
Kusanagi Kouichi23ad5b12014-01-30 16:32:02 +09001645 ret = -EXDEV;
David Sterbad0242062014-01-15 18:15:52 +01001646 } else if (!inode_owner_or_capable(src_inode)) {
1647 /*
1648 * Subvolume creation is not restricted, but snapshots
1649 * are limited to own subvolumes only
1650 */
1651 ret = -EPERM;
Al Viroecd18812012-08-26 21:20:24 -04001652 } else {
1653 ret = btrfs_mksubvol(&file->f_path, name, namelen,
1654 BTRFS_I(src_inode)->root,
1655 transid, readonly, inherit);
Chris Mason3de45862008-11-17 21:02:50 -05001656 }
Al Viro2903ff02012-08-28 12:52:22 -04001657 fdput(src);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -04001658 }
Liu Boa874a632012-06-29 03:58:46 -06001659out_drop_write:
1660 mnt_drop_write_file(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001661out:
Sage Weil72fd0322010-10-29 15:41:32 -04001662 return ret;
1663}
1664
1665static noinline int btrfs_ioctl_snap_create(struct file *file,
Li Zefanfa0d2b92010-12-20 15:53:28 +08001666 void __user *arg, int subvol)
Sage Weil72fd0322010-10-29 15:41:32 -04001667{
Li Zefanfa0d2b92010-12-20 15:53:28 +08001668 struct btrfs_ioctl_vol_args *vol_args;
Sage Weil72fd0322010-10-29 15:41:32 -04001669 int ret;
1670
Li Zefanfa0d2b92010-12-20 15:53:28 +08001671 vol_args = memdup_user(arg, sizeof(*vol_args));
1672 if (IS_ERR(vol_args))
1673 return PTR_ERR(vol_args);
1674 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
Sage Weil72fd0322010-10-29 15:41:32 -04001675
Li Zefanfa0d2b92010-12-20 15:53:28 +08001676 ret = btrfs_ioctl_snap_create_transid(file, vol_args->name,
Li Zefanb83cc962010-12-20 16:04:08 +08001677 vol_args->fd, subvol,
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001678 NULL, false, NULL);
Li Zefanfdfb1e42010-12-10 06:41:56 +00001679
Li Zefanfa0d2b92010-12-20 15:53:28 +08001680 kfree(vol_args);
1681 return ret;
1682}
Li Zefanfdfb1e42010-12-10 06:41:56 +00001683
Li Zefanfa0d2b92010-12-20 15:53:28 +08001684static noinline int btrfs_ioctl_snap_create_v2(struct file *file,
1685 void __user *arg, int subvol)
1686{
1687 struct btrfs_ioctl_vol_args_v2 *vol_args;
1688 int ret;
1689 u64 transid = 0;
1690 u64 *ptr = NULL;
Li Zefanb83cc962010-12-20 16:04:08 +08001691 bool readonly = false;
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001692 struct btrfs_qgroup_inherit *inherit = NULL;
Li Zefanfdfb1e42010-12-10 06:41:56 +00001693
Li Zefanfa0d2b92010-12-20 15:53:28 +08001694 vol_args = memdup_user(arg, sizeof(*vol_args));
1695 if (IS_ERR(vol_args))
1696 return PTR_ERR(vol_args);
1697 vol_args->name[BTRFS_SUBVOL_NAME_MAX] = '\0';
Sage Weil75eaa0e2010-12-10 00:36:28 +00001698
Li Zefanb83cc962010-12-20 16:04:08 +08001699 if (vol_args->flags &
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001700 ~(BTRFS_SUBVOL_CREATE_ASYNC | BTRFS_SUBVOL_RDONLY |
1701 BTRFS_SUBVOL_QGROUP_INHERIT)) {
Li Zefanb83cc962010-12-20 16:04:08 +08001702 ret = -EOPNOTSUPP;
Dan Carpenterc47ca322014-09-04 14:09:15 +03001703 goto free_args;
Sage Weil72fd0322010-10-29 15:41:32 -04001704 }
Li Zefanfa0d2b92010-12-20 15:53:28 +08001705
1706 if (vol_args->flags & BTRFS_SUBVOL_CREATE_ASYNC)
1707 ptr = &transid;
Li Zefanb83cc962010-12-20 16:04:08 +08001708 if (vol_args->flags & BTRFS_SUBVOL_RDONLY)
1709 readonly = true;
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001710 if (vol_args->flags & BTRFS_SUBVOL_QGROUP_INHERIT) {
1711 if (vol_args->size > PAGE_CACHE_SIZE) {
1712 ret = -EINVAL;
Dan Carpenterc47ca322014-09-04 14:09:15 +03001713 goto free_args;
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001714 }
1715 inherit = memdup_user(vol_args->qgroup_inherit, vol_args->size);
1716 if (IS_ERR(inherit)) {
1717 ret = PTR_ERR(inherit);
Dan Carpenterc47ca322014-09-04 14:09:15 +03001718 goto free_args;
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001719 }
1720 }
Li Zefanfa0d2b92010-12-20 15:53:28 +08001721
1722 ret = btrfs_ioctl_snap_create_transid(file, vol_args->name,
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001723 vol_args->fd, subvol, ptr,
Miao Xie8696c532013-02-07 06:02:44 +00001724 readonly, inherit);
Dan Carpenterc47ca322014-09-04 14:09:15 +03001725 if (ret)
1726 goto free_inherit;
Li Zefanfa0d2b92010-12-20 15:53:28 +08001727
Dan Carpenterc47ca322014-09-04 14:09:15 +03001728 if (ptr && copy_to_user(arg +
1729 offsetof(struct btrfs_ioctl_vol_args_v2,
1730 transid),
1731 ptr, sizeof(*ptr)))
Li Zefanfa0d2b92010-12-20 15:53:28 +08001732 ret = -EFAULT;
Dan Carpenterc47ca322014-09-04 14:09:15 +03001733
1734free_inherit:
Arne Jansen6f72c7e2011-09-14 15:58:21 +02001735 kfree(inherit);
Dan Carpenterc47ca322014-09-04 14:09:15 +03001736free_args:
1737 kfree(vol_args);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04001738 return ret;
1739}
1740
Li Zefan0caa1022010-12-20 16:30:25 +08001741static noinline int btrfs_ioctl_subvol_getflags(struct file *file,
1742 void __user *arg)
1743{
Al Viro496ad9a2013-01-23 17:07:38 -05001744 struct inode *inode = file_inode(file);
Li Zefan0caa1022010-12-20 16:30:25 +08001745 struct btrfs_root *root = BTRFS_I(inode)->root;
1746 int ret = 0;
1747 u64 flags = 0;
1748
Li Zefan33345d012011-04-20 10:31:50 +08001749 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID)
Li Zefan0caa1022010-12-20 16:30:25 +08001750 return -EINVAL;
1751
1752 down_read(&root->fs_info->subvol_sem);
1753 if (btrfs_root_readonly(root))
1754 flags |= BTRFS_SUBVOL_RDONLY;
1755 up_read(&root->fs_info->subvol_sem);
1756
1757 if (copy_to_user(arg, &flags, sizeof(flags)))
1758 ret = -EFAULT;
1759
1760 return ret;
1761}
1762
1763static noinline int btrfs_ioctl_subvol_setflags(struct file *file,
1764 void __user *arg)
1765{
Al Viro496ad9a2013-01-23 17:07:38 -05001766 struct inode *inode = file_inode(file);
Li Zefan0caa1022010-12-20 16:30:25 +08001767 struct btrfs_root *root = BTRFS_I(inode)->root;
1768 struct btrfs_trans_handle *trans;
1769 u64 root_flags;
1770 u64 flags;
1771 int ret = 0;
1772
David Sterbabd60ea02014-01-16 15:50:22 +01001773 if (!inode_owner_or_capable(inode))
1774 return -EPERM;
1775
Liu Bob9ca0662012-06-29 03:58:49 -06001776 ret = mnt_want_write_file(file);
1777 if (ret)
1778 goto out;
Li Zefan0caa1022010-12-20 16:30:25 +08001779
Liu Bob9ca0662012-06-29 03:58:49 -06001780 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
1781 ret = -EINVAL;
1782 goto out_drop_write;
1783 }
Li Zefan0caa1022010-12-20 16:30:25 +08001784
Liu Bob9ca0662012-06-29 03:58:49 -06001785 if (copy_from_user(&flags, arg, sizeof(flags))) {
1786 ret = -EFAULT;
1787 goto out_drop_write;
1788 }
Li Zefan0caa1022010-12-20 16:30:25 +08001789
Liu Bob9ca0662012-06-29 03:58:49 -06001790 if (flags & BTRFS_SUBVOL_CREATE_ASYNC) {
1791 ret = -EINVAL;
1792 goto out_drop_write;
1793 }
Li Zefan0caa1022010-12-20 16:30:25 +08001794
Liu Bob9ca0662012-06-29 03:58:49 -06001795 if (flags & ~BTRFS_SUBVOL_RDONLY) {
1796 ret = -EOPNOTSUPP;
1797 goto out_drop_write;
1798 }
Li Zefan0caa1022010-12-20 16:30:25 +08001799
1800 down_write(&root->fs_info->subvol_sem);
1801
1802 /* nothing to do */
1803 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root))
Liu Bob9ca0662012-06-29 03:58:49 -06001804 goto out_drop_sem;
Li Zefan0caa1022010-12-20 16:30:25 +08001805
1806 root_flags = btrfs_root_flags(&root->root_item);
David Sterba2c686532013-12-16 17:34:17 +01001807 if (flags & BTRFS_SUBVOL_RDONLY) {
Li Zefan0caa1022010-12-20 16:30:25 +08001808 btrfs_set_root_flags(&root->root_item,
1809 root_flags | BTRFS_ROOT_SUBVOL_RDONLY);
David Sterba2c686532013-12-16 17:34:17 +01001810 } else {
1811 /*
1812 * Block RO -> RW transition if this subvolume is involved in
1813 * send
1814 */
1815 spin_lock(&root->root_item_lock);
1816 if (root->send_in_progress == 0) {
1817 btrfs_set_root_flags(&root->root_item,
Li Zefan0caa1022010-12-20 16:30:25 +08001818 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY);
David Sterba2c686532013-12-16 17:34:17 +01001819 spin_unlock(&root->root_item_lock);
1820 } else {
1821 spin_unlock(&root->root_item_lock);
1822 btrfs_warn(root->fs_info,
1823 "Attempt to set subvolume %llu read-write during send",
1824 root->root_key.objectid);
1825 ret = -EPERM;
1826 goto out_drop_sem;
1827 }
1828 }
Li Zefan0caa1022010-12-20 16:30:25 +08001829
1830 trans = btrfs_start_transaction(root, 1);
1831 if (IS_ERR(trans)) {
1832 ret = PTR_ERR(trans);
1833 goto out_reset;
1834 }
1835
Li Zefanb4dc2b82011-02-16 06:06:34 +00001836 ret = btrfs_update_root(trans, root->fs_info->tree_root,
Li Zefan0caa1022010-12-20 16:30:25 +08001837 &root->root_key, &root->root_item);
1838
1839 btrfs_commit_transaction(trans, root);
1840out_reset:
1841 if (ret)
1842 btrfs_set_root_flags(&root->root_item, root_flags);
Liu Bob9ca0662012-06-29 03:58:49 -06001843out_drop_sem:
Li Zefan0caa1022010-12-20 16:30:25 +08001844 up_write(&root->fs_info->subvol_sem);
Liu Bob9ca0662012-06-29 03:58:49 -06001845out_drop_write:
1846 mnt_drop_write_file(file);
1847out:
Li Zefan0caa1022010-12-20 16:30:25 +08001848 return ret;
1849}
1850
Yan, Zheng76dda932009-09-21 16:00:26 -04001851/*
1852 * helper to check if the subvolume references other subvolumes
1853 */
1854static noinline int may_destroy_subvol(struct btrfs_root *root)
1855{
1856 struct btrfs_path *path;
Josef Bacik175a2b82013-08-12 15:36:44 -04001857 struct btrfs_dir_item *di;
Yan, Zheng76dda932009-09-21 16:00:26 -04001858 struct btrfs_key key;
Josef Bacik175a2b82013-08-12 15:36:44 -04001859 u64 dir_id;
Yan, Zheng76dda932009-09-21 16:00:26 -04001860 int ret;
1861
1862 path = btrfs_alloc_path();
1863 if (!path)
1864 return -ENOMEM;
1865
Josef Bacik175a2b82013-08-12 15:36:44 -04001866 /* Make sure this root isn't set as the default subvol */
1867 dir_id = btrfs_super_root_dir(root->fs_info->super_copy);
1868 di = btrfs_lookup_dir_item(NULL, root->fs_info->tree_root, path,
1869 dir_id, "default", 7, 0);
1870 if (di && !IS_ERR(di)) {
1871 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &key);
1872 if (key.objectid == root->root_key.objectid) {
Guangyu Sun72de6b52014-03-11 11:24:18 -07001873 ret = -EPERM;
1874 btrfs_err(root->fs_info, "deleting default subvolume "
1875 "%llu is not allowed", key.objectid);
Josef Bacik175a2b82013-08-12 15:36:44 -04001876 goto out;
1877 }
1878 btrfs_release_path(path);
1879 }
1880
Yan, Zheng76dda932009-09-21 16:00:26 -04001881 key.objectid = root->root_key.objectid;
1882 key.type = BTRFS_ROOT_REF_KEY;
1883 key.offset = (u64)-1;
1884
1885 ret = btrfs_search_slot(NULL, root->fs_info->tree_root,
1886 &key, path, 0, 0);
1887 if (ret < 0)
1888 goto out;
1889 BUG_ON(ret == 0);
1890
1891 ret = 0;
1892 if (path->slots[0] > 0) {
1893 path->slots[0]--;
1894 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]);
1895 if (key.objectid == root->root_key.objectid &&
1896 key.type == BTRFS_ROOT_REF_KEY)
1897 ret = -ENOTEMPTY;
1898 }
1899out:
1900 btrfs_free_path(path);
1901 return ret;
1902}
1903
Chris Masonac8e9812010-02-28 15:39:26 -05001904static noinline int key_in_sk(struct btrfs_key *key,
1905 struct btrfs_ioctl_search_key *sk)
1906{
Chris Masonabc6e132010-03-18 12:10:08 -04001907 struct btrfs_key test;
1908 int ret;
1909
1910 test.objectid = sk->min_objectid;
1911 test.type = sk->min_type;
1912 test.offset = sk->min_offset;
1913
1914 ret = btrfs_comp_cpu_keys(key, &test);
1915 if (ret < 0)
Chris Masonac8e9812010-02-28 15:39:26 -05001916 return 0;
Chris Masonabc6e132010-03-18 12:10:08 -04001917
1918 test.objectid = sk->max_objectid;
1919 test.type = sk->max_type;
1920 test.offset = sk->max_offset;
1921
1922 ret = btrfs_comp_cpu_keys(key, &test);
1923 if (ret > 0)
Chris Masonac8e9812010-02-28 15:39:26 -05001924 return 0;
1925 return 1;
1926}
1927
1928static noinline int copy_to_sk(struct btrfs_root *root,
1929 struct btrfs_path *path,
1930 struct btrfs_key *key,
1931 struct btrfs_ioctl_search_key *sk,
Gerhard Heift9b6e8172014-01-30 16:24:00 +01001932 size_t *buf_size,
Gerhard Heiftba346b32014-01-30 16:24:02 +01001933 char __user *ubuf,
Chris Masonac8e9812010-02-28 15:39:26 -05001934 unsigned long *sk_offset,
1935 int *num_found)
1936{
1937 u64 found_transid;
1938 struct extent_buffer *leaf;
1939 struct btrfs_ioctl_search_header sh;
Naohiro Aotadd81d452015-06-30 11:25:43 +09001940 struct btrfs_key test;
Chris Masonac8e9812010-02-28 15:39:26 -05001941 unsigned long item_off;
1942 unsigned long item_len;
1943 int nritems;
1944 int i;
1945 int slot;
Chris Masonac8e9812010-02-28 15:39:26 -05001946 int ret = 0;
1947
1948 leaf = path->nodes[0];
1949 slot = path->slots[0];
1950 nritems = btrfs_header_nritems(leaf);
1951
1952 if (btrfs_header_generation(leaf) > sk->max_transid) {
1953 i = nritems;
1954 goto advance_key;
1955 }
1956 found_transid = btrfs_header_generation(leaf);
1957
1958 for (i = slot; i < nritems; i++) {
1959 item_off = btrfs_item_ptr_offset(leaf, i);
1960 item_len = btrfs_item_size_nr(leaf, i);
1961
Gabriel de Perthuis03b71c62013-05-06 17:40:18 +00001962 btrfs_item_key_to_cpu(leaf, key, i);
1963 if (!key_in_sk(key, sk))
1964 continue;
1965
Gerhard Heift9b6e8172014-01-30 16:24:00 +01001966 if (sizeof(sh) + item_len > *buf_size) {
Gerhard Heift8f5f6172014-01-30 16:23:59 +01001967 if (*num_found) {
1968 ret = 1;
1969 goto out;
1970 }
Chris Masonac8e9812010-02-28 15:39:26 -05001971
Gerhard Heift8f5f6172014-01-30 16:23:59 +01001972 /*
1973 * return one empty item back for v1, which does not
1974 * handle -EOVERFLOW
1975 */
1976
Gerhard Heift9b6e8172014-01-30 16:24:00 +01001977 *buf_size = sizeof(sh) + item_len;
Chris Masonac8e9812010-02-28 15:39:26 -05001978 item_len = 0;
Gerhard Heift8f5f6172014-01-30 16:23:59 +01001979 ret = -EOVERFLOW;
1980 }
Chris Masonac8e9812010-02-28 15:39:26 -05001981
Gerhard Heift9b6e8172014-01-30 16:24:00 +01001982 if (sizeof(sh) + item_len + *sk_offset > *buf_size) {
Chris Masonac8e9812010-02-28 15:39:26 -05001983 ret = 1;
Gerhard Heift25c9bc22014-01-30 16:23:57 +01001984 goto out;
Chris Masonac8e9812010-02-28 15:39:26 -05001985 }
1986
Chris Masonac8e9812010-02-28 15:39:26 -05001987 sh.objectid = key->objectid;
1988 sh.offset = key->offset;
1989 sh.type = key->type;
1990 sh.len = item_len;
1991 sh.transid = found_transid;
1992
1993 /* copy search result header */
Gerhard Heiftba346b32014-01-30 16:24:02 +01001994 if (copy_to_user(ubuf + *sk_offset, &sh, sizeof(sh))) {
1995 ret = -EFAULT;
1996 goto out;
1997 }
1998
Chris Masonac8e9812010-02-28 15:39:26 -05001999 *sk_offset += sizeof(sh);
2000
2001 if (item_len) {
Gerhard Heiftba346b32014-01-30 16:24:02 +01002002 char __user *up = ubuf + *sk_offset;
Chris Masonac8e9812010-02-28 15:39:26 -05002003 /* copy the item */
Gerhard Heiftba346b32014-01-30 16:24:02 +01002004 if (read_extent_buffer_to_user(leaf, up,
2005 item_off, item_len)) {
2006 ret = -EFAULT;
2007 goto out;
2008 }
2009
Chris Masonac8e9812010-02-28 15:39:26 -05002010 *sk_offset += item_len;
Chris Masonac8e9812010-02-28 15:39:26 -05002011 }
Hugo Millse2156862011-05-14 17:43:41 +00002012 (*num_found)++;
Chris Masonac8e9812010-02-28 15:39:26 -05002013
Gerhard Heift8f5f6172014-01-30 16:23:59 +01002014 if (ret) /* -EOVERFLOW from above */
2015 goto out;
2016
Gerhard Heift25c9bc22014-01-30 16:23:57 +01002017 if (*num_found >= sk->nr_items) {
2018 ret = 1;
2019 goto out;
2020 }
Chris Masonac8e9812010-02-28 15:39:26 -05002021 }
2022advance_key:
Chris Masonac8e9812010-02-28 15:39:26 -05002023 ret = 0;
Naohiro Aotadd81d452015-06-30 11:25:43 +09002024 test.objectid = sk->max_objectid;
2025 test.type = sk->max_type;
2026 test.offset = sk->max_offset;
2027 if (btrfs_comp_cpu_keys(key, &test) >= 0)
2028 ret = 1;
2029 else if (key->offset < (u64)-1)
Chris Masonabc6e132010-03-18 12:10:08 -04002030 key->offset++;
Naohiro Aotadd81d452015-06-30 11:25:43 +09002031 else if (key->type < (u8)-1) {
Chris Masonabc6e132010-03-18 12:10:08 -04002032 key->offset = 0;
2033 key->type++;
Naohiro Aotadd81d452015-06-30 11:25:43 +09002034 } else if (key->objectid < (u64)-1) {
Chris Masonabc6e132010-03-18 12:10:08 -04002035 key->offset = 0;
2036 key->type = 0;
2037 key->objectid++;
2038 } else
2039 ret = 1;
Gerhard Heift25c9bc22014-01-30 16:23:57 +01002040out:
Gerhard Heiftba346b32014-01-30 16:24:02 +01002041 /*
2042 * 0: all items from this leaf copied, continue with next
2043 * 1: * more items can be copied, but unused buffer is too small
2044 * * all items were found
2045 * Either way, it will stops the loop which iterates to the next
2046 * leaf
2047 * -EOVERFLOW: item was to large for buffer
2048 * -EFAULT: could not copy extent buffer back to userspace
2049 */
Chris Masonac8e9812010-02-28 15:39:26 -05002050 return ret;
2051}
2052
2053static noinline int search_ioctl(struct inode *inode,
Gerhard Heift12544442014-01-30 16:23:58 +01002054 struct btrfs_ioctl_search_key *sk,
Gerhard Heift9b6e8172014-01-30 16:24:00 +01002055 size_t *buf_size,
Gerhard Heiftba346b32014-01-30 16:24:02 +01002056 char __user *ubuf)
Chris Masonac8e9812010-02-28 15:39:26 -05002057{
2058 struct btrfs_root *root;
2059 struct btrfs_key key;
Chris Masonac8e9812010-02-28 15:39:26 -05002060 struct btrfs_path *path;
Chris Masonac8e9812010-02-28 15:39:26 -05002061 struct btrfs_fs_info *info = BTRFS_I(inode)->root->fs_info;
2062 int ret;
2063 int num_found = 0;
2064 unsigned long sk_offset = 0;
2065
Gerhard Heift9b6e8172014-01-30 16:24:00 +01002066 if (*buf_size < sizeof(struct btrfs_ioctl_search_header)) {
2067 *buf_size = sizeof(struct btrfs_ioctl_search_header);
Gerhard Heift12544442014-01-30 16:23:58 +01002068 return -EOVERFLOW;
Gerhard Heift9b6e8172014-01-30 16:24:00 +01002069 }
Gerhard Heift12544442014-01-30 16:23:58 +01002070
Chris Masonac8e9812010-02-28 15:39:26 -05002071 path = btrfs_alloc_path();
2072 if (!path)
2073 return -ENOMEM;
2074
2075 if (sk->tree_id == 0) {
2076 /* search the root of the inode that was passed */
2077 root = BTRFS_I(inode)->root;
2078 } else {
2079 key.objectid = sk->tree_id;
2080 key.type = BTRFS_ROOT_ITEM_KEY;
2081 key.offset = (u64)-1;
2082 root = btrfs_read_fs_root_no_name(info, &key);
2083 if (IS_ERR(root)) {
David Sterbaf14d1042015-10-08 11:37:06 +02002084 btrfs_err(info, "could not find root %llu",
Chris Masonac8e9812010-02-28 15:39:26 -05002085 sk->tree_id);
2086 btrfs_free_path(path);
2087 return -ENOENT;
2088 }
2089 }
2090
2091 key.objectid = sk->min_objectid;
2092 key.type = sk->min_type;
2093 key.offset = sk->min_offset;
2094
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05302095 while (1) {
Filipe David Borba Manana6174d3c2013-10-01 16:13:42 +01002096 ret = btrfs_search_forward(root, &key, path, sk->min_transid);
Chris Masonac8e9812010-02-28 15:39:26 -05002097 if (ret != 0) {
2098 if (ret > 0)
2099 ret = 0;
2100 goto err;
2101 }
Gerhard Heiftba346b32014-01-30 16:24:02 +01002102 ret = copy_to_sk(root, path, &key, sk, buf_size, ubuf,
Chris Masonac8e9812010-02-28 15:39:26 -05002103 &sk_offset, &num_found);
David Sterbab3b4aa72011-04-21 01:20:15 +02002104 btrfs_release_path(path);
Gerhard Heift25c9bc22014-01-30 16:23:57 +01002105 if (ret)
Chris Masonac8e9812010-02-28 15:39:26 -05002106 break;
2107
2108 }
Gerhard Heift8f5f6172014-01-30 16:23:59 +01002109 if (ret > 0)
2110 ret = 0;
Chris Masonac8e9812010-02-28 15:39:26 -05002111err:
2112 sk->nr_items = num_found;
2113 btrfs_free_path(path);
2114 return ret;
2115}
2116
2117static noinline int btrfs_ioctl_tree_search(struct file *file,
2118 void __user *argp)
2119{
Gerhard Heiftba346b32014-01-30 16:24:02 +01002120 struct btrfs_ioctl_search_args __user *uargs;
2121 struct btrfs_ioctl_search_key sk;
Gerhard Heift9b6e8172014-01-30 16:24:00 +01002122 struct inode *inode;
2123 int ret;
2124 size_t buf_size;
Chris Masonac8e9812010-02-28 15:39:26 -05002125
2126 if (!capable(CAP_SYS_ADMIN))
2127 return -EPERM;
2128
Gerhard Heiftba346b32014-01-30 16:24:02 +01002129 uargs = (struct btrfs_ioctl_search_args __user *)argp;
Chris Masonac8e9812010-02-28 15:39:26 -05002130
Gerhard Heiftba346b32014-01-30 16:24:02 +01002131 if (copy_from_user(&sk, &uargs->key, sizeof(sk)))
2132 return -EFAULT;
2133
2134 buf_size = sizeof(uargs->buf);
Chris Masonac8e9812010-02-28 15:39:26 -05002135
Al Viro496ad9a2013-01-23 17:07:38 -05002136 inode = file_inode(file);
Gerhard Heiftba346b32014-01-30 16:24:02 +01002137 ret = search_ioctl(inode, &sk, &buf_size, uargs->buf);
Gerhard Heift8f5f6172014-01-30 16:23:59 +01002138
2139 /*
2140 * In the origin implementation an overflow is handled by returning a
2141 * search header with a len of zero, so reset ret.
2142 */
2143 if (ret == -EOVERFLOW)
2144 ret = 0;
2145
Gerhard Heiftba346b32014-01-30 16:24:02 +01002146 if (ret == 0 && copy_to_user(&uargs->key, &sk, sizeof(sk)))
Chris Masonac8e9812010-02-28 15:39:26 -05002147 ret = -EFAULT;
Chris Masonac8e9812010-02-28 15:39:26 -05002148 return ret;
2149}
2150
Gerhard Heiftcc68a8a2014-01-30 16:24:03 +01002151static noinline int btrfs_ioctl_tree_search_v2(struct file *file,
2152 void __user *argp)
2153{
2154 struct btrfs_ioctl_search_args_v2 __user *uarg;
2155 struct btrfs_ioctl_search_args_v2 args;
2156 struct inode *inode;
2157 int ret;
2158 size_t buf_size;
2159 const size_t buf_limit = 16 * 1024 * 1024;
2160
2161 if (!capable(CAP_SYS_ADMIN))
2162 return -EPERM;
2163
2164 /* copy search header and buffer size */
2165 uarg = (struct btrfs_ioctl_search_args_v2 __user *)argp;
2166 if (copy_from_user(&args, uarg, sizeof(args)))
2167 return -EFAULT;
2168
2169 buf_size = args.buf_size;
2170
2171 if (buf_size < sizeof(struct btrfs_ioctl_search_header))
2172 return -EOVERFLOW;
2173
2174 /* limit result size to 16MB */
2175 if (buf_size > buf_limit)
2176 buf_size = buf_limit;
2177
2178 inode = file_inode(file);
2179 ret = search_ioctl(inode, &args.key, &buf_size,
2180 (char *)(&uarg->buf[0]));
2181 if (ret == 0 && copy_to_user(&uarg->key, &args.key, sizeof(args.key)))
2182 ret = -EFAULT;
2183 else if (ret == -EOVERFLOW &&
2184 copy_to_user(&uarg->buf_size, &buf_size, sizeof(buf_size)))
2185 ret = -EFAULT;
2186
Yan, Zheng76dda932009-09-21 16:00:26 -04002187 return ret;
2188}
2189
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002190/*
Chris Masonac8e9812010-02-28 15:39:26 -05002191 * Search INODE_REFs to identify path name of 'dirid' directory
2192 * in a 'tree_id' tree. and sets path name to 'name'.
2193 */
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002194static noinline int btrfs_search_path_in_tree(struct btrfs_fs_info *info,
2195 u64 tree_id, u64 dirid, char *name)
2196{
2197 struct btrfs_root *root;
2198 struct btrfs_key key;
Chris Masonac8e9812010-02-28 15:39:26 -05002199 char *ptr;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002200 int ret = -1;
2201 int slot;
2202 int len;
2203 int total_len = 0;
2204 struct btrfs_inode_ref *iref;
2205 struct extent_buffer *l;
2206 struct btrfs_path *path;
2207
2208 if (dirid == BTRFS_FIRST_FREE_OBJECTID) {
2209 name[0]='\0';
2210 return 0;
2211 }
2212
2213 path = btrfs_alloc_path();
2214 if (!path)
2215 return -ENOMEM;
2216
Chris Masonac8e9812010-02-28 15:39:26 -05002217 ptr = &name[BTRFS_INO_LOOKUP_PATH_MAX];
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002218
2219 key.objectid = tree_id;
2220 key.type = BTRFS_ROOT_ITEM_KEY;
2221 key.offset = (u64)-1;
2222 root = btrfs_read_fs_root_no_name(info, &key);
2223 if (IS_ERR(root)) {
David Sterbaf14d1042015-10-08 11:37:06 +02002224 btrfs_err(info, "could not find root %llu", tree_id);
Chris Mason8ad6fca2010-03-18 12:23:10 -04002225 ret = -ENOENT;
2226 goto out;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002227 }
2228
2229 key.objectid = dirid;
2230 key.type = BTRFS_INODE_REF_KEY;
Chris Mason8ad6fca2010-03-18 12:23:10 -04002231 key.offset = (u64)-1;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002232
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05302233 while (1) {
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002234 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2235 if (ret < 0)
2236 goto out;
Filipe David Borba Manana18674c62013-08-14 03:00:21 +01002237 else if (ret > 0) {
2238 ret = btrfs_previous_item(root, path, dirid,
2239 BTRFS_INODE_REF_KEY);
2240 if (ret < 0)
2241 goto out;
2242 else if (ret > 0) {
2243 ret = -ENOENT;
2244 goto out;
2245 }
2246 }
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002247
2248 l = path->nodes[0];
2249 slot = path->slots[0];
2250 btrfs_item_key_to_cpu(l, &key, slot);
2251
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002252 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
2253 len = btrfs_inode_ref_name_len(l, iref);
2254 ptr -= len + 1;
2255 total_len += len + 1;
Filipe David Borba Mananaa696cf32013-08-14 03:00:20 +01002256 if (ptr < name) {
2257 ret = -ENAMETOOLONG;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002258 goto out;
Filipe David Borba Mananaa696cf32013-08-14 03:00:20 +01002259 }
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002260
2261 *(ptr + len) = '/';
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05302262 read_extent_buffer(l, ptr, (unsigned long)(iref + 1), len);
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002263
2264 if (key.offset == BTRFS_FIRST_FREE_OBJECTID)
2265 break;
2266
David Sterbab3b4aa72011-04-21 01:20:15 +02002267 btrfs_release_path(path);
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002268 key.objectid = key.offset;
Chris Mason8ad6fca2010-03-18 12:23:10 -04002269 key.offset = (u64)-1;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002270 dirid = key.objectid;
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002271 }
Li Zefan77906a502011-07-14 03:16:00 +00002272 memmove(name, ptr, total_len);
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05302273 name[total_len] = '\0';
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002274 ret = 0;
2275out:
2276 btrfs_free_path(path);
Chris Masonac8e9812010-02-28 15:39:26 -05002277 return ret;
2278}
2279
2280static noinline int btrfs_ioctl_ino_lookup(struct file *file,
2281 void __user *argp)
2282{
2283 struct btrfs_ioctl_ino_lookup_args *args;
2284 struct inode *inode;
David Sterba01b810b2015-05-12 19:14:49 +02002285 int ret = 0;
Chris Masonac8e9812010-02-28 15:39:26 -05002286
Julia Lawall2354d082010-10-29 15:14:18 -04002287 args = memdup_user(argp, sizeof(*args));
2288 if (IS_ERR(args))
2289 return PTR_ERR(args);
Dan Carpenterc2b96922010-03-20 11:24:15 +00002290
Al Viro496ad9a2013-01-23 17:07:38 -05002291 inode = file_inode(file);
Chris Masonac8e9812010-02-28 15:39:26 -05002292
David Sterba01b810b2015-05-12 19:14:49 +02002293 /*
2294 * Unprivileged query to obtain the containing subvolume root id. The
2295 * path is reset so it's consistent with btrfs_search_path_in_tree.
2296 */
Chris Mason1b53ac42010-03-18 12:17:05 -04002297 if (args->treeid == 0)
2298 args->treeid = BTRFS_I(inode)->root->root_key.objectid;
2299
David Sterba01b810b2015-05-12 19:14:49 +02002300 if (args->objectid == BTRFS_FIRST_FREE_OBJECTID) {
2301 args->name[0] = 0;
2302 goto out;
2303 }
2304
2305 if (!capable(CAP_SYS_ADMIN)) {
2306 ret = -EPERM;
2307 goto out;
2308 }
2309
Chris Masonac8e9812010-02-28 15:39:26 -05002310 ret = btrfs_search_path_in_tree(BTRFS_I(inode)->root->fs_info,
2311 args->treeid, args->objectid,
2312 args->name);
2313
David Sterba01b810b2015-05-12 19:14:49 +02002314out:
Chris Masonac8e9812010-02-28 15:39:26 -05002315 if (ret == 0 && copy_to_user(argp, args, sizeof(*args)))
2316 ret = -EFAULT;
2317
2318 kfree(args);
TARUISI Hiroaki98d377a2009-11-18 05:42:14 +00002319 return ret;
2320}
2321
Yan, Zheng76dda932009-09-21 16:00:26 -04002322static noinline int btrfs_ioctl_snap_destroy(struct file *file,
2323 void __user *arg)
2324{
Al Viro54563d42013-09-01 15:57:51 -04002325 struct dentry *parent = file->f_path.dentry;
Yan, Zheng76dda932009-09-21 16:00:26 -04002326 struct dentry *dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002327 struct inode *dir = d_inode(parent);
Yan, Zheng76dda932009-09-21 16:00:26 -04002328 struct inode *inode;
2329 struct btrfs_root *root = BTRFS_I(dir)->root;
2330 struct btrfs_root *dest = NULL;
2331 struct btrfs_ioctl_vol_args *vol_args;
2332 struct btrfs_trans_handle *trans;
Miao Xiec58aaad2013-02-28 10:05:36 +00002333 struct btrfs_block_rsv block_rsv;
David Sterba521e0542014-04-15 16:41:44 +02002334 u64 root_flags;
Miao Xiec58aaad2013-02-28 10:05:36 +00002335 u64 qgroup_reserved;
Yan, Zheng76dda932009-09-21 16:00:26 -04002336 int namelen;
2337 int ret;
2338 int err = 0;
2339
Yan, Zheng76dda932009-09-21 16:00:26 -04002340 vol_args = memdup_user(arg, sizeof(*vol_args));
2341 if (IS_ERR(vol_args))
2342 return PTR_ERR(vol_args);
2343
2344 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
2345 namelen = strlen(vol_args->name);
2346 if (strchr(vol_args->name, '/') ||
2347 strncmp(vol_args->name, "..", namelen) == 0) {
2348 err = -EINVAL;
2349 goto out;
2350 }
2351
Al Viroa561be72011-11-23 11:57:51 -05002352 err = mnt_want_write_file(file);
Yan, Zheng76dda932009-09-21 16:00:26 -04002353 if (err)
2354 goto out;
2355
David Sterba521e0542014-04-15 16:41:44 +02002356
David Sterba5c50c9b2013-03-22 18:12:51 +00002357 err = mutex_lock_killable_nested(&dir->i_mutex, I_MUTEX_PARENT);
2358 if (err == -EINTR)
David Sterbae43f9982013-12-06 17:51:32 +01002359 goto out_drop_write;
Yan, Zheng76dda932009-09-21 16:00:26 -04002360 dentry = lookup_one_len(vol_args->name, parent, namelen);
2361 if (IS_ERR(dentry)) {
2362 err = PTR_ERR(dentry);
2363 goto out_unlock_dir;
2364 }
2365
David Howells2b0143b2015-03-17 22:25:59 +00002366 if (d_really_is_negative(dentry)) {
Yan, Zheng76dda932009-09-21 16:00:26 -04002367 err = -ENOENT;
2368 goto out_dput;
2369 }
2370
David Howells2b0143b2015-03-17 22:25:59 +00002371 inode = d_inode(dentry);
Sage Weil4260f7c2010-10-29 15:46:43 -04002372 dest = BTRFS_I(inode)->root;
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05302373 if (!capable(CAP_SYS_ADMIN)) {
Sage Weil4260f7c2010-10-29 15:46:43 -04002374 /*
2375 * Regular user. Only allow this with a special mount
2376 * option, when the user has write+exec access to the
2377 * subvol root, and when rmdir(2) would have been
2378 * allowed.
2379 *
2380 * Note that this is _not_ check that the subvol is
2381 * empty or doesn't contain data that we wouldn't
2382 * otherwise be able to delete.
2383 *
2384 * Users who want to delete empty subvols should try
2385 * rmdir(2).
2386 */
2387 err = -EPERM;
2388 if (!btrfs_test_opt(root, USER_SUBVOL_RM_ALLOWED))
2389 goto out_dput;
2390
2391 /*
2392 * Do not allow deletion if the parent dir is the same
2393 * as the dir to be deleted. That means the ioctl
2394 * must be called on the dentry referencing the root
2395 * of the subvol, not a random directory contained
2396 * within it.
2397 */
2398 err = -EINVAL;
2399 if (root == dest)
2400 goto out_dput;
2401
2402 err = inode_permission(inode, MAY_WRITE | MAY_EXEC);
2403 if (err)
2404 goto out_dput;
Sage Weil4260f7c2010-10-29 15:46:43 -04002405 }
2406
Miao Xie5c39da52012-10-22 11:39:53 +00002407 /* check if subvolume may be deleted by a user */
2408 err = btrfs_may_delete(dir, dentry, 1);
2409 if (err)
2410 goto out_dput;
2411
Li Zefan33345d012011-04-20 10:31:50 +08002412 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
Yan, Zheng76dda932009-09-21 16:00:26 -04002413 err = -EINVAL;
2414 goto out_dput;
2415 }
2416
Yan, Zheng76dda932009-09-21 16:00:26 -04002417 mutex_lock(&inode->i_mutex);
David Sterba521e0542014-04-15 16:41:44 +02002418
2419 /*
2420 * Don't allow to delete a subvolume with send in progress. This is
2421 * inside the i_mutex so the error handling that has to drop the bit
2422 * again is not run concurrently.
2423 */
2424 spin_lock(&dest->root_item_lock);
Filipe Mananac55bfa62014-05-25 03:55:44 +01002425 root_flags = btrfs_root_flags(&dest->root_item);
2426 if (dest->send_in_progress == 0) {
2427 btrfs_set_root_flags(&dest->root_item,
David Sterba521e0542014-04-15 16:41:44 +02002428 root_flags | BTRFS_ROOT_SUBVOL_DEAD);
2429 spin_unlock(&dest->root_item_lock);
2430 } else {
2431 spin_unlock(&dest->root_item_lock);
2432 btrfs_warn(root->fs_info,
2433 "Attempt to delete subvolume %llu during send",
Filipe Mananac55bfa62014-05-25 03:55:44 +01002434 dest->root_key.objectid);
David Sterba521e0542014-04-15 16:41:44 +02002435 err = -EPERM;
Omar Sandoval909e26d2015-04-10 14:20:40 -07002436 goto out_unlock_inode;
David Sterba521e0542014-04-15 16:41:44 +02002437 }
2438
Yan, Zheng76dda932009-09-21 16:00:26 -04002439 down_write(&root->fs_info->subvol_sem);
2440
2441 err = may_destroy_subvol(dest);
2442 if (err)
2443 goto out_up_write;
2444
Miao Xiec58aaad2013-02-28 10:05:36 +00002445 btrfs_init_block_rsv(&block_rsv, BTRFS_BLOCK_RSV_TEMP);
2446 /*
2447 * One for dir inode, two for dir entries, two for root
2448 * ref/backref.
2449 */
2450 err = btrfs_subvolume_reserve_metadata(root, &block_rsv,
Jeff Mahoneyee3441b2013-07-09 16:37:21 -04002451 5, &qgroup_reserved, true);
Miao Xiec58aaad2013-02-28 10:05:36 +00002452 if (err)
2453 goto out_up_write;
2454
Yan, Zhenga22285a2010-05-16 10:48:46 -04002455 trans = btrfs_start_transaction(root, 0);
2456 if (IS_ERR(trans)) {
2457 err = PTR_ERR(trans);
Miao Xiec58aaad2013-02-28 10:05:36 +00002458 goto out_release;
Yan, Zhenga22285a2010-05-16 10:48:46 -04002459 }
Miao Xiec58aaad2013-02-28 10:05:36 +00002460 trans->block_rsv = &block_rsv;
2461 trans->bytes_reserved = block_rsv.size;
Yan, Zhenga22285a2010-05-16 10:48:46 -04002462
Yan, Zheng76dda932009-09-21 16:00:26 -04002463 ret = btrfs_unlink_subvol(trans, root, dir,
2464 dest->root_key.objectid,
2465 dentry->d_name.name,
2466 dentry->d_name.len);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002467 if (ret) {
2468 err = ret;
2469 btrfs_abort_transaction(trans, root, ret);
2470 goto out_end_trans;
2471 }
Yan, Zheng76dda932009-09-21 16:00:26 -04002472
2473 btrfs_record_root_in_trans(trans, dest);
2474
2475 memset(&dest->root_item.drop_progress, 0,
2476 sizeof(dest->root_item.drop_progress));
2477 dest->root_item.drop_level = 0;
2478 btrfs_set_root_refs(&dest->root_item, 0);
2479
Miao Xie27cdeb72014-04-02 19:51:05 +08002480 if (!test_and_set_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &dest->state)) {
Yan, Zhengd68fc572010-05-16 10:49:58 -04002481 ret = btrfs_insert_orphan_item(trans,
2482 root->fs_info->tree_root,
2483 dest->root_key.objectid);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002484 if (ret) {
2485 btrfs_abort_transaction(trans, root, ret);
2486 err = ret;
2487 goto out_end_trans;
2488 }
Yan, Zhengd68fc572010-05-16 10:49:58 -04002489 }
Stefan Behrensdd5f9612013-08-15 17:11:20 +02002490
2491 ret = btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
2492 dest->root_item.uuid, BTRFS_UUID_KEY_SUBVOL,
2493 dest->root_key.objectid);
2494 if (ret && ret != -ENOENT) {
2495 btrfs_abort_transaction(trans, root, ret);
2496 err = ret;
2497 goto out_end_trans;
2498 }
2499 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) {
2500 ret = btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
2501 dest->root_item.received_uuid,
2502 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
2503 dest->root_key.objectid);
2504 if (ret && ret != -ENOENT) {
2505 btrfs_abort_transaction(trans, root, ret);
2506 err = ret;
2507 goto out_end_trans;
2508 }
2509 }
2510
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002511out_end_trans:
Miao Xiec58aaad2013-02-28 10:05:36 +00002512 trans->block_rsv = NULL;
2513 trans->bytes_reserved = 0;
Sage Weil531cb132010-10-29 15:41:32 -04002514 ret = btrfs_end_transaction(trans, root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002515 if (ret && !err)
2516 err = ret;
Yan, Zheng76dda932009-09-21 16:00:26 -04002517 inode->i_flags |= S_DEAD;
Miao Xiec58aaad2013-02-28 10:05:36 +00002518out_release:
2519 btrfs_subvolume_release_metadata(root, &block_rsv, qgroup_reserved);
Yan, Zheng76dda932009-09-21 16:00:26 -04002520out_up_write:
2521 up_write(&root->fs_info->subvol_sem);
David Sterba521e0542014-04-15 16:41:44 +02002522 if (err) {
2523 spin_lock(&dest->root_item_lock);
Filipe Mananac55bfa62014-05-25 03:55:44 +01002524 root_flags = btrfs_root_flags(&dest->root_item);
2525 btrfs_set_root_flags(&dest->root_item,
David Sterba521e0542014-04-15 16:41:44 +02002526 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD);
2527 spin_unlock(&dest->root_item_lock);
2528 }
Omar Sandoval909e26d2015-04-10 14:20:40 -07002529out_unlock_inode:
Yan, Zheng76dda932009-09-21 16:00:26 -04002530 mutex_unlock(&inode->i_mutex);
2531 if (!err) {
Omar Sandoval64ad6c42015-06-02 17:31:00 -07002532 d_invalidate(dentry);
Yan, Zheng76dda932009-09-21 16:00:26 -04002533 btrfs_invalidate_inodes(dest);
2534 d_delete(dentry);
David Sterba61155aa2014-04-15 16:42:03 +02002535 ASSERT(dest->send_in_progress == 0);
Liu Bofa6ac872013-02-20 14:10:23 +00002536
2537 /* the last ref */
David Sterba57cdc8d2014-02-05 02:37:48 +01002538 if (dest->ino_cache_inode) {
2539 iput(dest->ino_cache_inode);
2540 dest->ino_cache_inode = NULL;
Liu Bofa6ac872013-02-20 14:10:23 +00002541 }
Yan, Zheng76dda932009-09-21 16:00:26 -04002542 }
2543out_dput:
2544 dput(dentry);
2545out_unlock_dir:
2546 mutex_unlock(&dir->i_mutex);
David Sterbae43f9982013-12-06 17:51:32 +01002547out_drop_write:
Al Viro2a79f172011-12-09 08:06:57 -05002548 mnt_drop_write_file(file);
Yan, Zheng76dda932009-09-21 16:00:26 -04002549out:
2550 kfree(vol_args);
2551 return err;
2552}
2553
Chris Mason1e701a32010-03-11 09:42:04 -05002554static int btrfs_ioctl_defrag(struct file *file, void __user *argp)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002555{
Al Viro496ad9a2013-01-23 17:07:38 -05002556 struct inode *inode = file_inode(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002557 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason1e701a32010-03-11 09:42:04 -05002558 struct btrfs_ioctl_defrag_range_args *range;
Yan Zhengc146afa2008-11-12 14:34:12 -05002559 int ret;
2560
Ilya Dryomov25122d12013-01-20 15:57:57 +02002561 ret = mnt_want_write_file(file);
2562 if (ret)
2563 return ret;
Li Zefanb83cc962010-12-20 16:04:08 +08002564
Ilya Dryomov25122d12013-01-20 15:57:57 +02002565 if (btrfs_root_readonly(root)) {
2566 ret = -EROFS;
2567 goto out;
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01002568 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002569
2570 switch (inode->i_mode & S_IFMT) {
2571 case S_IFDIR:
Chris Masone441d542009-01-05 16:57:23 -05002572 if (!capable(CAP_SYS_ADMIN)) {
2573 ret = -EPERM;
2574 goto out;
2575 }
Eric Sandeende78b512013-01-31 18:21:12 +00002576 ret = btrfs_defrag_root(root);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04002577 if (ret)
2578 goto out;
Eric Sandeende78b512013-01-31 18:21:12 +00002579 ret = btrfs_defrag_root(root->fs_info->extent_root);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002580 break;
2581 case S_IFREG:
Chris Masone441d542009-01-05 16:57:23 -05002582 if (!(file->f_mode & FMODE_WRITE)) {
2583 ret = -EINVAL;
2584 goto out;
2585 }
Chris Mason1e701a32010-03-11 09:42:04 -05002586
2587 range = kzalloc(sizeof(*range), GFP_KERNEL);
2588 if (!range) {
2589 ret = -ENOMEM;
2590 goto out;
2591 }
2592
2593 if (argp) {
2594 if (copy_from_user(range, argp,
2595 sizeof(*range))) {
2596 ret = -EFAULT;
2597 kfree(range);
Dan Carpenter683be162010-03-20 11:24:48 +00002598 goto out;
Chris Mason1e701a32010-03-11 09:42:04 -05002599 }
2600 /* compression requires us to start the IO */
2601 if ((range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)) {
2602 range->flags |= BTRFS_DEFRAG_RANGE_START_IO;
2603 range->extent_thresh = (u32)-1;
2604 }
2605 } else {
2606 /* the rest are all set to zero by kzalloc */
2607 range->len = (u64)-1;
2608 }
Al Viro496ad9a2013-01-23 17:07:38 -05002609 ret = btrfs_defrag_file(file_inode(file), file,
Chris Mason4cb53002011-05-24 15:35:30 -04002610 range, 0, 0);
2611 if (ret > 0)
2612 ret = 0;
Chris Mason1e701a32010-03-11 09:42:04 -05002613 kfree(range);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002614 break;
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04002615 default:
2616 ret = -EINVAL;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002617 }
Chris Masone441d542009-01-05 16:57:23 -05002618out:
Ilya Dryomov25122d12013-01-20 15:57:57 +02002619 mnt_drop_write_file(file);
Chris Masone441d542009-01-05 16:57:23 -05002620 return ret;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002621}
2622
Christoph Hellwigb2950862008-12-02 09:54:17 -05002623static long btrfs_ioctl_add_dev(struct btrfs_root *root, void __user *arg)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002624{
2625 struct btrfs_ioctl_vol_args *vol_args;
2626 int ret;
2627
Chris Masone441d542009-01-05 16:57:23 -05002628 if (!capable(CAP_SYS_ADMIN))
2629 return -EPERM;
2630
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01002631 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
2632 1)) {
Anand Jaine57138b2013-08-21 11:44:48 +08002633 return BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002634 }
2635
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01002636 mutex_lock(&root->fs_info->volume_mutex);
Li Zefandae7b662009-04-08 15:06:54 +08002637 vol_args = memdup_user(arg, sizeof(*vol_args));
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002638 if (IS_ERR(vol_args)) {
2639 ret = PTR_ERR(vol_args);
2640 goto out;
2641 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002642
Mark Fasheh5516e592008-07-24 12:20:14 -04002643 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002644 ret = btrfs_init_new_device(root, vol_args->name);
2645
Anand Jain43d20762014-07-01 00:58:56 +08002646 if (!ret)
2647 btrfs_info(root->fs_info, "disk added %s",vol_args->name);
2648
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002649 kfree(vol_args);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002650out:
2651 mutex_unlock(&root->fs_info->volume_mutex);
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01002652 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002653 return ret;
2654}
2655
Miao Xieda249272012-11-26 08:44:50 +00002656static long btrfs_ioctl_rm_dev(struct file *file, void __user *arg)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002657{
Al Viro496ad9a2013-01-23 17:07:38 -05002658 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002659 struct btrfs_ioctl_vol_args *vol_args;
2660 int ret;
2661
Chris Masone441d542009-01-05 16:57:23 -05002662 if (!capable(CAP_SYS_ADMIN))
2663 return -EPERM;
2664
Miao Xieda249272012-11-26 08:44:50 +00002665 ret = mnt_want_write_file(file);
2666 if (ret)
2667 return ret;
Yan Zhengc146afa2008-11-12 14:34:12 -05002668
Li Zefandae7b662009-04-08 15:06:54 +08002669 vol_args = memdup_user(arg, sizeof(*vol_args));
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002670 if (IS_ERR(vol_args)) {
2671 ret = PTR_ERR(vol_args);
Dan Carpenterc47ca322014-09-04 14:09:15 +03002672 goto err_drop;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002673 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002674
Mark Fasheh5516e592008-07-24 12:20:14 -04002675 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002676
Anand Jain183860f2013-05-17 10:52:45 +00002677 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
2678 1)) {
2679 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
2680 goto out;
2681 }
2682
2683 mutex_lock(&root->fs_info->volume_mutex);
2684 ret = btrfs_rm_device(root, vol_args->name);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02002685 mutex_unlock(&root->fs_info->volume_mutex);
Stefan Behrens5ac00ad2012-11-05 17:54:08 +01002686 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
Anand Jain183860f2013-05-17 10:52:45 +00002687
Anand Jainec95d492014-07-01 00:58:57 +08002688 if (!ret)
2689 btrfs_info(root->fs_info, "disk deleted %s",vol_args->name);
2690
Anand Jain183860f2013-05-17 10:52:45 +00002691out:
2692 kfree(vol_args);
Dan Carpenterc47ca322014-09-04 14:09:15 +03002693err_drop:
Ilya Dryomov4ac20c72013-01-20 15:57:57 +02002694 mnt_drop_write_file(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04002695 return ret;
2696}
2697
Jan Schmidt475f6382011-03-11 15:41:01 +01002698static long btrfs_ioctl_fs_info(struct btrfs_root *root, void __user *arg)
2699{
Li Zefan027ed2f2011-06-08 08:27:56 +00002700 struct btrfs_ioctl_fs_info_args *fi_args;
Jan Schmidt475f6382011-03-11 15:41:01 +01002701 struct btrfs_device *device;
2702 struct btrfs_device *next;
2703 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices;
Li Zefan027ed2f2011-06-08 08:27:56 +00002704 int ret = 0;
Jan Schmidt475f6382011-03-11 15:41:01 +01002705
Li Zefan027ed2f2011-06-08 08:27:56 +00002706 fi_args = kzalloc(sizeof(*fi_args), GFP_KERNEL);
2707 if (!fi_args)
2708 return -ENOMEM;
2709
Filipe David Borba Mananaf7171752013-08-12 20:56:58 +01002710 mutex_lock(&fs_devices->device_list_mutex);
Li Zefan027ed2f2011-06-08 08:27:56 +00002711 fi_args->num_devices = fs_devices->num_devices;
2712 memcpy(&fi_args->fsid, root->fs_info->fsid, sizeof(fi_args->fsid));
Jan Schmidt475f6382011-03-11 15:41:01 +01002713
Jan Schmidt475f6382011-03-11 15:41:01 +01002714 list_for_each_entry_safe(device, next, &fs_devices->devices, dev_list) {
Li Zefan027ed2f2011-06-08 08:27:56 +00002715 if (device->devid > fi_args->max_id)
2716 fi_args->max_id = device->devid;
Jan Schmidt475f6382011-03-11 15:41:01 +01002717 }
2718 mutex_unlock(&fs_devices->device_list_mutex);
2719
David Sterba80a773f2014-05-07 18:17:06 +02002720 fi_args->nodesize = root->fs_info->super_copy->nodesize;
2721 fi_args->sectorsize = root->fs_info->super_copy->sectorsize;
2722 fi_args->clone_alignment = root->fs_info->super_copy->sectorsize;
2723
Li Zefan027ed2f2011-06-08 08:27:56 +00002724 if (copy_to_user(arg, fi_args, sizeof(*fi_args)))
2725 ret = -EFAULT;
Jan Schmidt475f6382011-03-11 15:41:01 +01002726
Li Zefan027ed2f2011-06-08 08:27:56 +00002727 kfree(fi_args);
2728 return ret;
Jan Schmidt475f6382011-03-11 15:41:01 +01002729}
2730
2731static long btrfs_ioctl_dev_info(struct btrfs_root *root, void __user *arg)
2732{
2733 struct btrfs_ioctl_dev_info_args *di_args;
2734 struct btrfs_device *dev;
2735 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices;
2736 int ret = 0;
2737 char *s_uuid = NULL;
Jan Schmidt475f6382011-03-11 15:41:01 +01002738
Jan Schmidt475f6382011-03-11 15:41:01 +01002739 di_args = memdup_user(arg, sizeof(*di_args));
2740 if (IS_ERR(di_args))
2741 return PTR_ERR(di_args);
2742
Stefan Behrensdd5f9612013-08-15 17:11:20 +02002743 if (!btrfs_is_empty_uuid(di_args->uuid))
Jan Schmidt475f6382011-03-11 15:41:01 +01002744 s_uuid = di_args->uuid;
2745
2746 mutex_lock(&fs_devices->device_list_mutex);
Stefan Behrensaa1b8cd2012-11-05 17:03:39 +01002747 dev = btrfs_find_device(root->fs_info, di_args->devid, s_uuid, NULL);
Jan Schmidt475f6382011-03-11 15:41:01 +01002748
2749 if (!dev) {
2750 ret = -ENODEV;
2751 goto out;
2752 }
2753
2754 di_args->devid = dev->devid;
Miao Xie7cc8e582014-09-03 21:35:38 +08002755 di_args->bytes_used = btrfs_device_get_bytes_used(dev);
2756 di_args->total_bytes = btrfs_device_get_total_bytes(dev);
Jan Schmidt475f6382011-03-11 15:41:01 +01002757 memcpy(di_args->uuid, dev->uuid, sizeof(di_args->uuid));
Jim Meyeringa27202f2012-04-26 18:36:56 +02002758 if (dev->name) {
Josef Bacik606686e2012-06-04 14:03:51 -04002759 struct rcu_string *name;
2760
2761 rcu_read_lock();
2762 name = rcu_dereference(dev->name);
2763 strncpy(di_args->path, name->str, sizeof(di_args->path));
2764 rcu_read_unlock();
Jim Meyeringa27202f2012-04-26 18:36:56 +02002765 di_args->path[sizeof(di_args->path) - 1] = 0;
2766 } else {
Stefan Behrens99ba55a2012-03-19 16:17:22 +01002767 di_args->path[0] = '\0';
Jim Meyeringa27202f2012-04-26 18:36:56 +02002768 }
Jan Schmidt475f6382011-03-11 15:41:01 +01002769
2770out:
David Sterba55793c02013-04-26 15:20:23 +00002771 mutex_unlock(&fs_devices->device_list_mutex);
Jan Schmidt475f6382011-03-11 15:41:01 +01002772 if (ret == 0 && copy_to_user(arg, di_args, sizeof(*di_args)))
2773 ret = -EFAULT;
2774
2775 kfree(di_args);
2776 return ret;
2777}
2778
Mark Fashehf4414602015-06-30 14:42:05 -07002779static struct page *extent_same_get_page(struct inode *inode, pgoff_t index)
Mark Fasheh416161d2013-08-06 11:42:51 -07002780{
2781 struct page *page;
Mark Fasheh416161d2013-08-06 11:42:51 -07002782 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree;
2783
Mark Fasheh416161d2013-08-06 11:42:51 -07002784 page = grab_cache_page(inode->i_mapping, index);
2785 if (!page)
2786 return NULL;
2787
2788 if (!PageUptodate(page)) {
2789 if (extent_read_full_page_nolock(tree, page, btrfs_get_extent,
2790 0))
2791 return NULL;
2792 lock_page(page);
2793 if (!PageUptodate(page)) {
2794 unlock_page(page);
2795 page_cache_release(page);
2796 return NULL;
2797 }
2798 }
2799 unlock_page(page);
2800
2801 return page;
2802}
2803
Mark Fashehf4414602015-06-30 14:42:05 -07002804static int gather_extent_pages(struct inode *inode, struct page **pages,
2805 int num_pages, u64 off)
2806{
2807 int i;
2808 pgoff_t index = off >> PAGE_CACHE_SHIFT;
2809
2810 for (i = 0; i < num_pages; i++) {
2811 pages[i] = extent_same_get_page(inode, index + i);
2812 if (!pages[i])
2813 return -ENOMEM;
2814 }
2815 return 0;
2816}
2817
Mark Fasheh77fe20dc2013-08-06 11:42:48 -07002818static inline void lock_extent_range(struct inode *inode, u64 off, u64 len)
2819{
2820 /* do any pending delalloc/csum calc on src, one way or
2821 another, and lock file content */
2822 while (1) {
2823 struct btrfs_ordered_extent *ordered;
2824 lock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1);
2825 ordered = btrfs_lookup_first_ordered_extent(inode,
2826 off + len - 1);
Filipe Mananaff5df9b2014-05-30 17:56:24 +01002827 if ((!ordered ||
2828 ordered->file_offset + ordered->len <= off ||
2829 ordered->file_offset >= off + len) &&
Mark Fasheh77fe20dc2013-08-06 11:42:48 -07002830 !test_range_bit(&BTRFS_I(inode)->io_tree, off,
Filipe Mananaff5df9b2014-05-30 17:56:24 +01002831 off + len - 1, EXTENT_DELALLOC, 0, NULL)) {
2832 if (ordered)
2833 btrfs_put_ordered_extent(ordered);
Mark Fasheh77fe20dc2013-08-06 11:42:48 -07002834 break;
Filipe Mananaff5df9b2014-05-30 17:56:24 +01002835 }
Mark Fasheh77fe20dc2013-08-06 11:42:48 -07002836 unlock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1);
2837 if (ordered)
2838 btrfs_put_ordered_extent(ordered);
2839 btrfs_wait_ordered_range(inode, off, len);
2840 }
2841}
2842
Mark Fashehf4414602015-06-30 14:42:05 -07002843static void btrfs_double_inode_unlock(struct inode *inode1, struct inode *inode2)
Mark Fasheh416161d2013-08-06 11:42:51 -07002844{
Mark Fasheh416161d2013-08-06 11:42:51 -07002845 mutex_unlock(&inode1->i_mutex);
2846 mutex_unlock(&inode2->i_mutex);
2847}
2848
Mark Fashehf4414602015-06-30 14:42:05 -07002849static void btrfs_double_inode_lock(struct inode *inode1, struct inode *inode2)
2850{
2851 if (inode1 < inode2)
2852 swap(inode1, inode2);
2853
2854 mutex_lock_nested(&inode1->i_mutex, I_MUTEX_PARENT);
Mark Fasheh293a8482015-06-30 14:42:06 -07002855 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_CHILD);
Mark Fashehf4414602015-06-30 14:42:05 -07002856}
2857
2858static void btrfs_double_extent_unlock(struct inode *inode1, u64 loff1,
2859 struct inode *inode2, u64 loff2, u64 len)
2860{
2861 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1);
2862 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1);
2863}
2864
2865static void btrfs_double_extent_lock(struct inode *inode1, u64 loff1,
2866 struct inode *inode2, u64 loff2, u64 len)
Mark Fasheh416161d2013-08-06 11:42:51 -07002867{
2868 if (inode1 < inode2) {
2869 swap(inode1, inode2);
2870 swap(loff1, loff2);
2871 }
Mark Fasheh416161d2013-08-06 11:42:51 -07002872 lock_extent_range(inode1, loff1, len);
Mark Fasheh293a8482015-06-30 14:42:06 -07002873 lock_extent_range(inode2, loff2, len);
Mark Fashehf4414602015-06-30 14:42:05 -07002874}
2875
2876struct cmp_pages {
2877 int num_pages;
2878 struct page **src_pages;
2879 struct page **dst_pages;
2880};
2881
2882static void btrfs_cmp_data_free(struct cmp_pages *cmp)
2883{
2884 int i;
2885 struct page *pg;
2886
2887 for (i = 0; i < cmp->num_pages; i++) {
2888 pg = cmp->src_pages[i];
2889 if (pg)
2890 page_cache_release(pg);
2891 pg = cmp->dst_pages[i];
2892 if (pg)
2893 page_cache_release(pg);
Mark Fasheh416161d2013-08-06 11:42:51 -07002894 }
Mark Fashehf4414602015-06-30 14:42:05 -07002895 kfree(cmp->src_pages);
2896 kfree(cmp->dst_pages);
2897}
2898
2899static int btrfs_cmp_data_prepare(struct inode *src, u64 loff,
2900 struct inode *dst, u64 dst_loff,
2901 u64 len, struct cmp_pages *cmp)
2902{
2903 int ret;
2904 int num_pages = PAGE_CACHE_ALIGN(len) >> PAGE_CACHE_SHIFT;
2905 struct page **src_pgarr, **dst_pgarr;
2906
2907 /*
2908 * We must gather up all the pages before we initiate our
2909 * extent locking. We use an array for the page pointers. Size
2910 * of the array is bounded by len, which is in turn bounded by
2911 * BTRFS_MAX_DEDUPE_LEN.
2912 */
2913 src_pgarr = kzalloc(num_pages * sizeof(struct page *), GFP_NOFS);
2914 dst_pgarr = kzalloc(num_pages * sizeof(struct page *), GFP_NOFS);
2915 if (!src_pgarr || !dst_pgarr) {
2916 kfree(src_pgarr);
2917 kfree(dst_pgarr);
2918 return -ENOMEM;
2919 }
2920 cmp->num_pages = num_pages;
2921 cmp->src_pages = src_pgarr;
2922 cmp->dst_pages = dst_pgarr;
2923
2924 ret = gather_extent_pages(src, cmp->src_pages, cmp->num_pages, loff);
2925 if (ret)
2926 goto out;
2927
2928 ret = gather_extent_pages(dst, cmp->dst_pages, cmp->num_pages, dst_loff);
2929
2930out:
2931 if (ret)
2932 btrfs_cmp_data_free(cmp);
2933 return 0;
Mark Fasheh416161d2013-08-06 11:42:51 -07002934}
2935
2936static int btrfs_cmp_data(struct inode *src, u64 loff, struct inode *dst,
Mark Fashehf4414602015-06-30 14:42:05 -07002937 u64 dst_loff, u64 len, struct cmp_pages *cmp)
Mark Fasheh416161d2013-08-06 11:42:51 -07002938{
2939 int ret = 0;
Mark Fashehf4414602015-06-30 14:42:05 -07002940 int i;
Mark Fasheh416161d2013-08-06 11:42:51 -07002941 struct page *src_page, *dst_page;
2942 unsigned int cmp_len = PAGE_CACHE_SIZE;
2943 void *addr, *dst_addr;
2944
Mark Fashehf4414602015-06-30 14:42:05 -07002945 i = 0;
Mark Fasheh416161d2013-08-06 11:42:51 -07002946 while (len) {
2947 if (len < PAGE_CACHE_SIZE)
2948 cmp_len = len;
2949
Mark Fashehf4414602015-06-30 14:42:05 -07002950 BUG_ON(i >= cmp->num_pages);
2951
2952 src_page = cmp->src_pages[i];
2953 dst_page = cmp->dst_pages[i];
2954
Mark Fasheh416161d2013-08-06 11:42:51 -07002955 addr = kmap_atomic(src_page);
2956 dst_addr = kmap_atomic(dst_page);
2957
2958 flush_dcache_page(src_page);
2959 flush_dcache_page(dst_page);
2960
2961 if (memcmp(addr, dst_addr, cmp_len))
2962 ret = BTRFS_SAME_DATA_DIFFERS;
2963
2964 kunmap_atomic(addr);
2965 kunmap_atomic(dst_addr);
Mark Fasheh416161d2013-08-06 11:42:51 -07002966
2967 if (ret)
2968 break;
2969
Mark Fasheh416161d2013-08-06 11:42:51 -07002970 len -= cmp_len;
Mark Fashehf4414602015-06-30 14:42:05 -07002971 i++;
Mark Fasheh416161d2013-08-06 11:42:51 -07002972 }
2973
2974 return ret;
2975}
2976
Mark Fashehe1d227a2015-06-08 15:05:25 -07002977static int extent_same_check_offsets(struct inode *inode, u64 off, u64 *plen,
2978 u64 olen)
Mark Fasheh416161d2013-08-06 11:42:51 -07002979{
Mark Fashehe1d227a2015-06-08 15:05:25 -07002980 u64 len = *plen;
Mark Fasheh416161d2013-08-06 11:42:51 -07002981 u64 bs = BTRFS_I(inode)->root->fs_info->sb->s_blocksize;
2982
Mark Fashehe1d227a2015-06-08 15:05:25 -07002983 if (off + olen > inode->i_size || off + olen < off)
Mark Fasheh416161d2013-08-06 11:42:51 -07002984 return -EINVAL;
Mark Fashehe1d227a2015-06-08 15:05:25 -07002985
2986 /* if we extend to eof, continue to block boundary */
2987 if (off + len == inode->i_size)
2988 *plen = len = ALIGN(inode->i_size, bs) - off;
2989
Mark Fasheh416161d2013-08-06 11:42:51 -07002990 /* Check that we are block aligned - btrfs_clone() requires this */
2991 if (!IS_ALIGNED(off, bs) || !IS_ALIGNED(off + len, bs))
2992 return -EINVAL;
2993
2994 return 0;
2995}
2996
Mark Fashehe1d227a2015-06-08 15:05:25 -07002997static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen,
Mark Fasheh416161d2013-08-06 11:42:51 -07002998 struct inode *dst, u64 dst_loff)
2999{
3000 int ret;
Mark Fashehe1d227a2015-06-08 15:05:25 -07003001 u64 len = olen;
Mark Fashehf4414602015-06-30 14:42:05 -07003002 struct cmp_pages cmp;
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003003 int same_inode = 0;
3004 u64 same_lock_start = 0;
3005 u64 same_lock_len = 0;
Mark Fasheh416161d2013-08-06 11:42:51 -07003006
Mark Fasheh416161d2013-08-06 11:42:51 -07003007 if (src == dst)
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003008 same_inode = 1;
Mark Fasheh416161d2013-08-06 11:42:51 -07003009
Filipe Manana113e8282015-03-30 18:26:47 +01003010 if (len == 0)
3011 return 0;
3012
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003013 if (same_inode) {
3014 mutex_lock(&src->i_mutex);
Mark Fasheh416161d2013-08-06 11:42:51 -07003015
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003016 ret = extent_same_check_offsets(src, loff, &len, olen);
3017 if (ret)
3018 goto out_unlock;
Mark Fasheh416161d2013-08-06 11:42:51 -07003019
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003020 /*
3021 * Single inode case wants the same checks, except we
3022 * don't want our length pushed out past i_size as
3023 * comparing that data range makes no sense.
3024 *
3025 * extent_same_check_offsets() will do this for an
3026 * unaligned length at i_size, so catch it here and
3027 * reject the request.
3028 *
3029 * This effectively means we require aligned extents
3030 * for the single-inode case, whereas the other cases
3031 * allow an unaligned length so long as it ends at
3032 * i_size.
3033 */
3034 if (len != olen) {
3035 ret = -EINVAL;
3036 goto out_unlock;
3037 }
3038
3039 /* Check for overlapping ranges */
3040 if (dst_loff + len > loff && dst_loff < loff + len) {
3041 ret = -EINVAL;
3042 goto out_unlock;
3043 }
3044
3045 same_lock_start = min_t(u64, loff, dst_loff);
3046 same_lock_len = max_t(u64, loff, dst_loff) + len - same_lock_start;
3047 } else {
3048 btrfs_double_inode_lock(src, dst);
3049
3050 ret = extent_same_check_offsets(src, loff, &len, olen);
3051 if (ret)
3052 goto out_unlock;
3053
3054 ret = extent_same_check_offsets(dst, dst_loff, &len, olen);
3055 if (ret)
3056 goto out_unlock;
3057 }
Mark Fasheh416161d2013-08-06 11:42:51 -07003058
3059 /* don't make the dst file partly checksummed */
3060 if ((BTRFS_I(src)->flags & BTRFS_INODE_NODATASUM) !=
3061 (BTRFS_I(dst)->flags & BTRFS_INODE_NODATASUM)) {
3062 ret = -EINVAL;
3063 goto out_unlock;
3064 }
3065
Mark Fashehf4414602015-06-30 14:42:05 -07003066 ret = btrfs_cmp_data_prepare(src, loff, dst, dst_loff, olen, &cmp);
3067 if (ret)
3068 goto out_unlock;
3069
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003070 if (same_inode)
3071 lock_extent_range(src, same_lock_start, same_lock_len);
3072 else
3073 btrfs_double_extent_lock(src, loff, dst, dst_loff, len);
Mark Fashehf4414602015-06-30 14:42:05 -07003074
Mark Fasheh207910d2015-06-30 14:42:04 -07003075 /* pass original length for comparison so we stay within i_size */
Mark Fashehf4414602015-06-30 14:42:05 -07003076 ret = btrfs_cmp_data(src, loff, dst, dst_loff, olen, &cmp);
Mark Fasheh416161d2013-08-06 11:42:51 -07003077 if (ret == 0)
Mark Fasheh1c919a52015-06-30 14:42:08 -07003078 ret = btrfs_clone(src, dst, loff, olen, len, dst_loff, 1);
Mark Fasheh416161d2013-08-06 11:42:51 -07003079
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003080 if (same_inode)
3081 unlock_extent(&BTRFS_I(src)->io_tree, same_lock_start,
3082 same_lock_start + same_lock_len - 1);
3083 else
3084 btrfs_double_extent_unlock(src, loff, dst, dst_loff, len);
Mark Fashehf4414602015-06-30 14:42:05 -07003085
3086 btrfs_cmp_data_free(&cmp);
Mark Fasheh416161d2013-08-06 11:42:51 -07003087out_unlock:
Mark Fasheh0efa9f42015-06-30 14:42:07 -07003088 if (same_inode)
3089 mutex_unlock(&src->i_mutex);
3090 else
3091 btrfs_double_inode_unlock(src, dst);
Mark Fasheh416161d2013-08-06 11:42:51 -07003092
3093 return ret;
3094}
3095
3096#define BTRFS_MAX_DEDUPE_LEN (16 * 1024 * 1024)
3097
3098static long btrfs_ioctl_file_extent_same(struct file *file,
Al Viro1c1c8742013-12-11 23:07:51 -05003099 struct btrfs_ioctl_same_args __user *argp)
Mark Fasheh416161d2013-08-06 11:42:51 -07003100{
Filipe Manana497b4052015-07-03 08:36:11 +01003101 struct btrfs_ioctl_same_args *same = NULL;
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003102 struct btrfs_ioctl_same_extent_info *info;
Al Viro1c1c8742013-12-11 23:07:51 -05003103 struct inode *src = file_inode(file);
Mark Fasheh416161d2013-08-06 11:42:51 -07003104 u64 off;
3105 u64 len;
3106 int i;
3107 int ret;
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003108 unsigned long size;
Mark Fasheh416161d2013-08-06 11:42:51 -07003109 u64 bs = BTRFS_I(src)->root->fs_info->sb->s_blocksize;
3110 bool is_admin = capable(CAP_SYS_ADMIN);
Al Viro1c1c8742013-12-11 23:07:51 -05003111 u16 count;
Mark Fasheh416161d2013-08-06 11:42:51 -07003112
3113 if (!(file->f_mode & FMODE_READ))
3114 return -EINVAL;
3115
3116 ret = mnt_want_write_file(file);
3117 if (ret)
3118 return ret;
3119
Al Viro1c1c8742013-12-11 23:07:51 -05003120 if (get_user(count, &argp->dest_count)) {
Mark Fasheh416161d2013-08-06 11:42:51 -07003121 ret = -EFAULT;
3122 goto out;
3123 }
3124
Al Viro1c1c8742013-12-11 23:07:51 -05003125 size = offsetof(struct btrfs_ioctl_same_args __user, info[count]);
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003126
Al Viro1c1c8742013-12-11 23:07:51 -05003127 same = memdup_user(argp, size);
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003128
Geyslan G. Bem229eed42013-10-14 12:18:25 -03003129 if (IS_ERR(same)) {
3130 ret = PTR_ERR(same);
Filipe Manana497b4052015-07-03 08:36:11 +01003131 same = NULL;
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003132 goto out;
3133 }
3134
3135 off = same->logical_offset;
3136 len = same->length;
Mark Fasheh416161d2013-08-06 11:42:51 -07003137
3138 /*
3139 * Limit the total length we will dedupe for each operation.
3140 * This is intended to bound the total time spent in this
3141 * ioctl to something sane.
3142 */
3143 if (len > BTRFS_MAX_DEDUPE_LEN)
3144 len = BTRFS_MAX_DEDUPE_LEN;
3145
3146 if (WARN_ON_ONCE(bs < PAGE_CACHE_SIZE)) {
3147 /*
3148 * Btrfs does not support blocksize < page_size. As a
3149 * result, btrfs_cmp_data() won't correctly handle
3150 * this situation without an update.
3151 */
3152 ret = -EINVAL;
3153 goto out;
3154 }
3155
3156 ret = -EISDIR;
3157 if (S_ISDIR(src->i_mode))
3158 goto out;
3159
3160 ret = -EACCES;
3161 if (!S_ISREG(src->i_mode))
3162 goto out;
3163
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003164 /* pre-format output fields to sane values */
Al Viro1c1c8742013-12-11 23:07:51 -05003165 for (i = 0; i < count; i++) {
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003166 same->info[i].bytes_deduped = 0ULL;
3167 same->info[i].status = 0;
3168 }
3169
Al Viro1c1c8742013-12-11 23:07:51 -05003170 for (i = 0, info = same->info; i < count; i++, info++) {
3171 struct inode *dst;
3172 struct fd dst_file = fdget(info->fd);
3173 if (!dst_file.file) {
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003174 info->status = -EBADF;
Al Viro1c1c8742013-12-11 23:07:51 -05003175 continue;
Mark Fasheh416161d2013-08-06 11:42:51 -07003176 }
Al Viro1c1c8742013-12-11 23:07:51 -05003177 dst = file_inode(dst_file.file);
Mark Fasheh416161d2013-08-06 11:42:51 -07003178
Al Viro1c1c8742013-12-11 23:07:51 -05003179 if (!(is_admin || (dst_file.file->f_mode & FMODE_WRITE))) {
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003180 info->status = -EINVAL;
Al Viro1c1c8742013-12-11 23:07:51 -05003181 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) {
3182 info->status = -EXDEV;
3183 } else if (S_ISDIR(dst->i_mode)) {
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003184 info->status = -EISDIR;
Al Viro1c1c8742013-12-11 23:07:51 -05003185 } else if (!S_ISREG(dst->i_mode)) {
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003186 info->status = -EACCES;
Al Viro1c1c8742013-12-11 23:07:51 -05003187 } else {
3188 info->status = btrfs_extent_same(src, off, len, dst,
3189 info->logical_offset);
3190 if (info->status == 0)
3191 info->bytes_deduped += len;
Mark Fasheh416161d2013-08-06 11:42:51 -07003192 }
Al Viro1c1c8742013-12-11 23:07:51 -05003193 fdput(dst_file);
Mark Fasheh416161d2013-08-06 11:42:51 -07003194 }
3195
Mark Fashehcbf8b8c2013-09-17 15:43:54 -07003196 ret = copy_to_user(argp, same, size);
3197 if (ret)
3198 ret = -EFAULT;
3199
Mark Fasheh416161d2013-08-06 11:42:51 -07003200out:
3201 mnt_drop_write_file(file);
Filipe Manana497b4052015-07-03 08:36:11 +01003202 kfree(same);
Mark Fasheh416161d2013-08-06 11:42:51 -07003203 return ret;
3204}
3205
Josef Bacikfcebe452014-05-13 17:30:47 -07003206/* Helper to check and see if this root currently has a ref on the given disk
3207 * bytenr. If it does then we need to update the quota for this root. This
3208 * doesn't do anything if quotas aren't enabled.
3209 */
3210static int check_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
3211 u64 disko)
3212{
David Sterba3284da72015-02-25 15:47:32 +01003213 struct seq_list tree_mod_seq_elem = SEQ_LIST_INIT(tree_mod_seq_elem);
Josef Bacikfcebe452014-05-13 17:30:47 -07003214 struct ulist *roots;
3215 struct ulist_iterator uiter;
3216 struct ulist_node *root_node = NULL;
3217 int ret;
3218
3219 if (!root->fs_info->quota_enabled)
3220 return 1;
3221
3222 btrfs_get_tree_mod_seq(root->fs_info, &tree_mod_seq_elem);
3223 ret = btrfs_find_all_roots(trans, root->fs_info, disko,
3224 tree_mod_seq_elem.seq, &roots);
3225 if (ret < 0)
3226 goto out;
3227 ret = 0;
3228 ULIST_ITER_INIT(&uiter);
3229 while ((root_node = ulist_next(roots, &uiter))) {
3230 if (root_node->val == root->objectid) {
3231 ret = 1;
3232 break;
3233 }
3234 }
3235 ulist_free(roots);
3236out:
3237 btrfs_put_tree_mod_seq(root->fs_info, &tree_mod_seq_elem);
3238 return ret;
3239}
3240
Filipe Mananaf82a9902014-06-01 01:50:28 +01003241static int clone_finish_inode_update(struct btrfs_trans_handle *trans,
3242 struct inode *inode,
3243 u64 endoff,
3244 const u64 destoff,
Mark Fasheh1c919a52015-06-30 14:42:08 -07003245 const u64 olen,
3246 int no_time_update)
Filipe Mananaf82a9902014-06-01 01:50:28 +01003247{
3248 struct btrfs_root *root = BTRFS_I(inode)->root;
3249 int ret;
3250
3251 inode_inc_iversion(inode);
Mark Fasheh1c919a52015-06-30 14:42:08 -07003252 if (!no_time_update)
3253 inode->i_mtime = inode->i_ctime = CURRENT_TIME;
Filipe Mananaf82a9902014-06-01 01:50:28 +01003254 /*
3255 * We round up to the block size at eof when determining which
3256 * extents to clone above, but shouldn't round up the file size.
3257 */
3258 if (endoff > destoff + olen)
3259 endoff = destoff + olen;
3260 if (endoff > inode->i_size)
3261 btrfs_i_size_write(inode, endoff);
3262
3263 ret = btrfs_update_inode(trans, root, inode);
3264 if (ret) {
3265 btrfs_abort_transaction(trans, root, ret);
3266 btrfs_end_transaction(trans, root);
3267 goto out;
3268 }
3269 ret = btrfs_end_transaction(trans, root);
3270out:
3271 return ret;
3272}
3273
Filipe Manana7ffbb592014-06-09 03:48:05 +01003274static void clone_update_extent_map(struct inode *inode,
3275 const struct btrfs_trans_handle *trans,
3276 const struct btrfs_path *path,
Filipe Manana7ffbb592014-06-09 03:48:05 +01003277 const u64 hole_offset,
3278 const u64 hole_len)
3279{
3280 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
3281 struct extent_map *em;
3282 int ret;
3283
3284 em = alloc_extent_map();
3285 if (!em) {
3286 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
3287 &BTRFS_I(inode)->runtime_flags);
3288 return;
3289 }
3290
Filipe Manana14f59792014-06-29 21:45:40 +01003291 if (path) {
3292 struct btrfs_file_extent_item *fi;
3293
3294 fi = btrfs_item_ptr(path->nodes[0], path->slots[0],
3295 struct btrfs_file_extent_item);
Filipe Manana7ffbb592014-06-09 03:48:05 +01003296 btrfs_extent_item_to_extent_map(inode, path, fi, false, em);
3297 em->generation = -1;
3298 if (btrfs_file_extent_type(path->nodes[0], fi) ==
3299 BTRFS_FILE_EXTENT_INLINE)
3300 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
3301 &BTRFS_I(inode)->runtime_flags);
3302 } else {
3303 em->start = hole_offset;
3304 em->len = hole_len;
3305 em->ram_bytes = em->len;
3306 em->orig_start = hole_offset;
3307 em->block_start = EXTENT_MAP_HOLE;
3308 em->block_len = 0;
3309 em->orig_block_len = 0;
3310 em->compress_type = BTRFS_COMPRESS_NONE;
3311 em->generation = trans->transid;
3312 }
3313
3314 while (1) {
3315 write_lock(&em_tree->lock);
3316 ret = add_extent_mapping(em_tree, em, 1);
3317 write_unlock(&em_tree->lock);
3318 if (ret != -EEXIST) {
3319 free_extent_map(em);
3320 break;
3321 }
3322 btrfs_drop_extent_cache(inode, em->start,
3323 em->start + em->len - 1, 0);
3324 }
3325
David Sterbaee39b432014-09-30 01:33:33 +02003326 if (ret)
Filipe Manana7ffbb592014-06-09 03:48:05 +01003327 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
3328 &BTRFS_I(inode)->runtime_flags);
3329}
3330
Filipe Manana8039d872015-10-13 15:15:00 +01003331/*
3332 * Make sure we do not end up inserting an inline extent into a file that has
3333 * already other (non-inline) extents. If a file has an inline extent it can
3334 * not have any other extents and the (single) inline extent must start at the
3335 * file offset 0. Failing to respect these rules will lead to file corruption,
3336 * resulting in EIO errors on read/write operations, hitting BUG_ON's in mm, etc
3337 *
3338 * We can have extents that have been already written to disk or we can have
3339 * dirty ranges still in delalloc, in which case the extent maps and items are
3340 * created only when we run delalloc, and the delalloc ranges might fall outside
3341 * the range we are currently locking in the inode's io tree. So we check the
3342 * inode's i_size because of that (i_size updates are done while holding the
3343 * i_mutex, which we are holding here).
3344 * We also check to see if the inode has a size not greater than "datal" but has
3345 * extents beyond it, due to an fallocate with FALLOC_FL_KEEP_SIZE (and we are
3346 * protected against such concurrent fallocate calls by the i_mutex).
3347 *
3348 * If the file has no extents but a size greater than datal, do not allow the
3349 * copy because we would need turn the inline extent into a non-inline one (even
3350 * with NO_HOLES enabled). If we find our destination inode only has one inline
3351 * extent, just overwrite it with the source inline extent if its size is less
3352 * than the source extent's size, or we could copy the source inline extent's
3353 * data into the destination inode's inline extent if the later is greater then
3354 * the former.
3355 */
3356static int clone_copy_inline_extent(struct inode *src,
3357 struct inode *dst,
3358 struct btrfs_trans_handle *trans,
3359 struct btrfs_path *path,
3360 struct btrfs_key *new_key,
3361 const u64 drop_start,
3362 const u64 datal,
3363 const u64 skip,
3364 const u64 size,
3365 char *inline_data)
3366{
3367 struct btrfs_root *root = BTRFS_I(dst)->root;
3368 const u64 aligned_end = ALIGN(new_key->offset + datal,
3369 root->sectorsize);
3370 int ret;
3371 struct btrfs_key key;
3372
3373 if (new_key->offset > 0)
3374 return -EOPNOTSUPP;
3375
3376 key.objectid = btrfs_ino(dst);
3377 key.type = BTRFS_EXTENT_DATA_KEY;
3378 key.offset = 0;
3379 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
3380 if (ret < 0) {
3381 return ret;
3382 } else if (ret > 0) {
3383 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) {
3384 ret = btrfs_next_leaf(root, path);
3385 if (ret < 0)
3386 return ret;
3387 else if (ret > 0)
3388 goto copy_inline_extent;
3389 }
3390 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]);
3391 if (key.objectid == btrfs_ino(dst) &&
3392 key.type == BTRFS_EXTENT_DATA_KEY) {
3393 ASSERT(key.offset > 0);
3394 return -EOPNOTSUPP;
3395 }
3396 } else if (i_size_read(dst) <= datal) {
3397 struct btrfs_file_extent_item *ei;
3398 u64 ext_len;
3399
3400 /*
3401 * If the file size is <= datal, make sure there are no other
3402 * extents following (can happen do to an fallocate call with
3403 * the flag FALLOC_FL_KEEP_SIZE).
3404 */
3405 ei = btrfs_item_ptr(path->nodes[0], path->slots[0],
3406 struct btrfs_file_extent_item);
3407 /*
3408 * If it's an inline extent, it can not have other extents
3409 * following it.
3410 */
3411 if (btrfs_file_extent_type(path->nodes[0], ei) ==
3412 BTRFS_FILE_EXTENT_INLINE)
3413 goto copy_inline_extent;
3414
3415 ext_len = btrfs_file_extent_num_bytes(path->nodes[0], ei);
3416 if (ext_len > aligned_end)
3417 return -EOPNOTSUPP;
3418
3419 ret = btrfs_next_item(root, path);
3420 if (ret < 0) {
3421 return ret;
3422 } else if (ret == 0) {
3423 btrfs_item_key_to_cpu(path->nodes[0], &key,
3424 path->slots[0]);
3425 if (key.objectid == btrfs_ino(dst) &&
3426 key.type == BTRFS_EXTENT_DATA_KEY)
3427 return -EOPNOTSUPP;
3428 }
3429 }
3430
3431copy_inline_extent:
3432 /*
3433 * We have no extent items, or we have an extent at offset 0 which may
3434 * or may not be inlined. All these cases are dealt the same way.
3435 */
3436 if (i_size_read(dst) > datal) {
3437 /*
3438 * If the destination inode has an inline extent...
3439 * This would require copying the data from the source inline
3440 * extent into the beginning of the destination's inline extent.
3441 * But this is really complex, both extents can be compressed
3442 * or just one of them, which would require decompressing and
3443 * re-compressing data (which could increase the new compressed
3444 * size, not allowing the compressed data to fit anymore in an
3445 * inline extent).
3446 * So just don't support this case for now (it should be rare,
3447 * we are not really saving space when cloning inline extents).
3448 */
3449 return -EOPNOTSUPP;
3450 }
3451
3452 btrfs_release_path(path);
3453 ret = btrfs_drop_extents(trans, root, dst, drop_start, aligned_end, 1);
3454 if (ret)
3455 return ret;
3456 ret = btrfs_insert_empty_item(trans, root, path, new_key, size);
3457 if (ret)
3458 return ret;
3459
3460 if (skip) {
3461 const u32 start = btrfs_file_extent_calc_inline_size(0);
3462
3463 memmove(inline_data + start, inline_data + start + skip, datal);
3464 }
3465
3466 write_extent_buffer(path->nodes[0], inline_data,
3467 btrfs_item_ptr_offset(path->nodes[0],
3468 path->slots[0]),
3469 size);
3470 inode_add_bytes(dst, datal);
3471
3472 return 0;
3473}
3474
Mark Fasheh32b7c682013-08-06 11:42:49 -07003475/**
3476 * btrfs_clone() - clone a range from inode file to another
3477 *
3478 * @src: Inode to clone from
3479 * @inode: Inode to clone to
3480 * @off: Offset within source to start clone from
3481 * @olen: Original length, passed by user, of range to clone
Mark Fasheh1c919a52015-06-30 14:42:08 -07003482 * @olen_aligned: Block-aligned value of olen
Mark Fasheh32b7c682013-08-06 11:42:49 -07003483 * @destoff: Offset within @inode to start clone
Mark Fasheh1c919a52015-06-30 14:42:08 -07003484 * @no_time_update: Whether to update mtime/ctime on the target inode
Mark Fasheh32b7c682013-08-06 11:42:49 -07003485 */
3486static int btrfs_clone(struct inode *src, struct inode *inode,
Filipe Mananaf82a9902014-06-01 01:50:28 +01003487 const u64 off, const u64 olen, const u64 olen_aligned,
Mark Fasheh1c919a52015-06-30 14:42:08 -07003488 const u64 destoff, int no_time_update)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003489{
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003490 struct btrfs_root *root = BTRFS_I(inode)->root;
Mark Fasheh32b7c682013-08-06 11:42:49 -07003491 struct btrfs_path *path = NULL;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003492 struct extent_buffer *leaf;
Mark Fasheh32b7c682013-08-06 11:42:49 -07003493 struct btrfs_trans_handle *trans;
3494 char *buf = NULL;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003495 struct btrfs_key key;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003496 u32 nritems;
3497 int slot;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003498 int ret;
Josef Bacikfcebe452014-05-13 17:30:47 -07003499 int no_quota;
Filipe Mananaf82a9902014-06-01 01:50:28 +01003500 const u64 len = olen_aligned;
Josef Bacikfcebe452014-05-13 17:30:47 -07003501 u64 last_disko = 0;
Filipe Mananaf82a9902014-06-01 01:50:28 +01003502 u64 last_dest_end = destoff;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003503
3504 ret = -ENOMEM;
David Sterba707e8a02014-06-04 19:22:26 +02003505 buf = vmalloc(root->nodesize);
Yan Zhengae01a0a2008-08-04 23:23:47 -04003506 if (!buf)
Mark Fasheh32b7c682013-08-06 11:42:49 -07003507 return ret;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003508
3509 path = btrfs_alloc_path();
3510 if (!path) {
3511 vfree(buf);
Mark Fasheh32b7c682013-08-06 11:42:49 -07003512 return ret;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003513 }
Mark Fasheh32b7c682013-08-06 11:42:49 -07003514
Yan Zhengae01a0a2008-08-04 23:23:47 -04003515 path->reada = 2;
Sage Weilc5c9cd42008-11-12 14:32:25 -05003516 /* clone data */
Li Zefan33345d012011-04-20 10:31:50 +08003517 key.objectid = btrfs_ino(src);
Yan Zhengae01a0a2008-08-04 23:23:47 -04003518 key.type = BTRFS_EXTENT_DATA_KEY;
Filipe Manana2c463822014-05-31 02:31:05 +01003519 key.offset = off;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003520
3521 while (1) {
Chris Masonde249e62015-04-11 05:09:06 -07003522 u64 next_key_min_offset = key.offset + 1;
Filipe Mananadf858e72015-03-31 14:56:46 +01003523
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003524 /*
3525 * note the key will change type as we walk through the
3526 * tree.
3527 */
Filipe David Borba Mananae4355f32014-01-13 19:35:01 +00003528 path->leave_spinning = 1;
David Sterba362a20c2011-08-01 18:11:57 +02003529 ret = btrfs_search_slot(NULL, BTRFS_I(src)->root, &key, path,
3530 0, 0);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003531 if (ret < 0)
3532 goto out;
Filipe Manana2c463822014-05-31 02:31:05 +01003533 /*
3534 * First search, if no extent item that starts at offset off was
3535 * found but the previous item is an extent item, it's possible
3536 * it might overlap our target range, therefore process it.
3537 */
3538 if (key.offset == off && ret > 0 && path->slots[0] > 0) {
3539 btrfs_item_key_to_cpu(path->nodes[0], &key,
3540 path->slots[0] - 1);
3541 if (key.type == BTRFS_EXTENT_DATA_KEY)
3542 path->slots[0]--;
3543 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003544
Yan Zhengae01a0a2008-08-04 23:23:47 -04003545 nritems = btrfs_header_nritems(path->nodes[0]);
Filipe David Borba Mananae4355f32014-01-13 19:35:01 +00003546process_slot:
Josef Bacikfcebe452014-05-13 17:30:47 -07003547 no_quota = 1;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003548 if (path->slots[0] >= nritems) {
David Sterba362a20c2011-08-01 18:11:57 +02003549 ret = btrfs_next_leaf(BTRFS_I(src)->root, path);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003550 if (ret < 0)
3551 goto out;
3552 if (ret > 0)
3553 break;
Yan Zhengae01a0a2008-08-04 23:23:47 -04003554 nritems = btrfs_header_nritems(path->nodes[0]);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003555 }
3556 leaf = path->nodes[0];
3557 slot = path->slots[0];
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003558
Yan Zhengae01a0a2008-08-04 23:23:47 -04003559 btrfs_item_key_to_cpu(leaf, &key, slot);
David Sterba962a2982014-06-04 18:41:45 +02003560 if (key.type > BTRFS_EXTENT_DATA_KEY ||
Li Zefan33345d012011-04-20 10:31:50 +08003561 key.objectid != btrfs_ino(src))
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003562 break;
3563
David Sterba962a2982014-06-04 18:41:45 +02003564 if (key.type == BTRFS_EXTENT_DATA_KEY) {
Sage Weilc5c9cd42008-11-12 14:32:25 -05003565 struct btrfs_file_extent_item *extent;
3566 int type;
Zheng Yan31840ae2008-09-23 13:14:14 -04003567 u32 size;
3568 struct btrfs_key new_key;
Sage Weilc5c9cd42008-11-12 14:32:25 -05003569 u64 disko = 0, diskl = 0;
3570 u64 datao = 0, datal = 0;
3571 u8 comp;
Filipe Mananaf82a9902014-06-01 01:50:28 +01003572 u64 drop_start;
Zheng Yan31840ae2008-09-23 13:14:14 -04003573
Sage Weilc5c9cd42008-11-12 14:32:25 -05003574 extent = btrfs_item_ptr(leaf, slot,
3575 struct btrfs_file_extent_item);
3576 comp = btrfs_file_extent_compression(leaf, extent);
3577 type = btrfs_file_extent_type(leaf, extent);
Chris Masonc8a894d2009-06-27 21:07:03 -04003578 if (type == BTRFS_FILE_EXTENT_REG ||
3579 type == BTRFS_FILE_EXTENT_PREALLOC) {
Chris Masond3977122009-01-05 21:25:51 -05003580 disko = btrfs_file_extent_disk_bytenr(leaf,
3581 extent);
3582 diskl = btrfs_file_extent_disk_num_bytes(leaf,
3583 extent);
Sage Weilc5c9cd42008-11-12 14:32:25 -05003584 datao = btrfs_file_extent_offset(leaf, extent);
Chris Masond3977122009-01-05 21:25:51 -05003585 datal = btrfs_file_extent_num_bytes(leaf,
3586 extent);
Sage Weilc5c9cd42008-11-12 14:32:25 -05003587 } else if (type == BTRFS_FILE_EXTENT_INLINE) {
3588 /* take upper bound, may be compressed */
3589 datal = btrfs_file_extent_ram_bytes(leaf,
3590 extent);
3591 }
Zheng Yan31840ae2008-09-23 13:14:14 -04003592
Filipe Manana2c463822014-05-31 02:31:05 +01003593 /*
3594 * The first search might have left us at an extent
3595 * item that ends before our target range's start, can
3596 * happen if we have holes and NO_HOLES feature enabled.
3597 */
3598 if (key.offset + datal <= off) {
Filipe David Borba Mananae4355f32014-01-13 19:35:01 +00003599 path->slots[0]++;
3600 goto process_slot;
Filipe Manana2c463822014-05-31 02:31:05 +01003601 } else if (key.offset >= off + len) {
3602 break;
Filipe David Borba Mananae4355f32014-01-13 19:35:01 +00003603 }
Filipe Mananadf858e72015-03-31 14:56:46 +01003604 next_key_min_offset = key.offset + datal;
Filipe David Borba Mananae4355f32014-01-13 19:35:01 +00003605 size = btrfs_item_size_nr(leaf, slot);
3606 read_extent_buffer(leaf, buf,
3607 btrfs_item_ptr_offset(leaf, slot),
3608 size);
3609
3610 btrfs_release_path(path);
3611 path->leave_spinning = 0;
Sage Weilc5c9cd42008-11-12 14:32:25 -05003612
Zheng Yan31840ae2008-09-23 13:14:14 -04003613 memcpy(&new_key, &key, sizeof(new_key));
Li Zefan33345d012011-04-20 10:31:50 +08003614 new_key.objectid = btrfs_ino(inode);
Li Zefan4d728ec2011-01-26 14:10:43 +08003615 if (off <= key.offset)
3616 new_key.offset = key.offset + destoff - off;
3617 else
3618 new_key.offset = destoff;
Sage Weilc5c9cd42008-11-12 14:32:25 -05003619
Sage Weilb6f34092011-09-20 14:48:51 -04003620 /*
Filipe Mananaf82a9902014-06-01 01:50:28 +01003621 * Deal with a hole that doesn't have an extent item
3622 * that represents it (NO_HOLES feature enabled).
3623 * This hole is either in the middle of the cloning
3624 * range or at the beginning (fully overlaps it or
3625 * partially overlaps it).
3626 */
3627 if (new_key.offset != last_dest_end)
3628 drop_start = last_dest_end;
3629 else
3630 drop_start = new_key.offset;
3631
3632 /*
Sage Weilb6f34092011-09-20 14:48:51 -04003633 * 1 - adjusting old extent (we may have to split it)
3634 * 1 - add new extent
3635 * 1 - inode update
3636 */
3637 trans = btrfs_start_transaction(root, 3);
Yan, Zhenga22285a2010-05-16 10:48:46 -04003638 if (IS_ERR(trans)) {
3639 ret = PTR_ERR(trans);
3640 goto out;
3641 }
3642
Chris Masonc8a894d2009-06-27 21:07:03 -04003643 if (type == BTRFS_FILE_EXTENT_REG ||
3644 type == BTRFS_FILE_EXTENT_PREALLOC) {
Li Zefand72c0842011-09-11 10:52:25 -04003645 /*
3646 * a | --- range to clone ---| b
3647 * | ------------- extent ------------- |
3648 */
3649
Antonio Ospite93915582014-06-04 14:03:48 +02003650 /* subtract range b */
Li Zefand72c0842011-09-11 10:52:25 -04003651 if (key.offset + datal > off + len)
3652 datal = off + len - key.offset;
3653
Antonio Ospite93915582014-06-04 14:03:48 +02003654 /* subtract range a */
Yan, Zhenga22285a2010-05-16 10:48:46 -04003655 if (off > key.offset) {
3656 datao += off - key.offset;
3657 datal -= off - key.offset;
3658 }
3659
Josef Bacik5dc562c2012-08-17 13:14:17 -04003660 ret = btrfs_drop_extents(trans, root, inode,
Filipe Mananaf82a9902014-06-01 01:50:28 +01003661 drop_start,
Yan, Zhenga22285a2010-05-16 10:48:46 -04003662 new_key.offset + datal,
Josef Bacik26714852012-08-29 12:24:27 -04003663 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003664 if (ret) {
David Sterba3f9e3df2014-04-15 18:50:17 +02003665 if (ret != -EOPNOTSUPP)
Liu Bo00fdf132014-03-10 18:56:07 +08003666 btrfs_abort_transaction(trans,
3667 root, ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003668 btrfs_end_transaction(trans, root);
3669 goto out;
3670 }
Yan, Zhenga22285a2010-05-16 10:48:46 -04003671
Sage Weilc5c9cd42008-11-12 14:32:25 -05003672 ret = btrfs_insert_empty_item(trans, root, path,
3673 &new_key, size);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003674 if (ret) {
3675 btrfs_abort_transaction(trans, root,
3676 ret);
3677 btrfs_end_transaction(trans, root);
3678 goto out;
3679 }
Sage Weilc5c9cd42008-11-12 14:32:25 -05003680
3681 leaf = path->nodes[0];
3682 slot = path->slots[0];
3683 write_extent_buffer(leaf, buf,
3684 btrfs_item_ptr_offset(leaf, slot),
3685 size);
3686
3687 extent = btrfs_item_ptr(leaf, slot,
3688 struct btrfs_file_extent_item);
Sage Weilc5c9cd42008-11-12 14:32:25 -05003689
Sage Weilc5c9cd42008-11-12 14:32:25 -05003690 /* disko == 0 means it's a hole */
3691 if (!disko)
3692 datao = 0;
Sage Weilc5c9cd42008-11-12 14:32:25 -05003693
3694 btrfs_set_file_extent_offset(leaf, extent,
3695 datao);
3696 btrfs_set_file_extent_num_bytes(leaf, extent,
3697 datal);
Josef Bacikfcebe452014-05-13 17:30:47 -07003698
3699 /*
3700 * We need to look up the roots that point at
3701 * this bytenr and see if the new root does. If
3702 * it does not we need to make sure we update
3703 * quotas appropriately.
3704 */
3705 if (disko && root != BTRFS_I(src)->root &&
3706 disko != last_disko) {
3707 no_quota = check_ref(trans, root,
3708 disko);
3709 if (no_quota < 0) {
3710 btrfs_abort_transaction(trans,
3711 root,
3712 ret);
3713 btrfs_end_transaction(trans,
3714 root);
3715 ret = no_quota;
3716 goto out;
3717 }
3718 }
3719
Sage Weilc5c9cd42008-11-12 14:32:25 -05003720 if (disko) {
3721 inode_add_bytes(inode, datal);
3722 ret = btrfs_inc_extent_ref(trans, root,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003723 disko, diskl, 0,
3724 root->root_key.objectid,
Li Zefan33345d012011-04-20 10:31:50 +08003725 btrfs_ino(inode),
Arne Jansen66d7e7f2011-09-12 15:26:38 +02003726 new_key.offset - datao,
Josef Bacikfcebe452014-05-13 17:30:47 -07003727 no_quota);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003728 if (ret) {
3729 btrfs_abort_transaction(trans,
3730 root,
3731 ret);
3732 btrfs_end_transaction(trans,
3733 root);
3734 goto out;
3735
3736 }
Sage Weilc5c9cd42008-11-12 14:32:25 -05003737 }
3738 } else if (type == BTRFS_FILE_EXTENT_INLINE) {
3739 u64 skip = 0;
3740 u64 trim = 0;
Filipe Mananaed958762015-07-14 16:09:39 +01003741
Sage Weilc5c9cd42008-11-12 14:32:25 -05003742 if (off > key.offset) {
3743 skip = off - key.offset;
3744 new_key.offset += skip;
3745 }
Chris Masond3977122009-01-05 21:25:51 -05003746
Liu Boaa42ffd2012-09-18 03:52:23 -06003747 if (key.offset + datal > off + len)
3748 trim = key.offset + datal - (off + len);
Chris Masond3977122009-01-05 21:25:51 -05003749
Sage Weilc5c9cd42008-11-12 14:32:25 -05003750 if (comp && (skip || trim)) {
Sage Weilc5c9cd42008-11-12 14:32:25 -05003751 ret = -EINVAL;
Yan, Zhenga22285a2010-05-16 10:48:46 -04003752 btrfs_end_transaction(trans, root);
Sage Weilc5c9cd42008-11-12 14:32:25 -05003753 goto out;
3754 }
3755 size -= skip + trim;
3756 datal -= skip + trim;
Yan, Zhenga22285a2010-05-16 10:48:46 -04003757
Filipe Manana8039d872015-10-13 15:15:00 +01003758 ret = clone_copy_inline_extent(src, inode,
3759 trans, path,
3760 &new_key,
3761 drop_start,
3762 datal,
3763 skip, size, buf);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003764 if (ret) {
David Sterba3f9e3df2014-04-15 18:50:17 +02003765 if (ret != -EOPNOTSUPP)
Chris Mason3a29bc02014-04-07 07:10:40 -07003766 btrfs_abort_transaction(trans,
Filipe Manana8039d872015-10-13 15:15:00 +01003767 root,
3768 ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003769 btrfs_end_transaction(trans, root);
3770 goto out;
3771 }
Sage Weilc5c9cd42008-11-12 14:32:25 -05003772 leaf = path->nodes[0];
3773 slot = path->slots[0];
Sage Weilc5c9cd42008-11-12 14:32:25 -05003774 }
3775
Filipe Manana7ffbb592014-06-09 03:48:05 +01003776 /* If we have an implicit hole (NO_HOLES feature). */
3777 if (drop_start < new_key.offset)
3778 clone_update_extent_map(inode, trans,
Filipe Manana14f59792014-06-29 21:45:40 +01003779 NULL, drop_start,
Filipe Manana7ffbb592014-06-09 03:48:05 +01003780 new_key.offset - drop_start);
3781
Filipe Manana14f59792014-06-29 21:45:40 +01003782 clone_update_extent_map(inode, trans, path, 0, 0);
Filipe Manana7ffbb592014-06-09 03:48:05 +01003783
Sage Weilc5c9cd42008-11-12 14:32:25 -05003784 btrfs_mark_buffer_dirty(leaf);
David Sterbab3b4aa72011-04-21 01:20:15 +02003785 btrfs_release_path(path);
Sage Weilc5c9cd42008-11-12 14:32:25 -05003786
Filipe Manana62e23902014-08-08 02:47:06 +01003787 last_dest_end = ALIGN(new_key.offset + datal,
3788 root->sectorsize);
Filipe Mananaf82a9902014-06-01 01:50:28 +01003789 ret = clone_finish_inode_update(trans, inode,
3790 last_dest_end,
Mark Fasheh1c919a52015-06-30 14:42:08 -07003791 destoff, olen,
3792 no_time_update);
Filipe Mananaf82a9902014-06-01 01:50:28 +01003793 if (ret)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003794 goto out;
Filipe Manana2c463822014-05-31 02:31:05 +01003795 if (new_key.offset + datal >= destoff + len)
3796 break;
Yan, Zhenga22285a2010-05-16 10:48:46 -04003797 }
David Sterbab3b4aa72011-04-21 01:20:15 +02003798 btrfs_release_path(path);
Filipe Mananadf858e72015-03-31 14:56:46 +01003799 key.offset = next_key_min_offset;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003800 }
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003801 ret = 0;
Mark Fasheh32b7c682013-08-06 11:42:49 -07003802
Filipe Mananaf82a9902014-06-01 01:50:28 +01003803 if (last_dest_end < destoff + len) {
3804 /*
3805 * We have an implicit hole (NO_HOLES feature is enabled) that
3806 * fully or partially overlaps our cloning range at its end.
3807 */
3808 btrfs_release_path(path);
3809
3810 /*
3811 * 1 - remove extent(s)
3812 * 1 - inode update
3813 */
3814 trans = btrfs_start_transaction(root, 2);
3815 if (IS_ERR(trans)) {
3816 ret = PTR_ERR(trans);
3817 goto out;
3818 }
3819 ret = btrfs_drop_extents(trans, root, inode,
3820 last_dest_end, destoff + len, 1);
3821 if (ret) {
3822 if (ret != -EOPNOTSUPP)
3823 btrfs_abort_transaction(trans, root, ret);
3824 btrfs_end_transaction(trans, root);
3825 goto out;
3826 }
Filipe Manana14f59792014-06-29 21:45:40 +01003827 clone_update_extent_map(inode, trans, NULL, last_dest_end,
3828 destoff + len - last_dest_end);
Filipe Mananaf82a9902014-06-01 01:50:28 +01003829 ret = clone_finish_inode_update(trans, inode, destoff + len,
Mark Fasheh1c919a52015-06-30 14:42:08 -07003830 destoff, olen, no_time_update);
Filipe Mananaf82a9902014-06-01 01:50:28 +01003831 }
3832
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003833out:
Mark Fasheh32b7c682013-08-06 11:42:49 -07003834 btrfs_free_path(path);
3835 vfree(buf);
3836 return ret;
3837}
3838
3839static noinline long btrfs_ioctl_clone(struct file *file, unsigned long srcfd,
3840 u64 off, u64 olen, u64 destoff)
3841{
Al Viro54563d42013-09-01 15:57:51 -04003842 struct inode *inode = file_inode(file);
Mark Fasheh32b7c682013-08-06 11:42:49 -07003843 struct btrfs_root *root = BTRFS_I(inode)->root;
3844 struct fd src_file;
3845 struct inode *src;
3846 int ret;
3847 u64 len = olen;
3848 u64 bs = root->fs_info->sb->s_blocksize;
3849 int same_inode = 0;
3850
3851 /*
3852 * TODO:
3853 * - split compressed inline extents. annoying: we need to
3854 * decompress into destination's address_space (the file offset
3855 * may change, so source mapping won't do), then recompress (or
3856 * otherwise reinsert) a subrange.
Liu Bo00fdf132014-03-10 18:56:07 +08003857 *
3858 * - split destination inode's inline extents. The inline extents can
3859 * be either compressed or non-compressed.
Mark Fasheh32b7c682013-08-06 11:42:49 -07003860 */
3861
3862 /* the destination must be opened for writing */
3863 if (!(file->f_mode & FMODE_WRITE) || (file->f_flags & O_APPEND))
3864 return -EINVAL;
3865
3866 if (btrfs_root_readonly(root))
3867 return -EROFS;
3868
3869 ret = mnt_want_write_file(file);
3870 if (ret)
3871 return ret;
3872
3873 src_file = fdget(srcfd);
3874 if (!src_file.file) {
3875 ret = -EBADF;
3876 goto out_drop_write;
3877 }
3878
3879 ret = -EXDEV;
3880 if (src_file.file->f_path.mnt != file->f_path.mnt)
3881 goto out_fput;
3882
3883 src = file_inode(src_file.file);
3884
3885 ret = -EINVAL;
3886 if (src == inode)
3887 same_inode = 1;
3888
3889 /* the src must be open for reading */
3890 if (!(src_file.file->f_mode & FMODE_READ))
3891 goto out_fput;
3892
3893 /* don't make the dst file partly checksummed */
3894 if ((BTRFS_I(src)->flags & BTRFS_INODE_NODATASUM) !=
3895 (BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM))
3896 goto out_fput;
3897
3898 ret = -EISDIR;
3899 if (S_ISDIR(src->i_mode) || S_ISDIR(inode->i_mode))
3900 goto out_fput;
3901
3902 ret = -EXDEV;
3903 if (src->i_sb != inode->i_sb)
3904 goto out_fput;
3905
3906 if (!same_inode) {
Mark Fasheh293a8482015-06-30 14:42:06 -07003907 btrfs_double_inode_lock(src, inode);
Mark Fasheh32b7c682013-08-06 11:42:49 -07003908 } else {
3909 mutex_lock(&src->i_mutex);
3910 }
3911
3912 /* determine range to clone */
3913 ret = -EINVAL;
3914 if (off + len > src->i_size || off + len < off)
3915 goto out_unlock;
3916 if (len == 0)
3917 olen = len = src->i_size - off;
3918 /* if we extend to eof, continue to block boundary */
3919 if (off + len == src->i_size)
3920 len = ALIGN(src->i_size, bs) - off;
3921
Filipe Mananaccccf3d62015-03-30 18:23:59 +01003922 if (len == 0) {
3923 ret = 0;
3924 goto out_unlock;
3925 }
3926
Mark Fasheh32b7c682013-08-06 11:42:49 -07003927 /* verify the end result is block aligned */
3928 if (!IS_ALIGNED(off, bs) || !IS_ALIGNED(off + len, bs) ||
3929 !IS_ALIGNED(destoff, bs))
3930 goto out_unlock;
3931
3932 /* verify if ranges are overlapped within the same file */
3933 if (same_inode) {
3934 if (destoff + len > off && destoff < off + len)
3935 goto out_unlock;
3936 }
3937
3938 if (destoff > inode->i_size) {
3939 ret = btrfs_cont_expand(inode, inode->i_size, destoff);
3940 if (ret)
3941 goto out_unlock;
3942 }
3943
Filipe Mananac125b8b2014-05-23 05:03:34 +01003944 /*
3945 * Lock the target range too. Right after we replace the file extent
3946 * items in the fs tree (which now point to the cloned data), we might
3947 * have a worker replace them with extent items relative to a write
3948 * operation that was issued before this clone operation (i.e. confront
3949 * with inode.c:btrfs_finish_ordered_io).
3950 */
3951 if (same_inode) {
3952 u64 lock_start = min_t(u64, off, destoff);
3953 u64 lock_len = max_t(u64, off, destoff) + len - lock_start;
Mark Fasheh32b7c682013-08-06 11:42:49 -07003954
Filipe Mananac125b8b2014-05-23 05:03:34 +01003955 lock_extent_range(src, lock_start, lock_len);
3956 } else {
Mark Fasheh293a8482015-06-30 14:42:06 -07003957 btrfs_double_extent_lock(src, off, inode, destoff, len);
Filipe Mananac125b8b2014-05-23 05:03:34 +01003958 }
Mark Fasheh32b7c682013-08-06 11:42:49 -07003959
Mark Fasheh1c919a52015-06-30 14:42:08 -07003960 ret = btrfs_clone(src, inode, off, olen, len, destoff, 0);
Mark Fasheh32b7c682013-08-06 11:42:49 -07003961
Filipe Mananac125b8b2014-05-23 05:03:34 +01003962 if (same_inode) {
3963 u64 lock_start = min_t(u64, off, destoff);
3964 u64 lock_end = max_t(u64, off, destoff) + len - 1;
3965
3966 unlock_extent(&BTRFS_I(src)->io_tree, lock_start, lock_end);
3967 } else {
Mark Fasheh293a8482015-06-30 14:42:06 -07003968 btrfs_double_extent_unlock(src, off, inode, destoff, len);
Filipe Mananac125b8b2014-05-23 05:03:34 +01003969 }
3970 /*
3971 * Truncate page cache pages so that future reads will see the cloned
3972 * data immediately and not the previous data.
3973 */
3974 truncate_inode_pages_range(&inode->i_data, destoff,
3975 PAGE_CACHE_ALIGN(destoff + len) - 1);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003976out_unlock:
Mark Fasheh293a8482015-06-30 14:42:06 -07003977 if (!same_inode)
3978 btrfs_double_inode_unlock(src, inode);
3979 else
Filipe David Borba Mananac57c2b32014-01-11 21:31:25 +00003980 mutex_unlock(&src->i_mutex);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003981out_fput:
Al Viro2903ff02012-08-28 12:52:22 -04003982 fdput(src_file);
Yan Zhengab67b7c2008-12-19 10:58:39 -05003983out_drop_write:
Al Viro2a79f172011-12-09 08:06:57 -05003984 mnt_drop_write_file(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003985 return ret;
3986}
3987
Christoph Hellwig7a865e82008-12-02 09:52:24 -05003988static long btrfs_ioctl_clone_range(struct file *file, void __user *argp)
Sage Weilc5c9cd42008-11-12 14:32:25 -05003989{
3990 struct btrfs_ioctl_clone_range_args args;
3991
Christoph Hellwig7a865e82008-12-02 09:52:24 -05003992 if (copy_from_user(&args, argp, sizeof(args)))
Sage Weilc5c9cd42008-11-12 14:32:25 -05003993 return -EFAULT;
3994 return btrfs_ioctl_clone(file, args.src_fd, args.src_offset,
3995 args.src_length, args.dest_offset);
3996}
3997
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04003998/*
3999 * there are many ways the trans_start and trans_end ioctls can lead
4000 * to deadlocks. They should only be used by applications that
4001 * basically own the machine, and have a very in depth understanding
4002 * of all the possible deadlocks and enospc problems.
4003 */
Christoph Hellwigb2950862008-12-02 09:54:17 -05004004static long btrfs_ioctl_trans_start(struct file *file)
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004005{
Al Viro496ad9a2013-01-23 17:07:38 -05004006 struct inode *inode = file_inode(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004007 struct btrfs_root *root = BTRFS_I(inode)->root;
4008 struct btrfs_trans_handle *trans;
Sage Weil1ab86ae2009-09-29 18:38:44 -04004009 int ret;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004010
Sage Weil1ab86ae2009-09-29 18:38:44 -04004011 ret = -EPERM;
Christoph Hellwigdf5b5522008-06-11 21:53:58 -04004012 if (!capable(CAP_SYS_ADMIN))
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004013 goto out;
Sage Weil1ab86ae2009-09-29 18:38:44 -04004014
4015 ret = -EINPROGRESS;
4016 if (file->private_data)
4017 goto out;
Sage Weil9ca9ee02008-08-04 10:41:27 -04004018
Li Zefanb83cc962010-12-20 16:04:08 +08004019 ret = -EROFS;
4020 if (btrfs_root_readonly(root))
4021 goto out;
4022
Al Viroa561be72011-11-23 11:57:51 -05004023 ret = mnt_want_write_file(file);
Yan Zhengc146afa2008-11-12 14:34:12 -05004024 if (ret)
4025 goto out;
4026
Josef Bacika4abeea2011-04-11 17:25:13 -04004027 atomic_inc(&root->fs_info->open_ioctl_trans);
Sage Weil9ca9ee02008-08-04 10:41:27 -04004028
Sage Weil1ab86ae2009-09-29 18:38:44 -04004029 ret = -ENOMEM;
Josef Bacik7a7eaa42011-04-13 12:54:33 -04004030 trans = btrfs_start_ioctl_transaction(root);
Tsutomu Itohabd30bb2011-01-24 00:57:10 +00004031 if (IS_ERR(trans))
Sage Weil1ab86ae2009-09-29 18:38:44 -04004032 goto out_drop;
4033
4034 file->private_data = trans;
4035 return 0;
4036
4037out_drop:
Josef Bacika4abeea2011-04-11 17:25:13 -04004038 atomic_dec(&root->fs_info->open_ioctl_trans);
Al Viro2a79f172011-12-09 08:06:57 -05004039 mnt_drop_write_file(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004040out:
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004041 return ret;
4042}
4043
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004044static long btrfs_ioctl_default_subvol(struct file *file, void __user *argp)
4045{
Al Viro496ad9a2013-01-23 17:07:38 -05004046 struct inode *inode = file_inode(file);
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004047 struct btrfs_root *root = BTRFS_I(inode)->root;
4048 struct btrfs_root *new_root;
4049 struct btrfs_dir_item *di;
4050 struct btrfs_trans_handle *trans;
4051 struct btrfs_path *path;
4052 struct btrfs_key location;
4053 struct btrfs_disk_key disk_key;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004054 u64 objectid = 0;
4055 u64 dir_id;
Miao Xie3c04ce02012-11-26 08:43:07 +00004056 int ret;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004057
4058 if (!capable(CAP_SYS_ADMIN))
4059 return -EPERM;
4060
Miao Xie3c04ce02012-11-26 08:43:07 +00004061 ret = mnt_want_write_file(file);
4062 if (ret)
4063 return ret;
4064
4065 if (copy_from_user(&objectid, argp, sizeof(objectid))) {
4066 ret = -EFAULT;
4067 goto out;
4068 }
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004069
4070 if (!objectid)
chandan1cecf572013-09-13 19:34:10 +05304071 objectid = BTRFS_FS_TREE_OBJECTID;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004072
4073 location.objectid = objectid;
4074 location.type = BTRFS_ROOT_ITEM_KEY;
4075 location.offset = (u64)-1;
4076
4077 new_root = btrfs_read_fs_root_no_name(root->fs_info, &location);
Miao Xie3c04ce02012-11-26 08:43:07 +00004078 if (IS_ERR(new_root)) {
4079 ret = PTR_ERR(new_root);
4080 goto out;
4081 }
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004082
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004083 path = btrfs_alloc_path();
Miao Xie3c04ce02012-11-26 08:43:07 +00004084 if (!path) {
4085 ret = -ENOMEM;
4086 goto out;
4087 }
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004088 path->leave_spinning = 1;
4089
4090 trans = btrfs_start_transaction(root, 1);
Tsutomu Itoh98d5dc12011-01-20 06:19:37 +00004091 if (IS_ERR(trans)) {
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004092 btrfs_free_path(path);
Miao Xie3c04ce02012-11-26 08:43:07 +00004093 ret = PTR_ERR(trans);
4094 goto out;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004095 }
4096
David Sterba6c417612011-04-13 15:41:04 +02004097 dir_id = btrfs_super_root_dir(root->fs_info->super_copy);
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004098 di = btrfs_lookup_dir_item(trans, root->fs_info->tree_root, path,
4099 dir_id, "default", 7, 1);
Dan Carpentercf1e99a2010-05-29 09:47:24 +00004100 if (IS_ERR_OR_NULL(di)) {
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004101 btrfs_free_path(path);
4102 btrfs_end_transaction(trans, root);
Frank Holtonefe120a2013-12-20 11:37:06 -05004103 btrfs_err(new_root->fs_info, "Umm, you don't have the default dir"
4104 "item, this isn't going to work");
Miao Xie3c04ce02012-11-26 08:43:07 +00004105 ret = -ENOENT;
4106 goto out;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004107 }
4108
4109 btrfs_cpu_key_to_disk(&disk_key, &new_root->root_key);
4110 btrfs_set_dir_item_key(path->nodes[0], di, &disk_key);
4111 btrfs_mark_buffer_dirty(path->nodes[0]);
4112 btrfs_free_path(path);
4113
Mitch Harder2b0ce2c2012-07-24 11:58:43 -06004114 btrfs_set_fs_incompat(root->fs_info, DEFAULT_SUBVOL);
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004115 btrfs_end_transaction(trans, root);
Miao Xie3c04ce02012-11-26 08:43:07 +00004116out:
4117 mnt_drop_write_file(file);
4118 return ret;
Josef Bacik6ef5ed02009-12-11 21:11:29 +00004119}
4120
Stefan Behrens5af3e8c2012-08-01 18:56:49 +02004121void btrfs_get_block_group_info(struct list_head *groups_list,
4122 struct btrfs_ioctl_space_info *space)
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004123{
4124 struct btrfs_block_group_cache *block_group;
4125
4126 space->total_bytes = 0;
4127 space->used_bytes = 0;
4128 space->flags = 0;
4129 list_for_each_entry(block_group, groups_list, list) {
4130 space->flags = block_group->flags;
4131 space->total_bytes += block_group->key.offset;
4132 space->used_bytes +=
4133 btrfs_block_group_used(&block_group->item);
4134 }
4135}
4136
Eric Sandeen48a3b632013-04-25 20:41:01 +00004137static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
Josef Bacik1406e432010-01-13 18:19:06 +00004138{
4139 struct btrfs_ioctl_space_args space_args;
4140 struct btrfs_ioctl_space_info space;
4141 struct btrfs_ioctl_space_info *dest;
Chris Mason7fde62b2010-03-16 15:40:10 -04004142 struct btrfs_ioctl_space_info *dest_orig;
Daniel J Blueman13f26962011-04-11 15:56:31 +00004143 struct btrfs_ioctl_space_info __user *user_dest;
Josef Bacik1406e432010-01-13 18:19:06 +00004144 struct btrfs_space_info *info;
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004145 u64 types[] = {BTRFS_BLOCK_GROUP_DATA,
4146 BTRFS_BLOCK_GROUP_SYSTEM,
4147 BTRFS_BLOCK_GROUP_METADATA,
4148 BTRFS_BLOCK_GROUP_DATA | BTRFS_BLOCK_GROUP_METADATA};
4149 int num_types = 4;
Chris Mason7fde62b2010-03-16 15:40:10 -04004150 int alloc_size;
Josef Bacik1406e432010-01-13 18:19:06 +00004151 int ret = 0;
Dan Rosenberg51788b12011-02-14 16:04:23 -05004152 u64 slot_count = 0;
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004153 int i, c;
Josef Bacik1406e432010-01-13 18:19:06 +00004154
4155 if (copy_from_user(&space_args,
4156 (struct btrfs_ioctl_space_args __user *)arg,
4157 sizeof(space_args)))
4158 return -EFAULT;
4159
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004160 for (i = 0; i < num_types; i++) {
4161 struct btrfs_space_info *tmp;
4162
4163 info = NULL;
4164 rcu_read_lock();
4165 list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
4166 list) {
4167 if (tmp->flags == types[i]) {
4168 info = tmp;
4169 break;
4170 }
4171 }
4172 rcu_read_unlock();
4173
4174 if (!info)
4175 continue;
4176
4177 down_read(&info->groups_sem);
4178 for (c = 0; c < BTRFS_NR_RAID_TYPES; c++) {
4179 if (!list_empty(&info->block_groups[c]))
4180 slot_count++;
4181 }
4182 up_read(&info->groups_sem);
4183 }
Josef Bacik1406e432010-01-13 18:19:06 +00004184
David Sterba36523e952014-02-07 14:34:12 +01004185 /*
4186 * Global block reserve, exported as a space_info
4187 */
4188 slot_count++;
4189
Chris Mason7fde62b2010-03-16 15:40:10 -04004190 /* space_slots == 0 means they are asking for a count */
4191 if (space_args.space_slots == 0) {
4192 space_args.total_spaces = slot_count;
4193 goto out;
4194 }
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004195
Dan Rosenberg51788b12011-02-14 16:04:23 -05004196 slot_count = min_t(u64, space_args.space_slots, slot_count);
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004197
Chris Mason7fde62b2010-03-16 15:40:10 -04004198 alloc_size = sizeof(*dest) * slot_count;
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004199
Chris Mason7fde62b2010-03-16 15:40:10 -04004200 /* we generally have at most 6 or so space infos, one for each raid
4201 * level. So, a whole page should be more than enough for everyone
4202 */
4203 if (alloc_size > PAGE_CACHE_SIZE)
4204 return -ENOMEM;
4205
4206 space_args.total_spaces = 0;
4207 dest = kmalloc(alloc_size, GFP_NOFS);
4208 if (!dest)
4209 return -ENOMEM;
4210 dest_orig = dest;
4211
4212 /* now we have a buffer to copy into */
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004213 for (i = 0; i < num_types; i++) {
4214 struct btrfs_space_info *tmp;
Chris Mason7fde62b2010-03-16 15:40:10 -04004215
Dan Rosenberg51788b12011-02-14 16:04:23 -05004216 if (!slot_count)
4217 break;
4218
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004219 info = NULL;
4220 rcu_read_lock();
4221 list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
4222 list) {
4223 if (tmp->flags == types[i]) {
4224 info = tmp;
4225 break;
4226 }
4227 }
4228 rcu_read_unlock();
Chris Mason7fde62b2010-03-16 15:40:10 -04004229
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004230 if (!info)
4231 continue;
4232 down_read(&info->groups_sem);
4233 for (c = 0; c < BTRFS_NR_RAID_TYPES; c++) {
4234 if (!list_empty(&info->block_groups[c])) {
Stefan Behrens5af3e8c2012-08-01 18:56:49 +02004235 btrfs_get_block_group_info(
4236 &info->block_groups[c], &space);
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004237 memcpy(dest, &space, sizeof(space));
4238 dest++;
4239 space_args.total_spaces++;
Dan Rosenberg51788b12011-02-14 16:04:23 -05004240 slot_count--;
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004241 }
Dan Rosenberg51788b12011-02-14 16:04:23 -05004242 if (!slot_count)
4243 break;
Josef Bacikbf5fc0932010-09-29 11:22:36 -04004244 }
4245 up_read(&info->groups_sem);
Josef Bacik1406e432010-01-13 18:19:06 +00004246 }
Josef Bacik1406e432010-01-13 18:19:06 +00004247
David Sterba36523e952014-02-07 14:34:12 +01004248 /*
4249 * Add global block reserve
4250 */
4251 if (slot_count) {
4252 struct btrfs_block_rsv *block_rsv = &root->fs_info->global_block_rsv;
4253
4254 spin_lock(&block_rsv->lock);
4255 space.total_bytes = block_rsv->size;
4256 space.used_bytes = block_rsv->size - block_rsv->reserved;
4257 spin_unlock(&block_rsv->lock);
4258 space.flags = BTRFS_SPACE_INFO_GLOBAL_RSV;
4259 memcpy(dest, &space, sizeof(space));
4260 space_args.total_spaces++;
4261 }
4262
Daniel J Blueman2eec6c82012-04-26 00:37:14 +08004263 user_dest = (struct btrfs_ioctl_space_info __user *)
Chris Mason7fde62b2010-03-16 15:40:10 -04004264 (arg + sizeof(struct btrfs_ioctl_space_args));
4265
4266 if (copy_to_user(user_dest, dest_orig, alloc_size))
4267 ret = -EFAULT;
4268
4269 kfree(dest_orig);
4270out:
4271 if (ret == 0 && copy_to_user(arg, &space_args, sizeof(space_args)))
Josef Bacik1406e432010-01-13 18:19:06 +00004272 ret = -EFAULT;
4273
4274 return ret;
4275}
4276
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004277/*
4278 * there are many ways the trans_start and trans_end ioctls can lead
4279 * to deadlocks. They should only be used by applications that
4280 * basically own the machine, and have a very in depth understanding
4281 * of all the possible deadlocks and enospc problems.
4282 */
4283long btrfs_ioctl_trans_end(struct file *file)
4284{
Al Viro496ad9a2013-01-23 17:07:38 -05004285 struct inode *inode = file_inode(file);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004286 struct btrfs_root *root = BTRFS_I(inode)->root;
4287 struct btrfs_trans_handle *trans;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004288
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004289 trans = file->private_data;
Sage Weil1ab86ae2009-09-29 18:38:44 -04004290 if (!trans)
4291 return -EINVAL;
Christoph Hellwigb2141072008-09-05 16:43:31 -04004292 file->private_data = NULL;
Sage Weil9ca9ee02008-08-04 10:41:27 -04004293
Sage Weil1ab86ae2009-09-29 18:38:44 -04004294 btrfs_end_transaction(trans, root);
4295
Josef Bacika4abeea2011-04-11 17:25:13 -04004296 atomic_dec(&root->fs_info->open_ioctl_trans);
Sage Weil9ca9ee02008-08-04 10:41:27 -04004297
Al Viro2a79f172011-12-09 08:06:57 -05004298 mnt_drop_write_file(file);
Sage Weil1ab86ae2009-09-29 18:38:44 -04004299 return 0;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04004300}
4301
Miao Xie9a8c28b2012-11-26 08:40:43 +00004302static noinline long btrfs_ioctl_start_sync(struct btrfs_root *root,
4303 void __user *argp)
Sage Weil46204592010-10-29 15:41:32 -04004304{
Sage Weil46204592010-10-29 15:41:32 -04004305 struct btrfs_trans_handle *trans;
4306 u64 transid;
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00004307 int ret;
Sage Weil46204592010-10-29 15:41:32 -04004308
Miao Xied4edf392013-02-20 09:17:06 +00004309 trans = btrfs_attach_transaction_barrier(root);
Miao Xieff7c1d32012-11-26 08:41:29 +00004310 if (IS_ERR(trans)) {
4311 if (PTR_ERR(trans) != -ENOENT)
4312 return PTR_ERR(trans);
4313
4314 /* No running transaction, don't bother */
4315 transid = root->fs_info->last_trans_committed;
4316 goto out;
4317 }
Sage Weil46204592010-10-29 15:41:32 -04004318 transid = trans->transid;
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00004319 ret = btrfs_commit_transaction_async(trans, root, 0);
Tsutomu Itoh8b2b2d32011-04-04 01:52:13 +00004320 if (ret) {
4321 btrfs_end_transaction(trans, root);
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00004322 return ret;
Tsutomu Itoh8b2b2d32011-04-04 01:52:13 +00004323 }
Miao Xieff7c1d32012-11-26 08:41:29 +00004324out:
Sage Weil46204592010-10-29 15:41:32 -04004325 if (argp)
4326 if (copy_to_user(argp, &transid, sizeof(transid)))
4327 return -EFAULT;
4328 return 0;
4329}
4330
Miao Xie9a8c28b2012-11-26 08:40:43 +00004331static noinline long btrfs_ioctl_wait_sync(struct btrfs_root *root,
4332 void __user *argp)
Sage Weil46204592010-10-29 15:41:32 -04004333{
Sage Weil46204592010-10-29 15:41:32 -04004334 u64 transid;
4335
4336 if (argp) {
4337 if (copy_from_user(&transid, argp, sizeof(transid)))
4338 return -EFAULT;
4339 } else {
4340 transid = 0; /* current trans */
4341 }
4342 return btrfs_wait_for_commit(root, transid);
4343}
4344
Miao Xieb8e95482012-11-26 08:48:01 +00004345static long btrfs_ioctl_scrub(struct file *file, void __user *arg)
Jan Schmidt475f6382011-03-11 15:41:01 +01004346{
Al Viro496ad9a2013-01-23 17:07:38 -05004347 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Jan Schmidt475f6382011-03-11 15:41:01 +01004348 struct btrfs_ioctl_scrub_args *sa;
Miao Xieb8e95482012-11-26 08:48:01 +00004349 int ret;
Jan Schmidt475f6382011-03-11 15:41:01 +01004350
4351 if (!capable(CAP_SYS_ADMIN))
4352 return -EPERM;
4353
4354 sa = memdup_user(arg, sizeof(*sa));
4355 if (IS_ERR(sa))
4356 return PTR_ERR(sa);
4357
Miao Xieb8e95482012-11-26 08:48:01 +00004358 if (!(sa->flags & BTRFS_SCRUB_READONLY)) {
4359 ret = mnt_want_write_file(file);
4360 if (ret)
4361 goto out;
4362 }
4363
Stefan Behrensaa1b8cd2012-11-05 17:03:39 +01004364 ret = btrfs_scrub_dev(root->fs_info, sa->devid, sa->start, sa->end,
Stefan Behrens63a212a2012-11-05 18:29:28 +01004365 &sa->progress, sa->flags & BTRFS_SCRUB_READONLY,
4366 0);
Jan Schmidt475f6382011-03-11 15:41:01 +01004367
4368 if (copy_to_user(arg, sa, sizeof(*sa)))
4369 ret = -EFAULT;
4370
Miao Xieb8e95482012-11-26 08:48:01 +00004371 if (!(sa->flags & BTRFS_SCRUB_READONLY))
4372 mnt_drop_write_file(file);
4373out:
Jan Schmidt475f6382011-03-11 15:41:01 +01004374 kfree(sa);
4375 return ret;
4376}
4377
4378static long btrfs_ioctl_scrub_cancel(struct btrfs_root *root, void __user *arg)
4379{
4380 if (!capable(CAP_SYS_ADMIN))
4381 return -EPERM;
4382
Stefan Behrensaa1b8cd2012-11-05 17:03:39 +01004383 return btrfs_scrub_cancel(root->fs_info);
Jan Schmidt475f6382011-03-11 15:41:01 +01004384}
4385
4386static long btrfs_ioctl_scrub_progress(struct btrfs_root *root,
4387 void __user *arg)
4388{
4389 struct btrfs_ioctl_scrub_args *sa;
4390 int ret;
4391
4392 if (!capable(CAP_SYS_ADMIN))
4393 return -EPERM;
4394
4395 sa = memdup_user(arg, sizeof(*sa));
4396 if (IS_ERR(sa))
4397 return PTR_ERR(sa);
4398
4399 ret = btrfs_scrub_progress(root, sa->devid, &sa->progress);
4400
4401 if (copy_to_user(arg, sa, sizeof(*sa)))
4402 ret = -EFAULT;
4403
4404 kfree(sa);
4405 return ret;
4406}
4407
Stefan Behrensc11d2c22012-05-25 16:06:09 +02004408static long btrfs_ioctl_get_dev_stats(struct btrfs_root *root,
David Sterbab27f7c02012-06-22 06:30:39 -06004409 void __user *arg)
Stefan Behrensc11d2c22012-05-25 16:06:09 +02004410{
4411 struct btrfs_ioctl_get_dev_stats *sa;
4412 int ret;
4413
Stefan Behrensc11d2c22012-05-25 16:06:09 +02004414 sa = memdup_user(arg, sizeof(*sa));
4415 if (IS_ERR(sa))
4416 return PTR_ERR(sa);
4417
David Sterbab27f7c02012-06-22 06:30:39 -06004418 if ((sa->flags & BTRFS_DEV_STATS_RESET) && !capable(CAP_SYS_ADMIN)) {
4419 kfree(sa);
4420 return -EPERM;
4421 }
4422
4423 ret = btrfs_get_dev_stats(root, sa);
Stefan Behrensc11d2c22012-05-25 16:06:09 +02004424
4425 if (copy_to_user(arg, sa, sizeof(*sa)))
4426 ret = -EFAULT;
4427
4428 kfree(sa);
4429 return ret;
4430}
4431
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +01004432static long btrfs_ioctl_dev_replace(struct btrfs_root *root, void __user *arg)
4433{
4434 struct btrfs_ioctl_dev_replace_args *p;
4435 int ret;
4436
4437 if (!capable(CAP_SYS_ADMIN))
4438 return -EPERM;
4439
4440 p = memdup_user(arg, sizeof(*p));
4441 if (IS_ERR(p))
4442 return PTR_ERR(p);
4443
4444 switch (p->cmd) {
4445 case BTRFS_IOCTL_DEV_REPLACE_CMD_START:
Ilya Dryomovadfa97c2013-10-10 20:39:28 +03004446 if (root->fs_info->sb->s_flags & MS_RDONLY) {
4447 ret = -EROFS;
4448 goto out;
4449 }
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +01004450 if (atomic_xchg(
4451 &root->fs_info->mutually_exclusive_operation_running,
4452 1)) {
Anand Jaine57138b2013-08-21 11:44:48 +08004453 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +01004454 } else {
4455 ret = btrfs_dev_replace_start(root, p);
4456 atomic_set(
4457 &root->fs_info->mutually_exclusive_operation_running,
4458 0);
4459 }
4460 break;
4461 case BTRFS_IOCTL_DEV_REPLACE_CMD_STATUS:
4462 btrfs_dev_replace_status(root->fs_info, p);
4463 ret = 0;
4464 break;
4465 case BTRFS_IOCTL_DEV_REPLACE_CMD_CANCEL:
4466 ret = btrfs_dev_replace_cancel(root->fs_info, p);
4467 break;
4468 default:
4469 ret = -EINVAL;
4470 break;
4471 }
4472
4473 if (copy_to_user(arg, p, sizeof(*p)))
4474 ret = -EFAULT;
Ilya Dryomovadfa97c2013-10-10 20:39:28 +03004475out:
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +01004476 kfree(p);
4477 return ret;
4478}
4479
Jan Schmidtd7728c92011-07-07 16:48:38 +02004480static long btrfs_ioctl_ino_to_path(struct btrfs_root *root, void __user *arg)
4481{
4482 int ret = 0;
4483 int i;
Chris Mason740c3d22011-11-02 15:48:34 -04004484 u64 rel_ptr;
Jan Schmidtd7728c92011-07-07 16:48:38 +02004485 int size;
Chris Mason806468f2011-11-06 03:07:10 -05004486 struct btrfs_ioctl_ino_path_args *ipa = NULL;
Jan Schmidtd7728c92011-07-07 16:48:38 +02004487 struct inode_fs_paths *ipath = NULL;
4488 struct btrfs_path *path;
4489
Kusanagi Kouichi82b22ac2013-01-28 11:33:31 +00004490 if (!capable(CAP_DAC_READ_SEARCH))
Jan Schmidtd7728c92011-07-07 16:48:38 +02004491 return -EPERM;
4492
4493 path = btrfs_alloc_path();
4494 if (!path) {
4495 ret = -ENOMEM;
4496 goto out;
4497 }
4498
4499 ipa = memdup_user(arg, sizeof(*ipa));
4500 if (IS_ERR(ipa)) {
4501 ret = PTR_ERR(ipa);
4502 ipa = NULL;
4503 goto out;
4504 }
4505
4506 size = min_t(u32, ipa->size, 4096);
4507 ipath = init_ipath(size, root, path);
4508 if (IS_ERR(ipath)) {
4509 ret = PTR_ERR(ipath);
4510 ipath = NULL;
4511 goto out;
4512 }
4513
4514 ret = paths_from_inode(ipa->inum, ipath);
4515 if (ret < 0)
4516 goto out;
4517
4518 for (i = 0; i < ipath->fspath->elem_cnt; ++i) {
Jeff Mahoney745c4d82011-11-20 07:31:57 -05004519 rel_ptr = ipath->fspath->val[i] -
4520 (u64)(unsigned long)ipath->fspath->val;
Chris Mason740c3d22011-11-02 15:48:34 -04004521 ipath->fspath->val[i] = rel_ptr;
Jan Schmidtd7728c92011-07-07 16:48:38 +02004522 }
4523
Jeff Mahoney745c4d82011-11-20 07:31:57 -05004524 ret = copy_to_user((void *)(unsigned long)ipa->fspath,
4525 (void *)(unsigned long)ipath->fspath, size);
Jan Schmidtd7728c92011-07-07 16:48:38 +02004526 if (ret) {
4527 ret = -EFAULT;
4528 goto out;
4529 }
4530
4531out:
4532 btrfs_free_path(path);
4533 free_ipath(ipath);
4534 kfree(ipa);
4535
4536 return ret;
4537}
4538
4539static int build_ino_list(u64 inum, u64 offset, u64 root, void *ctx)
4540{
4541 struct btrfs_data_container *inodes = ctx;
4542 const size_t c = 3 * sizeof(u64);
4543
4544 if (inodes->bytes_left >= c) {
4545 inodes->bytes_left -= c;
4546 inodes->val[inodes->elem_cnt] = inum;
4547 inodes->val[inodes->elem_cnt + 1] = offset;
4548 inodes->val[inodes->elem_cnt + 2] = root;
4549 inodes->elem_cnt += 3;
4550 } else {
4551 inodes->bytes_missing += c - inodes->bytes_left;
4552 inodes->bytes_left = 0;
4553 inodes->elem_missed += 3;
4554 }
4555
4556 return 0;
4557}
4558
4559static long btrfs_ioctl_logical_to_ino(struct btrfs_root *root,
4560 void __user *arg)
4561{
4562 int ret = 0;
4563 int size;
Jan Schmidtd7728c92011-07-07 16:48:38 +02004564 struct btrfs_ioctl_logical_ino_args *loi;
4565 struct btrfs_data_container *inodes = NULL;
4566 struct btrfs_path *path = NULL;
Jan Schmidtd7728c92011-07-07 16:48:38 +02004567
4568 if (!capable(CAP_SYS_ADMIN))
4569 return -EPERM;
4570
4571 loi = memdup_user(arg, sizeof(*loi));
4572 if (IS_ERR(loi)) {
4573 ret = PTR_ERR(loi);
4574 loi = NULL;
4575 goto out;
4576 }
4577
4578 path = btrfs_alloc_path();
4579 if (!path) {
4580 ret = -ENOMEM;
4581 goto out;
4582 }
4583
Liu Bo425d17a2012-09-07 20:01:30 -06004584 size = min_t(u32, loi->size, 64 * 1024);
Jan Schmidtd7728c92011-07-07 16:48:38 +02004585 inodes = init_data_container(size);
4586 if (IS_ERR(inodes)) {
4587 ret = PTR_ERR(inodes);
4588 inodes = NULL;
4589 goto out;
4590 }
4591
Liu Bodf031f02012-09-07 20:01:29 -06004592 ret = iterate_inodes_from_logical(loi->logical, root->fs_info, path,
4593 build_ino_list, inodes);
4594 if (ret == -EINVAL)
Jan Schmidtd7728c92011-07-07 16:48:38 +02004595 ret = -ENOENT;
4596 if (ret < 0)
4597 goto out;
4598
Jeff Mahoney745c4d82011-11-20 07:31:57 -05004599 ret = copy_to_user((void *)(unsigned long)loi->inodes,
4600 (void *)(unsigned long)inodes, size);
Jan Schmidtd7728c92011-07-07 16:48:38 +02004601 if (ret)
4602 ret = -EFAULT;
4603
4604out:
4605 btrfs_free_path(path);
Liu Bo425d17a2012-09-07 20:01:30 -06004606 vfree(inodes);
Jan Schmidtd7728c92011-07-07 16:48:38 +02004607 kfree(loi);
4608
4609 return ret;
4610}
4611
Ilya Dryomov19a39dc2012-01-16 22:04:49 +02004612void update_ioctl_balance_args(struct btrfs_fs_info *fs_info, int lock,
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004613 struct btrfs_ioctl_balance_args *bargs)
4614{
4615 struct btrfs_balance_control *bctl = fs_info->balance_ctl;
4616
4617 bargs->flags = bctl->flags;
4618
Ilya Dryomov837d5b62012-01-16 22:04:49 +02004619 if (atomic_read(&fs_info->balance_running))
4620 bargs->state |= BTRFS_BALANCE_STATE_RUNNING;
4621 if (atomic_read(&fs_info->balance_pause_req))
4622 bargs->state |= BTRFS_BALANCE_STATE_PAUSE_REQ;
Ilya Dryomova7e99c62012-01-16 22:04:49 +02004623 if (atomic_read(&fs_info->balance_cancel_req))
4624 bargs->state |= BTRFS_BALANCE_STATE_CANCEL_REQ;
Ilya Dryomov837d5b62012-01-16 22:04:49 +02004625
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004626 memcpy(&bargs->data, &bctl->data, sizeof(bargs->data));
4627 memcpy(&bargs->meta, &bctl->meta, sizeof(bargs->meta));
4628 memcpy(&bargs->sys, &bctl->sys, sizeof(bargs->sys));
Ilya Dryomov19a39dc2012-01-16 22:04:49 +02004629
4630 if (lock) {
4631 spin_lock(&fs_info->balance_lock);
4632 memcpy(&bargs->stat, &bctl->stat, sizeof(bargs->stat));
4633 spin_unlock(&fs_info->balance_lock);
4634 } else {
4635 memcpy(&bargs->stat, &bctl->stat, sizeof(bargs->stat));
4636 }
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004637}
4638
Liu Bo9ba1f6e2012-05-11 18:11:26 +08004639static long btrfs_ioctl_balance(struct file *file, void __user *arg)
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004640{
Al Viro496ad9a2013-01-23 17:07:38 -05004641 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004642 struct btrfs_fs_info *fs_info = root->fs_info;
4643 struct btrfs_ioctl_balance_args *bargs;
4644 struct btrfs_balance_control *bctl;
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004645 bool need_unlock; /* for mut. excl. ops lock */
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004646 int ret;
4647
4648 if (!capable(CAP_SYS_ADMIN))
4649 return -EPERM;
4650
Liu Boe54bfa32012-06-29 03:58:48 -06004651 ret = mnt_want_write_file(file);
Liu Bo9ba1f6e2012-05-11 18:11:26 +08004652 if (ret)
4653 return ret;
4654
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004655again:
4656 if (!atomic_xchg(&fs_info->mutually_exclusive_operation_running, 1)) {
4657 mutex_lock(&fs_info->volume_mutex);
4658 mutex_lock(&fs_info->balance_mutex);
4659 need_unlock = true;
4660 goto locked;
4661 }
4662
4663 /*
4664 * mut. excl. ops lock is locked. Three possibilites:
4665 * (1) some other op is running
4666 * (2) balance is running
4667 * (3) balance is paused -- special case (think resume)
4668 */
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004669 mutex_lock(&fs_info->balance_mutex);
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004670 if (fs_info->balance_ctl) {
4671 /* this is either (2) or (3) */
4672 if (!atomic_read(&fs_info->balance_running)) {
4673 mutex_unlock(&fs_info->balance_mutex);
4674 if (!mutex_trylock(&fs_info->volume_mutex))
4675 goto again;
4676 mutex_lock(&fs_info->balance_mutex);
4677
4678 if (fs_info->balance_ctl &&
4679 !atomic_read(&fs_info->balance_running)) {
4680 /* this is (3) */
4681 need_unlock = false;
4682 goto locked;
4683 }
4684
4685 mutex_unlock(&fs_info->balance_mutex);
4686 mutex_unlock(&fs_info->volume_mutex);
4687 goto again;
4688 } else {
4689 /* this is (2) */
4690 mutex_unlock(&fs_info->balance_mutex);
4691 ret = -EINPROGRESS;
4692 goto out;
4693 }
4694 } else {
4695 /* this is (1) */
4696 mutex_unlock(&fs_info->balance_mutex);
Anand Jaine57138b2013-08-21 11:44:48 +08004697 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004698 goto out;
4699 }
4700
4701locked:
4702 BUG_ON(!atomic_read(&fs_info->mutually_exclusive_operation_running));
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004703
4704 if (arg) {
4705 bargs = memdup_user(arg, sizeof(*bargs));
4706 if (IS_ERR(bargs)) {
4707 ret = PTR_ERR(bargs);
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004708 goto out_unlock;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004709 }
Ilya Dryomovde322262012-01-16 22:04:49 +02004710
4711 if (bargs->flags & BTRFS_BALANCE_RESUME) {
4712 if (!fs_info->balance_ctl) {
4713 ret = -ENOTCONN;
4714 goto out_bargs;
4715 }
4716
4717 bctl = fs_info->balance_ctl;
4718 spin_lock(&fs_info->balance_lock);
4719 bctl->flags |= BTRFS_BALANCE_RESUME;
4720 spin_unlock(&fs_info->balance_lock);
4721
4722 goto do_balance;
4723 }
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004724 } else {
4725 bargs = NULL;
4726 }
4727
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004728 if (fs_info->balance_ctl) {
Ilya Dryomov837d5b62012-01-16 22:04:49 +02004729 ret = -EINPROGRESS;
4730 goto out_bargs;
4731 }
4732
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004733 bctl = kzalloc(sizeof(*bctl), GFP_NOFS);
4734 if (!bctl) {
4735 ret = -ENOMEM;
4736 goto out_bargs;
4737 }
4738
4739 bctl->fs_info = fs_info;
4740 if (arg) {
4741 memcpy(&bctl->data, &bargs->data, sizeof(bctl->data));
4742 memcpy(&bctl->meta, &bargs->meta, sizeof(bctl->meta));
4743 memcpy(&bctl->sys, &bargs->sys, sizeof(bctl->sys));
4744
4745 bctl->flags = bargs->flags;
Ilya Dryomovf43ffb62012-01-16 22:04:47 +02004746 } else {
4747 /* balance everything - no filters */
4748 bctl->flags |= BTRFS_BALANCE_TYPE_MASK;
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004749 }
4750
Ilya Dryomovde322262012-01-16 22:04:49 +02004751do_balance:
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004752 /*
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004753 * Ownership of bctl and mutually_exclusive_operation_running
4754 * goes to to btrfs_balance. bctl is freed in __cancel_balance,
4755 * or, if restriper was paused all the way until unmount, in
4756 * free_fs_info. mutually_exclusive_operation_running is
4757 * cleared in __cancel_balance.
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004758 */
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004759 need_unlock = false;
4760
4761 ret = btrfs_balance(bctl, bargs);
4762
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004763 if (arg) {
4764 if (copy_to_user(arg, bargs, sizeof(*bargs)))
4765 ret = -EFAULT;
4766 }
4767
4768out_bargs:
4769 kfree(bargs);
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004770out_unlock:
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004771 mutex_unlock(&fs_info->balance_mutex);
4772 mutex_unlock(&fs_info->volume_mutex);
Ilya Dryomoved0fb782013-01-20 15:57:57 +02004773 if (need_unlock)
4774 atomic_set(&fs_info->mutually_exclusive_operation_running, 0);
4775out:
Liu Boe54bfa32012-06-29 03:58:48 -06004776 mnt_drop_write_file(file);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02004777 return ret;
4778}
4779
Ilya Dryomov837d5b62012-01-16 22:04:49 +02004780static long btrfs_ioctl_balance_ctl(struct btrfs_root *root, int cmd)
4781{
4782 if (!capable(CAP_SYS_ADMIN))
4783 return -EPERM;
4784
4785 switch (cmd) {
4786 case BTRFS_BALANCE_CTL_PAUSE:
4787 return btrfs_pause_balance(root->fs_info);
Ilya Dryomova7e99c62012-01-16 22:04:49 +02004788 case BTRFS_BALANCE_CTL_CANCEL:
4789 return btrfs_cancel_balance(root->fs_info);
Ilya Dryomov837d5b62012-01-16 22:04:49 +02004790 }
4791
4792 return -EINVAL;
4793}
4794
Ilya Dryomov19a39dc2012-01-16 22:04:49 +02004795static long btrfs_ioctl_balance_progress(struct btrfs_root *root,
4796 void __user *arg)
4797{
4798 struct btrfs_fs_info *fs_info = root->fs_info;
4799 struct btrfs_ioctl_balance_args *bargs;
4800 int ret = 0;
4801
4802 if (!capable(CAP_SYS_ADMIN))
4803 return -EPERM;
4804
4805 mutex_lock(&fs_info->balance_mutex);
4806 if (!fs_info->balance_ctl) {
4807 ret = -ENOTCONN;
4808 goto out;
4809 }
4810
4811 bargs = kzalloc(sizeof(*bargs), GFP_NOFS);
4812 if (!bargs) {
4813 ret = -ENOMEM;
4814 goto out;
4815 }
4816
4817 update_ioctl_balance_args(fs_info, 1, bargs);
4818
4819 if (copy_to_user(arg, bargs, sizeof(*bargs)))
4820 ret = -EFAULT;
4821
4822 kfree(bargs);
4823out:
4824 mutex_unlock(&fs_info->balance_mutex);
4825 return ret;
4826}
4827
Miao Xie905b0dd2012-11-26 08:50:11 +00004828static long btrfs_ioctl_quota_ctl(struct file *file, void __user *arg)
Arne Jansen5d13a372011-09-14 15:53:51 +02004829{
Al Viro496ad9a2013-01-23 17:07:38 -05004830 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Arne Jansen5d13a372011-09-14 15:53:51 +02004831 struct btrfs_ioctl_quota_ctl_args *sa;
4832 struct btrfs_trans_handle *trans = NULL;
4833 int ret;
4834 int err;
4835
4836 if (!capable(CAP_SYS_ADMIN))
4837 return -EPERM;
4838
Miao Xie905b0dd2012-11-26 08:50:11 +00004839 ret = mnt_want_write_file(file);
4840 if (ret)
4841 return ret;
Arne Jansen5d13a372011-09-14 15:53:51 +02004842
4843 sa = memdup_user(arg, sizeof(*sa));
Miao Xie905b0dd2012-11-26 08:50:11 +00004844 if (IS_ERR(sa)) {
4845 ret = PTR_ERR(sa);
4846 goto drop_write;
4847 }
Arne Jansen5d13a372011-09-14 15:53:51 +02004848
Wang Shilong7708f022013-04-07 10:24:57 +00004849 down_write(&root->fs_info->subvol_sem);
Jan Schmidt2f232032013-04-25 16:04:51 +00004850 trans = btrfs_start_transaction(root->fs_info->tree_root, 2);
4851 if (IS_ERR(trans)) {
4852 ret = PTR_ERR(trans);
4853 goto out;
Arne Jansen5d13a372011-09-14 15:53:51 +02004854 }
4855
4856 switch (sa->cmd) {
4857 case BTRFS_QUOTA_CTL_ENABLE:
4858 ret = btrfs_quota_enable(trans, root->fs_info);
4859 break;
4860 case BTRFS_QUOTA_CTL_DISABLE:
4861 ret = btrfs_quota_disable(trans, root->fs_info);
4862 break;
Arne Jansen5d13a372011-09-14 15:53:51 +02004863 default:
4864 ret = -EINVAL;
4865 break;
4866 }
4867
Jan Schmidt2f232032013-04-25 16:04:51 +00004868 err = btrfs_commit_transaction(trans, root->fs_info->tree_root);
4869 if (err && !ret)
4870 ret = err;
Arne Jansen5d13a372011-09-14 15:53:51 +02004871out:
4872 kfree(sa);
Wang Shilong7708f022013-04-07 10:24:57 +00004873 up_write(&root->fs_info->subvol_sem);
Miao Xie905b0dd2012-11-26 08:50:11 +00004874drop_write:
4875 mnt_drop_write_file(file);
Arne Jansen5d13a372011-09-14 15:53:51 +02004876 return ret;
4877}
4878
Miao Xie905b0dd2012-11-26 08:50:11 +00004879static long btrfs_ioctl_qgroup_assign(struct file *file, void __user *arg)
Arne Jansen5d13a372011-09-14 15:53:51 +02004880{
Al Viro496ad9a2013-01-23 17:07:38 -05004881 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Arne Jansen5d13a372011-09-14 15:53:51 +02004882 struct btrfs_ioctl_qgroup_assign_args *sa;
4883 struct btrfs_trans_handle *trans;
4884 int ret;
4885 int err;
4886
4887 if (!capable(CAP_SYS_ADMIN))
4888 return -EPERM;
4889
Miao Xie905b0dd2012-11-26 08:50:11 +00004890 ret = mnt_want_write_file(file);
4891 if (ret)
4892 return ret;
Arne Jansen5d13a372011-09-14 15:53:51 +02004893
4894 sa = memdup_user(arg, sizeof(*sa));
Miao Xie905b0dd2012-11-26 08:50:11 +00004895 if (IS_ERR(sa)) {
4896 ret = PTR_ERR(sa);
4897 goto drop_write;
4898 }
Arne Jansen5d13a372011-09-14 15:53:51 +02004899
4900 trans = btrfs_join_transaction(root);
4901 if (IS_ERR(trans)) {
4902 ret = PTR_ERR(trans);
4903 goto out;
4904 }
4905
4906 /* FIXME: check if the IDs really exist */
4907 if (sa->assign) {
4908 ret = btrfs_add_qgroup_relation(trans, root->fs_info,
4909 sa->src, sa->dst);
4910 } else {
4911 ret = btrfs_del_qgroup_relation(trans, root->fs_info,
4912 sa->src, sa->dst);
4913 }
4914
Qu Wenruoe082f562015-02-27 16:24:28 +08004915 /* update qgroup status and info */
4916 err = btrfs_run_qgroups(trans, root->fs_info);
4917 if (err < 0)
Anand Jaina4553fe2015-09-25 14:43:01 +08004918 btrfs_std_error(root->fs_info, ret,
Qu Wenruoe082f562015-02-27 16:24:28 +08004919 "failed to update qgroup status and info\n");
Arne Jansen5d13a372011-09-14 15:53:51 +02004920 err = btrfs_end_transaction(trans, root);
4921 if (err && !ret)
4922 ret = err;
4923
4924out:
4925 kfree(sa);
Miao Xie905b0dd2012-11-26 08:50:11 +00004926drop_write:
4927 mnt_drop_write_file(file);
Arne Jansen5d13a372011-09-14 15:53:51 +02004928 return ret;
4929}
4930
Miao Xie905b0dd2012-11-26 08:50:11 +00004931static long btrfs_ioctl_qgroup_create(struct file *file, void __user *arg)
Arne Jansen5d13a372011-09-14 15:53:51 +02004932{
Al Viro496ad9a2013-01-23 17:07:38 -05004933 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Arne Jansen5d13a372011-09-14 15:53:51 +02004934 struct btrfs_ioctl_qgroup_create_args *sa;
4935 struct btrfs_trans_handle *trans;
4936 int ret;
4937 int err;
4938
4939 if (!capable(CAP_SYS_ADMIN))
4940 return -EPERM;
4941
Miao Xie905b0dd2012-11-26 08:50:11 +00004942 ret = mnt_want_write_file(file);
4943 if (ret)
4944 return ret;
Arne Jansen5d13a372011-09-14 15:53:51 +02004945
4946 sa = memdup_user(arg, sizeof(*sa));
Miao Xie905b0dd2012-11-26 08:50:11 +00004947 if (IS_ERR(sa)) {
4948 ret = PTR_ERR(sa);
4949 goto drop_write;
4950 }
Arne Jansen5d13a372011-09-14 15:53:51 +02004951
Miao Xied86e56c2012-11-15 11:35:41 +00004952 if (!sa->qgroupid) {
4953 ret = -EINVAL;
4954 goto out;
4955 }
4956
Arne Jansen5d13a372011-09-14 15:53:51 +02004957 trans = btrfs_join_transaction(root);
4958 if (IS_ERR(trans)) {
4959 ret = PTR_ERR(trans);
4960 goto out;
4961 }
4962
4963 /* FIXME: check if the IDs really exist */
4964 if (sa->create) {
Dongsheng Yang4087cf22015-01-18 10:59:23 -05004965 ret = btrfs_create_qgroup(trans, root->fs_info, sa->qgroupid);
Arne Jansen5d13a372011-09-14 15:53:51 +02004966 } else {
4967 ret = btrfs_remove_qgroup(trans, root->fs_info, sa->qgroupid);
4968 }
4969
4970 err = btrfs_end_transaction(trans, root);
4971 if (err && !ret)
4972 ret = err;
4973
4974out:
4975 kfree(sa);
Miao Xie905b0dd2012-11-26 08:50:11 +00004976drop_write:
4977 mnt_drop_write_file(file);
Arne Jansen5d13a372011-09-14 15:53:51 +02004978 return ret;
4979}
4980
Miao Xie905b0dd2012-11-26 08:50:11 +00004981static long btrfs_ioctl_qgroup_limit(struct file *file, void __user *arg)
Arne Jansen5d13a372011-09-14 15:53:51 +02004982{
Al Viro496ad9a2013-01-23 17:07:38 -05004983 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Arne Jansen5d13a372011-09-14 15:53:51 +02004984 struct btrfs_ioctl_qgroup_limit_args *sa;
4985 struct btrfs_trans_handle *trans;
4986 int ret;
4987 int err;
4988 u64 qgroupid;
4989
4990 if (!capable(CAP_SYS_ADMIN))
4991 return -EPERM;
4992
Miao Xie905b0dd2012-11-26 08:50:11 +00004993 ret = mnt_want_write_file(file);
4994 if (ret)
4995 return ret;
Arne Jansen5d13a372011-09-14 15:53:51 +02004996
4997 sa = memdup_user(arg, sizeof(*sa));
Miao Xie905b0dd2012-11-26 08:50:11 +00004998 if (IS_ERR(sa)) {
4999 ret = PTR_ERR(sa);
5000 goto drop_write;
5001 }
Arne Jansen5d13a372011-09-14 15:53:51 +02005002
5003 trans = btrfs_join_transaction(root);
5004 if (IS_ERR(trans)) {
5005 ret = PTR_ERR(trans);
5006 goto out;
5007 }
5008
5009 qgroupid = sa->qgroupid;
5010 if (!qgroupid) {
5011 /* take the current subvol as qgroup */
5012 qgroupid = root->root_key.objectid;
5013 }
5014
5015 /* FIXME: check if the IDs really exist */
5016 ret = btrfs_limit_qgroup(trans, root->fs_info, qgroupid, &sa->lim);
5017
5018 err = btrfs_end_transaction(trans, root);
5019 if (err && !ret)
5020 ret = err;
5021
5022out:
5023 kfree(sa);
Miao Xie905b0dd2012-11-26 08:50:11 +00005024drop_write:
5025 mnt_drop_write_file(file);
Arne Jansen5d13a372011-09-14 15:53:51 +02005026 return ret;
5027}
5028
Jan Schmidt2f232032013-04-25 16:04:51 +00005029static long btrfs_ioctl_quota_rescan(struct file *file, void __user *arg)
5030{
Al Viro6d0379e2013-06-16 19:32:35 +04005031 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Jan Schmidt2f232032013-04-25 16:04:51 +00005032 struct btrfs_ioctl_quota_rescan_args *qsa;
5033 int ret;
5034
5035 if (!capable(CAP_SYS_ADMIN))
5036 return -EPERM;
5037
5038 ret = mnt_want_write_file(file);
5039 if (ret)
5040 return ret;
5041
5042 qsa = memdup_user(arg, sizeof(*qsa));
5043 if (IS_ERR(qsa)) {
5044 ret = PTR_ERR(qsa);
5045 goto drop_write;
5046 }
5047
5048 if (qsa->flags) {
5049 ret = -EINVAL;
5050 goto out;
5051 }
5052
5053 ret = btrfs_qgroup_rescan(root->fs_info);
5054
5055out:
5056 kfree(qsa);
5057drop_write:
5058 mnt_drop_write_file(file);
5059 return ret;
5060}
5061
5062static long btrfs_ioctl_quota_rescan_status(struct file *file, void __user *arg)
5063{
Al Viro6d0379e2013-06-16 19:32:35 +04005064 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Jan Schmidt2f232032013-04-25 16:04:51 +00005065 struct btrfs_ioctl_quota_rescan_args *qsa;
5066 int ret = 0;
5067
5068 if (!capable(CAP_SYS_ADMIN))
5069 return -EPERM;
5070
5071 qsa = kzalloc(sizeof(*qsa), GFP_NOFS);
5072 if (!qsa)
5073 return -ENOMEM;
5074
5075 if (root->fs_info->qgroup_flags & BTRFS_QGROUP_STATUS_FLAG_RESCAN) {
5076 qsa->flags = 1;
5077 qsa->progress = root->fs_info->qgroup_rescan_progress.objectid;
5078 }
5079
5080 if (copy_to_user(arg, qsa, sizeof(*qsa)))
5081 ret = -EFAULT;
5082
5083 kfree(qsa);
5084 return ret;
5085}
5086
Jan Schmidt57254b6e2013-05-06 19:14:17 +00005087static long btrfs_ioctl_quota_rescan_wait(struct file *file, void __user *arg)
5088{
Al Viro54563d42013-09-01 15:57:51 -04005089 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Jan Schmidt57254b6e2013-05-06 19:14:17 +00005090
5091 if (!capable(CAP_SYS_ADMIN))
5092 return -EPERM;
5093
5094 return btrfs_qgroup_wait_for_completion(root->fs_info);
5095}
5096
Hugo Millsabccd002014-01-30 20:17:00 +00005097static long _btrfs_ioctl_set_received_subvol(struct file *file,
5098 struct btrfs_ioctl_received_subvol_args *sa)
Alexander Block8ea05e32012-07-25 17:35:53 +02005099{
Al Viro496ad9a2013-01-23 17:07:38 -05005100 struct inode *inode = file_inode(file);
Alexander Block8ea05e32012-07-25 17:35:53 +02005101 struct btrfs_root *root = BTRFS_I(inode)->root;
5102 struct btrfs_root_item *root_item = &root->root_item;
5103 struct btrfs_trans_handle *trans;
5104 struct timespec ct = CURRENT_TIME;
5105 int ret = 0;
Stefan Behrensdd5f9612013-08-15 17:11:20 +02005106 int received_uuid_changed;
Alexander Block8ea05e32012-07-25 17:35:53 +02005107
David Sterbabd60ea02014-01-16 15:50:22 +01005108 if (!inode_owner_or_capable(inode))
5109 return -EPERM;
5110
Alexander Block8ea05e32012-07-25 17:35:53 +02005111 ret = mnt_want_write_file(file);
5112 if (ret < 0)
5113 return ret;
5114
5115 down_write(&root->fs_info->subvol_sem);
5116
5117 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
5118 ret = -EINVAL;
5119 goto out;
5120 }
5121
5122 if (btrfs_root_readonly(root)) {
5123 ret = -EROFS;
5124 goto out;
5125 }
5126
Stefan Behrensdd5f9612013-08-15 17:11:20 +02005127 /*
5128 * 1 - root item
5129 * 2 - uuid items (received uuid + subvol uuid)
5130 */
5131 trans = btrfs_start_transaction(root, 3);
Alexander Block8ea05e32012-07-25 17:35:53 +02005132 if (IS_ERR(trans)) {
5133 ret = PTR_ERR(trans);
5134 trans = NULL;
5135 goto out;
5136 }
5137
5138 sa->rtransid = trans->transid;
5139 sa->rtime.sec = ct.tv_sec;
5140 sa->rtime.nsec = ct.tv_nsec;
5141
Stefan Behrensdd5f9612013-08-15 17:11:20 +02005142 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid,
5143 BTRFS_UUID_SIZE);
5144 if (received_uuid_changed &&
5145 !btrfs_is_empty_uuid(root_item->received_uuid))
5146 btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
5147 root_item->received_uuid,
5148 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
5149 root->root_key.objectid);
Alexander Block8ea05e32012-07-25 17:35:53 +02005150 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE);
5151 btrfs_set_root_stransid(root_item, sa->stransid);
5152 btrfs_set_root_rtransid(root_item, sa->rtransid);
Qu Wenruo3cae2102013-07-16 11:19:18 +08005153 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec);
5154 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec);
5155 btrfs_set_stack_timespec_sec(&root_item->rtime, sa->rtime.sec);
5156 btrfs_set_stack_timespec_nsec(&root_item->rtime, sa->rtime.nsec);
Alexander Block8ea05e32012-07-25 17:35:53 +02005157
5158 ret = btrfs_update_root(trans, root->fs_info->tree_root,
5159 &root->root_key, &root->root_item);
5160 if (ret < 0) {
5161 btrfs_end_transaction(trans, root);
Alexander Block8ea05e32012-07-25 17:35:53 +02005162 goto out;
Stefan Behrensdd5f9612013-08-15 17:11:20 +02005163 }
5164 if (received_uuid_changed && !btrfs_is_empty_uuid(sa->uuid)) {
5165 ret = btrfs_uuid_tree_add(trans, root->fs_info->uuid_root,
5166 sa->uuid,
5167 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
5168 root->root_key.objectid);
5169 if (ret < 0 && ret != -EEXIST) {
5170 btrfs_abort_transaction(trans, root, ret);
Alexander Block8ea05e32012-07-25 17:35:53 +02005171 goto out;
Stefan Behrensdd5f9612013-08-15 17:11:20 +02005172 }
5173 }
5174 ret = btrfs_commit_transaction(trans, root);
5175 if (ret < 0) {
5176 btrfs_abort_transaction(trans, root, ret);
5177 goto out;
Alexander Block8ea05e32012-07-25 17:35:53 +02005178 }
5179
Hugo Millsabccd002014-01-30 20:17:00 +00005180out:
5181 up_write(&root->fs_info->subvol_sem);
5182 mnt_drop_write_file(file);
5183 return ret;
5184}
5185
5186#ifdef CONFIG_64BIT
5187static long btrfs_ioctl_set_received_subvol_32(struct file *file,
5188 void __user *arg)
5189{
5190 struct btrfs_ioctl_received_subvol_args_32 *args32 = NULL;
5191 struct btrfs_ioctl_received_subvol_args *args64 = NULL;
5192 int ret = 0;
5193
5194 args32 = memdup_user(arg, sizeof(*args32));
5195 if (IS_ERR(args32)) {
5196 ret = PTR_ERR(args32);
5197 args32 = NULL;
5198 goto out;
5199 }
5200
5201 args64 = kmalloc(sizeof(*args64), GFP_NOFS);
Dan Carpenter84dbeb82014-03-28 11:06:00 +03005202 if (!args64) {
5203 ret = -ENOMEM;
Hugo Millsabccd002014-01-30 20:17:00 +00005204 goto out;
5205 }
5206
5207 memcpy(args64->uuid, args32->uuid, BTRFS_UUID_SIZE);
5208 args64->stransid = args32->stransid;
5209 args64->rtransid = args32->rtransid;
5210 args64->stime.sec = args32->stime.sec;
5211 args64->stime.nsec = args32->stime.nsec;
5212 args64->rtime.sec = args32->rtime.sec;
5213 args64->rtime.nsec = args32->rtime.nsec;
5214 args64->flags = args32->flags;
5215
5216 ret = _btrfs_ioctl_set_received_subvol(file, args64);
5217 if (ret)
5218 goto out;
5219
5220 memcpy(args32->uuid, args64->uuid, BTRFS_UUID_SIZE);
5221 args32->stransid = args64->stransid;
5222 args32->rtransid = args64->rtransid;
5223 args32->stime.sec = args64->stime.sec;
5224 args32->stime.nsec = args64->stime.nsec;
5225 args32->rtime.sec = args64->rtime.sec;
5226 args32->rtime.nsec = args64->rtime.nsec;
5227 args32->flags = args64->flags;
5228
5229 ret = copy_to_user(arg, args32, sizeof(*args32));
5230 if (ret)
5231 ret = -EFAULT;
5232
5233out:
5234 kfree(args32);
5235 kfree(args64);
5236 return ret;
5237}
5238#endif
5239
5240static long btrfs_ioctl_set_received_subvol(struct file *file,
5241 void __user *arg)
5242{
5243 struct btrfs_ioctl_received_subvol_args *sa = NULL;
5244 int ret = 0;
5245
5246 sa = memdup_user(arg, sizeof(*sa));
5247 if (IS_ERR(sa)) {
5248 ret = PTR_ERR(sa);
5249 sa = NULL;
5250 goto out;
5251 }
5252
5253 ret = _btrfs_ioctl_set_received_subvol(file, sa);
5254
5255 if (ret)
5256 goto out;
5257
Alexander Block8ea05e32012-07-25 17:35:53 +02005258 ret = copy_to_user(arg, sa, sizeof(*sa));
5259 if (ret)
5260 ret = -EFAULT;
5261
5262out:
5263 kfree(sa);
Alexander Block8ea05e32012-07-25 17:35:53 +02005264 return ret;
5265}
5266
jeff.liu867ab662013-01-05 02:48:01 +00005267static int btrfs_ioctl_get_fslabel(struct file *file, void __user *arg)
5268{
Al Viro6d0379e2013-06-16 19:32:35 +04005269 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Anand Jaina1b83ac2013-07-19 17:39:32 +08005270 size_t len;
jeff.liu867ab662013-01-05 02:48:01 +00005271 int ret;
Anand Jaina1b83ac2013-07-19 17:39:32 +08005272 char label[BTRFS_LABEL_SIZE];
5273
5274 spin_lock(&root->fs_info->super_lock);
5275 memcpy(label, root->fs_info->super_copy->label, BTRFS_LABEL_SIZE);
5276 spin_unlock(&root->fs_info->super_lock);
5277
5278 len = strnlen(label, BTRFS_LABEL_SIZE);
jeff.liu867ab662013-01-05 02:48:01 +00005279
5280 if (len == BTRFS_LABEL_SIZE) {
Frank Holtonefe120a2013-12-20 11:37:06 -05005281 btrfs_warn(root->fs_info,
5282 "label is too long, return the first %zu bytes", --len);
jeff.liu867ab662013-01-05 02:48:01 +00005283 }
5284
jeff.liu867ab662013-01-05 02:48:01 +00005285 ret = copy_to_user(arg, label, len);
jeff.liu867ab662013-01-05 02:48:01 +00005286
5287 return ret ? -EFAULT : 0;
5288}
5289
jeff.liua8bfd4a2013-01-05 02:48:08 +00005290static int btrfs_ioctl_set_fslabel(struct file *file, void __user *arg)
5291{
Al Viro6d0379e2013-06-16 19:32:35 +04005292 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
jeff.liua8bfd4a2013-01-05 02:48:08 +00005293 struct btrfs_super_block *super_block = root->fs_info->super_copy;
5294 struct btrfs_trans_handle *trans;
5295 char label[BTRFS_LABEL_SIZE];
5296 int ret;
5297
5298 if (!capable(CAP_SYS_ADMIN))
5299 return -EPERM;
5300
5301 if (copy_from_user(label, arg, sizeof(label)))
5302 return -EFAULT;
5303
5304 if (strnlen(label, BTRFS_LABEL_SIZE) == BTRFS_LABEL_SIZE) {
Frank Holtonefe120a2013-12-20 11:37:06 -05005305 btrfs_err(root->fs_info, "unable to set label with more than %d bytes",
jeff.liua8bfd4a2013-01-05 02:48:08 +00005306 BTRFS_LABEL_SIZE - 1);
5307 return -EINVAL;
5308 }
5309
5310 ret = mnt_want_write_file(file);
5311 if (ret)
5312 return ret;
5313
jeff.liua8bfd4a2013-01-05 02:48:08 +00005314 trans = btrfs_start_transaction(root, 0);
5315 if (IS_ERR(trans)) {
5316 ret = PTR_ERR(trans);
5317 goto out_unlock;
5318 }
5319
Anand Jaina1b83ac2013-07-19 17:39:32 +08005320 spin_lock(&root->fs_info->super_lock);
jeff.liua8bfd4a2013-01-05 02:48:08 +00005321 strcpy(super_block->label, label);
Anand Jaina1b83ac2013-07-19 17:39:32 +08005322 spin_unlock(&root->fs_info->super_lock);
Jeff Mahoneyd0270ac2014-02-07 14:33:57 +01005323 ret = btrfs_commit_transaction(trans, root);
jeff.liua8bfd4a2013-01-05 02:48:08 +00005324
5325out_unlock:
jeff.liua8bfd4a2013-01-05 02:48:08 +00005326 mnt_drop_write_file(file);
5327 return ret;
5328}
5329
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005330#define INIT_FEATURE_FLAGS(suffix) \
5331 { .compat_flags = BTRFS_FEATURE_COMPAT_##suffix, \
5332 .compat_ro_flags = BTRFS_FEATURE_COMPAT_RO_##suffix, \
5333 .incompat_flags = BTRFS_FEATURE_INCOMPAT_##suffix }
5334
5335static int btrfs_ioctl_get_supported_features(struct file *file,
5336 void __user *arg)
5337{
5338 static struct btrfs_ioctl_feature_flags features[3] = {
5339 INIT_FEATURE_FLAGS(SUPP),
5340 INIT_FEATURE_FLAGS(SAFE_SET),
5341 INIT_FEATURE_FLAGS(SAFE_CLEAR)
5342 };
5343
5344 if (copy_to_user(arg, &features, sizeof(features)))
5345 return -EFAULT;
5346
5347 return 0;
5348}
5349
5350static int btrfs_ioctl_get_features(struct file *file, void __user *arg)
5351{
5352 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5353 struct btrfs_super_block *super_block = root->fs_info->super_copy;
5354 struct btrfs_ioctl_feature_flags features;
5355
5356 features.compat_flags = btrfs_super_compat_flags(super_block);
5357 features.compat_ro_flags = btrfs_super_compat_ro_flags(super_block);
5358 features.incompat_flags = btrfs_super_incompat_flags(super_block);
5359
5360 if (copy_to_user(arg, &features, sizeof(features)))
5361 return -EFAULT;
5362
5363 return 0;
5364}
5365
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005366static int check_feature_bits(struct btrfs_root *root,
5367 enum btrfs_feature_set set,
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005368 u64 change_mask, u64 flags, u64 supported_flags,
5369 u64 safe_set, u64 safe_clear)
5370{
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005371 const char *type = btrfs_feature_set_names[set];
5372 char *names;
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005373 u64 disallowed, unsupported;
5374 u64 set_mask = flags & change_mask;
5375 u64 clear_mask = ~flags & change_mask;
5376
5377 unsupported = set_mask & ~supported_flags;
5378 if (unsupported) {
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005379 names = btrfs_printable_features(set, unsupported);
5380 if (names) {
5381 btrfs_warn(root->fs_info,
5382 "this kernel does not support the %s feature bit%s",
5383 names, strchr(names, ',') ? "s" : "");
5384 kfree(names);
5385 } else
5386 btrfs_warn(root->fs_info,
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005387 "this kernel does not support %s bits 0x%llx",
5388 type, unsupported);
5389 return -EOPNOTSUPP;
5390 }
5391
5392 disallowed = set_mask & ~safe_set;
5393 if (disallowed) {
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005394 names = btrfs_printable_features(set, disallowed);
5395 if (names) {
5396 btrfs_warn(root->fs_info,
5397 "can't set the %s feature bit%s while mounted",
5398 names, strchr(names, ',') ? "s" : "");
5399 kfree(names);
5400 } else
5401 btrfs_warn(root->fs_info,
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005402 "can't set %s bits 0x%llx while mounted",
5403 type, disallowed);
5404 return -EPERM;
5405 }
5406
5407 disallowed = clear_mask & ~safe_clear;
5408 if (disallowed) {
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005409 names = btrfs_printable_features(set, disallowed);
5410 if (names) {
5411 btrfs_warn(root->fs_info,
5412 "can't clear the %s feature bit%s while mounted",
5413 names, strchr(names, ',') ? "s" : "");
5414 kfree(names);
5415 } else
5416 btrfs_warn(root->fs_info,
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005417 "can't clear %s bits 0x%llx while mounted",
5418 type, disallowed);
5419 return -EPERM;
5420 }
5421
5422 return 0;
5423}
5424
5425#define check_feature(root, change_mask, flags, mask_base) \
Jeff Mahoney3b02a682013-11-01 13:07:02 -04005426check_feature_bits(root, FEAT_##mask_base, change_mask, flags, \
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005427 BTRFS_FEATURE_ ## mask_base ## _SUPP, \
5428 BTRFS_FEATURE_ ## mask_base ## _SAFE_SET, \
5429 BTRFS_FEATURE_ ## mask_base ## _SAFE_CLEAR)
5430
5431static int btrfs_ioctl_set_features(struct file *file, void __user *arg)
5432{
5433 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5434 struct btrfs_super_block *super_block = root->fs_info->super_copy;
5435 struct btrfs_ioctl_feature_flags flags[2];
5436 struct btrfs_trans_handle *trans;
5437 u64 newflags;
5438 int ret;
5439
5440 if (!capable(CAP_SYS_ADMIN))
5441 return -EPERM;
5442
5443 if (copy_from_user(flags, arg, sizeof(flags)))
5444 return -EFAULT;
5445
5446 /* Nothing to do */
5447 if (!flags[0].compat_flags && !flags[0].compat_ro_flags &&
5448 !flags[0].incompat_flags)
5449 return 0;
5450
5451 ret = check_feature(root, flags[0].compat_flags,
5452 flags[1].compat_flags, COMPAT);
5453 if (ret)
5454 return ret;
5455
5456 ret = check_feature(root, flags[0].compat_ro_flags,
5457 flags[1].compat_ro_flags, COMPAT_RO);
5458 if (ret)
5459 return ret;
5460
5461 ret = check_feature(root, flags[0].incompat_flags,
5462 flags[1].incompat_flags, INCOMPAT);
5463 if (ret)
5464 return ret;
5465
David Sterba8051aa12014-02-07 14:34:04 +01005466 trans = btrfs_start_transaction(root, 0);
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005467 if (IS_ERR(trans))
5468 return PTR_ERR(trans);
5469
5470 spin_lock(&root->fs_info->super_lock);
5471 newflags = btrfs_super_compat_flags(super_block);
5472 newflags |= flags[0].compat_flags & flags[1].compat_flags;
5473 newflags &= ~(flags[0].compat_flags & ~flags[1].compat_flags);
5474 btrfs_set_super_compat_flags(super_block, newflags);
5475
5476 newflags = btrfs_super_compat_ro_flags(super_block);
5477 newflags |= flags[0].compat_ro_flags & flags[1].compat_ro_flags;
5478 newflags &= ~(flags[0].compat_ro_flags & ~flags[1].compat_ro_flags);
5479 btrfs_set_super_compat_ro_flags(super_block, newflags);
5480
5481 newflags = btrfs_super_incompat_flags(super_block);
5482 newflags |= flags[0].incompat_flags & flags[1].incompat_flags;
5483 newflags &= ~(flags[0].incompat_flags & ~flags[1].incompat_flags);
5484 btrfs_set_super_incompat_flags(super_block, newflags);
5485 spin_unlock(&root->fs_info->super_lock);
5486
Jeff Mahoneyd0270ac2014-02-07 14:33:57 +01005487 return btrfs_commit_transaction(trans, root);
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005488}
5489
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005490long btrfs_ioctl(struct file *file, unsigned int
5491 cmd, unsigned long arg)
5492{
Al Viro496ad9a2013-01-23 17:07:38 -05005493 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
Christoph Hellwig4bcabaa2008-12-02 06:36:08 -05005494 void __user *argp = (void __user *)arg;
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005495
5496 switch (cmd) {
Christoph Hellwig6cbff002009-04-17 10:37:41 +02005497 case FS_IOC_GETFLAGS:
5498 return btrfs_ioctl_getflags(file, argp);
5499 case FS_IOC_SETFLAGS:
5500 return btrfs_ioctl_setflags(file, argp);
5501 case FS_IOC_GETVERSION:
5502 return btrfs_ioctl_getversion(file, argp);
Li Dongyangf7039b12011-03-24 10:24:28 +00005503 case FITRIM:
5504 return btrfs_ioctl_fitrim(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005505 case BTRFS_IOC_SNAP_CREATE:
Li Zefanfa0d2b92010-12-20 15:53:28 +08005506 return btrfs_ioctl_snap_create(file, argp, 0);
Li Zefanfdfb1e42010-12-10 06:41:56 +00005507 case BTRFS_IOC_SNAP_CREATE_V2:
Li Zefanfa0d2b92010-12-20 15:53:28 +08005508 return btrfs_ioctl_snap_create_v2(file, argp, 0);
Chris Mason3de45862008-11-17 21:02:50 -05005509 case BTRFS_IOC_SUBVOL_CREATE:
Li Zefanfa0d2b92010-12-20 15:53:28 +08005510 return btrfs_ioctl_snap_create(file, argp, 1);
Arne Jansen6f72c7e2011-09-14 15:58:21 +02005511 case BTRFS_IOC_SUBVOL_CREATE_V2:
5512 return btrfs_ioctl_snap_create_v2(file, argp, 1);
Yan, Zheng76dda932009-09-21 16:00:26 -04005513 case BTRFS_IOC_SNAP_DESTROY:
5514 return btrfs_ioctl_snap_destroy(file, argp);
Li Zefan0caa1022010-12-20 16:30:25 +08005515 case BTRFS_IOC_SUBVOL_GETFLAGS:
5516 return btrfs_ioctl_subvol_getflags(file, argp);
5517 case BTRFS_IOC_SUBVOL_SETFLAGS:
5518 return btrfs_ioctl_subvol_setflags(file, argp);
Josef Bacik6ef5ed02009-12-11 21:11:29 +00005519 case BTRFS_IOC_DEFAULT_SUBVOL:
5520 return btrfs_ioctl_default_subvol(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005521 case BTRFS_IOC_DEFRAG:
Chris Mason1e701a32010-03-11 09:42:04 -05005522 return btrfs_ioctl_defrag(file, NULL);
5523 case BTRFS_IOC_DEFRAG_RANGE:
5524 return btrfs_ioctl_defrag(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005525 case BTRFS_IOC_RESIZE:
Miao Xie198605a2012-11-26 08:43:45 +00005526 return btrfs_ioctl_resize(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005527 case BTRFS_IOC_ADD_DEV:
Christoph Hellwig4bcabaa2008-12-02 06:36:08 -05005528 return btrfs_ioctl_add_dev(root, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005529 case BTRFS_IOC_RM_DEV:
Miao Xieda249272012-11-26 08:44:50 +00005530 return btrfs_ioctl_rm_dev(file, argp);
Jan Schmidt475f6382011-03-11 15:41:01 +01005531 case BTRFS_IOC_FS_INFO:
5532 return btrfs_ioctl_fs_info(root, argp);
5533 case BTRFS_IOC_DEV_INFO:
5534 return btrfs_ioctl_dev_info(root, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005535 case BTRFS_IOC_BALANCE:
Liu Bo9ba1f6e2012-05-11 18:11:26 +08005536 return btrfs_ioctl_balance(file, NULL);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005537 case BTRFS_IOC_CLONE:
Sage Weilc5c9cd42008-11-12 14:32:25 -05005538 return btrfs_ioctl_clone(file, arg, 0, 0, 0);
5539 case BTRFS_IOC_CLONE_RANGE:
Christoph Hellwig7a865e82008-12-02 09:52:24 -05005540 return btrfs_ioctl_clone_range(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005541 case BTRFS_IOC_TRANS_START:
5542 return btrfs_ioctl_trans_start(file);
5543 case BTRFS_IOC_TRANS_END:
5544 return btrfs_ioctl_trans_end(file);
Chris Masonac8e9812010-02-28 15:39:26 -05005545 case BTRFS_IOC_TREE_SEARCH:
5546 return btrfs_ioctl_tree_search(file, argp);
Gerhard Heiftcc68a8a2014-01-30 16:24:03 +01005547 case BTRFS_IOC_TREE_SEARCH_V2:
5548 return btrfs_ioctl_tree_search_v2(file, argp);
Chris Masonac8e9812010-02-28 15:39:26 -05005549 case BTRFS_IOC_INO_LOOKUP:
5550 return btrfs_ioctl_ino_lookup(file, argp);
Jan Schmidtd7728c92011-07-07 16:48:38 +02005551 case BTRFS_IOC_INO_PATHS:
5552 return btrfs_ioctl_ino_to_path(root, argp);
5553 case BTRFS_IOC_LOGICAL_INO:
5554 return btrfs_ioctl_logical_to_ino(root, argp);
Josef Bacik1406e432010-01-13 18:19:06 +00005555 case BTRFS_IOC_SPACE_INFO:
5556 return btrfs_ioctl_space_info(root, argp);
Filipe David Borba Manana9b199852013-09-23 11:35:11 +01005557 case BTRFS_IOC_SYNC: {
5558 int ret;
5559
Miao Xie6c255e62014-03-06 13:55:01 +08005560 ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1);
Filipe David Borba Manana9b199852013-09-23 11:35:11 +01005561 if (ret)
5562 return ret;
Al Viroddb52f42014-10-21 20:21:18 -04005563 ret = btrfs_sync_fs(file_inode(file)->i_sb, 1);
David Sterba2fad4e82014-07-23 14:39:35 +02005564 /*
5565 * The transaction thread may want to do more work,
5566 * namely it pokes the cleaner ktread that will start
5567 * processing uncleaned subvols.
5568 */
5569 wake_up_process(root->fs_info->transaction_kthread);
Filipe David Borba Manana9b199852013-09-23 11:35:11 +01005570 return ret;
5571 }
Sage Weil46204592010-10-29 15:41:32 -04005572 case BTRFS_IOC_START_SYNC:
Miao Xie9a8c28b2012-11-26 08:40:43 +00005573 return btrfs_ioctl_start_sync(root, argp);
Sage Weil46204592010-10-29 15:41:32 -04005574 case BTRFS_IOC_WAIT_SYNC:
Miao Xie9a8c28b2012-11-26 08:40:43 +00005575 return btrfs_ioctl_wait_sync(root, argp);
Jan Schmidt475f6382011-03-11 15:41:01 +01005576 case BTRFS_IOC_SCRUB:
Miao Xieb8e95482012-11-26 08:48:01 +00005577 return btrfs_ioctl_scrub(file, argp);
Jan Schmidt475f6382011-03-11 15:41:01 +01005578 case BTRFS_IOC_SCRUB_CANCEL:
5579 return btrfs_ioctl_scrub_cancel(root, argp);
5580 case BTRFS_IOC_SCRUB_PROGRESS:
5581 return btrfs_ioctl_scrub_progress(root, argp);
Ilya Dryomovc9e9f972012-01-16 22:04:47 +02005582 case BTRFS_IOC_BALANCE_V2:
Liu Bo9ba1f6e2012-05-11 18:11:26 +08005583 return btrfs_ioctl_balance(file, argp);
Ilya Dryomov837d5b62012-01-16 22:04:49 +02005584 case BTRFS_IOC_BALANCE_CTL:
5585 return btrfs_ioctl_balance_ctl(root, arg);
Ilya Dryomov19a39dc2012-01-16 22:04:49 +02005586 case BTRFS_IOC_BALANCE_PROGRESS:
5587 return btrfs_ioctl_balance_progress(root, argp);
Alexander Block8ea05e32012-07-25 17:35:53 +02005588 case BTRFS_IOC_SET_RECEIVED_SUBVOL:
5589 return btrfs_ioctl_set_received_subvol(file, argp);
Hugo Millsabccd002014-01-30 20:17:00 +00005590#ifdef CONFIG_64BIT
5591 case BTRFS_IOC_SET_RECEIVED_SUBVOL_32:
5592 return btrfs_ioctl_set_received_subvol_32(file, argp);
5593#endif
Alexander Block31db9f72012-07-25 23:19:24 +02005594 case BTRFS_IOC_SEND:
5595 return btrfs_ioctl_send(file, argp);
Stefan Behrensc11d2c22012-05-25 16:06:09 +02005596 case BTRFS_IOC_GET_DEV_STATS:
David Sterbab27f7c02012-06-22 06:30:39 -06005597 return btrfs_ioctl_get_dev_stats(root, argp);
Arne Jansen5d13a372011-09-14 15:53:51 +02005598 case BTRFS_IOC_QUOTA_CTL:
Miao Xie905b0dd2012-11-26 08:50:11 +00005599 return btrfs_ioctl_quota_ctl(file, argp);
Arne Jansen5d13a372011-09-14 15:53:51 +02005600 case BTRFS_IOC_QGROUP_ASSIGN:
Miao Xie905b0dd2012-11-26 08:50:11 +00005601 return btrfs_ioctl_qgroup_assign(file, argp);
Arne Jansen5d13a372011-09-14 15:53:51 +02005602 case BTRFS_IOC_QGROUP_CREATE:
Miao Xie905b0dd2012-11-26 08:50:11 +00005603 return btrfs_ioctl_qgroup_create(file, argp);
Arne Jansen5d13a372011-09-14 15:53:51 +02005604 case BTRFS_IOC_QGROUP_LIMIT:
Miao Xie905b0dd2012-11-26 08:50:11 +00005605 return btrfs_ioctl_qgroup_limit(file, argp);
Jan Schmidt2f232032013-04-25 16:04:51 +00005606 case BTRFS_IOC_QUOTA_RESCAN:
5607 return btrfs_ioctl_quota_rescan(file, argp);
5608 case BTRFS_IOC_QUOTA_RESCAN_STATUS:
5609 return btrfs_ioctl_quota_rescan_status(file, argp);
Jan Schmidt57254b6e2013-05-06 19:14:17 +00005610 case BTRFS_IOC_QUOTA_RESCAN_WAIT:
5611 return btrfs_ioctl_quota_rescan_wait(file, argp);
Stefan Behrens3f6bcfb2012-11-06 15:08:53 +01005612 case BTRFS_IOC_DEV_REPLACE:
5613 return btrfs_ioctl_dev_replace(root, argp);
jeff.liu867ab662013-01-05 02:48:01 +00005614 case BTRFS_IOC_GET_FSLABEL:
5615 return btrfs_ioctl_get_fslabel(file, argp);
jeff.liua8bfd4a2013-01-05 02:48:08 +00005616 case BTRFS_IOC_SET_FSLABEL:
5617 return btrfs_ioctl_set_fslabel(file, argp);
Mark Fasheh416161d2013-08-06 11:42:51 -07005618 case BTRFS_IOC_FILE_EXTENT_SAME:
5619 return btrfs_ioctl_file_extent_same(file, argp);
Jeff Mahoney2eaa0552013-11-15 15:33:55 -05005620 case BTRFS_IOC_GET_SUPPORTED_FEATURES:
5621 return btrfs_ioctl_get_supported_features(file, argp);
5622 case BTRFS_IOC_GET_FEATURES:
5623 return btrfs_ioctl_get_features(file, argp);
5624 case BTRFS_IOC_SET_FEATURES:
5625 return btrfs_ioctl_set_features(file, argp);
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04005626 }
5627
5628 return -ENOTTY;
5629}