]> git.ipfire.org Git - people/arne_f/kernel.git/blame - fs/btrfs/ioctl.c
btrfs: free delayed node outside of root->inode_lock
[people/arne_f/kernel.git] / fs / btrfs / ioctl.c
CommitLineData
f46b5a66
CH
1/*
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>
cb8e7090 24#include <linux/fsnotify.h>
f46b5a66
CH
25#include <linux/pagemap.h>
26#include <linux/highmem.h>
27#include <linux/time.h>
28#include <linux/init.h>
29#include <linux/string.h>
f46b5a66 30#include <linux/backing-dev.h>
cb8e7090 31#include <linux/mount.h>
f46b5a66 32#include <linux/mpage.h>
cb8e7090 33#include <linux/namei.h>
f46b5a66
CH
34#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>
cb8e7090 39#include <linux/security.h>
f46b5a66 40#include <linux/xattr.h>
7ea394f1 41#include <linux/vmalloc.h>
5a0e3ad6 42#include <linux/slab.h>
f7039b1d 43#include <linux/blkdev.h>
8ea05e3a 44#include <linux/uuid.h>
55e301fd 45#include <linux/btrfs.h>
416161db 46#include <linux/uaccess.h>
f46b5a66
CH
47#include "ctree.h"
48#include "disk-io.h"
49#include "transaction.h"
50#include "btrfs_inode.h"
f46b5a66
CH
51#include "print-tree.h"
52#include "volumes.h"
925baedd 53#include "locking.h"
581bb050 54#include "inode-map.h"
d7728c96 55#include "backref.h"
606686ee 56#include "rcu-string.h"
31db9f7c 57#include "send.h"
3f6bcfbd 58#include "dev-replace.h"
63541927 59#include "props.h"
3b02a68a 60#include "sysfs.h"
fcebe456 61#include "qgroup.h"
f46b5a66 62
abccd00f
HM
63#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
416161db
MF
89static int btrfs_clone(struct inode *src, struct inode *inode,
90 u64 off, u64 olen, u64 olen_aligned, u64 destoff);
91
6cbff00f
CH
92/* Mask out flags that are inappropriate for the given type of inode. */
93static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags)
94{
95 if (S_ISDIR(mode))
96 return flags;
97 else if (S_ISREG(mode))
98 return flags & ~FS_DIRSYNC_FL;
99 else
100 return flags & (FS_NODUMP_FL | FS_NOATIME_FL);
101}
102
103/*
104 * Export inode flags to the format expected by the FS_IOC_GETFLAGS ioctl.
105 */
106static unsigned int btrfs_flags_to_ioctl(unsigned int flags)
107{
108 unsigned int iflags = 0;
109
110 if (flags & BTRFS_INODE_SYNC)
111 iflags |= FS_SYNC_FL;
112 if (flags & BTRFS_INODE_IMMUTABLE)
113 iflags |= FS_IMMUTABLE_FL;
114 if (flags & BTRFS_INODE_APPEND)
115 iflags |= FS_APPEND_FL;
116 if (flags & BTRFS_INODE_NODUMP)
117 iflags |= FS_NODUMP_FL;
118 if (flags & BTRFS_INODE_NOATIME)
119 iflags |= FS_NOATIME_FL;
120 if (flags & BTRFS_INODE_DIRSYNC)
121 iflags |= FS_DIRSYNC_FL;
d0092bdd
LZ
122 if (flags & BTRFS_INODE_NODATACOW)
123 iflags |= FS_NOCOW_FL;
124
125 if ((flags & BTRFS_INODE_COMPRESS) && !(flags & BTRFS_INODE_NOCOMPRESS))
126 iflags |= FS_COMPR_FL;
127 else if (flags & BTRFS_INODE_NOCOMPRESS)
128 iflags |= FS_NOCOMP_FL;
6cbff00f
CH
129
130 return iflags;
131}
132
133/*
134 * Update inode->i_flags based on the btrfs internal flags.
135 */
136void btrfs_update_iflags(struct inode *inode)
137{
138 struct btrfs_inode *ip = BTRFS_I(inode);
139
140 inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC);
141
142 if (ip->flags & BTRFS_INODE_SYNC)
143 inode->i_flags |= S_SYNC;
144 if (ip->flags & BTRFS_INODE_IMMUTABLE)
145 inode->i_flags |= S_IMMUTABLE;
146 if (ip->flags & BTRFS_INODE_APPEND)
147 inode->i_flags |= S_APPEND;
148 if (ip->flags & BTRFS_INODE_NOATIME)
149 inode->i_flags |= S_NOATIME;
150 if (ip->flags & BTRFS_INODE_DIRSYNC)
151 inode->i_flags |= S_DIRSYNC;
152}
153
154/*
155 * Inherit flags from the parent inode.
156 *
e27425d6 157 * Currently only the compression flags and the cow flags are inherited.
6cbff00f
CH
158 */
159void btrfs_inherit_iflags(struct inode *inode, struct inode *dir)
160{
0b4dcea5
CM
161 unsigned int flags;
162
163 if (!dir)
164 return;
165
166 flags = BTRFS_I(dir)->flags;
6cbff00f 167
e27425d6
JB
168 if (flags & BTRFS_INODE_NOCOMPRESS) {
169 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS;
170 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS;
171 } else if (flags & BTRFS_INODE_COMPRESS) {
172 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS;
173 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS;
174 }
175
213490b3 176 if (flags & BTRFS_INODE_NODATACOW) {
e27425d6 177 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW;
213490b3
LB
178 if (S_ISREG(inode->i_mode))
179 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATASUM;
180 }
6cbff00f 181
6cbff00f
CH
182 btrfs_update_iflags(inode);
183}
184
185static int btrfs_ioctl_getflags(struct file *file, void __user *arg)
186{
496ad9aa 187 struct btrfs_inode *ip = BTRFS_I(file_inode(file));
6cbff00f
CH
188 unsigned int flags = btrfs_flags_to_ioctl(ip->flags);
189
190 if (copy_to_user(arg, &flags, sizeof(flags)))
191 return -EFAULT;
192 return 0;
193}
194
75e7cb7f
LB
195static int check_flags(unsigned int flags)
196{
197 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \
198 FS_NOATIME_FL | FS_NODUMP_FL | \
199 FS_SYNC_FL | FS_DIRSYNC_FL | \
e1e8fb6a
LZ
200 FS_NOCOMP_FL | FS_COMPR_FL |
201 FS_NOCOW_FL))
75e7cb7f
LB
202 return -EOPNOTSUPP;
203
204 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL))
205 return -EINVAL;
206
75e7cb7f
LB
207 return 0;
208}
209
6cbff00f
CH
210static int btrfs_ioctl_setflags(struct file *file, void __user *arg)
211{
496ad9aa 212 struct inode *inode = file_inode(file);
6cbff00f
CH
213 struct btrfs_inode *ip = BTRFS_I(inode);
214 struct btrfs_root *root = ip->root;
215 struct btrfs_trans_handle *trans;
216 unsigned int flags, oldflags;
217 int ret;
f062abf0
LZ
218 u64 ip_oldflags;
219 unsigned int i_oldflags;
7e97b8da 220 umode_t mode;
6cbff00f 221
bd60ea0f
DS
222 if (!inode_owner_or_capable(inode))
223 return -EPERM;
224
b83cc969
LZ
225 if (btrfs_root_readonly(root))
226 return -EROFS;
227
6cbff00f
CH
228 if (copy_from_user(&flags, arg, sizeof(flags)))
229 return -EFAULT;
230
75e7cb7f
LB
231 ret = check_flags(flags);
232 if (ret)
233 return ret;
f46b5a66 234
e7848683
JK
235 ret = mnt_want_write_file(file);
236 if (ret)
237 return ret;
238
6cbff00f
CH
239 mutex_lock(&inode->i_mutex);
240
f062abf0
LZ
241 ip_oldflags = ip->flags;
242 i_oldflags = inode->i_flags;
7e97b8da 243 mode = inode->i_mode;
f062abf0 244
6cbff00f
CH
245 flags = btrfs_mask_flags(inode->i_mode, flags);
246 oldflags = btrfs_flags_to_ioctl(ip->flags);
247 if ((flags ^ oldflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL)) {
248 if (!capable(CAP_LINUX_IMMUTABLE)) {
249 ret = -EPERM;
250 goto out_unlock;
251 }
252 }
253
6cbff00f
CH
254 if (flags & FS_SYNC_FL)
255 ip->flags |= BTRFS_INODE_SYNC;
256 else
257 ip->flags &= ~BTRFS_INODE_SYNC;
258 if (flags & FS_IMMUTABLE_FL)
259 ip->flags |= BTRFS_INODE_IMMUTABLE;
260 else
261 ip->flags &= ~BTRFS_INODE_IMMUTABLE;
262 if (flags & FS_APPEND_FL)
263 ip->flags |= BTRFS_INODE_APPEND;
264 else
265 ip->flags &= ~BTRFS_INODE_APPEND;
266 if (flags & FS_NODUMP_FL)
267 ip->flags |= BTRFS_INODE_NODUMP;
268 else
269 ip->flags &= ~BTRFS_INODE_NODUMP;
270 if (flags & FS_NOATIME_FL)
271 ip->flags |= BTRFS_INODE_NOATIME;
272 else
273 ip->flags &= ~BTRFS_INODE_NOATIME;
274 if (flags & FS_DIRSYNC_FL)
275 ip->flags |= BTRFS_INODE_DIRSYNC;
276 else
277 ip->flags &= ~BTRFS_INODE_DIRSYNC;
7e97b8da
DS
278 if (flags & FS_NOCOW_FL) {
279 if (S_ISREG(mode)) {
280 /*
281 * It's safe to turn csums off here, no extents exist.
282 * Otherwise we want the flag to reflect the real COW
283 * status of the file and will not set it.
284 */
285 if (inode->i_size == 0)
286 ip->flags |= BTRFS_INODE_NODATACOW
287 | BTRFS_INODE_NODATASUM;
288 } else {
289 ip->flags |= BTRFS_INODE_NODATACOW;
290 }
291 } else {
292 /*
293 * Revert back under same assuptions as above
294 */
295 if (S_ISREG(mode)) {
296 if (inode->i_size == 0)
297 ip->flags &= ~(BTRFS_INODE_NODATACOW
298 | BTRFS_INODE_NODATASUM);
299 } else {
300 ip->flags &= ~BTRFS_INODE_NODATACOW;
301 }
302 }
6cbff00f 303
75e7cb7f
LB
304 /*
305 * The COMPRESS flag can only be changed by users, while the NOCOMPRESS
306 * flag may be changed automatically if compression code won't make
307 * things smaller.
308 */
309 if (flags & FS_NOCOMP_FL) {
310 ip->flags &= ~BTRFS_INODE_COMPRESS;
311 ip->flags |= BTRFS_INODE_NOCOMPRESS;
63541927
FDBM
312
313 ret = btrfs_set_prop(inode, "btrfs.compression", NULL, 0, 0);
314 if (ret && ret != -ENODATA)
315 goto out_drop;
75e7cb7f 316 } else if (flags & FS_COMPR_FL) {
63541927
FDBM
317 const char *comp;
318
75e7cb7f
LB
319 ip->flags |= BTRFS_INODE_COMPRESS;
320 ip->flags &= ~BTRFS_INODE_NOCOMPRESS;
63541927
FDBM
321
322 if (root->fs_info->compress_type == BTRFS_COMPRESS_LZO)
323 comp = "lzo";
324 else
325 comp = "zlib";
326 ret = btrfs_set_prop(inode, "btrfs.compression",
327 comp, strlen(comp), 0);
328 if (ret)
329 goto out_drop;
330
ebcb904d
LZ
331 } else {
332 ip->flags &= ~(BTRFS_INODE_COMPRESS | BTRFS_INODE_NOCOMPRESS);
75e7cb7f 333 }
6cbff00f 334
4da6f1a3 335 trans = btrfs_start_transaction(root, 1);
f062abf0
LZ
336 if (IS_ERR(trans)) {
337 ret = PTR_ERR(trans);
338 goto out_drop;
339 }
6cbff00f 340
306424cc 341 btrfs_update_iflags(inode);
0c4d2d95 342 inode_inc_iversion(inode);
306424cc 343 inode->i_ctime = CURRENT_TIME;
6cbff00f 344 ret = btrfs_update_inode(trans, root, inode);
6cbff00f 345
6cbff00f 346 btrfs_end_transaction(trans, root);
f062abf0
LZ
347 out_drop:
348 if (ret) {
349 ip->flags = ip_oldflags;
350 inode->i_flags = i_oldflags;
351 }
6cbff00f 352
6cbff00f
CH
353 out_unlock:
354 mutex_unlock(&inode->i_mutex);
e7848683 355 mnt_drop_write_file(file);
2d4e6f6a 356 return ret;
6cbff00f
CH
357}
358
359static int btrfs_ioctl_getversion(struct file *file, int __user *arg)
360{
496ad9aa 361 struct inode *inode = file_inode(file);
6cbff00f
CH
362
363 return put_user(inode->i_generation, arg);
364}
f46b5a66 365
f7039b1d
LD
366static noinline int btrfs_ioctl_fitrim(struct file *file, void __user *arg)
367{
54563d41 368 struct btrfs_fs_info *fs_info = btrfs_sb(file_inode(file)->i_sb);
f7039b1d
LD
369 struct btrfs_device *device;
370 struct request_queue *q;
371 struct fstrim_range range;
372 u64 minlen = ULLONG_MAX;
373 u64 num_devices = 0;
815745cf 374 u64 total_bytes = btrfs_super_total_bytes(fs_info->super_copy);
f7039b1d
LD
375 int ret;
376
377 if (!capable(CAP_SYS_ADMIN))
378 return -EPERM;
379
1f78160c
XG
380 rcu_read_lock();
381 list_for_each_entry_rcu(device, &fs_info->fs_devices->devices,
382 dev_list) {
f7039b1d
LD
383 if (!device->bdev)
384 continue;
385 q = bdev_get_queue(device->bdev);
386 if (blk_queue_discard(q)) {
387 num_devices++;
388 minlen = min((u64)q->limits.discard_granularity,
389 minlen);
390 }
391 }
1f78160c 392 rcu_read_unlock();
f4c697e6 393
f7039b1d
LD
394 if (!num_devices)
395 return -EOPNOTSUPP;
f7039b1d
LD
396 if (copy_from_user(&range, arg, sizeof(range)))
397 return -EFAULT;
e515c18b
LC
398 if (range.start > total_bytes ||
399 range.len < fs_info->sb->s_blocksize)
f4c697e6 400 return -EINVAL;
f7039b1d 401
f4c697e6 402 range.len = min(range.len, total_bytes - range.start);
f7039b1d 403 range.minlen = max(range.minlen, minlen);
815745cf 404 ret = btrfs_trim_fs(fs_info->tree_root, &range);
f7039b1d
LD
405 if (ret < 0)
406 return ret;
407
408 if (copy_to_user(arg, &range, sizeof(range)))
409 return -EFAULT;
410
411 return 0;
412}
413
dd5f9615
SB
414int btrfs_is_empty_uuid(u8 *uuid)
415{
46e0f66a
CM
416 int i;
417
418 for (i = 0; i < BTRFS_UUID_SIZE; i++) {
419 if (uuid[i])
420 return 0;
421 }
422 return 1;
dd5f9615
SB
423}
424
d5c12070 425static noinline int create_subvol(struct inode *dir,
cb8e7090 426 struct dentry *dentry,
72fd032e 427 char *name, int namelen,
6f72c7e2 428 u64 *async_transid,
8696c533 429 struct btrfs_qgroup_inherit *inherit)
f46b5a66
CH
430{
431 struct btrfs_trans_handle *trans;
432 struct btrfs_key key;
433 struct btrfs_root_item root_item;
434 struct btrfs_inode_item *inode_item;
435 struct extent_buffer *leaf;
d5c12070 436 struct btrfs_root *root = BTRFS_I(dir)->root;
76dda93c 437 struct btrfs_root *new_root;
d5c12070 438 struct btrfs_block_rsv block_rsv;
8ea05e3a 439 struct timespec cur_time = CURRENT_TIME;
5662344b 440 struct inode *inode;
f46b5a66
CH
441 int ret;
442 int err;
443 u64 objectid;
444 u64 new_dirid = BTRFS_FIRST_FREE_OBJECTID;
3de4586c 445 u64 index = 0;
d5c12070 446 u64 qgroup_reserved;
8ea05e3a 447 uuid_le new_uuid;
f46b5a66 448
581bb050 449 ret = btrfs_find_free_objectid(root->fs_info->tree_root, &objectid);
2fbe8c8a 450 if (ret)
a22285a6 451 return ret;
6a912213 452
d5c12070 453 btrfs_init_block_rsv(&block_rsv, BTRFS_BLOCK_RSV_TEMP);
9ed74f2d 454 /*
d5c12070
MX
455 * The same as the snapshot creation, please see the comment
456 * of create_snapshot().
9ed74f2d 457 */
d5c12070 458 ret = btrfs_subvolume_reserve_metadata(root, &block_rsv,
dd5f9615 459 8, &qgroup_reserved, false);
d5c12070
MX
460 if (ret)
461 return ret;
462
463 trans = btrfs_start_transaction(root, 0);
464 if (IS_ERR(trans)) {
465 ret = PTR_ERR(trans);
de6e8200
LB
466 btrfs_subvolume_release_metadata(root, &block_rsv,
467 qgroup_reserved);
468 return ret;
d5c12070
MX
469 }
470 trans->block_rsv = &block_rsv;
471 trans->bytes_reserved = block_rsv.size;
f46b5a66 472
8696c533 473 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit);
6f72c7e2
AJ
474 if (ret)
475 goto fail;
476
5d4f98a2 477 leaf = btrfs_alloc_free_block(trans, root, root->leafsize,
5581a51a 478 0, objectid, NULL, 0, 0, 0);
8e8a1e31
JB
479 if (IS_ERR(leaf)) {
480 ret = PTR_ERR(leaf);
481 goto fail;
482 }
f46b5a66 483
5d4f98a2 484 memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header));
f46b5a66
CH
485 btrfs_set_header_bytenr(leaf, leaf->start);
486 btrfs_set_header_generation(leaf, trans->transid);
5d4f98a2 487 btrfs_set_header_backref_rev(leaf, BTRFS_MIXED_BACKREF_REV);
f46b5a66
CH
488 btrfs_set_header_owner(leaf, objectid);
489
0a4e5586 490 write_extent_buffer(leaf, root->fs_info->fsid, btrfs_header_fsid(),
f46b5a66 491 BTRFS_FSID_SIZE);
5d4f98a2 492 write_extent_buffer(leaf, root->fs_info->chunk_tree_uuid,
b308bc2f 493 btrfs_header_chunk_tree_uuid(leaf),
5d4f98a2 494 BTRFS_UUID_SIZE);
f46b5a66
CH
495 btrfs_mark_buffer_dirty(leaf);
496
8ea05e3a
AB
497 memset(&root_item, 0, sizeof(root_item));
498
f46b5a66 499 inode_item = &root_item.inode;
3cae210f
QW
500 btrfs_set_stack_inode_generation(inode_item, 1);
501 btrfs_set_stack_inode_size(inode_item, 3);
502 btrfs_set_stack_inode_nlink(inode_item, 1);
503 btrfs_set_stack_inode_nbytes(inode_item, root->leafsize);
504 btrfs_set_stack_inode_mode(inode_item, S_IFDIR | 0755);
f46b5a66 505
3cae210f
QW
506 btrfs_set_root_flags(&root_item, 0);
507 btrfs_set_root_limit(&root_item, 0);
508 btrfs_set_stack_inode_flags(inode_item, BTRFS_INODE_ROOT_ITEM_INIT);
08fe4db1 509
f46b5a66 510 btrfs_set_root_bytenr(&root_item, leaf->start);
84234f3a 511 btrfs_set_root_generation(&root_item, trans->transid);
f46b5a66
CH
512 btrfs_set_root_level(&root_item, 0);
513 btrfs_set_root_refs(&root_item, 1);
86b9f2ec 514 btrfs_set_root_used(&root_item, leaf->len);
80ff3856 515 btrfs_set_root_last_snapshot(&root_item, 0);
f46b5a66 516
8ea05e3a
AB
517 btrfs_set_root_generation_v2(&root_item,
518 btrfs_root_generation(&root_item));
519 uuid_le_gen(&new_uuid);
520 memcpy(root_item.uuid, new_uuid.b, BTRFS_UUID_SIZE);
3cae210f
QW
521 btrfs_set_stack_timespec_sec(&root_item.otime, cur_time.tv_sec);
522 btrfs_set_stack_timespec_nsec(&root_item.otime, cur_time.tv_nsec);
8ea05e3a
AB
523 root_item.ctime = root_item.otime;
524 btrfs_set_root_ctransid(&root_item, trans->transid);
525 btrfs_set_root_otransid(&root_item, trans->transid);
f46b5a66 526
925baedd 527 btrfs_tree_unlock(leaf);
f46b5a66
CH
528 free_extent_buffer(leaf);
529 leaf = NULL;
530
531 btrfs_set_root_dirid(&root_item, new_dirid);
532
533 key.objectid = objectid;
5d4f98a2 534 key.offset = 0;
f46b5a66
CH
535 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY);
536 ret = btrfs_insert_root(trans, root->fs_info->tree_root, &key,
537 &root_item);
538 if (ret)
539 goto fail;
540
76dda93c
YZ
541 key.offset = (u64)-1;
542 new_root = btrfs_read_fs_root_no_name(root->fs_info, &key);
79787eaa
JM
543 if (IS_ERR(new_root)) {
544 btrfs_abort_transaction(trans, root, PTR_ERR(new_root));
545 ret = PTR_ERR(new_root);
546 goto fail;
547 }
76dda93c
YZ
548
549 btrfs_record_root_in_trans(trans, new_root);
550
63541927 551 ret = btrfs_create_subvol_root(trans, new_root, root, new_dirid);
ce598979
MF
552 if (ret) {
553 /* We potentially lose an unused inode item here */
79787eaa 554 btrfs_abort_transaction(trans, root, ret);
ce598979
MF
555 goto fail;
556 }
557
f46b5a66
CH
558 /*
559 * insert the directory item
560 */
3de4586c 561 ret = btrfs_set_inode_index(dir, &index);
79787eaa
JM
562 if (ret) {
563 btrfs_abort_transaction(trans, root, ret);
564 goto fail;
565 }
3de4586c
CM
566
567 ret = btrfs_insert_dir_item(trans, root,
16cdcec7 568 name, namelen, dir, &key,
3de4586c 569 BTRFS_FT_DIR, index);
79787eaa
JM
570 if (ret) {
571 btrfs_abort_transaction(trans, root, ret);
f46b5a66 572 goto fail;
79787eaa 573 }
0660b5af 574
52c26179
YZ
575 btrfs_i_size_write(dir, dir->i_size + namelen * 2);
576 ret = btrfs_update_inode(trans, root, dir);
577 BUG_ON(ret);
578
0660b5af 579 ret = btrfs_add_root_ref(trans, root->fs_info->tree_root,
4df27c4d 580 objectid, root->root_key.objectid,
33345d01 581 btrfs_ino(dir), index, name, namelen);
76dda93c 582 BUG_ON(ret);
f46b5a66 583
dd5f9615
SB
584 ret = btrfs_uuid_tree_add(trans, root->fs_info->uuid_root,
585 root_item.uuid, BTRFS_UUID_KEY_SUBVOL,
586 objectid);
587 if (ret)
588 btrfs_abort_transaction(trans, root, ret);
589
f46b5a66 590fail:
d5c12070
MX
591 trans->block_rsv = NULL;
592 trans->bytes_reserved = 0;
de6e8200
LB
593 btrfs_subvolume_release_metadata(root, &block_rsv, qgroup_reserved);
594
72fd032e
SW
595 if (async_transid) {
596 *async_transid = trans->transid;
597 err = btrfs_commit_transaction_async(trans, root, 1);
00d71c9c
MX
598 if (err)
599 err = btrfs_commit_transaction(trans, root);
72fd032e
SW
600 } else {
601 err = btrfs_commit_transaction(trans, root);
602 }
f46b5a66
CH
603 if (err && !ret)
604 ret = err;
1a65e24b 605
5662344b
TI
606 if (!ret) {
607 inode = btrfs_lookup_dentry(dir, dentry);
de6e8200
LB
608 if (IS_ERR(inode))
609 return PTR_ERR(inode);
5662344b
TI
610 d_instantiate(dentry, inode);
611 }
f46b5a66
CH
612 return ret;
613}
614
8257b2dc
MX
615static void btrfs_wait_nocow_write(struct btrfs_root *root)
616{
617 s64 writers;
618 DEFINE_WAIT(wait);
619
620 do {
621 prepare_to_wait(&root->subv_writers->wait, &wait,
622 TASK_UNINTERRUPTIBLE);
623
624 writers = percpu_counter_sum(&root->subv_writers->counter);
625 if (writers)
626 schedule();
627
628 finish_wait(&root->subv_writers->wait, &wait);
629 } while (writers);
630}
631
e9662f70
MX
632static int create_snapshot(struct btrfs_root *root, struct inode *dir,
633 struct dentry *dentry, char *name, int namelen,
634 u64 *async_transid, bool readonly,
635 struct btrfs_qgroup_inherit *inherit)
f46b5a66 636{
2e4bfab9 637 struct inode *inode;
f46b5a66
CH
638 struct btrfs_pending_snapshot *pending_snapshot;
639 struct btrfs_trans_handle *trans;
2e4bfab9 640 int ret;
f46b5a66 641
27cdeb70 642 if (!test_bit(BTRFS_ROOT_REF_COWS, &root->state))
f46b5a66
CH
643 return -EINVAL;
644
8257b2dc
MX
645 atomic_inc(&root->will_be_snapshoted);
646 smp_mb__after_atomic_inc();
647 btrfs_wait_nocow_write(root);
648
6a03843d
MX
649 ret = btrfs_start_delalloc_inodes(root, 0);
650 if (ret)
8257b2dc 651 goto out;
6a03843d 652
b0244199 653 btrfs_wait_ordered_extents(root, -1);
6a03843d 654
3de4586c 655 pending_snapshot = kzalloc(sizeof(*pending_snapshot), GFP_NOFS);
8257b2dc
MX
656 if (!pending_snapshot) {
657 ret = -ENOMEM;
658 goto out;
659 }
a22285a6 660
66d8f3dd
MX
661 btrfs_init_block_rsv(&pending_snapshot->block_rsv,
662 BTRFS_BLOCK_RSV_TEMP);
d5c12070
MX
663 /*
664 * 1 - parent dir inode
665 * 2 - dir entries
666 * 1 - root item
667 * 2 - root ref/backref
668 * 1 - root of snapshot
dd5f9615 669 * 1 - UUID item
d5c12070
MX
670 */
671 ret = btrfs_subvolume_reserve_metadata(BTRFS_I(dir)->root,
dd5f9615 672 &pending_snapshot->block_rsv, 8,
ee3441b4
JM
673 &pending_snapshot->qgroup_reserved,
674 false);
d5c12070 675 if (ret)
8257b2dc 676 goto free;
d5c12070 677
3de4586c 678 pending_snapshot->dentry = dentry;
f46b5a66 679 pending_snapshot->root = root;
b83cc969 680 pending_snapshot->readonly = readonly;
e9662f70 681 pending_snapshot->dir = dir;
8696c533 682 pending_snapshot->inherit = inherit;
a22285a6 683
d5c12070 684 trans = btrfs_start_transaction(root, 0);
a22285a6
YZ
685 if (IS_ERR(trans)) {
686 ret = PTR_ERR(trans);
687 goto fail;
688 }
689
8351583e 690 spin_lock(&root->fs_info->trans_lock);
f46b5a66
CH
691 list_add(&pending_snapshot->list,
692 &trans->transaction->pending_snapshots);
8351583e 693 spin_unlock(&root->fs_info->trans_lock);
72fd032e
SW
694 if (async_transid) {
695 *async_transid = trans->transid;
696 ret = btrfs_commit_transaction_async(trans,
697 root->fs_info->extent_root, 1);
00d71c9c
MX
698 if (ret)
699 ret = btrfs_commit_transaction(trans, root);
72fd032e
SW
700 } else {
701 ret = btrfs_commit_transaction(trans,
702 root->fs_info->extent_root);
703 }
aec8030a 704 if (ret)
c37b2b62 705 goto fail;
a22285a6
YZ
706
707 ret = pending_snapshot->error;
708 if (ret)
709 goto fail;
710
66b4ffd1
JB
711 ret = btrfs_orphan_cleanup(pending_snapshot->snap);
712 if (ret)
713 goto fail;
f46b5a66 714
3821f348
FM
715 /*
716 * If orphan cleanup did remove any orphans, it means the tree was
717 * modified and therefore the commit root is not the same as the
718 * current root anymore. This is a problem, because send uses the
719 * commit root and therefore can see inode items that don't exist
720 * in the current root anymore, and for example make calls to
721 * btrfs_iget, which will do tree lookups based on the current root
722 * and not on the commit root. Those lookups will fail, returning a
723 * -ESTALE error, and making send fail with that error. So make sure
724 * a send does not see any orphans we have just removed, and that it
725 * will see the same inodes regardless of whether a transaction
726 * commit happened before it started (meaning that the commit root
727 * will be the same as the current root) or not.
728 */
729 if (readonly && pending_snapshot->snap->node !=
730 pending_snapshot->snap->commit_root) {
731 trans = btrfs_join_transaction(pending_snapshot->snap);
732 if (IS_ERR(trans) && PTR_ERR(trans) != -ENOENT) {
733 ret = PTR_ERR(trans);
734 goto fail;
735 }
736 if (!IS_ERR(trans)) {
737 ret = btrfs_commit_transaction(trans,
738 pending_snapshot->snap);
739 if (ret)
740 goto fail;
741 }
742 }
743
2fbe8c8a 744 inode = btrfs_lookup_dentry(dentry->d_parent->d_inode, dentry);
2e4bfab9
YZ
745 if (IS_ERR(inode)) {
746 ret = PTR_ERR(inode);
747 goto fail;
748 }
5662344b 749
2e4bfab9
YZ
750 d_instantiate(dentry, inode);
751 ret = 0;
752fail:
d5c12070
MX
753 btrfs_subvolume_release_metadata(BTRFS_I(dir)->root,
754 &pending_snapshot->block_rsv,
755 pending_snapshot->qgroup_reserved);
8257b2dc 756free:
a22285a6 757 kfree(pending_snapshot);
8257b2dc
MX
758out:
759 atomic_dec(&root->will_be_snapshoted);
f46b5a66
CH
760 return ret;
761}
762
4260f7c7
SW
763/* copy of check_sticky in fs/namei.c()
764* It's inline, so penalty for filesystems that don't use sticky bit is
765* minimal.
766*/
767static inline int btrfs_check_sticky(struct inode *dir, struct inode *inode)
768{
2f2f43d3 769 kuid_t fsuid = current_fsuid();
4260f7c7
SW
770
771 if (!(dir->i_mode & S_ISVTX))
772 return 0;
2f2f43d3 773 if (uid_eq(inode->i_uid, fsuid))
4260f7c7 774 return 0;
2f2f43d3 775 if (uid_eq(dir->i_uid, fsuid))
4260f7c7
SW
776 return 0;
777 return !capable(CAP_FOWNER);
778}
779
780/* copy of may_delete in fs/namei.c()
781 * Check whether we can remove a link victim from directory dir, check
782 * whether the type of victim is right.
783 * 1. We can't do it if dir is read-only (done in permission())
784 * 2. We should have write and exec permissions on dir
785 * 3. We can't remove anything from append-only dir
786 * 4. We can't do anything with immutable dir (done in permission())
787 * 5. If the sticky bit on dir is set we should either
788 * a. be owner of dir, or
789 * b. be owner of victim, or
790 * c. have CAP_FOWNER capability
791 * 6. If the victim is append-only or immutable we can't do antyhing with
792 * links pointing to it.
793 * 7. If we were asked to remove a directory and victim isn't one - ENOTDIR.
794 * 8. If we were asked to remove a non-directory and victim isn't one - EISDIR.
795 * 9. We can't remove a root or mountpoint.
796 * 10. We don't allow removal of NFS sillyrenamed files; it's handled by
797 * nfs_async_unlink().
798 */
799
67871254 800static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir)
4260f7c7
SW
801{
802 int error;
803
804 if (!victim->d_inode)
805 return -ENOENT;
806
807 BUG_ON(victim->d_parent->d_inode != dir);
4fa6b5ec 808 audit_inode_child(dir, victim, AUDIT_TYPE_CHILD_DELETE);
4260f7c7
SW
809
810 error = inode_permission(dir, MAY_WRITE | MAY_EXEC);
811 if (error)
812 return error;
813 if (IS_APPEND(dir))
814 return -EPERM;
815 if (btrfs_check_sticky(dir, victim->d_inode)||
816 IS_APPEND(victim->d_inode)||
817 IS_IMMUTABLE(victim->d_inode) || IS_SWAPFILE(victim->d_inode))
818 return -EPERM;
819 if (isdir) {
820 if (!S_ISDIR(victim->d_inode->i_mode))
821 return -ENOTDIR;
822 if (IS_ROOT(victim))
823 return -EBUSY;
824 } else if (S_ISDIR(victim->d_inode->i_mode))
825 return -EISDIR;
826 if (IS_DEADDIR(dir))
827 return -ENOENT;
828 if (victim->d_flags & DCACHE_NFSFS_RENAMED)
829 return -EBUSY;
830 return 0;
831}
832
cb8e7090
CH
833/* copy of may_create in fs/namei.c() */
834static inline int btrfs_may_create(struct inode *dir, struct dentry *child)
835{
836 if (child->d_inode)
837 return -EEXIST;
838 if (IS_DEADDIR(dir))
839 return -ENOENT;
840 return inode_permission(dir, MAY_WRITE | MAY_EXEC);
841}
842
843/*
844 * Create a new subvolume below @parent. This is largely modeled after
845 * sys_mkdirat and vfs_mkdir, but we only do a single component lookup
846 * inside this filesystem so it's quite a bit simpler.
847 */
76dda93c
YZ
848static noinline int btrfs_mksubvol(struct path *parent,
849 char *name, int namelen,
72fd032e 850 struct btrfs_root *snap_src,
6f72c7e2 851 u64 *async_transid, bool readonly,
8696c533 852 struct btrfs_qgroup_inherit *inherit)
cb8e7090 853{
76dda93c 854 struct inode *dir = parent->dentry->d_inode;
cb8e7090
CH
855 struct dentry *dentry;
856 int error;
857
5c50c9b8
DS
858 error = mutex_lock_killable_nested(&dir->i_mutex, I_MUTEX_PARENT);
859 if (error == -EINTR)
860 return error;
cb8e7090
CH
861
862 dentry = lookup_one_len(name, parent->dentry, namelen);
863 error = PTR_ERR(dentry);
864 if (IS_ERR(dentry))
865 goto out_unlock;
866
867 error = -EEXIST;
868 if (dentry->d_inode)
869 goto out_dput;
870
76dda93c 871 error = btrfs_may_create(dir, dentry);
cb8e7090 872 if (error)
a874a63e 873 goto out_dput;
cb8e7090 874
9c52057c
CM
875 /*
876 * even if this name doesn't exist, we may get hash collisions.
877 * check for them now when we can safely fail
878 */
879 error = btrfs_check_dir_item_collision(BTRFS_I(dir)->root,
880 dir->i_ino, name,
881 namelen);
882 if (error)
883 goto out_dput;
884
76dda93c
YZ
885 down_read(&BTRFS_I(dir)->root->fs_info->subvol_sem);
886
887 if (btrfs_root_refs(&BTRFS_I(dir)->root->root_item) == 0)
888 goto out_up_read;
889
3de4586c 890 if (snap_src) {
e9662f70 891 error = create_snapshot(snap_src, dir, dentry, name, namelen,
6f72c7e2 892 async_transid, readonly, inherit);
3de4586c 893 } else {
d5c12070
MX
894 error = create_subvol(dir, dentry, name, namelen,
895 async_transid, inherit);
3de4586c 896 }
76dda93c
YZ
897 if (!error)
898 fsnotify_mkdir(dir, dentry);
899out_up_read:
900 up_read(&BTRFS_I(dir)->root->fs_info->subvol_sem);
cb8e7090
CH
901out_dput:
902 dput(dentry);
903out_unlock:
76dda93c 904 mutex_unlock(&dir->i_mutex);
cb8e7090
CH
905 return error;
906}
907
4cb5300b
CM
908/*
909 * When we're defragging a range, we don't want to kick it off again
910 * if it is really just waiting for delalloc to send it down.
911 * If we find a nice big extent or delalloc range for the bytes in the
912 * file you want to defrag, we return 0 to let you know to skip this
913 * part of the file
914 */
915static int check_defrag_in_cache(struct inode *inode, u64 offset, int thresh)
916{
917 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
918 struct extent_map *em = NULL;
919 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
920 u64 end;
921
922 read_lock(&em_tree->lock);
923 em = lookup_extent_mapping(em_tree, offset, PAGE_CACHE_SIZE);
924 read_unlock(&em_tree->lock);
925
926 if (em) {
927 end = extent_map_end(em);
928 free_extent_map(em);
929 if (end - offset > thresh)
930 return 0;
931 }
932 /* if we already have a nice delalloc here, just stop */
933 thresh /= 2;
934 end = count_range_bits(io_tree, &offset, offset + thresh,
935 thresh, EXTENT_DELALLOC, 1);
936 if (end >= thresh)
937 return 0;
938 return 1;
939}
940
941/*
942 * helper function to walk through a file and find extents
943 * newer than a specific transid, and smaller than thresh.
944 *
945 * This is used by the defragging code to find new and small
946 * extents
947 */
948static int find_new_extents(struct btrfs_root *root,
949 struct inode *inode, u64 newer_than,
950 u64 *off, int thresh)
951{
952 struct btrfs_path *path;
953 struct btrfs_key min_key;
4cb5300b
CM
954 struct extent_buffer *leaf;
955 struct btrfs_file_extent_item *extent;
956 int type;
957 int ret;
a4689d2b 958 u64 ino = btrfs_ino(inode);
4cb5300b
CM
959
960 path = btrfs_alloc_path();
961 if (!path)
962 return -ENOMEM;
963
a4689d2b 964 min_key.objectid = ino;
4cb5300b
CM
965 min_key.type = BTRFS_EXTENT_DATA_KEY;
966 min_key.offset = *off;
967
67871254 968 while (1) {
f094c9bd 969 path->keep_locks = 1;
6174d3cb 970 ret = btrfs_search_forward(root, &min_key, path, newer_than);
4cb5300b
CM
971 if (ret != 0)
972 goto none;
f094c9bd
FM
973 path->keep_locks = 0;
974 btrfs_unlock_up_safe(path, 1);
975process_slot:
a4689d2b 976 if (min_key.objectid != ino)
4cb5300b
CM
977 goto none;
978 if (min_key.type != BTRFS_EXTENT_DATA_KEY)
979 goto none;
980
981 leaf = path->nodes[0];
982 extent = btrfs_item_ptr(leaf, path->slots[0],
983 struct btrfs_file_extent_item);
984
985 type = btrfs_file_extent_type(leaf, extent);
986 if (type == BTRFS_FILE_EXTENT_REG &&
987 btrfs_file_extent_num_bytes(leaf, extent) < thresh &&
988 check_defrag_in_cache(inode, min_key.offset, thresh)) {
989 *off = min_key.offset;
990 btrfs_free_path(path);
991 return 0;
992 }
993
f094c9bd
FM
994 path->slots[0]++;
995 if (path->slots[0] < btrfs_header_nritems(leaf)) {
996 btrfs_item_key_to_cpu(leaf, &min_key, path->slots[0]);
997 goto process_slot;
998 }
999
4cb5300b
CM
1000 if (min_key.offset == (u64)-1)
1001 goto none;
1002
1003 min_key.offset++;
1004 btrfs_release_path(path);
1005 }
1006none:
1007 btrfs_free_path(path);
1008 return -ENOENT;
1009}
1010
6c282eb4 1011static struct extent_map *defrag_lookup_extent(struct inode *inode, u64 start)
17ce6ef8
LB
1012{
1013 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
6c282eb4
LZ
1014 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
1015 struct extent_map *em;
1016 u64 len = PAGE_CACHE_SIZE;
17ce6ef8 1017
6c282eb4
LZ
1018 /*
1019 * hopefully we have this extent in the tree already, try without
1020 * the full extent lock
1021 */
17ce6ef8 1022 read_lock(&em_tree->lock);
6c282eb4 1023 em = lookup_extent_mapping(em_tree, start, len);
17ce6ef8
LB
1024 read_unlock(&em_tree->lock);
1025
6c282eb4 1026 if (!em) {
308d9800
FM
1027 struct extent_state *cached = NULL;
1028 u64 end = start + len - 1;
1029
6c282eb4 1030 /* get the big lock and read metadata off disk */
308d9800 1031 lock_extent_bits(io_tree, start, end, 0, &cached);
6c282eb4 1032 em = btrfs_get_extent(inode, NULL, 0, start, len, 0);
308d9800 1033 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS);
6c282eb4
LZ
1034
1035 if (IS_ERR(em))
1036 return NULL;
1037 }
1038
1039 return em;
1040}
17ce6ef8 1041
6c282eb4
LZ
1042static bool defrag_check_next_extent(struct inode *inode, struct extent_map *em)
1043{
1044 struct extent_map *next;
1045 bool ret = true;
1046
1047 /* this is the last extent */
1048 if (em->start + em->len >= i_size_read(inode))
1049 return false;
1050
1051 next = defrag_lookup_extent(inode, em->start + em->len);
e2127cf0
FM
1052 if (!next || next->block_start >= EXTENT_MAP_LAST_BYTE ||
1053 (em->block_start + em->block_len == next->block_start))
6c282eb4
LZ
1054 ret = false;
1055
1056 free_extent_map(next);
17ce6ef8
LB
1057 return ret;
1058}
1059
6c282eb4 1060static int should_defrag_range(struct inode *inode, u64 start, int thresh,
a43a2111
AM
1061 u64 *last_len, u64 *skip, u64 *defrag_end,
1062 int compress)
940100a4 1063{
6c282eb4 1064 struct extent_map *em;
940100a4 1065 int ret = 1;
6c282eb4 1066 bool next_mergeable = true;
940100a4
CM
1067
1068 /*
008873ea 1069 * make sure that once we start defragging an extent, we keep on
940100a4
CM
1070 * defragging it
1071 */
1072 if (start < *defrag_end)
1073 return 1;
1074
1075 *skip = 0;
1076
6c282eb4
LZ
1077 em = defrag_lookup_extent(inode, start);
1078 if (!em)
1079 return 0;
940100a4
CM
1080
1081 /* this will cover holes, and inline extents */
17ce6ef8 1082 if (em->block_start >= EXTENT_MAP_LAST_BYTE) {
940100a4 1083 ret = 0;
17ce6ef8
LB
1084 goto out;
1085 }
1086
6c282eb4 1087 next_mergeable = defrag_check_next_extent(inode, em);
940100a4
CM
1088
1089 /*
6c282eb4
LZ
1090 * we hit a real extent, if it is big or the next extent is not a
1091 * real extent, don't bother defragging it
940100a4 1092 */
a43a2111 1093 if (!compress && (*last_len == 0 || *last_len >= thresh) &&
6c282eb4 1094 (em->len >= thresh || !next_mergeable))
940100a4 1095 ret = 0;
17ce6ef8 1096out:
940100a4
CM
1097 /*
1098 * last_len ends up being a counter of how many bytes we've defragged.
1099 * every time we choose not to defrag an extent, we reset *last_len
1100 * so that the next tiny extent will force a defrag.
1101 *
1102 * The end result of this is that tiny extents before a single big
1103 * extent will force at least part of that big extent to be defragged.
1104 */
1105 if (ret) {
940100a4
CM
1106 *defrag_end = extent_map_end(em);
1107 } else {
1108 *last_len = 0;
1109 *skip = extent_map_end(em);
1110 *defrag_end = 0;
1111 }
1112
1113 free_extent_map(em);
1114 return ret;
1115}
1116
4cb5300b
CM
1117/*
1118 * it doesn't do much good to defrag one or two pages
1119 * at a time. This pulls in a nice chunk of pages
1120 * to COW and defrag.
1121 *
1122 * It also makes sure the delalloc code has enough
1123 * dirty data to avoid making new small extents as part
1124 * of the defrag
1125 *
1126 * It's a good idea to start RA on this range
1127 * before calling this.
1128 */
1129static int cluster_pages_for_defrag(struct inode *inode,
1130 struct page **pages,
1131 unsigned long start_index,
c41570c9 1132 unsigned long num_pages)
f46b5a66 1133{
4cb5300b
CM
1134 unsigned long file_end;
1135 u64 isize = i_size_read(inode);
1136 u64 page_start;
1137 u64 page_end;
1f12bd06 1138 u64 page_cnt;
4cb5300b
CM
1139 int ret;
1140 int i;
1141 int i_done;
3eaa2885 1142 struct btrfs_ordered_extent *ordered;
4cb5300b 1143 struct extent_state *cached_state = NULL;
600a45e1 1144 struct extent_io_tree *tree;
3b16a4e3 1145 gfp_t mask = btrfs_alloc_write_mask(inode->i_mapping);
4cb5300b 1146
4cb5300b 1147 file_end = (isize - 1) >> PAGE_CACHE_SHIFT;
1f12bd06
LB
1148 if (!isize || start_index > file_end)
1149 return 0;
1150
1151 page_cnt = min_t(u64, (u64)num_pages, (u64)file_end - start_index + 1);
4cb5300b
CM
1152
1153 ret = btrfs_delalloc_reserve_space(inode,
1f12bd06 1154 page_cnt << PAGE_CACHE_SHIFT);
4cb5300b
CM
1155 if (ret)
1156 return ret;
4cb5300b 1157 i_done = 0;
600a45e1 1158 tree = &BTRFS_I(inode)->io_tree;
4cb5300b
CM
1159
1160 /* step one, lock all the pages */
1f12bd06 1161 for (i = 0; i < page_cnt; i++) {
4cb5300b 1162 struct page *page;
600a45e1 1163again:
a94733d0 1164 page = find_or_create_page(inode->i_mapping,
600a45e1 1165 start_index + i, mask);
4cb5300b
CM
1166 if (!page)
1167 break;
1168
600a45e1
MX
1169 page_start = page_offset(page);
1170 page_end = page_start + PAGE_CACHE_SIZE - 1;
1171 while (1) {
308d9800
FM
1172 lock_extent_bits(tree, page_start, page_end,
1173 0, &cached_state);
600a45e1
MX
1174 ordered = btrfs_lookup_ordered_extent(inode,
1175 page_start);
308d9800
FM
1176 unlock_extent_cached(tree, page_start, page_end,
1177 &cached_state, GFP_NOFS);
600a45e1
MX
1178 if (!ordered)
1179 break;
1180
1181 unlock_page(page);
1182 btrfs_start_ordered_extent(inode, ordered, 1);
1183 btrfs_put_ordered_extent(ordered);
1184 lock_page(page);
1f12bd06
LB
1185 /*
1186 * we unlocked the page above, so we need check if
1187 * it was released or not.
1188 */
1189 if (page->mapping != inode->i_mapping) {
1190 unlock_page(page);
1191 page_cache_release(page);
1192 goto again;
1193 }
600a45e1
MX
1194 }
1195
4cb5300b
CM
1196 if (!PageUptodate(page)) {
1197 btrfs_readpage(NULL, page);
1198 lock_page(page);
1199 if (!PageUptodate(page)) {
1200 unlock_page(page);
1201 page_cache_release(page);
1202 ret = -EIO;
1203 break;
1204 }
1205 }
600a45e1 1206
600a45e1
MX
1207 if (page->mapping != inode->i_mapping) {
1208 unlock_page(page);
1209 page_cache_release(page);
1210 goto again;
1211 }
1212
4cb5300b
CM
1213 pages[i] = page;
1214 i_done++;
1215 }
1216 if (!i_done || ret)
1217 goto out;
1218
1219 if (!(inode->i_sb->s_flags & MS_ACTIVE))
1220 goto out;
1221
1222 /*
1223 * so now we have a nice long stream of locked
1224 * and up to date pages, lets wait on them
1225 */
1226 for (i = 0; i < i_done; i++)
1227 wait_on_page_writeback(pages[i]);
1228
1229 page_start = page_offset(pages[0]);
1230 page_end = page_offset(pages[i_done - 1]) + PAGE_CACHE_SIZE;
1231
1232 lock_extent_bits(&BTRFS_I(inode)->io_tree,
d0082371 1233 page_start, page_end - 1, 0, &cached_state);
4cb5300b
CM
1234 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start,
1235 page_end - 1, EXTENT_DIRTY | EXTENT_DELALLOC |
9e8a4a8b
LB
1236 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, 0, 0,
1237 &cached_state, GFP_NOFS);
4cb5300b 1238
1f12bd06 1239 if (i_done != page_cnt) {
9e0baf60
JB
1240 spin_lock(&BTRFS_I(inode)->lock);
1241 BTRFS_I(inode)->outstanding_extents++;
1242 spin_unlock(&BTRFS_I(inode)->lock);
4cb5300b 1243 btrfs_delalloc_release_space(inode,
1f12bd06 1244 (page_cnt - i_done) << PAGE_CACHE_SHIFT);
4cb5300b
CM
1245 }
1246
1247
9e8a4a8b
LB
1248 set_extent_defrag(&BTRFS_I(inode)->io_tree, page_start, page_end - 1,
1249 &cached_state, GFP_NOFS);
4cb5300b
CM
1250
1251 unlock_extent_cached(&BTRFS_I(inode)->io_tree,
1252 page_start, page_end - 1, &cached_state,
1253 GFP_NOFS);
1254
1255 for (i = 0; i < i_done; i++) {
1256 clear_page_dirty_for_io(pages[i]);
1257 ClearPageChecked(pages[i]);
1258 set_page_extent_mapped(pages[i]);
1259 set_page_dirty(pages[i]);
1260 unlock_page(pages[i]);
1261 page_cache_release(pages[i]);
1262 }
1263 return i_done;
1264out:
1265 for (i = 0; i < i_done; i++) {
1266 unlock_page(pages[i]);
1267 page_cache_release(pages[i]);
1268 }
1f12bd06 1269 btrfs_delalloc_release_space(inode, page_cnt << PAGE_CACHE_SHIFT);
4cb5300b
CM
1270 return ret;
1271
1272}
1273
1274int btrfs_defrag_file(struct inode *inode, struct file *file,
1275 struct btrfs_ioctl_defrag_range_args *range,
1276 u64 newer_than, unsigned long max_to_defrag)
1277{
1278 struct btrfs_root *root = BTRFS_I(inode)->root;
4cb5300b 1279 struct file_ra_state *ra = NULL;
f46b5a66 1280 unsigned long last_index;
151a31b2 1281 u64 isize = i_size_read(inode);
940100a4
CM
1282 u64 last_len = 0;
1283 u64 skip = 0;
1284 u64 defrag_end = 0;
4cb5300b 1285 u64 newer_off = range->start;
f46b5a66 1286 unsigned long i;
008873ea 1287 unsigned long ra_index = 0;
f46b5a66 1288 int ret;
4cb5300b 1289 int defrag_count = 0;
1a419d85 1290 int compress_type = BTRFS_COMPRESS_ZLIB;
4cb5300b 1291 int extent_thresh = range->extent_thresh;
c41570c9
JM
1292 unsigned long max_cluster = (256 * 1024) >> PAGE_CACHE_SHIFT;
1293 unsigned long cluster = max_cluster;
4cb5300b
CM
1294 u64 new_align = ~((u64)128 * 1024 - 1);
1295 struct page **pages = NULL;
1296
0abd5b17
LB
1297 if (isize == 0)
1298 return 0;
1299
1300 if (range->start >= isize)
1301 return -EINVAL;
1a419d85
LZ
1302
1303 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS) {
1304 if (range->compress_type > BTRFS_COMPRESS_TYPES)
1305 return -EINVAL;
1306 if (range->compress_type)
1307 compress_type = range->compress_type;
1308 }
f46b5a66 1309
0abd5b17
LB
1310 if (extent_thresh == 0)
1311 extent_thresh = 256 * 1024;
940100a4 1312
4cb5300b
CM
1313 /*
1314 * if we were not given a file, allocate a readahead
1315 * context
1316 */
1317 if (!file) {
1318 ra = kzalloc(sizeof(*ra), GFP_NOFS);
1319 if (!ra)
1320 return -ENOMEM;
1321 file_ra_state_init(ra, inode->i_mapping);
1322 } else {
1323 ra = &file->f_ra;
1324 }
1325
d9b0d9ba 1326 pages = kmalloc_array(max_cluster, sizeof(struct page *),
4cb5300b
CM
1327 GFP_NOFS);
1328 if (!pages) {
1329 ret = -ENOMEM;
1330 goto out_ra;
1331 }
1332
1333 /* find the last page to defrag */
1e701a32 1334 if (range->start + range->len > range->start) {
151a31b2 1335 last_index = min_t(u64, isize - 1,
1e701a32
CM
1336 range->start + range->len - 1) >> PAGE_CACHE_SHIFT;
1337 } else {
151a31b2 1338 last_index = (isize - 1) >> PAGE_CACHE_SHIFT;
1e701a32
CM
1339 }
1340
4cb5300b
CM
1341 if (newer_than) {
1342 ret = find_new_extents(root, inode, newer_than,
1343 &newer_off, 64 * 1024);
1344 if (!ret) {
1345 range->start = newer_off;
1346 /*
1347 * we always align our defrag to help keep
1348 * the extents in the file evenly spaced
1349 */
1350 i = (newer_off & new_align) >> PAGE_CACHE_SHIFT;
4cb5300b
CM
1351 } else
1352 goto out_ra;
1353 } else {
1354 i = range->start >> PAGE_CACHE_SHIFT;
1355 }
1356 if (!max_to_defrag)
7ec31b54 1357 max_to_defrag = last_index + 1;
4cb5300b 1358
2a0f7f57
LZ
1359 /*
1360 * make writeback starts from i, so the defrag range can be
1361 * written sequentially.
1362 */
1363 if (i < inode->i_mapping->writeback_index)
1364 inode->i_mapping->writeback_index = i;
1365
f7f43cc8
CM
1366 while (i <= last_index && defrag_count < max_to_defrag &&
1367 (i < (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >>
1368 PAGE_CACHE_SHIFT)) {
4cb5300b
CM
1369 /*
1370 * make sure we stop running if someone unmounts
1371 * the FS
1372 */
1373 if (!(inode->i_sb->s_flags & MS_ACTIVE))
1374 break;
1375
210549eb 1376 if (btrfs_defrag_cancelled(root->fs_info)) {
efe120a0 1377 printk(KERN_DEBUG "BTRFS: defrag_file cancelled\n");
210549eb
DS
1378 ret = -EAGAIN;
1379 break;
1380 }
1381
66c26892 1382 if (!should_defrag_range(inode, (u64)i << PAGE_CACHE_SHIFT,
6c282eb4 1383 extent_thresh, &last_len, &skip,
a43a2111
AM
1384 &defrag_end, range->flags &
1385 BTRFS_DEFRAG_RANGE_COMPRESS)) {
940100a4
CM
1386 unsigned long next;
1387 /*
1388 * the should_defrag function tells us how much to skip
1389 * bump our counter by the suggested amount
1390 */
1391 next = (skip + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
1392 i = max(i + 1, next);
1393 continue;
1394 }
008873ea
LZ
1395
1396 if (!newer_than) {
1397 cluster = (PAGE_CACHE_ALIGN(defrag_end) >>
1398 PAGE_CACHE_SHIFT) - i;
1399 cluster = min(cluster, max_cluster);
1400 } else {
1401 cluster = max_cluster;
1402 }
1403
008873ea
LZ
1404 if (i + cluster > ra_index) {
1405 ra_index = max(i, ra_index);
1406 btrfs_force_ra(inode->i_mapping, ra, file, ra_index,
1407 cluster);
1408 ra_index += max_cluster;
1409 }
940100a4 1410
ecb8bea8 1411 mutex_lock(&inode->i_mutex);
633085c7
FDBM
1412 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)
1413 BTRFS_I(inode)->force_compress = compress_type;
008873ea 1414 ret = cluster_pages_for_defrag(inode, pages, i, cluster);
ecb8bea8
LB
1415 if (ret < 0) {
1416 mutex_unlock(&inode->i_mutex);
4cb5300b 1417 goto out_ra;
ecb8bea8 1418 }
4cb5300b
CM
1419
1420 defrag_count += ret;
d0e1d66b 1421 balance_dirty_pages_ratelimited(inode->i_mapping);
ecb8bea8 1422 mutex_unlock(&inode->i_mutex);
4cb5300b
CM
1423
1424 if (newer_than) {
1425 if (newer_off == (u64)-1)
1426 break;
1427
e1f041e1
LB
1428 if (ret > 0)
1429 i += ret;
1430
4cb5300b
CM
1431 newer_off = max(newer_off + 1,
1432 (u64)i << PAGE_CACHE_SHIFT);
1433
1434 ret = find_new_extents(root, inode,
1435 newer_than, &newer_off,
1436 64 * 1024);
1437 if (!ret) {
1438 range->start = newer_off;
1439 i = (newer_off & new_align) >> PAGE_CACHE_SHIFT;
4cb5300b
CM
1440 } else {
1441 break;
f46b5a66 1442 }
4cb5300b 1443 } else {
008873ea 1444 if (ret > 0) {
cbcc8326 1445 i += ret;
008873ea
LZ
1446 last_len += ret << PAGE_CACHE_SHIFT;
1447 } else {
cbcc8326 1448 i++;
008873ea
LZ
1449 last_len = 0;
1450 }
f46b5a66 1451 }
f46b5a66
CH
1452 }
1453
dec8ef90 1454 if ((range->flags & BTRFS_DEFRAG_RANGE_START_IO)) {
1e701a32 1455 filemap_flush(inode->i_mapping);
dec8ef90
FM
1456 if (test_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
1457 &BTRFS_I(inode)->runtime_flags))
1458 filemap_flush(inode->i_mapping);
1459 }
1e701a32
CM
1460
1461 if ((range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)) {
1462 /* the filemap_flush will queue IO into the worker threads, but
1463 * we have to make sure the IO is actually started and that
1464 * ordered extents get created before we return
1465 */
1466 atomic_inc(&root->fs_info->async_submit_draining);
1467 while (atomic_read(&root->fs_info->nr_async_submits) ||
1468 atomic_read(&root->fs_info->async_delalloc_pages)) {
1469 wait_event(root->fs_info->async_submit_wait,
1470 (atomic_read(&root->fs_info->nr_async_submits) == 0 &&
1471 atomic_read(&root->fs_info->async_delalloc_pages) == 0));
1472 }
1473 atomic_dec(&root->fs_info->async_submit_draining);
1e701a32
CM
1474 }
1475
1a419d85 1476 if (range->compress_type == BTRFS_COMPRESS_LZO) {
2b0ce2c2 1477 btrfs_set_fs_incompat(root->fs_info, COMPRESS_LZO);
1a419d85
LZ
1478 }
1479
60ccf82f 1480 ret = defrag_count;
940100a4 1481
4cb5300b 1482out_ra:
633085c7
FDBM
1483 if (range->flags & BTRFS_DEFRAG_RANGE_COMPRESS) {
1484 mutex_lock(&inode->i_mutex);
1485 BTRFS_I(inode)->force_compress = BTRFS_COMPRESS_NONE;
1486 mutex_unlock(&inode->i_mutex);
1487 }
4cb5300b
CM
1488 if (!file)
1489 kfree(ra);
1490 kfree(pages);
940100a4 1491 return ret;
f46b5a66
CH
1492}
1493
198605a8 1494static noinline int btrfs_ioctl_resize(struct file *file,
76dda93c 1495 void __user *arg)
f46b5a66
CH
1496{
1497 u64 new_size;
1498 u64 old_size;
1499 u64 devid = 1;
496ad9aa 1500 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
f46b5a66
CH
1501 struct btrfs_ioctl_vol_args *vol_args;
1502 struct btrfs_trans_handle *trans;
1503 struct btrfs_device *device = NULL;
1504 char *sizestr;
9a40f122 1505 char *retptr;
f46b5a66
CH
1506 char *devstr = NULL;
1507 int ret = 0;
f46b5a66
CH
1508 int mod = 0;
1509
e441d54d
CM
1510 if (!capable(CAP_SYS_ADMIN))
1511 return -EPERM;
1512
198605a8
MX
1513 ret = mnt_want_write_file(file);
1514 if (ret)
1515 return ret;
1516
5ac00add
SB
1517 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
1518 1)) {
97547676 1519 mnt_drop_write_file(file);
e57138b3 1520 return BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
c9e9f97b
ID
1521 }
1522
5ac00add 1523 mutex_lock(&root->fs_info->volume_mutex);
dae7b665 1524 vol_args = memdup_user(arg, sizeof(*vol_args));
c9e9f97b
ID
1525 if (IS_ERR(vol_args)) {
1526 ret = PTR_ERR(vol_args);
1527 goto out;
1528 }
5516e595
MF
1529
1530 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
f46b5a66 1531
f46b5a66
CH
1532 sizestr = vol_args->name;
1533 devstr = strchr(sizestr, ':');
1534 if (devstr) {
f46b5a66
CH
1535 sizestr = devstr + 1;
1536 *devstr = '\0';
1537 devstr = vol_args->name;
58dfae63
Z
1538 ret = kstrtoull(devstr, 10, &devid);
1539 if (ret)
1540 goto out_free;
dfd79829
MX
1541 if (!devid) {
1542 ret = -EINVAL;
1543 goto out_free;
1544 }
efe120a0 1545 btrfs_info(root->fs_info, "resizing devid %llu", devid);
f46b5a66 1546 }
dba60f3f 1547
aa1b8cd4 1548 device = btrfs_find_device(root->fs_info, devid, NULL, NULL);
f46b5a66 1549 if (!device) {
efe120a0 1550 btrfs_info(root->fs_info, "resizer unable to find device %llu",
c1c9ff7c 1551 devid);
dfd79829 1552 ret = -ENODEV;
c9e9f97b 1553 goto out_free;
f46b5a66 1554 }
dba60f3f
MX
1555
1556 if (!device->writeable) {
efe120a0
FH
1557 btrfs_info(root->fs_info,
1558 "resizer unable to apply on readonly device %llu",
c1c9ff7c 1559 devid);
dfd79829 1560 ret = -EPERM;
4e42ae1b
LB
1561 goto out_free;
1562 }
1563
f46b5a66
CH
1564 if (!strcmp(sizestr, "max"))
1565 new_size = device->bdev->bd_inode->i_size;
1566 else {
1567 if (sizestr[0] == '-') {
1568 mod = -1;
1569 sizestr++;
1570 } else if (sizestr[0] == '+') {
1571 mod = 1;
1572 sizestr++;
1573 }
9a40f122
GH
1574 new_size = memparse(sizestr, &retptr);
1575 if (*retptr != '\0' || new_size == 0) {
f46b5a66 1576 ret = -EINVAL;
c9e9f97b 1577 goto out_free;
f46b5a66
CH
1578 }
1579 }
1580
63a212ab 1581 if (device->is_tgtdev_for_dev_replace) {
dfd79829 1582 ret = -EPERM;
63a212ab
SB
1583 goto out_free;
1584 }
1585
f46b5a66
CH
1586 old_size = device->total_bytes;
1587
1588 if (mod < 0) {
1589 if (new_size > old_size) {
1590 ret = -EINVAL;
c9e9f97b 1591 goto out_free;
f46b5a66
CH
1592 }
1593 new_size = old_size - new_size;
1594 } else if (mod > 0) {
eb8052e0 1595 if (new_size > ULLONG_MAX - old_size) {
902c68a4 1596 ret = -ERANGE;
eb8052e0
WF
1597 goto out_free;
1598 }
f46b5a66
CH
1599 new_size = old_size + new_size;
1600 }
1601
1602 if (new_size < 256 * 1024 * 1024) {
1603 ret = -EINVAL;
c9e9f97b 1604 goto out_free;
f46b5a66
CH
1605 }
1606 if (new_size > device->bdev->bd_inode->i_size) {
1607 ret = -EFBIG;
c9e9f97b 1608 goto out_free;
f46b5a66
CH
1609 }
1610
1611 do_div(new_size, root->sectorsize);
1612 new_size *= root->sectorsize;
1613
efe120a0 1614 printk_in_rcu(KERN_INFO "BTRFS: new size for %s is %llu\n",
c1c9ff7c 1615 rcu_str_deref(device->name), new_size);
f46b5a66
CH
1616
1617 if (new_size > old_size) {
a22285a6 1618 trans = btrfs_start_transaction(root, 0);
98d5dc13
TI
1619 if (IS_ERR(trans)) {
1620 ret = PTR_ERR(trans);
c9e9f97b 1621 goto out_free;
98d5dc13 1622 }
f46b5a66
CH
1623 ret = btrfs_grow_device(trans, device, new_size);
1624 btrfs_commit_transaction(trans, root);
ece7d20e 1625 } else if (new_size < old_size) {
f46b5a66 1626 ret = btrfs_shrink_device(device, new_size);
0253f40e 1627 } /* equal, nothing need to do */
f46b5a66 1628
c9e9f97b 1629out_free:
f46b5a66 1630 kfree(vol_args);
c9e9f97b
ID
1631out:
1632 mutex_unlock(&root->fs_info->volume_mutex);
5ac00add 1633 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
18f39c41 1634 mnt_drop_write_file(file);
f46b5a66
CH
1635 return ret;
1636}
1637
72fd032e 1638static noinline int btrfs_ioctl_snap_create_transid(struct file *file,
6f72c7e2
AJ
1639 char *name, unsigned long fd, int subvol,
1640 u64 *transid, bool readonly,
8696c533 1641 struct btrfs_qgroup_inherit *inherit)
f46b5a66 1642{
f46b5a66 1643 int namelen;
3de4586c 1644 int ret = 0;
f46b5a66 1645
a874a63e
LB
1646 ret = mnt_want_write_file(file);
1647 if (ret)
1648 goto out;
1649
72fd032e
SW
1650 namelen = strlen(name);
1651 if (strchr(name, '/')) {
f46b5a66 1652 ret = -EINVAL;
a874a63e 1653 goto out_drop_write;
f46b5a66
CH
1654 }
1655
16780cab
CM
1656 if (name[0] == '.' &&
1657 (namelen == 1 || (name[1] == '.' && namelen == 2))) {
1658 ret = -EEXIST;
a874a63e 1659 goto out_drop_write;
16780cab
CM
1660 }
1661
3de4586c 1662 if (subvol) {
72fd032e 1663 ret = btrfs_mksubvol(&file->f_path, name, namelen,
6f72c7e2 1664 NULL, transid, readonly, inherit);
cb8e7090 1665 } else {
2903ff01 1666 struct fd src = fdget(fd);
3de4586c 1667 struct inode *src_inode;
2903ff01 1668 if (!src.file) {
3de4586c 1669 ret = -EINVAL;
a874a63e 1670 goto out_drop_write;
3de4586c
CM
1671 }
1672
496ad9aa
AV
1673 src_inode = file_inode(src.file);
1674 if (src_inode->i_sb != file_inode(file)->i_sb) {
efe120a0
FH
1675 btrfs_info(BTRFS_I(src_inode)->root->fs_info,
1676 "Snapshot src from another FS");
23ad5b17 1677 ret = -EXDEV;
d0242061
DS
1678 } else if (!inode_owner_or_capable(src_inode)) {
1679 /*
1680 * Subvolume creation is not restricted, but snapshots
1681 * are limited to own subvolumes only
1682 */
1683 ret = -EPERM;
ecd18815
AV
1684 } else {
1685 ret = btrfs_mksubvol(&file->f_path, name, namelen,
1686 BTRFS_I(src_inode)->root,
1687 transid, readonly, inherit);
3de4586c 1688 }
2903ff01 1689 fdput(src);
cb8e7090 1690 }
a874a63e
LB
1691out_drop_write:
1692 mnt_drop_write_file(file);
f46b5a66 1693out:
72fd032e
SW
1694 return ret;
1695}
1696
1697static noinline int btrfs_ioctl_snap_create(struct file *file,
fa0d2b9b 1698 void __user *arg, int subvol)
72fd032e 1699{
fa0d2b9b 1700 struct btrfs_ioctl_vol_args *vol_args;
72fd032e
SW
1701 int ret;
1702
fa0d2b9b
LZ
1703 vol_args = memdup_user(arg, sizeof(*vol_args));
1704 if (IS_ERR(vol_args))
1705 return PTR_ERR(vol_args);
1706 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
72fd032e 1707
fa0d2b9b 1708 ret = btrfs_ioctl_snap_create_transid(file, vol_args->name,
b83cc969 1709 vol_args->fd, subvol,
6f72c7e2 1710 NULL, false, NULL);
fdfb1e4f 1711
fa0d2b9b
LZ
1712 kfree(vol_args);
1713 return ret;
1714}
fdfb1e4f 1715
fa0d2b9b
LZ
1716static noinline int btrfs_ioctl_snap_create_v2(struct file *file,
1717 void __user *arg, int subvol)
1718{
1719 struct btrfs_ioctl_vol_args_v2 *vol_args;
1720 int ret;
1721 u64 transid = 0;
1722 u64 *ptr = NULL;
b83cc969 1723 bool readonly = false;
6f72c7e2 1724 struct btrfs_qgroup_inherit *inherit = NULL;
75eaa0e2 1725
fa0d2b9b
LZ
1726 vol_args = memdup_user(arg, sizeof(*vol_args));
1727 if (IS_ERR(vol_args))
1728 return PTR_ERR(vol_args);
1729 vol_args->name[BTRFS_SUBVOL_NAME_MAX] = '\0';
75eaa0e2 1730
b83cc969 1731 if (vol_args->flags &
6f72c7e2
AJ
1732 ~(BTRFS_SUBVOL_CREATE_ASYNC | BTRFS_SUBVOL_RDONLY |
1733 BTRFS_SUBVOL_QGROUP_INHERIT)) {
b83cc969 1734 ret = -EOPNOTSUPP;
fa0d2b9b 1735 goto out;
72fd032e 1736 }
fa0d2b9b
LZ
1737
1738 if (vol_args->flags & BTRFS_SUBVOL_CREATE_ASYNC)
1739 ptr = &transid;
b83cc969
LZ
1740 if (vol_args->flags & BTRFS_SUBVOL_RDONLY)
1741 readonly = true;
6f72c7e2
AJ
1742 if (vol_args->flags & BTRFS_SUBVOL_QGROUP_INHERIT) {
1743 if (vol_args->size > PAGE_CACHE_SIZE) {
1744 ret = -EINVAL;
1745 goto out;
1746 }
1747 inherit = memdup_user(vol_args->qgroup_inherit, vol_args->size);
1748 if (IS_ERR(inherit)) {
1749 ret = PTR_ERR(inherit);
1750 goto out;
1751 }
1752 }
fa0d2b9b
LZ
1753
1754 ret = btrfs_ioctl_snap_create_transid(file, vol_args->name,
6f72c7e2 1755 vol_args->fd, subvol, ptr,
8696c533 1756 readonly, inherit);
fa0d2b9b
LZ
1757
1758 if (ret == 0 && ptr &&
1759 copy_to_user(arg +
1760 offsetof(struct btrfs_ioctl_vol_args_v2,
1761 transid), ptr, sizeof(*ptr)))
1762 ret = -EFAULT;
fdfb1e4f 1763out:
f46b5a66 1764 kfree(vol_args);
6f72c7e2 1765 kfree(inherit);
f46b5a66
CH
1766 return ret;
1767}
1768
0caa102d
LZ
1769static noinline int btrfs_ioctl_subvol_getflags(struct file *file,
1770 void __user *arg)
1771{
496ad9aa 1772 struct inode *inode = file_inode(file);
0caa102d
LZ
1773 struct btrfs_root *root = BTRFS_I(inode)->root;
1774 int ret = 0;
1775 u64 flags = 0;
1776
33345d01 1777 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID)
0caa102d
LZ
1778 return -EINVAL;
1779
1780 down_read(&root->fs_info->subvol_sem);
1781 if (btrfs_root_readonly(root))
1782 flags |= BTRFS_SUBVOL_RDONLY;
1783 up_read(&root->fs_info->subvol_sem);
1784
1785 if (copy_to_user(arg, &flags, sizeof(flags)))
1786 ret = -EFAULT;
1787
1788 return ret;
1789}
1790
1791static noinline int btrfs_ioctl_subvol_setflags(struct file *file,
1792 void __user *arg)
1793{
496ad9aa 1794 struct inode *inode = file_inode(file);
0caa102d
LZ
1795 struct btrfs_root *root = BTRFS_I(inode)->root;
1796 struct btrfs_trans_handle *trans;
1797 u64 root_flags;
1798 u64 flags;
1799 int ret = 0;
1800
bd60ea0f
DS
1801 if (!inode_owner_or_capable(inode))
1802 return -EPERM;
1803
b9ca0664
LB
1804 ret = mnt_want_write_file(file);
1805 if (ret)
1806 goto out;
0caa102d 1807
b9ca0664
LB
1808 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
1809 ret = -EINVAL;
1810 goto out_drop_write;
1811 }
0caa102d 1812
b9ca0664
LB
1813 if (copy_from_user(&flags, arg, sizeof(flags))) {
1814 ret = -EFAULT;
1815 goto out_drop_write;
1816 }
0caa102d 1817
b9ca0664
LB
1818 if (flags & BTRFS_SUBVOL_CREATE_ASYNC) {
1819 ret = -EINVAL;
1820 goto out_drop_write;
1821 }
0caa102d 1822
b9ca0664
LB
1823 if (flags & ~BTRFS_SUBVOL_RDONLY) {
1824 ret = -EOPNOTSUPP;
1825 goto out_drop_write;
1826 }
0caa102d
LZ
1827
1828 down_write(&root->fs_info->subvol_sem);
1829
1830 /* nothing to do */
1831 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root))
b9ca0664 1832 goto out_drop_sem;
0caa102d
LZ
1833
1834 root_flags = btrfs_root_flags(&root->root_item);
2c686537 1835 if (flags & BTRFS_SUBVOL_RDONLY) {
0caa102d
LZ
1836 btrfs_set_root_flags(&root->root_item,
1837 root_flags | BTRFS_ROOT_SUBVOL_RDONLY);
2c686537
DS
1838 } else {
1839 /*
1840 * Block RO -> RW transition if this subvolume is involved in
1841 * send
1842 */
1843 spin_lock(&root->root_item_lock);
1844 if (root->send_in_progress == 0) {
1845 btrfs_set_root_flags(&root->root_item,
0caa102d 1846 root_flags & ~BTRFS_ROOT_SUBVOL_RDONLY);
2c686537
DS
1847 spin_unlock(&root->root_item_lock);
1848 } else {
1849 spin_unlock(&root->root_item_lock);
1850 btrfs_warn(root->fs_info,
1851 "Attempt to set subvolume %llu read-write during send",
1852 root->root_key.objectid);
1853 ret = -EPERM;
1854 goto out_drop_sem;
1855 }
1856 }
0caa102d
LZ
1857
1858 trans = btrfs_start_transaction(root, 1);
1859 if (IS_ERR(trans)) {
1860 ret = PTR_ERR(trans);
1861 goto out_reset;
1862 }
1863
b4dc2b8c 1864 ret = btrfs_update_root(trans, root->fs_info->tree_root,
0caa102d
LZ
1865 &root->root_key, &root->root_item);
1866
1867 btrfs_commit_transaction(trans, root);
1868out_reset:
1869 if (ret)
1870 btrfs_set_root_flags(&root->root_item, root_flags);
b9ca0664 1871out_drop_sem:
0caa102d 1872 up_write(&root->fs_info->subvol_sem);
b9ca0664
LB
1873out_drop_write:
1874 mnt_drop_write_file(file);
1875out:
0caa102d
LZ
1876 return ret;
1877}
1878
76dda93c
YZ
1879/*
1880 * helper to check if the subvolume references other subvolumes
1881 */
1882static noinline int may_destroy_subvol(struct btrfs_root *root)
1883{
1884 struct btrfs_path *path;
175a2b87 1885 struct btrfs_dir_item *di;
76dda93c 1886 struct btrfs_key key;
175a2b87 1887 u64 dir_id;
76dda93c
YZ
1888 int ret;
1889
1890 path = btrfs_alloc_path();
1891 if (!path)
1892 return -ENOMEM;
1893
175a2b87
JB
1894 /* Make sure this root isn't set as the default subvol */
1895 dir_id = btrfs_super_root_dir(root->fs_info->super_copy);
1896 di = btrfs_lookup_dir_item(NULL, root->fs_info->tree_root, path,
1897 dir_id, "default", 7, 0);
1898 if (di && !IS_ERR(di)) {
1899 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &key);
1900 if (key.objectid == root->root_key.objectid) {
72de6b53
GS
1901 ret = -EPERM;
1902 btrfs_err(root->fs_info, "deleting default subvolume "
1903 "%llu is not allowed", key.objectid);
175a2b87
JB
1904 goto out;
1905 }
1906 btrfs_release_path(path);
1907 }
1908
76dda93c
YZ
1909 key.objectid = root->root_key.objectid;
1910 key.type = BTRFS_ROOT_REF_KEY;
1911 key.offset = (u64)-1;
1912
1913 ret = btrfs_search_slot(NULL, root->fs_info->tree_root,
1914 &key, path, 0, 0);
1915 if (ret < 0)
1916 goto out;
1917 BUG_ON(ret == 0);
1918
1919 ret = 0;
1920 if (path->slots[0] > 0) {
1921 path->slots[0]--;
1922 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]);
1923 if (key.objectid == root->root_key.objectid &&
1924 key.type == BTRFS_ROOT_REF_KEY)
1925 ret = -ENOTEMPTY;
1926 }
1927out:
1928 btrfs_free_path(path);
1929 return ret;
1930}
1931
ac8e9819
CM
1932static noinline int key_in_sk(struct btrfs_key *key,
1933 struct btrfs_ioctl_search_key *sk)
1934{
abc6e134
CM
1935 struct btrfs_key test;
1936 int ret;
1937
1938 test.objectid = sk->min_objectid;
1939 test.type = sk->min_type;
1940 test.offset = sk->min_offset;
1941
1942 ret = btrfs_comp_cpu_keys(key, &test);
1943 if (ret < 0)
ac8e9819 1944 return 0;
abc6e134
CM
1945
1946 test.objectid = sk->max_objectid;
1947 test.type = sk->max_type;
1948 test.offset = sk->max_offset;
1949
1950 ret = btrfs_comp_cpu_keys(key, &test);
1951 if (ret > 0)
ac8e9819
CM
1952 return 0;
1953 return 1;
1954}
1955
1956static noinline int copy_to_sk(struct btrfs_root *root,
1957 struct btrfs_path *path,
1958 struct btrfs_key *key,
1959 struct btrfs_ioctl_search_key *sk,
1960 char *buf,
1961 unsigned long *sk_offset,
1962 int *num_found)
1963{
1964 u64 found_transid;
1965 struct extent_buffer *leaf;
1966 struct btrfs_ioctl_search_header sh;
1967 unsigned long item_off;
1968 unsigned long item_len;
1969 int nritems;
1970 int i;
1971 int slot;
ac8e9819
CM
1972 int ret = 0;
1973
1974 leaf = path->nodes[0];
1975 slot = path->slots[0];
1976 nritems = btrfs_header_nritems(leaf);
1977
1978 if (btrfs_header_generation(leaf) > sk->max_transid) {
1979 i = nritems;
1980 goto advance_key;
1981 }
1982 found_transid = btrfs_header_generation(leaf);
1983
1984 for (i = slot; i < nritems; i++) {
1985 item_off = btrfs_item_ptr_offset(leaf, i);
1986 item_len = btrfs_item_size_nr(leaf, i);
1987
03b71c6c
GP
1988 btrfs_item_key_to_cpu(leaf, key, i);
1989 if (!key_in_sk(key, sk))
1990 continue;
1991
1992 if (sizeof(sh) + item_len > BTRFS_SEARCH_ARGS_BUFSIZE)
ac8e9819
CM
1993 item_len = 0;
1994
1995 if (sizeof(sh) + item_len + *sk_offset >
1996 BTRFS_SEARCH_ARGS_BUFSIZE) {
1997 ret = 1;
1998 goto overflow;
1999 }
2000
ac8e9819
CM
2001 sh.objectid = key->objectid;
2002 sh.offset = key->offset;
2003 sh.type = key->type;
2004 sh.len = item_len;
2005 sh.transid = found_transid;
2006
2007 /* copy search result header */
2008 memcpy(buf + *sk_offset, &sh, sizeof(sh));
2009 *sk_offset += sizeof(sh);
2010
2011 if (item_len) {
2012 char *p = buf + *sk_offset;
2013 /* copy the item */
2014 read_extent_buffer(leaf, p,
2015 item_off, item_len);
2016 *sk_offset += item_len;
ac8e9819 2017 }
e2156867 2018 (*num_found)++;
ac8e9819
CM
2019
2020 if (*num_found >= sk->nr_items)
2021 break;
2022 }
2023advance_key:
abc6e134
CM
2024 ret = 0;
2025 if (key->offset < (u64)-1 && key->offset < sk->max_offset)
ac8e9819 2026 key->offset++;
abc6e134
CM
2027 else if (key->type < (u8)-1 && key->type < sk->max_type) {
2028 key->offset = 0;
ac8e9819 2029 key->type++;
abc6e134
CM
2030 } else if (key->objectid < (u64)-1 && key->objectid < sk->max_objectid) {
2031 key->offset = 0;
2032 key->type = 0;
ac8e9819 2033 key->objectid++;
abc6e134
CM
2034 } else
2035 ret = 1;
ac8e9819 2036overflow:
ac8e9819
CM
2037 return ret;
2038}
2039
2040static noinline int search_ioctl(struct inode *inode,
2041 struct btrfs_ioctl_search_args *args)
2042{
2043 struct btrfs_root *root;
2044 struct btrfs_key key;
ac8e9819
CM
2045 struct btrfs_path *path;
2046 struct btrfs_ioctl_search_key *sk = &args->key;
2047 struct btrfs_fs_info *info = BTRFS_I(inode)->root->fs_info;
2048 int ret;
2049 int num_found = 0;
2050 unsigned long sk_offset = 0;
2051
2052 path = btrfs_alloc_path();
2053 if (!path)
2054 return -ENOMEM;
2055
2056 if (sk->tree_id == 0) {
2057 /* search the root of the inode that was passed */
2058 root = BTRFS_I(inode)->root;
2059 } else {
2060 key.objectid = sk->tree_id;
2061 key.type = BTRFS_ROOT_ITEM_KEY;
2062 key.offset = (u64)-1;
2063 root = btrfs_read_fs_root_no_name(info, &key);
2064 if (IS_ERR(root)) {
efe120a0 2065 printk(KERN_ERR "BTRFS: could not find root %llu\n",
ac8e9819
CM
2066 sk->tree_id);
2067 btrfs_free_path(path);
2068 return -ENOENT;
2069 }
2070 }
2071
2072 key.objectid = sk->min_objectid;
2073 key.type = sk->min_type;
2074 key.offset = sk->min_offset;
2075
ac8e9819
CM
2076 path->keep_locks = 1;
2077
67871254 2078 while (1) {
6174d3cb 2079 ret = btrfs_search_forward(root, &key, path, sk->min_transid);
ac8e9819
CM
2080 if (ret != 0) {
2081 if (ret > 0)
2082 ret = 0;
2083 goto err;
2084 }
2085 ret = copy_to_sk(root, path, &key, sk, args->buf,
2086 &sk_offset, &num_found);
b3b4aa74 2087 btrfs_release_path(path);
ac8e9819
CM
2088 if (ret || num_found >= sk->nr_items)
2089 break;
2090
2091 }
2092 ret = 0;
2093err:
2094 sk->nr_items = num_found;
2095 btrfs_free_path(path);
2096 return ret;
2097}
2098
2099static noinline int btrfs_ioctl_tree_search(struct file *file,
2100 void __user *argp)
2101{
2102 struct btrfs_ioctl_search_args *args;
2103 struct inode *inode;
2104 int ret;
2105
2106 if (!capable(CAP_SYS_ADMIN))
2107 return -EPERM;
2108
2354d08f
JL
2109 args = memdup_user(argp, sizeof(*args));
2110 if (IS_ERR(args))
2111 return PTR_ERR(args);
ac8e9819 2112
496ad9aa 2113 inode = file_inode(file);
ac8e9819
CM
2114 ret = search_ioctl(inode, args);
2115 if (ret == 0 && copy_to_user(argp, args, sizeof(*args)))
2116 ret = -EFAULT;
2117 kfree(args);
2118 return ret;
2119}
2120
98d377a0 2121/*
ac8e9819
CM
2122 * Search INODE_REFs to identify path name of 'dirid' directory
2123 * in a 'tree_id' tree. and sets path name to 'name'.
2124 */
98d377a0
TH
2125static noinline int btrfs_search_path_in_tree(struct btrfs_fs_info *info,
2126 u64 tree_id, u64 dirid, char *name)
2127{
2128 struct btrfs_root *root;
2129 struct btrfs_key key;
ac8e9819 2130 char *ptr;
98d377a0
TH
2131 int ret = -1;
2132 int slot;
2133 int len;
2134 int total_len = 0;
2135 struct btrfs_inode_ref *iref;
2136 struct extent_buffer *l;
2137 struct btrfs_path *path;
2138
2139 if (dirid == BTRFS_FIRST_FREE_OBJECTID) {
2140 name[0]='\0';
2141 return 0;
2142 }
2143
2144 path = btrfs_alloc_path();
2145 if (!path)
2146 return -ENOMEM;
2147
ac8e9819 2148 ptr = &name[BTRFS_INO_LOOKUP_PATH_MAX];
98d377a0
TH
2149
2150 key.objectid = tree_id;
2151 key.type = BTRFS_ROOT_ITEM_KEY;
2152 key.offset = (u64)-1;
2153 root = btrfs_read_fs_root_no_name(info, &key);
2154 if (IS_ERR(root)) {
efe120a0 2155 printk(KERN_ERR "BTRFS: could not find root %llu\n", tree_id);
8ad6fcab
CM
2156 ret = -ENOENT;
2157 goto out;
98d377a0
TH
2158 }
2159
2160 key.objectid = dirid;
2161 key.type = BTRFS_INODE_REF_KEY;
8ad6fcab 2162 key.offset = (u64)-1;
98d377a0 2163
67871254 2164 while (1) {
98d377a0
TH
2165 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2166 if (ret < 0)
2167 goto out;
18674c6c
FDBM
2168 else if (ret > 0) {
2169 ret = btrfs_previous_item(root, path, dirid,
2170 BTRFS_INODE_REF_KEY);
2171 if (ret < 0)
2172 goto out;
2173 else if (ret > 0) {
2174 ret = -ENOENT;
2175 goto out;
2176 }
2177 }
98d377a0
TH
2178
2179 l = path->nodes[0];
2180 slot = path->slots[0];
2181 btrfs_item_key_to_cpu(l, &key, slot);
2182
98d377a0
TH
2183 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
2184 len = btrfs_inode_ref_name_len(l, iref);
2185 ptr -= len + 1;
2186 total_len += len + 1;
a696cf35
FDBM
2187 if (ptr < name) {
2188 ret = -ENAMETOOLONG;
98d377a0 2189 goto out;
a696cf35 2190 }
98d377a0
TH
2191
2192 *(ptr + len) = '/';
67871254 2193 read_extent_buffer(l, ptr, (unsigned long)(iref + 1), len);
98d377a0
TH
2194
2195 if (key.offset == BTRFS_FIRST_FREE_OBJECTID)
2196 break;
2197
b3b4aa74 2198 btrfs_release_path(path);
98d377a0 2199 key.objectid = key.offset;
8ad6fcab 2200 key.offset = (u64)-1;
98d377a0 2201 dirid = key.objectid;
98d377a0 2202 }
77906a50 2203 memmove(name, ptr, total_len);
67871254 2204 name[total_len] = '\0';
98d377a0
TH
2205 ret = 0;
2206out:
2207 btrfs_free_path(path);
ac8e9819
CM
2208 return ret;
2209}
2210
2211static noinline int btrfs_ioctl_ino_lookup(struct file *file,
2212 void __user *argp)
2213{
2214 struct btrfs_ioctl_ino_lookup_args *args;
2215 struct inode *inode;
2216 int ret;
2217
2218 if (!capable(CAP_SYS_ADMIN))
2219 return -EPERM;
2220
2354d08f
JL
2221 args = memdup_user(argp, sizeof(*args));
2222 if (IS_ERR(args))
2223 return PTR_ERR(args);
c2b96929 2224
496ad9aa 2225 inode = file_inode(file);
ac8e9819 2226
1b53ac4d
CM
2227 if (args->treeid == 0)
2228 args->treeid = BTRFS_I(inode)->root->root_key.objectid;
2229
ac8e9819
CM
2230 ret = btrfs_search_path_in_tree(BTRFS_I(inode)->root->fs_info,
2231 args->treeid, args->objectid,
2232 args->name);
2233
2234 if (ret == 0 && copy_to_user(argp, args, sizeof(*args)))
2235 ret = -EFAULT;
2236
2237 kfree(args);
98d377a0
TH
2238 return ret;
2239}
2240
76dda93c
YZ
2241static noinline int btrfs_ioctl_snap_destroy(struct file *file,
2242 void __user *arg)
2243{
54563d41 2244 struct dentry *parent = file->f_path.dentry;
76dda93c
YZ
2245 struct dentry *dentry;
2246 struct inode *dir = parent->d_inode;
2247 struct inode *inode;
2248 struct btrfs_root *root = BTRFS_I(dir)->root;
2249 struct btrfs_root *dest = NULL;
2250 struct btrfs_ioctl_vol_args *vol_args;
2251 struct btrfs_trans_handle *trans;
c58aaad2 2252 struct btrfs_block_rsv block_rsv;
521e0546 2253 u64 root_flags;
c58aaad2 2254 u64 qgroup_reserved;
76dda93c
YZ
2255 int namelen;
2256 int ret;
2257 int err = 0;
2258
76dda93c
YZ
2259 vol_args = memdup_user(arg, sizeof(*vol_args));
2260 if (IS_ERR(vol_args))
2261 return PTR_ERR(vol_args);
2262
2263 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
2264 namelen = strlen(vol_args->name);
2265 if (strchr(vol_args->name, '/') ||
2266 strncmp(vol_args->name, "..", namelen) == 0) {
2267 err = -EINVAL;
2268 goto out;
2269 }
2270
a561be71 2271 err = mnt_want_write_file(file);
76dda93c
YZ
2272 if (err)
2273 goto out;
2274
521e0546 2275
5c50c9b8
DS
2276 err = mutex_lock_killable_nested(&dir->i_mutex, I_MUTEX_PARENT);
2277 if (err == -EINTR)
e43f998e 2278 goto out_drop_write;
76dda93c
YZ
2279 dentry = lookup_one_len(vol_args->name, parent, namelen);
2280 if (IS_ERR(dentry)) {
2281 err = PTR_ERR(dentry);
2282 goto out_unlock_dir;
2283 }
2284
2285 if (!dentry->d_inode) {
2286 err = -ENOENT;
2287 goto out_dput;
2288 }
2289
2290 inode = dentry->d_inode;
4260f7c7 2291 dest = BTRFS_I(inode)->root;
67871254 2292 if (!capable(CAP_SYS_ADMIN)) {
4260f7c7
SW
2293 /*
2294 * Regular user. Only allow this with a special mount
2295 * option, when the user has write+exec access to the
2296 * subvol root, and when rmdir(2) would have been
2297 * allowed.
2298 *
2299 * Note that this is _not_ check that the subvol is
2300 * empty or doesn't contain data that we wouldn't
2301 * otherwise be able to delete.
2302 *
2303 * Users who want to delete empty subvols should try
2304 * rmdir(2).
2305 */
2306 err = -EPERM;
2307 if (!btrfs_test_opt(root, USER_SUBVOL_RM_ALLOWED))
2308 goto out_dput;
2309
2310 /*
2311 * Do not allow deletion if the parent dir is the same
2312 * as the dir to be deleted. That means the ioctl
2313 * must be called on the dentry referencing the root
2314 * of the subvol, not a random directory contained
2315 * within it.
2316 */
2317 err = -EINVAL;
2318 if (root == dest)
2319 goto out_dput;
2320
2321 err = inode_permission(inode, MAY_WRITE | MAY_EXEC);
2322 if (err)
2323 goto out_dput;
4260f7c7
SW
2324 }
2325
5c39da5b
MX
2326 /* check if subvolume may be deleted by a user */
2327 err = btrfs_may_delete(dir, dentry, 1);
2328 if (err)
2329 goto out_dput;
2330
33345d01 2331 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
76dda93c
YZ
2332 err = -EINVAL;
2333 goto out_dput;
2334 }
2335
76dda93c 2336 mutex_lock(&inode->i_mutex);
521e0546
DS
2337
2338 /*
2339 * Don't allow to delete a subvolume with send in progress. This is
2340 * inside the i_mutex so the error handling that has to drop the bit
2341 * again is not run concurrently.
2342 */
2343 spin_lock(&dest->root_item_lock);
c55bfa67
FM
2344 root_flags = btrfs_root_flags(&dest->root_item);
2345 if (dest->send_in_progress == 0) {
2346 btrfs_set_root_flags(&dest->root_item,
521e0546
DS
2347 root_flags | BTRFS_ROOT_SUBVOL_DEAD);
2348 spin_unlock(&dest->root_item_lock);
2349 } else {
2350 spin_unlock(&dest->root_item_lock);
2351 btrfs_warn(root->fs_info,
2352 "Attempt to delete subvolume %llu during send",
c55bfa67 2353 dest->root_key.objectid);
521e0546
DS
2354 err = -EPERM;
2355 goto out_dput;
2356 }
2357
76dda93c
YZ
2358 err = d_invalidate(dentry);
2359 if (err)
2360 goto out_unlock;
2361
2362 down_write(&root->fs_info->subvol_sem);
2363
2364 err = may_destroy_subvol(dest);
2365 if (err)
2366 goto out_up_write;
2367
c58aaad2
MX
2368 btrfs_init_block_rsv(&block_rsv, BTRFS_BLOCK_RSV_TEMP);
2369 /*
2370 * One for dir inode, two for dir entries, two for root
2371 * ref/backref.
2372 */
2373 err = btrfs_subvolume_reserve_metadata(root, &block_rsv,
ee3441b4 2374 5, &qgroup_reserved, true);
c58aaad2
MX
2375 if (err)
2376 goto out_up_write;
2377
a22285a6
YZ
2378 trans = btrfs_start_transaction(root, 0);
2379 if (IS_ERR(trans)) {
2380 err = PTR_ERR(trans);
c58aaad2 2381 goto out_release;
a22285a6 2382 }
c58aaad2
MX
2383 trans->block_rsv = &block_rsv;
2384 trans->bytes_reserved = block_rsv.size;
a22285a6 2385
76dda93c
YZ
2386 ret = btrfs_unlink_subvol(trans, root, dir,
2387 dest->root_key.objectid,
2388 dentry->d_name.name,
2389 dentry->d_name.len);
79787eaa
JM
2390 if (ret) {
2391 err = ret;
2392 btrfs_abort_transaction(trans, root, ret);
2393 goto out_end_trans;
2394 }
76dda93c
YZ
2395
2396 btrfs_record_root_in_trans(trans, dest);
2397
2398 memset(&dest->root_item.drop_progress, 0,
2399 sizeof(dest->root_item.drop_progress));
2400 dest->root_item.drop_level = 0;
2401 btrfs_set_root_refs(&dest->root_item, 0);
2402
27cdeb70 2403 if (!test_and_set_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &dest->state)) {
d68fc57b
YZ
2404 ret = btrfs_insert_orphan_item(trans,
2405 root->fs_info->tree_root,
2406 dest->root_key.objectid);
79787eaa
JM
2407 if (ret) {
2408 btrfs_abort_transaction(trans, root, ret);
2409 err = ret;
2410 goto out_end_trans;
2411 }
d68fc57b 2412 }
dd5f9615
SB
2413
2414 ret = btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
2415 dest->root_item.uuid, BTRFS_UUID_KEY_SUBVOL,
2416 dest->root_key.objectid);
2417 if (ret && ret != -ENOENT) {
2418 btrfs_abort_transaction(trans, root, ret);
2419 err = ret;
2420 goto out_end_trans;
2421 }
2422 if (!btrfs_is_empty_uuid(dest->root_item.received_uuid)) {
2423 ret = btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
2424 dest->root_item.received_uuid,
2425 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
2426 dest->root_key.objectid);
2427 if (ret && ret != -ENOENT) {
2428 btrfs_abort_transaction(trans, root, ret);
2429 err = ret;
2430 goto out_end_trans;
2431 }
2432 }
2433
79787eaa 2434out_end_trans:
c58aaad2
MX
2435 trans->block_rsv = NULL;
2436 trans->bytes_reserved = 0;
531cb13f 2437 ret = btrfs_end_transaction(trans, root);
79787eaa
JM
2438 if (ret && !err)
2439 err = ret;
76dda93c 2440 inode->i_flags |= S_DEAD;
c58aaad2
MX
2441out_release:
2442 btrfs_subvolume_release_metadata(root, &block_rsv, qgroup_reserved);
76dda93c
YZ
2443out_up_write:
2444 up_write(&root->fs_info->subvol_sem);
2445out_unlock:
521e0546
DS
2446 if (err) {
2447 spin_lock(&dest->root_item_lock);
c55bfa67
FM
2448 root_flags = btrfs_root_flags(&dest->root_item);
2449 btrfs_set_root_flags(&dest->root_item,
521e0546
DS
2450 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD);
2451 spin_unlock(&dest->root_item_lock);
2452 }
76dda93c
YZ
2453 mutex_unlock(&inode->i_mutex);
2454 if (!err) {
efefb143 2455 shrink_dcache_sb(root->fs_info->sb);
76dda93c
YZ
2456 btrfs_invalidate_inodes(dest);
2457 d_delete(dentry);
61155aa0 2458 ASSERT(dest->send_in_progress == 0);
fa6ac876
LB
2459
2460 /* the last ref */
2461 if (dest->cache_inode) {
2462 iput(dest->cache_inode);
2463 dest->cache_inode = NULL;
2464 }
76dda93c
YZ
2465 }
2466out_dput:
2467 dput(dentry);
2468out_unlock_dir:
2469 mutex_unlock(&dir->i_mutex);
e43f998e 2470out_drop_write:
2a79f17e 2471 mnt_drop_write_file(file);
76dda93c
YZ
2472out:
2473 kfree(vol_args);
2474 return err;
2475}
2476
1e701a32 2477static int btrfs_ioctl_defrag(struct file *file, void __user *argp)
f46b5a66 2478{
496ad9aa 2479 struct inode *inode = file_inode(file);
f46b5a66 2480 struct btrfs_root *root = BTRFS_I(inode)->root;
1e701a32 2481 struct btrfs_ioctl_defrag_range_args *range;
c146afad
YZ
2482 int ret;
2483
25122d15
ID
2484 ret = mnt_want_write_file(file);
2485 if (ret)
2486 return ret;
b83cc969 2487
25122d15
ID
2488 if (btrfs_root_readonly(root)) {
2489 ret = -EROFS;
2490 goto out;
5ac00add 2491 }
f46b5a66
CH
2492
2493 switch (inode->i_mode & S_IFMT) {
2494 case S_IFDIR:
e441d54d
CM
2495 if (!capable(CAP_SYS_ADMIN)) {
2496 ret = -EPERM;
2497 goto out;
2498 }
de78b51a 2499 ret = btrfs_defrag_root(root);
8929ecfa
YZ
2500 if (ret)
2501 goto out;
de78b51a 2502 ret = btrfs_defrag_root(root->fs_info->extent_root);
f46b5a66
CH
2503 break;
2504 case S_IFREG:
e441d54d
CM
2505 if (!(file->f_mode & FMODE_WRITE)) {
2506 ret = -EINVAL;
2507 goto out;
2508 }
1e701a32
CM
2509
2510 range = kzalloc(sizeof(*range), GFP_KERNEL);
2511 if (!range) {
2512 ret = -ENOMEM;
2513 goto out;
2514 }
2515
2516 if (argp) {
2517 if (copy_from_user(range, argp,
2518 sizeof(*range))) {
2519 ret = -EFAULT;
2520 kfree(range);
683be16e 2521 goto out;
1e701a32
CM
2522 }
2523 /* compression requires us to start the IO */
2524 if ((range->flags & BTRFS_DEFRAG_RANGE_COMPRESS)) {
2525 range->flags |= BTRFS_DEFRAG_RANGE_START_IO;
2526 range->extent_thresh = (u32)-1;
2527 }
2528 } else {
2529 /* the rest are all set to zero by kzalloc */
2530 range->len = (u64)-1;
2531 }
496ad9aa 2532 ret = btrfs_defrag_file(file_inode(file), file,
4cb5300b
CM
2533 range, 0, 0);
2534 if (ret > 0)
2535 ret = 0;
1e701a32 2536 kfree(range);
f46b5a66 2537 break;
8929ecfa
YZ
2538 default:
2539 ret = -EINVAL;
f46b5a66 2540 }
e441d54d 2541out:
25122d15 2542 mnt_drop_write_file(file);
e441d54d 2543 return ret;
f46b5a66
CH
2544}
2545
b2950863 2546static long btrfs_ioctl_add_dev(struct btrfs_root *root, void __user *arg)
f46b5a66
CH
2547{
2548 struct btrfs_ioctl_vol_args *vol_args;
2549 int ret;
2550
e441d54d
CM
2551 if (!capable(CAP_SYS_ADMIN))
2552 return -EPERM;
2553
5ac00add
SB
2554 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
2555 1)) {
e57138b3 2556 return BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
c9e9f97b
ID
2557 }
2558
5ac00add 2559 mutex_lock(&root->fs_info->volume_mutex);
dae7b665 2560 vol_args = memdup_user(arg, sizeof(*vol_args));
c9e9f97b
ID
2561 if (IS_ERR(vol_args)) {
2562 ret = PTR_ERR(vol_args);
2563 goto out;
2564 }
f46b5a66 2565
5516e595 2566 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
f46b5a66
CH
2567 ret = btrfs_init_new_device(root, vol_args->name);
2568
f46b5a66 2569 kfree(vol_args);
c9e9f97b
ID
2570out:
2571 mutex_unlock(&root->fs_info->volume_mutex);
5ac00add 2572 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
f46b5a66
CH
2573 return ret;
2574}
2575
da24927b 2576static long btrfs_ioctl_rm_dev(struct file *file, void __user *arg)
f46b5a66 2577{
496ad9aa 2578 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
f46b5a66
CH
2579 struct btrfs_ioctl_vol_args *vol_args;
2580 int ret;
2581
e441d54d
CM
2582 if (!capable(CAP_SYS_ADMIN))
2583 return -EPERM;
2584
da24927b
MX
2585 ret = mnt_want_write_file(file);
2586 if (ret)
2587 return ret;
c146afad 2588
dae7b665 2589 vol_args = memdup_user(arg, sizeof(*vol_args));
c9e9f97b
ID
2590 if (IS_ERR(vol_args)) {
2591 ret = PTR_ERR(vol_args);
2592 goto out;
2593 }
f46b5a66 2594
5516e595 2595 vol_args->name[BTRFS_PATH_NAME_MAX] = '\0';
f46b5a66 2596
183860f6
AJ
2597 if (atomic_xchg(&root->fs_info->mutually_exclusive_operation_running,
2598 1)) {
2599 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
2600 goto out;
2601 }
2602
2603 mutex_lock(&root->fs_info->volume_mutex);
2604 ret = btrfs_rm_device(root, vol_args->name);
c9e9f97b 2605 mutex_unlock(&root->fs_info->volume_mutex);
5ac00add 2606 atomic_set(&root->fs_info->mutually_exclusive_operation_running, 0);
183860f6
AJ
2607
2608out:
2609 kfree(vol_args);
4ac20c70 2610 mnt_drop_write_file(file);
f46b5a66
CH
2611 return ret;
2612}
2613
475f6387
JS
2614static long btrfs_ioctl_fs_info(struct btrfs_root *root, void __user *arg)
2615{
027ed2f0 2616 struct btrfs_ioctl_fs_info_args *fi_args;
475f6387
JS
2617 struct btrfs_device *device;
2618 struct btrfs_device *next;
2619 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices;
027ed2f0 2620 int ret = 0;
475f6387 2621
027ed2f0
LZ
2622 fi_args = kzalloc(sizeof(*fi_args), GFP_KERNEL);
2623 if (!fi_args)
2624 return -ENOMEM;
2625
f7171750 2626 mutex_lock(&fs_devices->device_list_mutex);
027ed2f0
LZ
2627 fi_args->num_devices = fs_devices->num_devices;
2628 memcpy(&fi_args->fsid, root->fs_info->fsid, sizeof(fi_args->fsid));
475f6387 2629
475f6387 2630 list_for_each_entry_safe(device, next, &fs_devices->devices, dev_list) {
027ed2f0
LZ
2631 if (device->devid > fi_args->max_id)
2632 fi_args->max_id = device->devid;
475f6387
JS
2633 }
2634 mutex_unlock(&fs_devices->device_list_mutex);
2635
80a773fb
DS
2636 fi_args->nodesize = root->fs_info->super_copy->nodesize;
2637 fi_args->sectorsize = root->fs_info->super_copy->sectorsize;
2638 fi_args->clone_alignment = root->fs_info->super_copy->sectorsize;
2639
027ed2f0
LZ
2640 if (copy_to_user(arg, fi_args, sizeof(*fi_args)))
2641 ret = -EFAULT;
475f6387 2642
027ed2f0
LZ
2643 kfree(fi_args);
2644 return ret;
475f6387
JS
2645}
2646
2647static long btrfs_ioctl_dev_info(struct btrfs_root *root, void __user *arg)
2648{
2649 struct btrfs_ioctl_dev_info_args *di_args;
2650 struct btrfs_device *dev;
2651 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices;
2652 int ret = 0;
2653 char *s_uuid = NULL;
475f6387 2654
475f6387
JS
2655 di_args = memdup_user(arg, sizeof(*di_args));
2656 if (IS_ERR(di_args))
2657 return PTR_ERR(di_args);
2658
dd5f9615 2659 if (!btrfs_is_empty_uuid(di_args->uuid))
475f6387
JS
2660 s_uuid = di_args->uuid;
2661
2662 mutex_lock(&fs_devices->device_list_mutex);
aa1b8cd4 2663 dev = btrfs_find_device(root->fs_info, di_args->devid, s_uuid, NULL);
475f6387
JS
2664
2665 if (!dev) {
2666 ret = -ENODEV;
2667 goto out;
2668 }
2669
2670 di_args->devid = dev->devid;
2671 di_args->bytes_used = dev->bytes_used;
2672 di_args->total_bytes = dev->total_bytes;
2673 memcpy(di_args->uuid, dev->uuid, sizeof(di_args->uuid));
a27202fb 2674 if (dev->name) {
606686ee
JB
2675 struct rcu_string *name;
2676
2677 rcu_read_lock();
2678 name = rcu_dereference(dev->name);
2679 strncpy(di_args->path, name->str, sizeof(di_args->path));
2680 rcu_read_unlock();
a27202fb
JM
2681 di_args->path[sizeof(di_args->path) - 1] = 0;
2682 } else {
99ba55ad 2683 di_args->path[0] = '\0';
a27202fb 2684 }
475f6387
JS
2685
2686out:
55793c0d 2687 mutex_unlock(&fs_devices->device_list_mutex);
475f6387
JS
2688 if (ret == 0 && copy_to_user(arg, di_args, sizeof(*di_args)))
2689 ret = -EFAULT;
2690
2691 kfree(di_args);
2692 return ret;
2693}
2694
416161db
MF
2695static struct page *extent_same_get_page(struct inode *inode, u64 off)
2696{
2697 struct page *page;
2698 pgoff_t index;
2699 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree;
2700
2701 index = off >> PAGE_CACHE_SHIFT;
2702
2703 page = grab_cache_page(inode->i_mapping, index);
2704 if (!page)
2705 return NULL;
2706
2707 if (!PageUptodate(page)) {
2708 if (extent_read_full_page_nolock(tree, page, btrfs_get_extent,
2709 0))
2710 return NULL;
2711 lock_page(page);
2712 if (!PageUptodate(page)) {
2713 unlock_page(page);
2714 page_cache_release(page);
2715 return NULL;
2716 }
2717 }
2718 unlock_page(page);
2719
2720 return page;
2721}
2722
77fe20dc
MF
2723static inline void lock_extent_range(struct inode *inode, u64 off, u64 len)
2724{
2725 /* do any pending delalloc/csum calc on src, one way or
2726 another, and lock file content */
2727 while (1) {
2728 struct btrfs_ordered_extent *ordered;
2729 lock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1);
2730 ordered = btrfs_lookup_first_ordered_extent(inode,
2731 off + len - 1);
ff5df9b8
FM
2732 if ((!ordered ||
2733 ordered->file_offset + ordered->len <= off ||
2734 ordered->file_offset >= off + len) &&
77fe20dc 2735 !test_range_bit(&BTRFS_I(inode)->io_tree, off,
ff5df9b8
FM
2736 off + len - 1, EXTENT_DELALLOC, 0, NULL)) {
2737 if (ordered)
2738 btrfs_put_ordered_extent(ordered);
77fe20dc 2739 break;
ff5df9b8 2740 }
77fe20dc
MF
2741 unlock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1);
2742 if (ordered)
2743 btrfs_put_ordered_extent(ordered);
2744 btrfs_wait_ordered_range(inode, off, len);
2745 }
2746}
2747
416161db
MF
2748static void btrfs_double_unlock(struct inode *inode1, u64 loff1,
2749 struct inode *inode2, u64 loff2, u64 len)
2750{
2751 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1);
2752 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1);
2753
2754 mutex_unlock(&inode1->i_mutex);
2755 mutex_unlock(&inode2->i_mutex);
2756}
2757
2758static void btrfs_double_lock(struct inode *inode1, u64 loff1,
2759 struct inode *inode2, u64 loff2, u64 len)
2760{
2761 if (inode1 < inode2) {
2762 swap(inode1, inode2);
2763 swap(loff1, loff2);
2764 }
2765
2766 mutex_lock_nested(&inode1->i_mutex, I_MUTEX_PARENT);
2767 lock_extent_range(inode1, loff1, len);
2768 if (inode1 != inode2) {
2769 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_CHILD);
2770 lock_extent_range(inode2, loff2, len);
2771 }
2772}
2773
2774static int btrfs_cmp_data(struct inode *src, u64 loff, struct inode *dst,
2775 u64 dst_loff, u64 len)
2776{
2777 int ret = 0;
2778 struct page *src_page, *dst_page;
2779 unsigned int cmp_len = PAGE_CACHE_SIZE;
2780 void *addr, *dst_addr;
2781
2782 while (len) {
2783 if (len < PAGE_CACHE_SIZE)
2784 cmp_len = len;
2785
2786 src_page = extent_same_get_page(src, loff);
2787 if (!src_page)
2788 return -EINVAL;
2789 dst_page = extent_same_get_page(dst, dst_loff);
2790 if (!dst_page) {
2791 page_cache_release(src_page);
2792 return -EINVAL;
2793 }
2794 addr = kmap_atomic(src_page);
2795 dst_addr = kmap_atomic(dst_page);
2796
2797 flush_dcache_page(src_page);
2798 flush_dcache_page(dst_page);
2799
2800 if (memcmp(addr, dst_addr, cmp_len))
2801 ret = BTRFS_SAME_DATA_DIFFERS;
2802
2803 kunmap_atomic(addr);
2804 kunmap_atomic(dst_addr);
2805 page_cache_release(src_page);
2806 page_cache_release(dst_page);
2807
2808 if (ret)
2809 break;
2810
2811 loff += cmp_len;
2812 dst_loff += cmp_len;
2813 len -= cmp_len;
2814 }
2815
2816 return ret;
2817}
2818
2819static int extent_same_check_offsets(struct inode *inode, u64 off, u64 len)
2820{
2821 u64 bs = BTRFS_I(inode)->root->fs_info->sb->s_blocksize;
2822
2823 if (off + len > inode->i_size || off + len < off)
2824 return -EINVAL;
2825 /* Check that we are block aligned - btrfs_clone() requires this */
2826 if (!IS_ALIGNED(off, bs) || !IS_ALIGNED(off + len, bs))
2827 return -EINVAL;
2828
2829 return 0;
2830}
2831
2832static int btrfs_extent_same(struct inode *src, u64 loff, u64 len,
2833 struct inode *dst, u64 dst_loff)
2834{
2835 int ret;
2836
2837 /*
2838 * btrfs_clone() can't handle extents in the same file
2839 * yet. Once that works, we can drop this check and replace it
2840 * with a check for the same inode, but overlapping extents.
2841 */
2842 if (src == dst)
2843 return -EINVAL;
2844
2845 btrfs_double_lock(src, loff, dst, dst_loff, len);
2846
2847 ret = extent_same_check_offsets(src, loff, len);
2848 if (ret)
2849 goto out_unlock;
2850
2851 ret = extent_same_check_offsets(dst, dst_loff, len);
2852 if (ret)
2853 goto out_unlock;
2854
2855 /* don't make the dst file partly checksummed */
2856 if ((BTRFS_I(src)->flags & BTRFS_INODE_NODATASUM) !=
2857 (BTRFS_I(dst)->flags & BTRFS_INODE_NODATASUM)) {
2858 ret = -EINVAL;
2859 goto out_unlock;
2860 }
2861
2862 ret = btrfs_cmp_data(src, loff, dst, dst_loff, len);
2863 if (ret == 0)
2864 ret = btrfs_clone(src, dst, loff, len, len, dst_loff);
2865
2866out_unlock:
2867 btrfs_double_unlock(src, loff, dst, dst_loff, len);
2868
2869 return ret;
2870}
2871
2872#define BTRFS_MAX_DEDUPE_LEN (16 * 1024 * 1024)
2873
2874static long btrfs_ioctl_file_extent_same(struct file *file,
1c1c8747 2875 struct btrfs_ioctl_same_args __user *argp)
416161db 2876{
cbf8b8ca
MF
2877 struct btrfs_ioctl_same_args *same;
2878 struct btrfs_ioctl_same_extent_info *info;
1c1c8747 2879 struct inode *src = file_inode(file);
416161db
MF
2880 u64 off;
2881 u64 len;
2882 int i;
2883 int ret;
cbf8b8ca 2884 unsigned long size;
416161db
MF
2885 u64 bs = BTRFS_I(src)->root->fs_info->sb->s_blocksize;
2886 bool is_admin = capable(CAP_SYS_ADMIN);
1c1c8747 2887 u16 count;
416161db
MF
2888
2889 if (!(file->f_mode & FMODE_READ))
2890 return -EINVAL;
2891
2892 ret = mnt_want_write_file(file);
2893 if (ret)
2894 return ret;
2895
1c1c8747 2896 if (get_user(count, &argp->dest_count)) {
416161db
MF
2897 ret = -EFAULT;
2898 goto out;
2899 }
2900
1c1c8747 2901 size = offsetof(struct btrfs_ioctl_same_args __user, info[count]);
cbf8b8ca 2902
1c1c8747 2903 same = memdup_user(argp, size);
cbf8b8ca 2904
229eed43
GB
2905 if (IS_ERR(same)) {
2906 ret = PTR_ERR(same);
cbf8b8ca
MF
2907 goto out;
2908 }
2909
2910 off = same->logical_offset;
2911 len = same->length;
416161db
MF
2912
2913 /*
2914 * Limit the total length we will dedupe for each operation.
2915 * This is intended to bound the total time spent in this
2916 * ioctl to something sane.
2917 */
2918 if (len > BTRFS_MAX_DEDUPE_LEN)
2919 len = BTRFS_MAX_DEDUPE_LEN;
2920
2921 if (WARN_ON_ONCE(bs < PAGE_CACHE_SIZE)) {
2922 /*
2923 * Btrfs does not support blocksize < page_size. As a
2924 * result, btrfs_cmp_data() won't correctly handle
2925 * this situation without an update.
2926 */
2927 ret = -EINVAL;
2928 goto out;
2929 }
2930
2931 ret = -EISDIR;
2932 if (S_ISDIR(src->i_mode))
2933 goto out;
2934
2935 ret = -EACCES;
2936 if (!S_ISREG(src->i_mode))
2937 goto out;
2938
cbf8b8ca 2939 /* pre-format output fields to sane values */
1c1c8747 2940 for (i = 0; i < count; i++) {
cbf8b8ca
MF
2941 same->info[i].bytes_deduped = 0ULL;
2942 same->info[i].status = 0;
2943 }
416161db 2944
1c1c8747
AV
2945 for (i = 0, info = same->info; i < count; i++, info++) {
2946 struct inode *dst;
2947 struct fd dst_file = fdget(info->fd);
2948 if (!dst_file.file) {
cbf8b8ca 2949 info->status = -EBADF;
1c1c8747 2950 continue;
416161db 2951 }
1c1c8747 2952 dst = file_inode(dst_file.file);
416161db 2953
1c1c8747 2954 if (!(is_admin || (dst_file.file->f_mode & FMODE_WRITE))) {
cbf8b8ca 2955 info->status = -EINVAL;
1c1c8747
AV
2956 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) {
2957 info->status = -EXDEV;
2958 } else if (S_ISDIR(dst->i_mode)) {
cbf8b8ca 2959 info->status = -EISDIR;
1c1c8747 2960 } else if (!S_ISREG(dst->i_mode)) {
cbf8b8ca 2961 info->status = -EACCES;
1c1c8747
AV
2962 } else {
2963 info->status = btrfs_extent_same(src, off, len, dst,
2964 info->logical_offset);
2965 if (info->status == 0)
2966 info->bytes_deduped += len;
416161db 2967 }
1c1c8747 2968 fdput(dst_file);
416161db
MF
2969 }
2970
cbf8b8ca
MF
2971 ret = copy_to_user(argp, same, size);
2972 if (ret)
2973 ret = -EFAULT;
2974
416161db
MF
2975out:
2976 mnt_drop_write_file(file);
2977 return ret;
2978}
2979
fcebe456
JB
2980/* Helper to check and see if this root currently has a ref on the given disk
2981 * bytenr. If it does then we need to update the quota for this root. This
2982 * doesn't do anything if quotas aren't enabled.
2983 */
2984static int check_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
2985 u64 disko)
2986{
2987 struct seq_list tree_mod_seq_elem = {};
2988 struct ulist *roots;
2989 struct ulist_iterator uiter;
2990 struct ulist_node *root_node = NULL;
2991 int ret;
2992
2993 if (!root->fs_info->quota_enabled)
2994 return 1;
2995
2996 btrfs_get_tree_mod_seq(root->fs_info, &tree_mod_seq_elem);
2997 ret = btrfs_find_all_roots(trans, root->fs_info, disko,
2998 tree_mod_seq_elem.seq, &roots);
2999 if (ret < 0)
3000 goto out;
3001 ret = 0;
3002 ULIST_ITER_INIT(&uiter);
3003 while ((root_node = ulist_next(roots, &uiter))) {
3004 if (root_node->val == root->objectid) {
3005 ret = 1;
3006 break;
3007 }
3008 }
3009 ulist_free(roots);
3010out:
3011 btrfs_put_tree_mod_seq(root->fs_info, &tree_mod_seq_elem);
3012 return ret;
3013}
3014
32b7c687
MF
3015/**
3016 * btrfs_clone() - clone a range from inode file to another
3017 *
3018 * @src: Inode to clone from
3019 * @inode: Inode to clone to
3020 * @off: Offset within source to start clone from
3021 * @olen: Original length, passed by user, of range to clone
3022 * @olen_aligned: Block-aligned value of olen, extent_same uses
3023 * identical values here
3024 * @destoff: Offset within @inode to start clone
3025 */
3026static int btrfs_clone(struct inode *src, struct inode *inode,
3027 u64 off, u64 olen, u64 olen_aligned, u64 destoff)
f46b5a66 3028{
f46b5a66 3029 struct btrfs_root *root = BTRFS_I(inode)->root;
32b7c687 3030 struct btrfs_path *path = NULL;
f46b5a66 3031 struct extent_buffer *leaf;
32b7c687
MF
3032 struct btrfs_trans_handle *trans;
3033 char *buf = NULL;
ae01a0ab 3034 struct btrfs_key key;
f46b5a66
CH
3035 u32 nritems;
3036 int slot;
ae01a0ab 3037 int ret;
fcebe456 3038 int no_quota;
32b7c687 3039 u64 len = olen_aligned;
fcebe456 3040 u64 last_disko = 0;
ae01a0ab
YZ
3041
3042 ret = -ENOMEM;
3043 buf = vmalloc(btrfs_level_size(root, 0));
3044 if (!buf)
32b7c687 3045 return ret;
ae01a0ab
YZ
3046
3047 path = btrfs_alloc_path();
3048 if (!path) {
3049 vfree(buf);
32b7c687 3050 return ret;
d525e8ab
LZ
3051 }
3052
32b7c687 3053 path->reada = 2;
c5c9cd4d 3054 /* clone data */
33345d01 3055 key.objectid = btrfs_ino(src);
ae01a0ab 3056 key.type = BTRFS_EXTENT_DATA_KEY;
2c463823 3057 key.offset = off;
f46b5a66
CH
3058
3059 while (1) {
3060 /*
3061 * note the key will change type as we walk through the
3062 * tree.
3063 */
e4355f34 3064 path->leave_spinning = 1;
362a20c5
DS
3065 ret = btrfs_search_slot(NULL, BTRFS_I(src)->root, &key, path,
3066 0, 0);
f46b5a66
CH
3067 if (ret < 0)
3068 goto out;
2c463823
FM
3069 /*
3070 * First search, if no extent item that starts at offset off was
3071 * found but the previous item is an extent item, it's possible
3072 * it might overlap our target range, therefore process it.
3073 */
3074 if (key.offset == off && ret > 0 && path->slots[0] > 0) {
3075 btrfs_item_key_to_cpu(path->nodes[0], &key,
3076 path->slots[0] - 1);
3077 if (key.type == BTRFS_EXTENT_DATA_KEY)
3078 path->slots[0]--;
3079 }
f46b5a66 3080
ae01a0ab 3081 nritems = btrfs_header_nritems(path->nodes[0]);
e4355f34 3082process_slot:
fcebe456 3083 no_quota = 1;
ae01a0ab 3084 if (path->slots[0] >= nritems) {
362a20c5 3085 ret = btrfs_next_leaf(BTRFS_I(src)->root, path);
f46b5a66
CH
3086 if (ret < 0)
3087 goto out;
3088 if (ret > 0)
3089 break;
ae01a0ab 3090 nritems = btrfs_header_nritems(path->nodes[0]);
f46b5a66
CH
3091 }
3092 leaf = path->nodes[0];
3093 slot = path->slots[0];
f46b5a66 3094
ae01a0ab 3095 btrfs_item_key_to_cpu(leaf, &key, slot);
d20f7043 3096 if (btrfs_key_type(&key) > BTRFS_EXTENT_DATA_KEY ||
33345d01 3097 key.objectid != btrfs_ino(src))
f46b5a66
CH
3098 break;
3099
c5c9cd4d
SW
3100 if (btrfs_key_type(&key) == BTRFS_EXTENT_DATA_KEY) {
3101 struct btrfs_file_extent_item *extent;
3102 int type;
31840ae1
ZY
3103 u32 size;
3104 struct btrfs_key new_key;
c5c9cd4d
SW
3105 u64 disko = 0, diskl = 0;
3106 u64 datao = 0, datal = 0;
3107 u8 comp;
b5384d48 3108 u64 endoff;
31840ae1 3109
c5c9cd4d
SW
3110 extent = btrfs_item_ptr(leaf, slot,
3111 struct btrfs_file_extent_item);
3112 comp = btrfs_file_extent_compression(leaf, extent);
3113 type = btrfs_file_extent_type(leaf, extent);
c8a894d7
CM
3114 if (type == BTRFS_FILE_EXTENT_REG ||
3115 type == BTRFS_FILE_EXTENT_PREALLOC) {
d397712b
CM
3116 disko = btrfs_file_extent_disk_bytenr(leaf,
3117 extent);
3118 diskl = btrfs_file_extent_disk_num_bytes(leaf,
3119 extent);
c5c9cd4d 3120 datao = btrfs_file_extent_offset(leaf, extent);
d397712b
CM
3121 datal = btrfs_file_extent_num_bytes(leaf,
3122 extent);
c5c9cd4d
SW
3123 } else if (type == BTRFS_FILE_EXTENT_INLINE) {
3124 /* take upper bound, may be compressed */
3125 datal = btrfs_file_extent_ram_bytes(leaf,
3126 extent);
3127 }
31840ae1 3128
2c463823
FM
3129 /*
3130 * The first search might have left us at an extent
3131 * item that ends before our target range's start, can
3132 * happen if we have holes and NO_HOLES feature enabled.
3133 */
3134 if (key.offset + datal <= off) {
e4355f34
FDBM
3135 path->slots[0]++;
3136 goto process_slot;
2c463823
FM
3137 } else if (key.offset >= off + len) {
3138 break;
e4355f34
FDBM
3139 }
3140
3141 size = btrfs_item_size_nr(leaf, slot);
3142 read_extent_buffer(leaf, buf,
3143 btrfs_item_ptr_offset(leaf, slot),
3144 size);
3145
3146 btrfs_release_path(path);
3147 path->leave_spinning = 0;
c5c9cd4d 3148
31840ae1 3149 memcpy(&new_key, &key, sizeof(new_key));
33345d01 3150 new_key.objectid = btrfs_ino(inode);
4d728ec7
LZ
3151 if (off <= key.offset)
3152 new_key.offset = key.offset + destoff - off;
3153 else
3154 new_key.offset = destoff;
31840ae1 3155
b6f3409b
SW
3156 /*
3157 * 1 - adjusting old extent (we may have to split it)
3158 * 1 - add new extent
3159 * 1 - inode update
3160 */
3161 trans = btrfs_start_transaction(root, 3);
a22285a6
YZ
3162 if (IS_ERR(trans)) {
3163 ret = PTR_ERR(trans);
3164 goto out;
3165 }
3166
c8a894d7
CM
3167 if (type == BTRFS_FILE_EXTENT_REG ||
3168 type == BTRFS_FILE_EXTENT_PREALLOC) {
d72c0842
LZ
3169 /*
3170 * a | --- range to clone ---| b
3171 * | ------------- extent ------------- |
3172 */
3173
3174 /* substract range b */
3175 if (key.offset + datal > off + len)
3176 datal = off + len - key.offset;
3177
3178 /* substract range a */
a22285a6
YZ
3179 if (off > key.offset) {
3180 datao += off - key.offset;
3181 datal -= off - key.offset;
3182 }
3183
5dc562c5 3184 ret = btrfs_drop_extents(trans, root, inode,
a22285a6
YZ
3185 new_key.offset,
3186 new_key.offset + datal,
2671485d 3187 1);
79787eaa 3188 if (ret) {
3f9e3df8 3189 if (ret != -EOPNOTSUPP)
00fdf13a
LB
3190 btrfs_abort_transaction(trans,
3191 root, ret);
79787eaa
JM
3192 btrfs_end_transaction(trans, root);
3193 goto out;
3194 }
a22285a6 3195
c5c9cd4d
SW
3196 ret = btrfs_insert_empty_item(trans, root, path,
3197 &new_key, size);
79787eaa
JM
3198 if (ret) {
3199 btrfs_abort_transaction(trans, root,
3200 ret);
3201 btrfs_end_transaction(trans, root);
3202 goto out;
3203 }
c5c9cd4d
SW
3204
3205 leaf = path->nodes[0];
3206 slot = path->slots[0];
3207 write_extent_buffer(leaf, buf,
31840ae1
ZY
3208 btrfs_item_ptr_offset(leaf, slot),
3209 size);
ae01a0ab 3210
c5c9cd4d 3211 extent = btrfs_item_ptr(leaf, slot,
f46b5a66 3212 struct btrfs_file_extent_item);
c5c9cd4d 3213
c5c9cd4d
SW
3214 /* disko == 0 means it's a hole */
3215 if (!disko)
3216 datao = 0;
c5c9cd4d
SW
3217
3218 btrfs_set_file_extent_offset(leaf, extent,
3219 datao);
3220 btrfs_set_file_extent_num_bytes(leaf, extent,
3221 datal);
fcebe456
JB
3222
3223 /*
3224 * We need to look up the roots that point at
3225 * this bytenr and see if the new root does. If
3226 * it does not we need to make sure we update
3227 * quotas appropriately.
3228 */
3229 if (disko && root != BTRFS_I(src)->root &&
3230 disko != last_disko) {
3231 no_quota = check_ref(trans, root,
3232 disko);
3233 if (no_quota < 0) {
3234 btrfs_abort_transaction(trans,
3235 root,
3236 ret);
3237 btrfs_end_transaction(trans,
3238 root);
3239 ret = no_quota;
3240 goto out;
3241 }
3242 }
3243
c5c9cd4d
SW
3244 if (disko) {
3245 inode_add_bytes(inode, datal);
ae01a0ab 3246 ret = btrfs_inc_extent_ref(trans, root,
5d4f98a2
YZ
3247 disko, diskl, 0,
3248 root->root_key.objectid,
33345d01 3249 btrfs_ino(inode),
66d7e7f0 3250 new_key.offset - datao,
fcebe456 3251 no_quota);
79787eaa
JM
3252 if (ret) {
3253 btrfs_abort_transaction(trans,
3254 root,
3255 ret);
3256 btrfs_end_transaction(trans,
3257 root);
3258 goto out;
3259
3260 }
f46b5a66 3261 }
c5c9cd4d
SW
3262 } else if (type == BTRFS_FILE_EXTENT_INLINE) {
3263 u64 skip = 0;
3264 u64 trim = 0;
d3ecfcdf
LB
3265 u64 aligned_end = 0;
3266
c5c9cd4d
SW
3267 if (off > key.offset) {
3268 skip = off - key.offset;
3269 new_key.offset += skip;
3270 }
d397712b 3271
aa42ffd9
LB
3272 if (key.offset + datal > off + len)
3273 trim = key.offset + datal - (off + len);
d397712b 3274
c5c9cd4d 3275 if (comp && (skip || trim)) {
c5c9cd4d 3276 ret = -EINVAL;
a22285a6 3277 btrfs_end_transaction(trans, root);
c5c9cd4d
SW
3278 goto out;
3279 }
3280 size -= skip + trim;
3281 datal -= skip + trim;
a22285a6 3282
d3ecfcdf
LB
3283 aligned_end = ALIGN(new_key.offset + datal,
3284 root->sectorsize);
5dc562c5 3285 ret = btrfs_drop_extents(trans, root, inode,
a22285a6 3286 new_key.offset,
d3ecfcdf 3287 aligned_end,
2671485d 3288 1);
79787eaa 3289 if (ret) {
3f9e3df8 3290 if (ret != -EOPNOTSUPP)
3a29bc09
CM
3291 btrfs_abort_transaction(trans,
3292 root, ret);
79787eaa
JM
3293 btrfs_end_transaction(trans, root);
3294 goto out;
3295 }
a22285a6 3296
c5c9cd4d
SW
3297 ret = btrfs_insert_empty_item(trans, root, path,
3298 &new_key, size);
79787eaa
JM
3299 if (ret) {
3300 btrfs_abort_transaction(trans, root,
3301 ret);
3302 btrfs_end_transaction(trans, root);
3303 goto out;
3304 }
c5c9cd4d
SW
3305
3306 if (skip) {
d397712b
CM
3307 u32 start =
3308 btrfs_file_extent_calc_inline_size(0);
c5c9cd4d
SW
3309 memmove(buf+start, buf+start+skip,
3310 datal);
3311 }
3312
3313 leaf = path->nodes[0];
3314 slot = path->slots[0];
3315 write_extent_buffer(leaf, buf,
3316 btrfs_item_ptr_offset(leaf, slot),
3317 size);
3318 inode_add_bytes(inode, datal);
f46b5a66 3319 }
c5c9cd4d
SW
3320
3321 btrfs_mark_buffer_dirty(leaf);
b3b4aa74 3322 btrfs_release_path(path);
c5c9cd4d 3323
0c4d2d95 3324 inode_inc_iversion(inode);
a22285a6 3325 inode->i_mtime = inode->i_ctime = CURRENT_TIME;
b5384d48
SW
3326
3327 /*
3328 * we round up to the block size at eof when
3329 * determining which extents to clone above,
3330 * but shouldn't round up the file size
3331 */
3332 endoff = new_key.offset + datal;
5f3888ff
LZ
3333 if (endoff > destoff+olen)
3334 endoff = destoff+olen;
b5384d48
SW
3335 if (endoff > inode->i_size)
3336 btrfs_i_size_write(inode, endoff);
3337
a22285a6 3338 ret = btrfs_update_inode(trans, root, inode);
79787eaa
JM
3339 if (ret) {
3340 btrfs_abort_transaction(trans, root, ret);
3341 btrfs_end_transaction(trans, root);
3342 goto out;
3343 }
3344 ret = btrfs_end_transaction(trans, root);
2c463823
FM
3345 if (new_key.offset + datal >= destoff + len)
3346 break;
a22285a6 3347 }
b3b4aa74 3348 btrfs_release_path(path);
f46b5a66 3349 key.offset++;
f46b5a66 3350 }
f46b5a66 3351 ret = 0;
32b7c687 3352
f46b5a66 3353out:
32b7c687
MF
3354 btrfs_free_path(path);
3355 vfree(buf);
3356 return ret;
3357}
3358
3359static noinline long btrfs_ioctl_clone(struct file *file, unsigned long srcfd,
3360 u64 off, u64 olen, u64 destoff)
3361{
54563d41 3362 struct inode *inode = file_inode(file);
32b7c687
MF
3363 struct btrfs_root *root = BTRFS_I(inode)->root;
3364 struct fd src_file;
3365 struct inode *src;
3366 int ret;
3367 u64 len = olen;
3368 u64 bs = root->fs_info->sb->s_blocksize;
3369 int same_inode = 0;
3370
3371 /*
3372 * TODO:
3373 * - split compressed inline extents. annoying: we need to
3374 * decompress into destination's address_space (the file offset
3375 * may change, so source mapping won't do), then recompress (or
3376 * otherwise reinsert) a subrange.
00fdf13a
LB
3377 *
3378 * - split destination inode's inline extents. The inline extents can
3379 * be either compressed or non-compressed.
32b7c687
MF
3380 */
3381
3382 /* the destination must be opened for writing */
3383 if (!(file->f_mode & FMODE_WRITE) || (file->f_flags & O_APPEND))
3384 return -EINVAL;
3385
3386 if (btrfs_root_readonly(root))
3387 return -EROFS;
3388
3389 ret = mnt_want_write_file(file);
3390 if (ret)
3391 return ret;
3392
3393 src_file = fdget(srcfd);
3394 if (!src_file.file) {
3395 ret = -EBADF;
3396 goto out_drop_write;
3397 }
3398
3399 ret = -EXDEV;
3400 if (src_file.file->f_path.mnt != file->f_path.mnt)
3401 goto out_fput;
3402
3403 src = file_inode(src_file.file);
3404
3405 ret = -EINVAL;
3406 if (src == inode)
3407 same_inode = 1;
3408
3409 /* the src must be open for reading */
3410 if (!(src_file.file->f_mode & FMODE_READ))
3411 goto out_fput;
3412
3413 /* don't make the dst file partly checksummed */
3414 if ((BTRFS_I(src)->flags & BTRFS_INODE_NODATASUM) !=
3415 (BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM))
3416 goto out_fput;
3417
3418 ret = -EISDIR;
3419 if (S_ISDIR(src->i_mode) || S_ISDIR(inode->i_mode))
3420 goto out_fput;
3421
3422 ret = -EXDEV;
3423 if (src->i_sb != inode->i_sb)
3424 goto out_fput;
3425
3426 if (!same_inode) {
3427 if (inode < src) {
3428 mutex_lock_nested(&inode->i_mutex, I_MUTEX_PARENT);
3429 mutex_lock_nested(&src->i_mutex, I_MUTEX_CHILD);
3430 } else {
3431 mutex_lock_nested(&src->i_mutex, I_MUTEX_PARENT);
3432 mutex_lock_nested(&inode->i_mutex, I_MUTEX_CHILD);
3433 }
3434 } else {
3435 mutex_lock(&src->i_mutex);
3436 }
3437
3438 /* determine range to clone */
3439 ret = -EINVAL;
3440 if (off + len > src->i_size || off + len < off)
3441 goto out_unlock;
3442 if (len == 0)
3443 olen = len = src->i_size - off;
3444 /* if we extend to eof, continue to block boundary */
3445 if (off + len == src->i_size)
3446 len = ALIGN(src->i_size, bs) - off;
3447
3448 /* verify the end result is block aligned */
3449 if (!IS_ALIGNED(off, bs) || !IS_ALIGNED(off + len, bs) ||
3450 !IS_ALIGNED(destoff, bs))
3451 goto out_unlock;
3452
3453 /* verify if ranges are overlapped within the same file */
3454 if (same_inode) {
3455 if (destoff + len > off && destoff < off + len)
3456 goto out_unlock;
3457 }
3458
3459 if (destoff > inode->i_size) {
3460 ret = btrfs_cont_expand(inode, inode->i_size, destoff);
3461 if (ret)
3462 goto out_unlock;
3463 }
3464
c125b8bf
FM
3465 /*
3466 * Lock the target range too. Right after we replace the file extent
3467 * items in the fs tree (which now point to the cloned data), we might
3468 * have a worker replace them with extent items relative to a write
3469 * operation that was issued before this clone operation (i.e. confront
3470 * with inode.c:btrfs_finish_ordered_io).
3471 */
3472 if (same_inode) {
3473 u64 lock_start = min_t(u64, off, destoff);
3474 u64 lock_len = max_t(u64, off, destoff) + len - lock_start;
32b7c687 3475
c125b8bf
FM
3476 lock_extent_range(src, lock_start, lock_len);
3477 } else {
3478 lock_extent_range(src, off, len);
3479 lock_extent_range(inode, destoff, len);
3480 }
32b7c687
MF
3481
3482 ret = btrfs_clone(src, inode, off, olen, len, destoff);
3483
c125b8bf
FM
3484 if (same_inode) {
3485 u64 lock_start = min_t(u64, off, destoff);
3486 u64 lock_end = max_t(u64, off, destoff) + len - 1;
3487
3488 unlock_extent(&BTRFS_I(src)->io_tree, lock_start, lock_end);
3489 } else {
3490 unlock_extent(&BTRFS_I(src)->io_tree, off, off + len - 1);
3491 unlock_extent(&BTRFS_I(inode)->io_tree, destoff,
3492 destoff + len - 1);
3493 }
3494 /*
3495 * Truncate page cache pages so that future reads will see the cloned
3496 * data immediately and not the previous data.
3497 */
3498 truncate_inode_pages_range(&inode->i_data, destoff,
3499 PAGE_CACHE_ALIGN(destoff + len) - 1);
f46b5a66 3500out_unlock:
c57c2b3e
FDBM
3501 if (!same_inode) {
3502 if (inode < src) {
3503 mutex_unlock(&src->i_mutex);
3504 mutex_unlock(&inode->i_mutex);
3505 } else {
3506 mutex_unlock(&inode->i_mutex);
3507 mutex_unlock(&src->i_mutex);
3508 }
3509 } else {
3510 mutex_unlock(&src->i_mutex);
3511 }
f46b5a66 3512out_fput:
2903ff01 3513 fdput(src_file);
ab67b7c1 3514out_drop_write:
2a79f17e 3515 mnt_drop_write_file(file);
f46b5a66
CH
3516 return ret;
3517}
3518
7a865e8a 3519static long btrfs_ioctl_clone_range(struct file *file, void __user *argp)
c5c9cd4d
SW
3520{
3521 struct btrfs_ioctl_clone_range_args args;
3522
7a865e8a 3523 if (copy_from_user(&args, argp, sizeof(args)))
c5c9cd4d
SW
3524 return -EFAULT;
3525 return btrfs_ioctl_clone(file, args.src_fd, args.src_offset,
3526 args.src_length, args.dest_offset);
3527}
3528
f46b5a66
CH
3529/*
3530 * there are many ways the trans_start and trans_end ioctls can lead
3531 * to deadlocks. They should only be used by applications that
3532 * basically own the machine, and have a very in depth understanding
3533 * of all the possible deadlocks and enospc problems.
3534 */
b2950863 3535static long btrfs_ioctl_trans_start(struct file *file)
f46b5a66 3536{
496ad9aa 3537 struct inode *inode = file_inode(file);
f46b5a66
CH
3538 struct btrfs_root *root = BTRFS_I(inode)->root;
3539 struct btrfs_trans_handle *trans;
1ab86aed 3540 int ret;
f46b5a66 3541
1ab86aed 3542 ret = -EPERM;
df5b5520 3543 if (!capable(CAP_SYS_ADMIN))
1ab86aed 3544 goto out;
df5b5520 3545
1ab86aed
SW
3546 ret = -EINPROGRESS;
3547 if (file->private_data)
f46b5a66 3548 goto out;
9ca9ee09 3549
b83cc969
LZ
3550 ret = -EROFS;
3551 if (btrfs_root_readonly(root))
3552 goto out;
3553
a561be71 3554 ret = mnt_want_write_file(file);
c146afad
YZ
3555 if (ret)
3556 goto out;
3557
a4abeea4 3558 atomic_inc(&root->fs_info->open_ioctl_trans);
9ca9ee09 3559
1ab86aed 3560 ret = -ENOMEM;
7a7eaa40 3561 trans = btrfs_start_ioctl_transaction(root);
abd30bb0 3562 if (IS_ERR(trans))
1ab86aed
SW
3563 goto out_drop;
3564
3565 file->private_data = trans;
3566 return 0;
3567
3568out_drop:
a4abeea4 3569 atomic_dec(&root->fs_info->open_ioctl_trans);
2a79f17e 3570 mnt_drop_write_file(file);
f46b5a66 3571out:
f46b5a66
CH
3572 return ret;
3573}
3574
6ef5ed0d
JB
3575static long btrfs_ioctl_default_subvol(struct file *file, void __user *argp)
3576{
496ad9aa 3577 struct inode *inode = file_inode(file);
6ef5ed0d
JB
3578 struct btrfs_root *root = BTRFS_I(inode)->root;
3579 struct btrfs_root *new_root;
3580 struct btrfs_dir_item *di;
3581 struct btrfs_trans_handle *trans;
3582 struct btrfs_path *path;
3583 struct btrfs_key location;
3584 struct btrfs_disk_key disk_key;
6ef5ed0d
JB
3585 u64 objectid = 0;
3586 u64 dir_id;
3c04ce01 3587 int ret;
6ef5ed0d
JB
3588
3589 if (!capable(CAP_SYS_ADMIN))
3590 return -EPERM;
3591
3c04ce01
MX
3592 ret = mnt_want_write_file(file);
3593 if (ret)
3594 return ret;
3595
3596 if (copy_from_user(&objectid, argp, sizeof(objectid))) {
3597 ret = -EFAULT;
3598 goto out;
3599 }
6ef5ed0d
JB
3600
3601 if (!objectid)
1cecf579 3602 objectid = BTRFS_FS_TREE_OBJECTID;
6ef5ed0d
JB
3603
3604 location.objectid = objectid;
3605 location.type = BTRFS_ROOT_ITEM_KEY;
3606 location.offset = (u64)-1;
3607
3608 new_root = btrfs_read_fs_root_no_name(root->fs_info, &location);
3c04ce01
MX
3609 if (IS_ERR(new_root)) {
3610 ret = PTR_ERR(new_root);
3611 goto out;
3612 }
6ef5ed0d 3613
6ef5ed0d 3614 path = btrfs_alloc_path();
3c04ce01
MX
3615 if (!path) {
3616 ret = -ENOMEM;
3617 goto out;
3618 }
6ef5ed0d
JB
3619 path->leave_spinning = 1;
3620
3621 trans = btrfs_start_transaction(root, 1);
98d5dc13 3622 if (IS_ERR(trans)) {
6ef5ed0d 3623 btrfs_free_path(path);
3c04ce01
MX
3624 ret = PTR_ERR(trans);
3625 goto out;
6ef5ed0d
JB
3626 }
3627
6c41761f 3628 dir_id = btrfs_super_root_dir(root->fs_info->super_copy);
6ef5ed0d
JB
3629 di = btrfs_lookup_dir_item(trans, root->fs_info->tree_root, path,
3630 dir_id, "default", 7, 1);
cf1e99a4 3631 if (IS_ERR_OR_NULL(di)) {
6ef5ed0d
JB
3632 btrfs_free_path(path);
3633 btrfs_end_transaction(trans, root);
efe120a0
FH
3634 btrfs_err(new_root->fs_info, "Umm, you don't have the default dir"
3635 "item, this isn't going to work");
3c04ce01
MX
3636 ret = -ENOENT;
3637 goto out;
6ef5ed0d
JB
3638 }
3639
3640 btrfs_cpu_key_to_disk(&disk_key, &new_root->root_key);
3641 btrfs_set_dir_item_key(path->nodes[0], di, &disk_key);
3642 btrfs_mark_buffer_dirty(path->nodes[0]);
3643 btrfs_free_path(path);
3644
2b0ce2c2 3645 btrfs_set_fs_incompat(root->fs_info, DEFAULT_SUBVOL);
6ef5ed0d 3646 btrfs_end_transaction(trans, root);
3c04ce01
MX
3647out:
3648 mnt_drop_write_file(file);
3649 return ret;
6ef5ed0d
JB
3650}
3651
5af3e8cc
SB
3652void btrfs_get_block_group_info(struct list_head *groups_list,
3653 struct btrfs_ioctl_space_info *space)
bf5fc093
JB
3654{
3655 struct btrfs_block_group_cache *block_group;
3656
3657 space->total_bytes = 0;
3658 space->used_bytes = 0;
3659 space->flags = 0;
3660 list_for_each_entry(block_group, groups_list, list) {
3661 space->flags = block_group->flags;
3662 space->total_bytes += block_group->key.offset;
3663 space->used_bytes +=
3664 btrfs_block_group_used(&block_group->item);
3665 }
3666}
3667
48a3b636 3668static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
1406e432
JB
3669{
3670 struct btrfs_ioctl_space_args space_args;
3671 struct btrfs_ioctl_space_info space;
3672 struct btrfs_ioctl_space_info *dest;
7fde62bf 3673 struct btrfs_ioctl_space_info *dest_orig;
13f2696f 3674 struct btrfs_ioctl_space_info __user *user_dest;
1406e432 3675 struct btrfs_space_info *info;
bf5fc093
JB
3676 u64 types[] = {BTRFS_BLOCK_GROUP_DATA,
3677 BTRFS_BLOCK_GROUP_SYSTEM,
3678 BTRFS_BLOCK_GROUP_METADATA,
3679 BTRFS_BLOCK_GROUP_DATA | BTRFS_BLOCK_GROUP_METADATA};
3680 int num_types = 4;
7fde62bf 3681 int alloc_size;
1406e432 3682 int ret = 0;
51788b1b 3683 u64 slot_count = 0;
bf5fc093 3684 int i, c;
1406e432
JB
3685
3686 if (copy_from_user(&space_args,
3687 (struct btrfs_ioctl_space_args __user *)arg,
3688 sizeof(space_args)))
3689 return -EFAULT;
3690
bf5fc093
JB
3691 for (i = 0; i < num_types; i++) {
3692 struct btrfs_space_info *tmp;
3693
3694 info = NULL;
3695 rcu_read_lock();
3696 list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
3697 list) {
3698 if (tmp->flags == types[i]) {
3699 info = tmp;
3700 break;
3701 }
3702 }
3703 rcu_read_unlock();
3704
3705 if (!info)
3706 continue;
3707
3708 down_read(&info->groups_sem);
3709 for (c = 0; c < BTRFS_NR_RAID_TYPES; c++) {
3710 if (!list_empty(&info->block_groups[c]))
3711 slot_count++;
3712 }
3713 up_read(&info->groups_sem);
3714 }
7fde62bf 3715
36523e95
DS
3716 /*
3717 * Global block reserve, exported as a space_info
3718 */
3719 slot_count++;
3720
7fde62bf
CM
3721 /* space_slots == 0 means they are asking for a count */
3722 if (space_args.space_slots == 0) {
3723 space_args.total_spaces = slot_count;
3724 goto out;
3725 }
bf5fc093 3726
51788b1b 3727 slot_count = min_t(u64, space_args.space_slots, slot_count);
bf5fc093 3728
7fde62bf 3729 alloc_size = sizeof(*dest) * slot_count;
bf5fc093 3730
7fde62bf
CM
3731 /* we generally have at most 6 or so space infos, one for each raid
3732 * level. So, a whole page should be more than enough for everyone
3733 */
3734 if (alloc_size > PAGE_CACHE_SIZE)
3735 return -ENOMEM;
3736
1406e432 3737 space_args.total_spaces = 0;
7fde62bf
CM
3738 dest = kmalloc(alloc_size, GFP_NOFS);
3739 if (!dest)
3740 return -ENOMEM;
3741 dest_orig = dest;
1406e432 3742
7fde62bf 3743 /* now we have a buffer to copy into */
bf5fc093
JB
3744 for (i = 0; i < num_types; i++) {
3745 struct btrfs_space_info *tmp;
3746
51788b1b
DR
3747 if (!slot_count)
3748 break;
3749
bf5fc093
JB
3750 info = NULL;
3751 rcu_read_lock();
3752 list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
3753 list) {
3754 if (tmp->flags == types[i]) {
3755 info = tmp;
3756 break;
3757 }
3758 }
3759 rcu_read_unlock();
7fde62bf 3760
bf5fc093
JB
3761 if (!info)
3762 continue;
3763 down_read(&info->groups_sem);
3764 for (c = 0; c < BTRFS_NR_RAID_TYPES; c++) {
3765 if (!list_empty(&info->block_groups[c])) {
5af3e8cc
SB
3766 btrfs_get_block_group_info(
3767 &info->block_groups[c], &space);
bf5fc093
JB
3768 memcpy(dest, &space, sizeof(space));
3769 dest++;
3770 space_args.total_spaces++;
51788b1b 3771 slot_count--;
bf5fc093 3772 }
51788b1b
DR
3773 if (!slot_count)
3774 break;
bf5fc093
JB
3775 }
3776 up_read(&info->groups_sem);
1406e432 3777 }
1406e432 3778
36523e95
DS
3779 /*
3780 * Add global block reserve
3781 */
3782 if (slot_count) {
3783 struct btrfs_block_rsv *block_rsv = &root->fs_info->global_block_rsv;
3784
3785 spin_lock(&block_rsv->lock);
3786 space.total_bytes = block_rsv->size;
3787 space.used_bytes = block_rsv->size - block_rsv->reserved;
3788 spin_unlock(&block_rsv->lock);
3789 space.flags = BTRFS_SPACE_INFO_GLOBAL_RSV;
3790 memcpy(dest, &space, sizeof(space));
3791 space_args.total_spaces++;
3792 }
3793
2eec6c81 3794 user_dest = (struct btrfs_ioctl_space_info __user *)
7fde62bf
CM
3795 (arg + sizeof(struct btrfs_ioctl_space_args));
3796
3797 if (copy_to_user(user_dest, dest_orig, alloc_size))
3798 ret = -EFAULT;
3799
3800 kfree(dest_orig);
3801out:
3802 if (ret == 0 && copy_to_user(arg, &space_args, sizeof(space_args)))
1406e432
JB
3803 ret = -EFAULT;
3804
3805 return ret;
3806}
3807
f46b5a66
CH
3808/*
3809 * there are many ways the trans_start and trans_end ioctls can lead
3810 * to deadlocks. They should only be used by applications that
3811 * basically own the machine, and have a very in depth understanding
3812 * of all the possible deadlocks and enospc problems.
3813 */
3814long btrfs_ioctl_trans_end(struct file *file)
3815{
496ad9aa 3816 struct inode *inode = file_inode(file);
f46b5a66
CH
3817 struct btrfs_root *root = BTRFS_I(inode)->root;
3818 struct btrfs_trans_handle *trans;
f46b5a66 3819
f46b5a66 3820 trans = file->private_data;
1ab86aed
SW
3821 if (!trans)
3822 return -EINVAL;
b214107e 3823 file->private_data = NULL;
9ca9ee09 3824
1ab86aed
SW
3825 btrfs_end_transaction(trans, root);
3826
a4abeea4 3827 atomic_dec(&root->fs_info->open_ioctl_trans);
9ca9ee09 3828
2a79f17e 3829 mnt_drop_write_file(file);
1ab86aed 3830 return 0;
f46b5a66
CH
3831}
3832
9a8c28be
MX
3833static noinline long btrfs_ioctl_start_sync(struct btrfs_root *root,
3834 void __user *argp)
46204592 3835{
46204592
SW
3836 struct btrfs_trans_handle *trans;
3837 u64 transid;
db5b493a 3838 int ret;
46204592 3839
d4edf39b 3840 trans = btrfs_attach_transaction_barrier(root);
ff7c1d33
MX
3841 if (IS_ERR(trans)) {
3842 if (PTR_ERR(trans) != -ENOENT)
3843 return PTR_ERR(trans);
3844
3845 /* No running transaction, don't bother */
3846 transid = root->fs_info->last_trans_committed;
3847 goto out;
3848 }
46204592 3849 transid = trans->transid;
db5b493a 3850 ret = btrfs_commit_transaction_async(trans, root, 0);
8b2b2d3c
TI
3851 if (ret) {
3852 btrfs_end_transaction(trans, root);
db5b493a 3853 return ret;
8b2b2d3c 3854 }
ff7c1d33 3855out:
46204592
SW
3856 if (argp)
3857 if (copy_to_user(argp, &transid, sizeof(transid)))
3858 return -EFAULT;
3859 return 0;
3860}
3861
9a8c28be
MX
3862static noinline long btrfs_ioctl_wait_sync(struct btrfs_root *root,
3863 void __user *argp)
46204592 3864{
46204592
SW
3865 u64 transid;
3866
3867 if (argp) {
3868 if (copy_from_user(&transid, argp, sizeof(transid)))
3869 return -EFAULT;
3870 } else {
3871 transid = 0; /* current trans */
3872 }
3873 return btrfs_wait_for_commit(root, transid);
3874}
3875
b8e95489 3876static long btrfs_ioctl_scrub(struct file *file, void __user *arg)
475f6387 3877{
496ad9aa 3878 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
475f6387 3879 struct btrfs_ioctl_scrub_args *sa;
b8e95489 3880 int ret;
475f6387
JS
3881
3882 if (!capable(CAP_SYS_ADMIN))
3883 return -EPERM;
3884
3885 sa = memdup_user(arg, sizeof(*sa));
3886 if (IS_ERR(sa))
3887 return PTR_ERR(sa);
3888
b8e95489
MX
3889 if (!(sa->flags & BTRFS_SCRUB_READONLY)) {
3890 ret = mnt_want_write_file(file);
3891 if (ret)
3892 goto out;
3893 }
3894
aa1b8cd4 3895 ret = btrfs_scrub_dev(root->fs_info, sa->devid, sa->start, sa->end,
63a212ab
SB
3896 &sa->progress, sa->flags & BTRFS_SCRUB_READONLY,
3897 0);
475f6387
JS
3898
3899 if (copy_to_user(arg, sa, sizeof(*sa)))
3900 ret = -EFAULT;
3901
b8e95489
MX
3902 if (!(sa->flags & BTRFS_SCRUB_READONLY))
3903 mnt_drop_write_file(file);
3904out:
475f6387
JS
3905 kfree(sa);
3906 return ret;
3907}
3908
3909static long btrfs_ioctl_scrub_cancel(struct btrfs_root *root, void __user *arg)
3910{
3911 if (!capable(CAP_SYS_ADMIN))
3912 return -EPERM;
3913
aa1b8cd4 3914 return btrfs_scrub_cancel(root->fs_info);
475f6387
JS
3915}
3916
3917static long btrfs_ioctl_scrub_progress(struct btrfs_root *root,
3918 void __user *arg)
3919{
3920 struct btrfs_ioctl_scrub_args *sa;
3921 int ret;
3922
3923 if (!capable(CAP_SYS_ADMIN))
3924 return -EPERM;
3925
3926 sa = memdup_user(arg, sizeof(*sa));
3927 if (IS_ERR(sa))
3928 return PTR_ERR(sa);
3929
3930 ret = btrfs_scrub_progress(root, sa->devid, &sa->progress);
3931
3932 if (copy_to_user(arg, sa, sizeof(*sa)))
3933 ret = -EFAULT;
3934
3935 kfree(sa);
3936 return ret;
3937}
3938
c11d2c23 3939static long btrfs_ioctl_get_dev_stats(struct btrfs_root *root,
b27f7c0c 3940 void __user *arg)
c11d2c23
SB
3941{
3942 struct btrfs_ioctl_get_dev_stats *sa;
3943 int ret;
3944
c11d2c23
SB
3945 sa = memdup_user(arg, sizeof(*sa));
3946 if (IS_ERR(sa))
3947 return PTR_ERR(sa);
3948
b27f7c0c
DS
3949 if ((sa->flags & BTRFS_DEV_STATS_RESET) && !capable(CAP_SYS_ADMIN)) {
3950 kfree(sa);
3951 return -EPERM;
3952 }
3953
3954 ret = btrfs_get_dev_stats(root, sa);
c11d2c23
SB
3955
3956 if (copy_to_user(arg, sa, sizeof(*sa)))
3957 ret = -EFAULT;
3958
3959 kfree(sa);
3960 return ret;
3961}
3962
3f6bcfbd
SB
3963static long btrfs_ioctl_dev_replace(struct btrfs_root *root, void __user *arg)
3964{
3965 struct btrfs_ioctl_dev_replace_args *p;
3966 int ret;
3967
3968 if (!capable(CAP_SYS_ADMIN))
3969 return -EPERM;
3970
3971 p = memdup_user(arg, sizeof(*p));
3972 if (IS_ERR(p))
3973 return PTR_ERR(p);
3974
3975 switch (p->cmd) {
3976 case BTRFS_IOCTL_DEV_REPLACE_CMD_START:
adfa97cb
ID
3977 if (root->fs_info->sb->s_flags & MS_RDONLY) {
3978 ret = -EROFS;
3979 goto out;
3980 }
3f6bcfbd
SB
3981 if (atomic_xchg(
3982 &root->fs_info->mutually_exclusive_operation_running,
3983 1)) {
e57138b3 3984 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
3f6bcfbd
SB
3985 } else {
3986 ret = btrfs_dev_replace_start(root, p);
3987 atomic_set(
3988 &root->fs_info->mutually_exclusive_operation_running,
3989 0);
3990 }
3991 break;
3992 case BTRFS_IOCTL_DEV_REPLACE_CMD_STATUS:
3993 btrfs_dev_replace_status(root->fs_info, p);
3994 ret = 0;
3995 break;
3996 case BTRFS_IOCTL_DEV_REPLACE_CMD_CANCEL:
3997 ret = btrfs_dev_replace_cancel(root->fs_info, p);
3998 break;
3999 default:
4000 ret = -EINVAL;
4001 break;
4002 }
4003
4004 if (copy_to_user(arg, p, sizeof(*p)))
4005 ret = -EFAULT;
adfa97cb 4006out:
3f6bcfbd
SB
4007 kfree(p);
4008 return ret;
4009}
4010
d7728c96
JS
4011static long btrfs_ioctl_ino_to_path(struct btrfs_root *root, void __user *arg)
4012{
4013 int ret = 0;
4014 int i;
740c3d22 4015 u64 rel_ptr;
d7728c96 4016 int size;
806468f8 4017 struct btrfs_ioctl_ino_path_args *ipa = NULL;
d7728c96
JS
4018 struct inode_fs_paths *ipath = NULL;
4019 struct btrfs_path *path;
4020
82b22ac8 4021 if (!capable(CAP_DAC_READ_SEARCH))
d7728c96
JS
4022 return -EPERM;
4023
4024 path = btrfs_alloc_path();
4025 if (!path) {
4026 ret = -ENOMEM;
4027 goto out;
4028 }
4029
4030 ipa = memdup_user(arg, sizeof(*ipa));
4031 if (IS_ERR(ipa)) {
4032 ret = PTR_ERR(ipa);
4033 ipa = NULL;
4034 goto out;
4035 }
4036
4037 size = min_t(u32, ipa->size, 4096);
4038 ipath = init_ipath(size, root, path);
4039 if (IS_ERR(ipath)) {
4040 ret = PTR_ERR(ipath);
4041 ipath = NULL;
4042 goto out;
4043 }
4044
4045 ret = paths_from_inode(ipa->inum, ipath);
4046 if (ret < 0)
4047 goto out;
4048
4049 for (i = 0; i < ipath->fspath->elem_cnt; ++i) {
745c4d8e
JM
4050 rel_ptr = ipath->fspath->val[i] -
4051 (u64)(unsigned long)ipath->fspath->val;
740c3d22 4052 ipath->fspath->val[i] = rel_ptr;
d7728c96
JS
4053 }
4054
745c4d8e
JM
4055 ret = copy_to_user((void *)(unsigned long)ipa->fspath,
4056 (void *)(unsigned long)ipath->fspath, size);
d7728c96
JS
4057 if (ret) {
4058 ret = -EFAULT;
4059 goto out;
4060 }
4061
4062out:
4063 btrfs_free_path(path);
4064 free_ipath(ipath);
4065 kfree(ipa);
4066
4067 return ret;
4068}
4069
4070static int build_ino_list(u64 inum, u64 offset, u64 root, void *ctx)
4071{
4072 struct btrfs_data_container *inodes = ctx;
4073 const size_t c = 3 * sizeof(u64);
4074
4075 if (inodes->bytes_left >= c) {
4076 inodes->bytes_left -= c;
4077 inodes->val[inodes->elem_cnt] = inum;
4078 inodes->val[inodes->elem_cnt + 1] = offset;
4079 inodes->val[inodes->elem_cnt + 2] = root;
4080 inodes->elem_cnt += 3;
4081 } else {
4082 inodes->bytes_missing += c - inodes->bytes_left;
4083 inodes->bytes_left = 0;
4084 inodes->elem_missed += 3;
4085 }
4086
4087 return 0;
4088}
4089
4090static long btrfs_ioctl_logical_to_ino(struct btrfs_root *root,
4091 void __user *arg)
4092{
4093 int ret = 0;
4094 int size;
d7728c96
JS
4095 struct btrfs_ioctl_logical_ino_args *loi;
4096 struct btrfs_data_container *inodes = NULL;
4097 struct btrfs_path *path = NULL;
d7728c96
JS
4098
4099 if (!capable(CAP_SYS_ADMIN))
4100 return -EPERM;
4101
4102 loi = memdup_user(arg, sizeof(*loi));
4103 if (IS_ERR(loi)) {
4104 ret = PTR_ERR(loi);
4105 loi = NULL;
4106 goto out;
4107 }
4108
4109 path = btrfs_alloc_path();
4110 if (!path) {
4111 ret = -ENOMEM;
4112 goto out;
4113 }
4114
425d17a2 4115 size = min_t(u32, loi->size, 64 * 1024);
d7728c96
JS
4116 inodes = init_data_container(size);
4117 if (IS_ERR(inodes)) {
4118 ret = PTR_ERR(inodes);
4119 inodes = NULL;
4120 goto out;
4121 }
4122
df031f07
LB
4123 ret = iterate_inodes_from_logical(loi->logical, root->fs_info, path,
4124 build_ino_list, inodes);
4125 if (ret == -EINVAL)
d7728c96
JS
4126 ret = -ENOENT;
4127 if (ret < 0)
4128 goto out;
4129
745c4d8e
JM
4130 ret = copy_to_user((void *)(unsigned long)loi->inodes,
4131 (void *)(unsigned long)inodes, size);
d7728c96
JS
4132 if (ret)
4133 ret = -EFAULT;
4134
4135out:
4136 btrfs_free_path(path);
425d17a2 4137 vfree(inodes);
d7728c96
JS
4138 kfree(loi);
4139
4140 return ret;
4141}
4142
19a39dce 4143void update_ioctl_balance_args(struct btrfs_fs_info *fs_info, int lock,
c9e9f97b
ID
4144 struct btrfs_ioctl_balance_args *bargs)
4145{
4146 struct btrfs_balance_control *bctl = fs_info->balance_ctl;
4147
4148 bargs->flags = bctl->flags;
4149
837d5b6e
ID
4150 if (atomic_read(&fs_info->balance_running))
4151 bargs->state |= BTRFS_BALANCE_STATE_RUNNING;
4152 if (atomic_read(&fs_info->balance_pause_req))
4153 bargs->state |= BTRFS_BALANCE_STATE_PAUSE_REQ;
a7e99c69
ID
4154 if (atomic_read(&fs_info->balance_cancel_req))
4155 bargs->state |= BTRFS_BALANCE_STATE_CANCEL_REQ;
837d5b6e 4156
c9e9f97b
ID
4157 memcpy(&bargs->data, &bctl->data, sizeof(bargs->data));
4158 memcpy(&bargs->meta, &bctl->meta, sizeof(bargs->meta));
4159 memcpy(&bargs->sys, &bctl->sys, sizeof(bargs->sys));
19a39dce
ID
4160
4161 if (lock) {
4162 spin_lock(&fs_info->balance_lock);
4163 memcpy(&bargs->stat, &bctl->stat, sizeof(bargs->stat));
4164 spin_unlock(&fs_info->balance_lock);
4165 } else {
4166 memcpy(&bargs->stat, &bctl->stat, sizeof(bargs->stat));
4167 }
c9e9f97b
ID
4168}
4169
9ba1f6e4 4170static long btrfs_ioctl_balance(struct file *file, void __user *arg)
c9e9f97b 4171{
496ad9aa 4172 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
c9e9f97b
ID
4173 struct btrfs_fs_info *fs_info = root->fs_info;
4174 struct btrfs_ioctl_balance_args *bargs;
4175 struct btrfs_balance_control *bctl;
ed0fb78f 4176 bool need_unlock; /* for mut. excl. ops lock */
c9e9f97b
ID
4177 int ret;
4178
4179 if (!capable(CAP_SYS_ADMIN))
4180 return -EPERM;
4181
e54bfa31 4182 ret = mnt_want_write_file(file);
9ba1f6e4
LB
4183 if (ret)
4184 return ret;
4185
ed0fb78f
ID
4186again:
4187 if (!atomic_xchg(&fs_info->mutually_exclusive_operation_running, 1)) {
4188 mutex_lock(&fs_info->volume_mutex);
4189 mutex_lock(&fs_info->balance_mutex);
4190 need_unlock = true;
4191 goto locked;
4192 }
4193
4194 /*
4195 * mut. excl. ops lock is locked. Three possibilites:
4196 * (1) some other op is running
4197 * (2) balance is running
4198 * (3) balance is paused -- special case (think resume)
4199 */
c9e9f97b 4200 mutex_lock(&fs_info->balance_mutex);
ed0fb78f
ID
4201 if (fs_info->balance_ctl) {
4202 /* this is either (2) or (3) */
4203 if (!atomic_read(&fs_info->balance_running)) {
4204 mutex_unlock(&fs_info->balance_mutex);
4205 if (!mutex_trylock(&fs_info->volume_mutex))
4206 goto again;
4207 mutex_lock(&fs_info->balance_mutex);
4208
4209 if (fs_info->balance_ctl &&
4210 !atomic_read(&fs_info->balance_running)) {
4211 /* this is (3) */
4212 need_unlock = false;
4213 goto locked;
4214 }
4215
4216 mutex_unlock(&fs_info->balance_mutex);
4217 mutex_unlock(&fs_info->volume_mutex);
4218 goto again;
4219 } else {
4220 /* this is (2) */
4221 mutex_unlock(&fs_info->balance_mutex);
4222 ret = -EINPROGRESS;
4223 goto out;
4224 }
4225 } else {
4226 /* this is (1) */
4227 mutex_unlock(&fs_info->balance_mutex);
e57138b3 4228 ret = BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS;
ed0fb78f
ID
4229 goto out;
4230 }
4231
4232locked:
4233 BUG_ON(!atomic_read(&fs_info->mutually_exclusive_operation_running));
c9e9f97b
ID
4234
4235 if (arg) {
4236 bargs = memdup_user(arg, sizeof(*bargs));
4237 if (IS_ERR(bargs)) {
4238 ret = PTR_ERR(bargs);
ed0fb78f 4239 goto out_unlock;
c9e9f97b 4240 }
de322263
ID
4241
4242 if (bargs->flags & BTRFS_BALANCE_RESUME) {
4243 if (!fs_info->balance_ctl) {
4244 ret = -ENOTCONN;
4245 goto out_bargs;
4246 }
4247
4248 bctl = fs_info->balance_ctl;
4249 spin_lock(&fs_info->balance_lock);
4250 bctl->flags |= BTRFS_BALANCE_RESUME;
4251 spin_unlock(&fs_info->balance_lock);
4252
4253 goto do_balance;
4254 }
c9e9f97b
ID
4255 } else {
4256 bargs = NULL;
4257 }
4258
ed0fb78f 4259 if (fs_info->balance_ctl) {
837d5b6e
ID
4260 ret = -EINPROGRESS;
4261 goto out_bargs;
4262 }
4263
c9e9f97b
ID
4264 bctl = kzalloc(sizeof(*bctl), GFP_NOFS);
4265 if (!bctl) {
4266 ret = -ENOMEM;
4267 goto out_bargs;
4268 }
4269
4270 bctl->fs_info = fs_info;
4271 if (arg) {
4272 memcpy(&bctl->data, &bargs->data, sizeof(bctl->data));
4273 memcpy(&bctl->meta, &bargs->meta, sizeof(bctl->meta));
4274 memcpy(&bctl->sys, &bargs->sys, sizeof(bctl->sys));
4275
4276 bctl->flags = bargs->flags;
f43ffb60
ID
4277 } else {
4278 /* balance everything - no filters */
4279 bctl->flags |= BTRFS_BALANCE_TYPE_MASK;
c9e9f97b
ID
4280 }
4281
de322263 4282do_balance:
c9e9f97b 4283 /*
ed0fb78f
ID
4284 * Ownership of bctl and mutually_exclusive_operation_running
4285 * goes to to btrfs_balance. bctl is freed in __cancel_balance,
4286 * or, if restriper was paused all the way until unmount, in
4287 * free_fs_info. mutually_exclusive_operation_running is
4288 * cleared in __cancel_balance.
c9e9f97b 4289 */
ed0fb78f
ID
4290 need_unlock = false;
4291
4292 ret = btrfs_balance(bctl, bargs);
4293
c9e9f97b
ID
4294 if (arg) {
4295 if (copy_to_user(arg, bargs, sizeof(*bargs)))
4296 ret = -EFAULT;
4297 }
4298
4299out_bargs:
4300 kfree(bargs);
ed0fb78f 4301out_unlock:
c9e9f97b
ID
4302 mutex_unlock(&fs_info->balance_mutex);
4303 mutex_unlock(&fs_info->volume_mutex);
ed0fb78f
ID
4304 if (need_unlock)
4305 atomic_set(&fs_info->mutually_exclusive_operation_running, 0);
4306out:
e54bfa31 4307 mnt_drop_write_file(file);
c9e9f97b
ID
4308 return ret;
4309}
4310
837d5b6e
ID
4311static long btrfs_ioctl_balance_ctl(struct btrfs_root *root, int cmd)
4312{
4313 if (!capable(CAP_SYS_ADMIN))
4314 return -EPERM;
4315
4316 switch (cmd) {
4317 case BTRFS_BALANCE_CTL_PAUSE:
4318 return btrfs_pause_balance(root->fs_info);
a7e99c69
ID
4319 case BTRFS_BALANCE_CTL_CANCEL:
4320 return btrfs_cancel_balance(root->fs_info);
837d5b6e
ID
4321 }
4322
4323 return -EINVAL;
4324}
4325
19a39dce
ID
4326static long btrfs_ioctl_balance_progress(struct btrfs_root *root,
4327 void __user *arg)
4328{
4329 struct btrfs_fs_info *fs_info = root->fs_info;
4330 struct btrfs_ioctl_balance_args *bargs;
4331 int ret = 0;
4332
4333 if (!capable(CAP_SYS_ADMIN))
4334 return -EPERM;
4335
4336 mutex_lock(&fs_info->balance_mutex);
4337 if (!fs_info->balance_ctl) {
4338 ret = -ENOTCONN;
4339 goto out;
4340 }
4341
4342 bargs = kzalloc(sizeof(*bargs), GFP_NOFS);
4343 if (!bargs) {
4344 ret = -ENOMEM;
4345 goto out;
4346 }
4347
4348 update_ioctl_balance_args(fs_info, 1, bargs);
4349
4350 if (copy_to_user(arg, bargs, sizeof(*bargs)))
4351 ret = -EFAULT;
4352
4353 kfree(bargs);
4354out:
4355 mutex_unlock(&fs_info->balance_mutex);
4356 return ret;
4357}
4358
905b0dda 4359static long btrfs_ioctl_quota_ctl(struct file *file, void __user *arg)
5d13a37b 4360{
496ad9aa 4361 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5d13a37b
AJ
4362 struct btrfs_ioctl_quota_ctl_args *sa;
4363 struct btrfs_trans_handle *trans = NULL;
4364 int ret;
4365 int err;
4366
4367 if (!capable(CAP_SYS_ADMIN))
4368 return -EPERM;
4369
905b0dda
MX
4370 ret = mnt_want_write_file(file);
4371 if (ret)
4372 return ret;
5d13a37b
AJ
4373
4374 sa = memdup_user(arg, sizeof(*sa));
905b0dda
MX
4375 if (IS_ERR(sa)) {
4376 ret = PTR_ERR(sa);
4377 goto drop_write;
4378 }
5d13a37b 4379
7708f029 4380 down_write(&root->fs_info->subvol_sem);
2f232036
JS
4381 trans = btrfs_start_transaction(root->fs_info->tree_root, 2);
4382 if (IS_ERR(trans)) {
4383 ret = PTR_ERR(trans);
4384 goto out;
5d13a37b
AJ
4385 }
4386
4387 switch (sa->cmd) {
4388 case BTRFS_QUOTA_CTL_ENABLE:
4389 ret = btrfs_quota_enable(trans, root->fs_info);
4390 break;
4391 case BTRFS_QUOTA_CTL_DISABLE:
4392 ret = btrfs_quota_disable(trans, root->fs_info);
4393 break;
5d13a37b
AJ
4394 default:
4395 ret = -EINVAL;
4396 break;
4397 }
4398
2f232036
JS
4399 err = btrfs_commit_transaction(trans, root->fs_info->tree_root);
4400 if (err && !ret)
4401 ret = err;
5d13a37b
AJ
4402out:
4403 kfree(sa);
7708f029 4404 up_write(&root->fs_info->subvol_sem);
905b0dda
MX
4405drop_write:
4406 mnt_drop_write_file(file);
5d13a37b
AJ
4407 return ret;
4408}
4409
905b0dda 4410static long btrfs_ioctl_qgroup_assign(struct file *file, void __user *arg)
5d13a37b 4411{
496ad9aa 4412 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5d13a37b
AJ
4413 struct btrfs_ioctl_qgroup_assign_args *sa;
4414 struct btrfs_trans_handle *trans;
4415 int ret;
4416 int err;
4417
4418 if (!capable(CAP_SYS_ADMIN))
4419 return -EPERM;
4420
905b0dda
MX
4421 ret = mnt_want_write_file(file);
4422 if (ret)
4423 return ret;
5d13a37b
AJ
4424
4425 sa = memdup_user(arg, sizeof(*sa));
905b0dda
MX
4426 if (IS_ERR(sa)) {
4427 ret = PTR_ERR(sa);
4428 goto drop_write;
4429 }
5d13a37b
AJ
4430
4431 trans = btrfs_join_transaction(root);
4432 if (IS_ERR(trans)) {
4433 ret = PTR_ERR(trans);
4434 goto out;
4435 }
4436
4437 /* FIXME: check if the IDs really exist */
4438 if (sa->assign) {
4439 ret = btrfs_add_qgroup_relation(trans, root->fs_info,
4440 sa->src, sa->dst);
4441 } else {
4442 ret = btrfs_del_qgroup_relation(trans, root->fs_info,
4443 sa->src, sa->dst);
4444 }
4445
4446 err = btrfs_end_transaction(trans, root);
4447 if (err && !ret)
4448 ret = err;
4449
4450out:
4451 kfree(sa);
905b0dda
MX
4452drop_write:
4453 mnt_drop_write_file(file);
5d13a37b
AJ
4454 return ret;
4455}
4456
905b0dda 4457static long btrfs_ioctl_qgroup_create(struct file *file, void __user *arg)
5d13a37b 4458{
496ad9aa 4459 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5d13a37b
AJ
4460 struct btrfs_ioctl_qgroup_create_args *sa;
4461 struct btrfs_trans_handle *trans;
4462 int ret;
4463 int err;
4464
4465 if (!capable(CAP_SYS_ADMIN))
4466 return -EPERM;
4467
905b0dda
MX
4468 ret = mnt_want_write_file(file);
4469 if (ret)
4470 return ret;
5d13a37b
AJ
4471
4472 sa = memdup_user(arg, sizeof(*sa));
905b0dda
MX
4473 if (IS_ERR(sa)) {
4474 ret = PTR_ERR(sa);
4475 goto drop_write;
4476 }
5d13a37b 4477
d86e56cf
MX
4478 if (!sa->qgroupid) {
4479 ret = -EINVAL;
4480 goto out;
4481 }
4482
5d13a37b
AJ
4483 trans = btrfs_join_transaction(root);
4484 if (IS_ERR(trans)) {
4485 ret = PTR_ERR(trans);
4486 goto out;
4487 }
4488
4489 /* FIXME: check if the IDs really exist */
4490 if (sa->create) {
4491 ret = btrfs_create_qgroup(trans, root->fs_info, sa->qgroupid,
4492 NULL);
4493 } else {
4494 ret = btrfs_remove_qgroup(trans, root->fs_info, sa->qgroupid);
4495 }
4496
4497 err = btrfs_end_transaction(trans, root);
4498 if (err && !ret)
4499 ret = err;
4500
4501out:
4502 kfree(sa);
905b0dda
MX
4503drop_write:
4504 mnt_drop_write_file(file);
5d13a37b
AJ
4505 return ret;
4506}
4507
905b0dda 4508static long btrfs_ioctl_qgroup_limit(struct file *file, void __user *arg)
5d13a37b 4509{
496ad9aa 4510 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
5d13a37b
AJ
4511 struct btrfs_ioctl_qgroup_limit_args *sa;
4512 struct btrfs_trans_handle *trans;
4513 int ret;
4514 int err;
4515 u64 qgroupid;
4516
4517 if (!capable(CAP_SYS_ADMIN))
4518 return -EPERM;
4519
905b0dda
MX
4520 ret = mnt_want_write_file(file);
4521 if (ret)
4522 return ret;
5d13a37b
AJ
4523
4524 sa = memdup_user(arg, sizeof(*sa));
905b0dda
MX
4525 if (IS_ERR(sa)) {
4526 ret = PTR_ERR(sa);
4527 goto drop_write;
4528 }
5d13a37b
AJ
4529
4530 trans = btrfs_join_transaction(root);
4531 if (IS_ERR(trans)) {
4532 ret = PTR_ERR(trans);
4533 goto out;
4534 }
4535
4536 qgroupid = sa->qgroupid;
4537 if (!qgroupid) {
4538 /* take the current subvol as qgroup */
4539 qgroupid = root->root_key.objectid;
4540 }
4541
4542 /* FIXME: check if the IDs really exist */
4543 ret = btrfs_limit_qgroup(trans, root->fs_info, qgroupid, &sa->lim);
4544
4545 err = btrfs_end_transaction(trans, root);
4546 if (err && !ret)
4547 ret = err;
4548
4549out:
4550 kfree(sa);
905b0dda
MX
4551drop_write:
4552 mnt_drop_write_file(file);
5d13a37b
AJ
4553 return ret;
4554}
4555
2f232036
JS
4556static long btrfs_ioctl_quota_rescan(struct file *file, void __user *arg)
4557{
6d0379ec 4558 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
2f232036
JS
4559 struct btrfs_ioctl_quota_rescan_args *qsa;
4560 int ret;
4561
4562 if (!capable(CAP_SYS_ADMIN))
4563 return -EPERM;
4564
4565 ret = mnt_want_write_file(file);
4566 if (ret)
4567 return ret;
4568
4569 qsa = memdup_user(arg, sizeof(*qsa));
4570 if (IS_ERR(qsa)) {
4571 ret = PTR_ERR(qsa);
4572 goto drop_write;
4573 }
4574
4575 if (qsa->flags) {
4576 ret = -EINVAL;
4577 goto out;
4578 }
4579
4580 ret = btrfs_qgroup_rescan(root->fs_info);
4581
4582out:
4583 kfree(qsa);
4584drop_write:
4585 mnt_drop_write_file(file);
4586 return ret;
4587}
4588
4589static long btrfs_ioctl_quota_rescan_status(struct file *file, void __user *arg)
4590{
6d0379ec 4591 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
2f232036
JS
4592 struct btrfs_ioctl_quota_rescan_args *qsa;
4593 int ret = 0;
4594
4595 if (!capable(CAP_SYS_ADMIN))
4596 return -EPERM;
4597
4598 qsa = kzalloc(sizeof(*qsa), GFP_NOFS);
4599 if (!qsa)
4600 return -ENOMEM;
4601
4602 if (root->fs_info->qgroup_flags & BTRFS_QGROUP_STATUS_FLAG_RESCAN) {
4603 qsa->flags = 1;
4604 qsa->progress = root->fs_info->qgroup_rescan_progress.objectid;
4605 }
4606
4607 if (copy_to_user(arg, qsa, sizeof(*qsa)))
4608 ret = -EFAULT;
4609
4610 kfree(qsa);
4611 return ret;
4612}
4613
57254b6e
JS
4614static long btrfs_ioctl_quota_rescan_wait(struct file *file, void __user *arg)
4615{
54563d41 4616 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
57254b6e
JS
4617
4618 if (!capable(CAP_SYS_ADMIN))
4619 return -EPERM;
4620
4621 return btrfs_qgroup_wait_for_completion(root->fs_info);
4622}
4623
abccd00f
HM
4624static long _btrfs_ioctl_set_received_subvol(struct file *file,
4625 struct btrfs_ioctl_received_subvol_args *sa)
8ea05e3a 4626{
496ad9aa 4627 struct inode *inode = file_inode(file);
8ea05e3a
AB
4628 struct btrfs_root *root = BTRFS_I(inode)->root;
4629 struct btrfs_root_item *root_item = &root->root_item;
4630 struct btrfs_trans_handle *trans;
4631 struct timespec ct = CURRENT_TIME;
4632 int ret = 0;
dd5f9615 4633 int received_uuid_changed;
8ea05e3a 4634
bd60ea0f
DS
4635 if (!inode_owner_or_capable(inode))
4636 return -EPERM;
4637
8ea05e3a
AB
4638 ret = mnt_want_write_file(file);
4639 if (ret < 0)
4640 return ret;
4641
4642 down_write(&root->fs_info->subvol_sem);
4643
4644 if (btrfs_ino(inode) != BTRFS_FIRST_FREE_OBJECTID) {
4645 ret = -EINVAL;
4646 goto out;
4647 }
4648
4649 if (btrfs_root_readonly(root)) {
4650 ret = -EROFS;
4651 goto out;
4652 }
4653
dd5f9615
SB
4654 /*
4655 * 1 - root item
4656 * 2 - uuid items (received uuid + subvol uuid)
4657 */
4658 trans = btrfs_start_transaction(root, 3);
8ea05e3a
AB
4659 if (IS_ERR(trans)) {
4660 ret = PTR_ERR(trans);
4661 trans = NULL;
4662 goto out;
4663 }
4664
4665 sa->rtransid = trans->transid;
4666 sa->rtime.sec = ct.tv_sec;
4667 sa->rtime.nsec = ct.tv_nsec;
4668
dd5f9615
SB
4669 received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid,
4670 BTRFS_UUID_SIZE);
4671 if (received_uuid_changed &&
4672 !btrfs_is_empty_uuid(root_item->received_uuid))
4673 btrfs_uuid_tree_rem(trans, root->fs_info->uuid_root,
4674 root_item->received_uuid,
4675 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
4676 root->root_key.objectid);
8ea05e3a
AB
4677 memcpy(root_item->received_uuid, sa->uuid, BTRFS_UUID_SIZE);
4678 btrfs_set_root_stransid(root_item, sa->stransid);
4679 btrfs_set_root_rtransid(root_item, sa->rtransid);
3cae210f
QW
4680 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec);
4681 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec);
4682 btrfs_set_stack_timespec_sec(&root_item->rtime, sa->rtime.sec);
4683 btrfs_set_stack_timespec_nsec(&root_item->rtime, sa->rtime.nsec);
8ea05e3a
AB
4684
4685 ret = btrfs_update_root(trans, root->fs_info->tree_root,
4686 &root->root_key, &root->root_item);
4687 if (ret < 0) {
4688 btrfs_end_transaction(trans, root);
8ea05e3a 4689 goto out;
dd5f9615
SB
4690 }
4691 if (received_uuid_changed && !btrfs_is_empty_uuid(sa->uuid)) {
4692 ret = btrfs_uuid_tree_add(trans, root->fs_info->uuid_root,
4693 sa->uuid,
4694 BTRFS_UUID_KEY_RECEIVED_SUBVOL,
4695 root->root_key.objectid);
4696 if (ret < 0 && ret != -EEXIST) {
4697 btrfs_abort_transaction(trans, root, ret);
8ea05e3a 4698 goto out;
dd5f9615
SB
4699 }
4700 }
4701 ret = btrfs_commit_transaction(trans, root);
4702 if (ret < 0) {
4703 btrfs_abort_transaction(trans, root, ret);
4704 goto out;
8ea05e3a
AB
4705 }
4706
abccd00f
HM
4707out:
4708 up_write(&root->fs_info->subvol_sem);
4709 mnt_drop_write_file(file);
4710 return ret;
4711}
4712
4713#ifdef CONFIG_64BIT
4714static long btrfs_ioctl_set_received_subvol_32(struct file *file,
4715 void __user *arg)
4716{
4717 struct btrfs_ioctl_received_subvol_args_32 *args32 = NULL;
4718 struct btrfs_ioctl_received_subvol_args *args64 = NULL;
4719 int ret = 0;
4720
4721 args32 = memdup_user(arg, sizeof(*args32));
4722 if (IS_ERR(args32)) {
4723 ret = PTR_ERR(args32);
4724 args32 = NULL;
4725 goto out;
4726 }
4727
4728 args64 = kmalloc(sizeof(*args64), GFP_NOFS);
84dbeb87
DC
4729 if (!args64) {
4730 ret = -ENOMEM;
abccd00f
HM
4731 goto out;
4732 }
4733
4734 memcpy(args64->uuid, args32->uuid, BTRFS_UUID_SIZE);
4735 args64->stransid = args32->stransid;
4736 args64->rtransid = args32->rtransid;
4737 args64->stime.sec = args32->stime.sec;
4738 args64->stime.nsec = args32->stime.nsec;
4739 args64->rtime.sec = args32->rtime.sec;
4740 args64->rtime.nsec = args32->rtime.nsec;
4741 args64->flags = args32->flags;
4742
4743 ret = _btrfs_ioctl_set_received_subvol(file, args64);
4744 if (ret)
4745 goto out;
4746
4747 memcpy(args32->uuid, args64->uuid, BTRFS_UUID_SIZE);
4748 args32->stransid = args64->stransid;
4749 args32->rtransid = args64->rtransid;
4750 args32->stime.sec = args64->stime.sec;
4751 args32->stime.nsec = args64->stime.nsec;
4752 args32->rtime.sec = args64->rtime.sec;
4753 args32->rtime.nsec = args64->rtime.nsec;
4754 args32->flags = args64->flags;
4755
4756 ret = copy_to_user(arg, args32, sizeof(*args32));
4757 if (ret)
4758 ret = -EFAULT;
4759
4760out:
4761 kfree(args32);
4762 kfree(args64);
4763 return ret;
4764}
4765#endif
4766
4767static long btrfs_ioctl_set_received_subvol(struct file *file,
4768 void __user *arg)
4769{
4770 struct btrfs_ioctl_received_subvol_args *sa = NULL;
4771 int ret = 0;
4772
4773 sa = memdup_user(arg, sizeof(*sa));
4774 if (IS_ERR(sa)) {
4775 ret = PTR_ERR(sa);
4776 sa = NULL;
4777 goto out;
4778 }
4779
4780 ret = _btrfs_ioctl_set_received_subvol(file, sa);
4781
4782 if (ret)
4783 goto out;
4784
8ea05e3a
AB
4785 ret = copy_to_user(arg, sa, sizeof(*sa));
4786 if (ret)
4787 ret = -EFAULT;
4788
4789out:
4790 kfree(sa);
8ea05e3a
AB
4791 return ret;
4792}
4793
867ab667 4794static int btrfs_ioctl_get_fslabel(struct file *file, void __user *arg)
4795{
6d0379ec 4796 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
a1b83ac5 4797 size_t len;
867ab667 4798 int ret;
a1b83ac5
AJ
4799 char label[BTRFS_LABEL_SIZE];
4800
4801 spin_lock(&root->fs_info->super_lock);
4802 memcpy(label, root->fs_info->super_copy->label, BTRFS_LABEL_SIZE);
4803 spin_unlock(&root->fs_info->super_lock);
4804
4805 len = strnlen(label, BTRFS_LABEL_SIZE);
867ab667 4806
4807 if (len == BTRFS_LABEL_SIZE) {
efe120a0
FH
4808 btrfs_warn(root->fs_info,
4809 "label is too long, return the first %zu bytes", --len);
867ab667 4810 }
4811
867ab667 4812 ret = copy_to_user(arg, label, len);
867ab667 4813
4814 return ret ? -EFAULT : 0;
4815}
4816
a8bfd4ab 4817static int btrfs_ioctl_set_fslabel(struct file *file, void __user *arg)
4818{
6d0379ec 4819 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
a8bfd4ab 4820 struct btrfs_super_block *super_block = root->fs_info->super_copy;
4821 struct btrfs_trans_handle *trans;
4822 char label[BTRFS_LABEL_SIZE];
4823 int ret;
4824
4825 if (!capable(CAP_SYS_ADMIN))
4826 return -EPERM;
4827
4828 if (copy_from_user(label, arg, sizeof(label)))
4829 return -EFAULT;
4830
4831 if (strnlen(label, BTRFS_LABEL_SIZE) == BTRFS_LABEL_SIZE) {
efe120a0 4832 btrfs_err(root->fs_info, "unable to set label with more than %d bytes",
a8bfd4ab 4833 BTRFS_LABEL_SIZE - 1);
4834 return -EINVAL;
4835 }
4836
4837 ret = mnt_want_write_file(file);
4838 if (ret)
4839 return ret;
4840
a8bfd4ab 4841 trans = btrfs_start_transaction(root, 0);
4842 if (IS_ERR(trans)) {
4843 ret = PTR_ERR(trans);
4844 goto out_unlock;
4845 }
4846
a1b83ac5 4847 spin_lock(&root->fs_info->super_lock);
a8bfd4ab 4848 strcpy(super_block->label, label);
a1b83ac5 4849 spin_unlock(&root->fs_info->super_lock);
d0270aca 4850 ret = btrfs_commit_transaction(trans, root);
a8bfd4ab 4851
4852out_unlock:
a8bfd4ab 4853 mnt_drop_write_file(file);
4854 return ret;
4855}
4856
2eaa055f
JM
4857#define INIT_FEATURE_FLAGS(suffix) \
4858 { .compat_flags = BTRFS_FEATURE_COMPAT_##suffix, \
4859 .compat_ro_flags = BTRFS_FEATURE_COMPAT_RO_##suffix, \
4860 .incompat_flags = BTRFS_FEATURE_INCOMPAT_##suffix }
4861
4862static int btrfs_ioctl_get_supported_features(struct file *file,
4863 void __user *arg)
4864{
4865 static struct btrfs_ioctl_feature_flags features[3] = {
4866 INIT_FEATURE_FLAGS(SUPP),
4867 INIT_FEATURE_FLAGS(SAFE_SET),
4868 INIT_FEATURE_FLAGS(SAFE_CLEAR)
4869 };
4870
4871 if (copy_to_user(arg, &features, sizeof(features)))
4872 return -EFAULT;
4873
4874 return 0;
4875}
4876
4877static int btrfs_ioctl_get_features(struct file *file, void __user *arg)
4878{
4879 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
4880 struct btrfs_super_block *super_block = root->fs_info->super_copy;
4881 struct btrfs_ioctl_feature_flags features;
4882
4883 features.compat_flags = btrfs_super_compat_flags(super_block);
4884 features.compat_ro_flags = btrfs_super_compat_ro_flags(super_block);
4885 features.incompat_flags = btrfs_super_incompat_flags(super_block);
4886
4887 if (copy_to_user(arg, &features, sizeof(features)))
4888 return -EFAULT;
4889
4890 return 0;
4891}
4892
3b02a68a
JM
4893static int check_feature_bits(struct btrfs_root *root,
4894 enum btrfs_feature_set set,
2eaa055f
JM
4895 u64 change_mask, u64 flags, u64 supported_flags,
4896 u64 safe_set, u64 safe_clear)
4897{
3b02a68a
JM
4898 const char *type = btrfs_feature_set_names[set];
4899 char *names;
2eaa055f
JM
4900 u64 disallowed, unsupported;
4901 u64 set_mask = flags & change_mask;
4902 u64 clear_mask = ~flags & change_mask;
4903
4904 unsupported = set_mask & ~supported_flags;
4905 if (unsupported) {
3b02a68a
JM
4906 names = btrfs_printable_features(set, unsupported);
4907 if (names) {
4908 btrfs_warn(root->fs_info,
4909 "this kernel does not support the %s feature bit%s",
4910 names, strchr(names, ',') ? "s" : "");
4911 kfree(names);
4912 } else
4913 btrfs_warn(root->fs_info,
2eaa055f
JM
4914 "this kernel does not support %s bits 0x%llx",
4915 type, unsupported);
4916 return -EOPNOTSUPP;
4917 }
4918
4919 disallowed = set_mask & ~safe_set;
4920 if (disallowed) {
3b02a68a
JM
4921 names = btrfs_printable_features(set, disallowed);
4922 if (names) {
4923 btrfs_warn(root->fs_info,
4924 "can't set the %s feature bit%s while mounted",
4925 names, strchr(names, ',') ? "s" : "");
4926 kfree(names);
4927 } else
4928 btrfs_warn(root->fs_info,
2eaa055f
JM
4929 "can't set %s bits 0x%llx while mounted",
4930 type, disallowed);
4931 return -EPERM;
4932 }
4933
4934 disallowed = clear_mask & ~safe_clear;
4935 if (disallowed) {
3b02a68a
JM
4936 names = btrfs_printable_features(set, disallowed);
4937 if (names) {
4938 btrfs_warn(root->fs_info,
4939 "can't clear the %s feature bit%s while mounted",
4940 names, strchr(names, ',') ? "s" : "");
4941 kfree(names);
4942 } else
4943 btrfs_warn(root->fs_info,
2eaa055f
JM
4944 "can't clear %s bits 0x%llx while mounted",
4945 type, disallowed);
4946 return -EPERM;
4947 }
4948
4949 return 0;
4950}
4951
4952#define check_feature(root, change_mask, flags, mask_base) \
3b02a68a 4953check_feature_bits(root, FEAT_##mask_base, change_mask, flags, \
2eaa055f
JM
4954 BTRFS_FEATURE_ ## mask_base ## _SUPP, \
4955 BTRFS_FEATURE_ ## mask_base ## _SAFE_SET, \
4956 BTRFS_FEATURE_ ## mask_base ## _SAFE_CLEAR)
4957
4958static int btrfs_ioctl_set_features(struct file *file, void __user *arg)
4959{
4960 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
4961 struct btrfs_super_block *super_block = root->fs_info->super_copy;
4962 struct btrfs_ioctl_feature_flags flags[2];
4963 struct btrfs_trans_handle *trans;
4964 u64 newflags;
4965 int ret;
4966
4967 if (!capable(CAP_SYS_ADMIN))
4968 return -EPERM;
4969
4970 if (copy_from_user(flags, arg, sizeof(flags)))
4971 return -EFAULT;
4972
4973 /* Nothing to do */
4974 if (!flags[0].compat_flags && !flags[0].compat_ro_flags &&
4975 !flags[0].incompat_flags)
4976 return 0;
4977
4978 ret = check_feature(root, flags[0].compat_flags,
4979 flags[1].compat_flags, COMPAT);
4980 if (ret)
4981 return ret;
4982
4983 ret = check_feature(root, flags[0].compat_ro_flags,
4984 flags[1].compat_ro_flags, COMPAT_RO);
4985 if (ret)
4986 return ret;
4987
4988 ret = check_feature(root, flags[0].incompat_flags,
4989 flags[1].incompat_flags, INCOMPAT);
4990 if (ret)
4991 return ret;
4992
8051aa1a 4993 trans = btrfs_start_transaction(root, 0);
2eaa055f
JM
4994 if (IS_ERR(trans))
4995 return PTR_ERR(trans);
4996
4997 spin_lock(&root->fs_info->super_lock);
4998 newflags = btrfs_super_compat_flags(super_block);
4999 newflags |= flags[0].compat_flags & flags[1].compat_flags;
5000 newflags &= ~(flags[0].compat_flags & ~flags[1].compat_flags);
5001 btrfs_set_super_compat_flags(super_block, newflags);
5002
5003 newflags = btrfs_super_compat_ro_flags(super_block);
5004 newflags |= flags[0].compat_ro_flags & flags[1].compat_ro_flags;
5005 newflags &= ~(flags[0].compat_ro_flags & ~flags[1].compat_ro_flags);
5006 btrfs_set_super_compat_ro_flags(super_block, newflags);
5007
5008 newflags = btrfs_super_incompat_flags(super_block);
5009 newflags |= flags[0].incompat_flags & flags[1].incompat_flags;
5010 newflags &= ~(flags[0].incompat_flags & ~flags[1].incompat_flags);
5011 btrfs_set_super_incompat_flags(super_block, newflags);
5012 spin_unlock(&root->fs_info->super_lock);
5013
d0270aca 5014 return btrfs_commit_transaction(trans, root);
2eaa055f
JM
5015}
5016
f46b5a66
CH
5017long btrfs_ioctl(struct file *file, unsigned int
5018 cmd, unsigned long arg)
5019{
496ad9aa 5020 struct btrfs_root *root = BTRFS_I(file_inode(file))->root;
4bcabaa3 5021 void __user *argp = (void __user *)arg;
f46b5a66
CH
5022
5023 switch (cmd) {
6cbff00f
CH
5024 case FS_IOC_GETFLAGS:
5025 return btrfs_ioctl_getflags(file, argp);
5026 case FS_IOC_SETFLAGS:
5027 return btrfs_ioctl_setflags(file, argp);
5028 case FS_IOC_GETVERSION:
5029 return btrfs_ioctl_getversion(file, argp);
f7039b1d
LD
5030 case FITRIM:
5031 return btrfs_ioctl_fitrim(file, argp);
f46b5a66 5032 case BTRFS_IOC_SNAP_CREATE:
fa0d2b9b 5033 return btrfs_ioctl_snap_create(file, argp, 0);
fdfb1e4f 5034 case BTRFS_IOC_SNAP_CREATE_V2:
fa0d2b9b 5035 return btrfs_ioctl_snap_create_v2(file, argp, 0);
3de4586c 5036 case BTRFS_IOC_SUBVOL_CREATE:
fa0d2b9b 5037 return btrfs_ioctl_snap_create(file, argp, 1);
6f72c7e2
AJ
5038 case BTRFS_IOC_SUBVOL_CREATE_V2:
5039 return btrfs_ioctl_snap_create_v2(file, argp, 1);
76dda93c
YZ
5040 case BTRFS_IOC_SNAP_DESTROY:
5041 return btrfs_ioctl_snap_destroy(file, argp);
0caa102d
LZ
5042 case BTRFS_IOC_SUBVOL_GETFLAGS:
5043 return btrfs_ioctl_subvol_getflags(file, argp);
5044 case BTRFS_IOC_SUBVOL_SETFLAGS:
5045 return btrfs_ioctl_subvol_setflags(file, argp);
6ef5ed0d
JB
5046 case BTRFS_IOC_DEFAULT_SUBVOL:
5047 return btrfs_ioctl_default_subvol(file, argp);
f46b5a66 5048 case BTRFS_IOC_DEFRAG:
1e701a32
CM
5049 return btrfs_ioctl_defrag(file, NULL);
5050 case BTRFS_IOC_DEFRAG_RANGE:
5051 return btrfs_ioctl_defrag(file, argp);
f46b5a66 5052 case BTRFS_IOC_RESIZE:
198605a8 5053 return btrfs_ioctl_resize(file, argp);
f46b5a66 5054 case BTRFS_IOC_ADD_DEV:
4bcabaa3 5055 return btrfs_ioctl_add_dev(root, argp);
f46b5a66 5056 case BTRFS_IOC_RM_DEV:
da24927b 5057 return btrfs_ioctl_rm_dev(file, argp);
475f6387
JS
5058 case BTRFS_IOC_FS_INFO:
5059 return btrfs_ioctl_fs_info(root, argp);
5060 case BTRFS_IOC_DEV_INFO:
5061 return btrfs_ioctl_dev_info(root, argp);
f46b5a66 5062 case BTRFS_IOC_BALANCE:
9ba1f6e4 5063 return btrfs_ioctl_balance(file, NULL);
f46b5a66 5064 case BTRFS_IOC_CLONE:
c5c9cd4d
SW
5065 return btrfs_ioctl_clone(file, arg, 0, 0, 0);
5066 case BTRFS_IOC_CLONE_RANGE:
7a865e8a 5067 return btrfs_ioctl_clone_range(file, argp);
f46b5a66
CH
5068 case BTRFS_IOC_TRANS_START:
5069 return btrfs_ioctl_trans_start(file);
5070 case BTRFS_IOC_TRANS_END:
5071 return btrfs_ioctl_trans_end(file);
ac8e9819
CM
5072 case BTRFS_IOC_TREE_SEARCH:
5073 return btrfs_ioctl_tree_search(file, argp);
5074 case BTRFS_IOC_INO_LOOKUP:
5075 return btrfs_ioctl_ino_lookup(file, argp);
d7728c96
JS
5076 case BTRFS_IOC_INO_PATHS:
5077 return btrfs_ioctl_ino_to_path(root, argp);
5078 case BTRFS_IOC_LOGICAL_INO:
5079 return btrfs_ioctl_logical_to_ino(root, argp);
1406e432
JB
5080 case BTRFS_IOC_SPACE_INFO:
5081 return btrfs_ioctl_space_info(root, argp);
9b199859
FDBM
5082 case BTRFS_IOC_SYNC: {
5083 int ret;
5084
6c255e67 5085 ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1);
9b199859
FDBM
5086 if (ret)
5087 return ret;
5088 ret = btrfs_sync_fs(file->f_dentry->d_sb, 1);
5089 return ret;
5090 }
46204592 5091 case BTRFS_IOC_START_SYNC:
9a8c28be 5092 return btrfs_ioctl_start_sync(root, argp);
46204592 5093 case BTRFS_IOC_WAIT_SYNC:
9a8c28be 5094 return btrfs_ioctl_wait_sync(root, argp);
475f6387 5095 case BTRFS_IOC_SCRUB:
b8e95489 5096 return btrfs_ioctl_scrub(file, argp);
475f6387
JS
5097 case BTRFS_IOC_SCRUB_CANCEL:
5098 return btrfs_ioctl_scrub_cancel(root, argp);
5099 case BTRFS_IOC_SCRUB_PROGRESS:
5100 return btrfs_ioctl_scrub_progress(root, argp);
c9e9f97b 5101 case BTRFS_IOC_BALANCE_V2:
9ba1f6e4 5102 return btrfs_ioctl_balance(file, argp);
837d5b6e
ID
5103 case BTRFS_IOC_BALANCE_CTL:
5104 return btrfs_ioctl_balance_ctl(root, arg);
19a39dce
ID
5105 case BTRFS_IOC_BALANCE_PROGRESS:
5106 return btrfs_ioctl_balance_progress(root, argp);
8ea05e3a
AB
5107 case BTRFS_IOC_SET_RECEIVED_SUBVOL:
5108 return btrfs_ioctl_set_received_subvol(file, argp);
abccd00f
HM
5109#ifdef CONFIG_64BIT
5110 case BTRFS_IOC_SET_RECEIVED_SUBVOL_32:
5111 return btrfs_ioctl_set_received_subvol_32(file, argp);
5112#endif
31db9f7c
AB
5113 case BTRFS_IOC_SEND:
5114 return btrfs_ioctl_send(file, argp);
c11d2c23 5115 case BTRFS_IOC_GET_DEV_STATS:
b27f7c0c 5116 return btrfs_ioctl_get_dev_stats(root, argp);
5d13a37b 5117 case BTRFS_IOC_QUOTA_CTL:
905b0dda 5118 return btrfs_ioctl_quota_ctl(file, argp);
5d13a37b 5119 case BTRFS_IOC_QGROUP_ASSIGN:
905b0dda 5120 return btrfs_ioctl_qgroup_assign(file, argp);
5d13a37b 5121 case BTRFS_IOC_QGROUP_CREATE:
905b0dda 5122 return btrfs_ioctl_qgroup_create(file, argp);
5d13a37b 5123 case BTRFS_IOC_QGROUP_LIMIT:
905b0dda 5124 return btrfs_ioctl_qgroup_limit(file, argp);
2f232036
JS
5125 case BTRFS_IOC_QUOTA_RESCAN:
5126 return btrfs_ioctl_quota_rescan(file, argp);
5127 case BTRFS_IOC_QUOTA_RESCAN_STATUS:
5128 return btrfs_ioctl_quota_rescan_status(file, argp);
57254b6e
JS
5129 case BTRFS_IOC_QUOTA_RESCAN_WAIT:
5130 return btrfs_ioctl_quota_rescan_wait(file, argp);
3f6bcfbd
SB
5131 case BTRFS_IOC_DEV_REPLACE:
5132 return btrfs_ioctl_dev_replace(root, argp);
867ab667 5133 case BTRFS_IOC_GET_FSLABEL:
5134 return btrfs_ioctl_get_fslabel(file, argp);
a8bfd4ab 5135 case BTRFS_IOC_SET_FSLABEL:
5136 return btrfs_ioctl_set_fslabel(file, argp);
416161db
MF
5137 case BTRFS_IOC_FILE_EXTENT_SAME:
5138 return btrfs_ioctl_file_extent_same(file, argp);
2eaa055f
JM
5139 case BTRFS_IOC_GET_SUPPORTED_FEATURES:
5140 return btrfs_ioctl_get_supported_features(file, argp);
5141 case BTRFS_IOC_GET_FEATURES:
5142 return btrfs_ioctl_get_features(file, argp);
5143 case BTRFS_IOC_SET_FEATURES:
5144 return btrfs_ioctl_set_features(file, argp);
f46b5a66
CH
5145 }
5146
5147 return -ENOTTY;
5148}