blob: 4d613401a5e056a08dd2f8b21b77833bfe14cbc6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scott7b718762005-11-02 14:58:39 +11002 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott7b718762005-11-02 14:58:39 +11005 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * published by the Free Software Foundation.
8 *
Nathan Scott7b718762005-11-02 14:58:39 +11009 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Nathan Scott7b718762005-11-02 14:58:39 +110014 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include "xfs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include "xfs_fs.h"
Dave Chinner70a9883c2013-10-23 10:36:05 +110020#include "xfs_shared.h"
Dave Chinner239880e2013-10-23 10:50:10 +110021#include "xfs_format.h"
22#include "xfs_log_format.h"
23#include "xfs_trans_resv.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include "xfs_sb.h"
Nathan Scotta844f452005-11-02 14:38:42 +110025#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_inode.h"
Hannes Eder7bf446f2009-03-05 15:20:25 +010028#include "xfs_ioctl.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110029#include "xfs_alloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_rtalloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include "xfs_itable.h"
Nathan Scotta844f452005-11-02 14:38:42 +110032#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "xfs_attr.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_bmap.h"
Dave Chinner68988112013-08-12 20:49:42 +100035#include "xfs_bmap_util.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_fsops.h"
Christoph Hellwiga46db602011-01-07 13:02:04 +000037#include "xfs_discard.h"
Christoph Hellwig25fe55e2008-07-18 17:13:20 +100038#include "xfs_quota.h"
Christoph Hellwigd296d302009-01-19 02:02:57 +010039#include "xfs_export.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000040#include "xfs_trace.h"
Brian Foster8ca149d2012-11-07 12:21:12 -050041#include "xfs_icache.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100042#include "xfs_symlink.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110043#include "xfs_dinode.h"
44#include "xfs_trans.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080046#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <linux/dcache.h>
48#include <linux/mount.h>
49#include <linux/namei.h>
50#include <linux/pagemap.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090051#include <linux/slab.h>
Christoph Hellwigd296d302009-01-19 02:02:57 +010052#include <linux/exportfs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
54/*
55 * xfs_find_handle maps from userspace xfs_fsop_handlereq structure to
56 * a file or fs handle.
57 *
58 * XFS_IOC_PATH_TO_FSHANDLE
59 * returns fs handle for a mount point or path within that mount point
60 * XFS_IOC_FD_TO_HANDLE
61 * returns full handle for a FD opened in user space
62 * XFS_IOC_PATH_TO_HANDLE
63 * returns full handle for a path
64 */
sandeen@sandeen.netd5547f92008-11-25 21:20:08 -060065int
Linus Torvalds1da177e2005-04-16 15:20:36 -070066xfs_find_handle(
67 unsigned int cmd,
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -060068 xfs_fsop_handlereq_t *hreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -070069{
70 int hsize;
71 xfs_handle_t handle;
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 struct inode *inode;
Dave Chinnera30b0362013-09-02 20:49:36 +100073 struct fd f = {NULL};
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010074 struct path path;
Al Viro2903ff02012-08-28 12:52:22 -040075 int error;
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010076 struct xfs_inode *ip;
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010078 if (cmd == XFS_IOC_FD_TO_HANDLE) {
Al Viro2903ff02012-08-28 12:52:22 -040079 f = fdget(hreq->fd);
80 if (!f.file)
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010081 return -EBADF;
Al Viro496ad9a2013-01-23 17:07:38 -050082 inode = file_inode(f.file);
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010083 } else {
84 error = user_lpath((const char __user *)hreq->path, &path);
85 if (error)
86 return error;
87 inode = path.dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 }
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010089 ip = XFS_I(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -070090
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010091 /*
92 * We can only generate handles for inodes residing on a XFS filesystem,
93 * and only for regular files, directories or symbolic links.
94 */
95 error = -EINVAL;
96 if (inode->i_sb->s_magic != XFS_SB_MAGIC)
97 goto out_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Christoph Hellwig4346cdd2009-02-08 21:51:14 +010099 error = -EBADF;
100 if (!S_ISREG(inode->i_mode) &&
101 !S_ISDIR(inode->i_mode) &&
102 !S_ISLNK(inode->i_mode))
103 goto out_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100106 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100108 if (cmd == XFS_IOC_PATH_TO_FSHANDLE) {
109 /*
110 * This handle only contains an fsid, zero the rest.
111 */
112 memset(&handle.ha_fid, 0, sizeof(handle.ha_fid));
113 hsize = sizeof(xfs_fsid_t);
114 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 int lock_mode;
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 lock_mode = xfs_ilock_map_shared(ip);
Christoph Hellwigc6143912007-09-14 15:22:37 +1000118 handle.ha_fid.fid_len = sizeof(xfs_fid_t) -
119 sizeof(handle.ha_fid.fid_len);
120 handle.ha_fid.fid_pad = 0;
121 handle.ha_fid.fid_gen = ip->i_d.di_gen;
122 handle.ha_fid.fid_ino = ip->i_ino;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123 xfs_iunlock_map_shared(ip, lock_mode);
124
125 hsize = XFS_HSIZE(handle);
126 }
127
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100128 error = -EFAULT;
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600129 if (copy_to_user(hreq->ohandle, &handle, hsize) ||
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100130 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32)))
131 goto out_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100133 error = 0;
134
135 out_put:
136 if (cmd == XFS_IOC_FD_TO_HANDLE)
Al Viro2903ff02012-08-28 12:52:22 -0400137 fdput(f);
Christoph Hellwig4346cdd2009-02-08 21:51:14 +0100138 else
139 path_put(&path);
140 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141}
142
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143/*
Christoph Hellwigd296d302009-01-19 02:02:57 +0100144 * No need to do permission checks on the various pathname components
145 * as the handle operations are privileged.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 */
147STATIC int
Christoph Hellwigd296d302009-01-19 02:02:57 +0100148xfs_handle_acceptable(
149 void *context,
150 struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151{
Christoph Hellwigd296d302009-01-19 02:02:57 +0100152 return 1;
153}
154
155/*
156 * Convert userspace handle data into a dentry.
157 */
158struct dentry *
159xfs_handle_to_dentry(
160 struct file *parfilp,
161 void __user *uhandle,
162 u32 hlen)
163{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 xfs_handle_t handle;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100165 struct xfs_fid64 fid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
167 /*
168 * Only allow handle opens under a directory.
169 */
Al Viro496ad9a2013-01-23 17:07:38 -0500170 if (!S_ISDIR(file_inode(parfilp)->i_mode))
Christoph Hellwigd296d302009-01-19 02:02:57 +0100171 return ERR_PTR(-ENOTDIR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172
Christoph Hellwigd296d302009-01-19 02:02:57 +0100173 if (hlen != sizeof(xfs_handle_t))
174 return ERR_PTR(-EINVAL);
175 if (copy_from_user(&handle, uhandle, hlen))
176 return ERR_PTR(-EFAULT);
177 if (handle.ha_fid.fid_len !=
178 sizeof(handle.ha_fid) - sizeof(handle.ha_fid.fid_len))
179 return ERR_PTR(-EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
Christoph Hellwigd296d302009-01-19 02:02:57 +0100181 memset(&fid, 0, sizeof(struct fid));
182 fid.ino = handle.ha_fid.fid_ino;
183 fid.gen = handle.ha_fid.fid_gen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184
Christoph Hellwigd296d302009-01-19 02:02:57 +0100185 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3,
186 FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG,
187 xfs_handle_acceptable, NULL);
188}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
Christoph Hellwigd296d302009-01-19 02:02:57 +0100190STATIC struct dentry *
191xfs_handlereq_to_dentry(
192 struct file *parfilp,
193 xfs_fsop_handlereq_t *hreq)
194{
195 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196}
197
sandeen@sandeen.netd5547f92008-11-25 21:20:08 -0600198int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199xfs_open_by_handle(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 struct file *parfilp,
Christoph Hellwigd296d302009-01-19 02:02:57 +0100201 xfs_fsop_handlereq_t *hreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202{
David Howells745ca242008-11-14 10:39:22 +1100203 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 int error;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100205 int fd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 int permflag;
207 struct file *filp;
208 struct inode *inode;
209 struct dentry *dentry;
Dave Chinner1a1d7722012-03-22 05:15:06 +0000210 fmode_t fmode;
Al Viro765927b2012-06-26 21:58:53 +0400211 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212
213 if (!capable(CAP_SYS_ADMIN))
214 return -XFS_ERROR(EPERM);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Christoph Hellwigd296d302009-01-19 02:02:57 +0100216 dentry = xfs_handlereq_to_dentry(parfilp, hreq);
217 if (IS_ERR(dentry))
218 return PTR_ERR(dentry);
219 inode = dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
221 /* Restrict xfs_open_by_handle to directories & regular files. */
222 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode))) {
Christoph Hellwigd296d302009-01-19 02:02:57 +0100223 error = -XFS_ERROR(EPERM);
224 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 }
226
227#if BITS_PER_LONG != 32
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600228 hreq->oflags |= O_LARGEFILE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229#endif
Christoph Hellwigd296d302009-01-19 02:02:57 +0100230
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600231 permflag = hreq->oflags;
Dave Chinner1a1d7722012-03-22 05:15:06 +0000232 fmode = OPEN_FMODE(permflag);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) &&
Dave Chinner1a1d7722012-03-22 05:15:06 +0000234 (fmode & FMODE_WRITE) && IS_APPEND(inode)) {
Christoph Hellwigd296d302009-01-19 02:02:57 +0100235 error = -XFS_ERROR(EPERM);
236 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 }
238
Dave Chinner1a1d7722012-03-22 05:15:06 +0000239 if ((fmode & FMODE_WRITE) && IS_IMMUTABLE(inode)) {
Christoph Hellwigd296d302009-01-19 02:02:57 +0100240 error = -XFS_ERROR(EACCES);
241 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 }
243
244 /* Can't write directories. */
Dave Chinner1a1d7722012-03-22 05:15:06 +0000245 if (S_ISDIR(inode->i_mode) && (fmode & FMODE_WRITE)) {
Christoph Hellwigd296d302009-01-19 02:02:57 +0100246 error = -XFS_ERROR(EISDIR);
247 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 }
249
Yann Droneaud862a6292013-07-02 18:39:34 +0200250 fd = get_unused_fd_flags(0);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100251 if (fd < 0) {
252 error = fd;
253 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 }
255
Al Viro765927b2012-06-26 21:58:53 +0400256 path.mnt = parfilp->f_path.mnt;
257 path.dentry = dentry;
258 filp = dentry_open(&path, hreq->oflags, cred);
259 dput(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 if (IS_ERR(filp)) {
Christoph Hellwigd296d302009-01-19 02:02:57 +0100261 put_unused_fd(fd);
262 return PTR_ERR(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 }
Christoph Hellwig4d4be482008-12-09 04:47:33 -0500264
Al Viro03209372011-07-25 20:54:24 -0400265 if (S_ISREG(inode->i_mode)) {
Vlad Apostolov2e2e7bb2006-11-11 18:04:47 +1100266 filp->f_flags |= O_NOATIME;
Christoph Hellwig4d4be482008-12-09 04:47:33 -0500267 filp->f_mode |= FMODE_NOCMTIME;
Vlad Apostolov2e2e7bb2006-11-11 18:04:47 +1100268 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269
Christoph Hellwigd296d302009-01-19 02:02:57 +0100270 fd_install(fd, filp);
271 return fd;
272
273 out_dput:
274 dput(dentry);
275 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276}
277
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000278/*
279 * This is a copy from fs/namei.c:vfs_readlink(), except for removing it's
280 * unused first argument.
281 */
282STATIC int
283do_readlink(
284 char __user *buffer,
285 int buflen,
286 const char *link)
287{
288 int len;
289
290 len = PTR_ERR(link);
291 if (IS_ERR(link))
292 goto out;
293
294 len = strlen(link);
295 if (len > (unsigned) buflen)
296 len = buflen;
297 if (copy_to_user(buffer, link, len))
298 len = -EFAULT;
299 out:
300 return len;
301}
302
303
sandeen@sandeen.netd5547f92008-11-25 21:20:08 -0600304int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305xfs_readlink_by_handle(
Christoph Hellwigd296d302009-01-19 02:02:57 +0100306 struct file *parfilp,
307 xfs_fsop_handlereq_t *hreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308{
Christoph Hellwigd296d302009-01-19 02:02:57 +0100309 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 __u32 olen;
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000311 void *link;
312 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313
314 if (!capable(CAP_SYS_ADMIN))
315 return -XFS_ERROR(EPERM);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316
Christoph Hellwigd296d302009-01-19 02:02:57 +0100317 dentry = xfs_handlereq_to_dentry(parfilp, hreq);
318 if (IS_ERR(dentry))
319 return PTR_ERR(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
321 /* Restrict this handle operation to symlinks only. */
Christoph Hellwigd296d302009-01-19 02:02:57 +0100322 if (!S_ISLNK(dentry->d_inode->i_mode)) {
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000323 error = -XFS_ERROR(EINVAL);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100324 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 }
326
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600327 if (copy_from_user(&olen, hreq->ohandlen, sizeof(__u32))) {
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000328 error = -XFS_ERROR(EFAULT);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100329 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000332 link = kmalloc(MAXPATHLEN+1, GFP_KERNEL);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100333 if (!link) {
334 error = -XFS_ERROR(ENOMEM);
335 goto out_dput;
336 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337
Christoph Hellwigd296d302009-01-19 02:02:57 +0100338 error = -xfs_readlink(XFS_I(dentry->d_inode), link);
Nathan Scott67fcaa72006-06-09 17:00:52 +1000339 if (error)
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000340 goto out_kfree;
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600341 error = do_readlink(hreq->ohandle, olen, link);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000342 if (error)
343 goto out_kfree;
Nathan Scott67fcaa72006-06-09 17:00:52 +1000344
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000345 out_kfree:
346 kfree(link);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100347 out_dput:
348 dput(dentry);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000349 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350}
351
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000352int
353xfs_set_dmattrs(
354 xfs_inode_t *ip,
355 u_int evmask,
356 u_int16_t state)
357{
358 xfs_mount_t *mp = ip->i_mount;
359 xfs_trans_t *tp;
360 int error;
361
362 if (!capable(CAP_SYS_ADMIN))
363 return XFS_ERROR(EPERM);
364
365 if (XFS_FORCED_SHUTDOWN(mp))
366 return XFS_ERROR(EIO);
367
368 tp = xfs_trans_alloc(mp, XFS_TRANS_SET_DMATTRS);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000369 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_ichange, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000370 if (error) {
371 xfs_trans_cancel(tp, 0);
372 return error;
373 }
374 xfs_ilock(ip, XFS_ILOCK_EXCL);
375 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
376
377 ip->i_d.di_dmevmask = evmask;
378 ip->i_d.di_dmstate = state;
379
380 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
381 error = xfs_trans_commit(tp, 0);
382
383 return error;
384}
385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386STATIC int
387xfs_fssetdm_by_handle(
Christoph Hellwigd296d302009-01-19 02:02:57 +0100388 struct file *parfilp,
389 void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390{
391 int error;
392 struct fsdmidata fsd;
393 xfs_fsop_setdm_handlereq_t dmhreq;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100394 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
396 if (!capable(CAP_MKNOD))
397 return -XFS_ERROR(EPERM);
398 if (copy_from_user(&dmhreq, arg, sizeof(xfs_fsop_setdm_handlereq_t)))
399 return -XFS_ERROR(EFAULT);
400
Jan Karad9457dc2012-06-12 16:20:39 +0200401 error = mnt_want_write_file(parfilp);
402 if (error)
403 return error;
404
Christoph Hellwigd296d302009-01-19 02:02:57 +0100405 dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq);
Jan Karad9457dc2012-06-12 16:20:39 +0200406 if (IS_ERR(dentry)) {
407 mnt_drop_write_file(parfilp);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100408 return PTR_ERR(dentry);
Jan Karad9457dc2012-06-12 16:20:39 +0200409 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
Christoph Hellwigd296d302009-01-19 02:02:57 +0100411 if (IS_IMMUTABLE(dentry->d_inode) || IS_APPEND(dentry->d_inode)) {
Christoph Hellwig6e7f75e2007-10-11 18:09:50 +1000412 error = -XFS_ERROR(EPERM);
413 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 }
415
416 if (copy_from_user(&fsd, dmhreq.data, sizeof(fsd))) {
Christoph Hellwig6e7f75e2007-10-11 18:09:50 +1000417 error = -XFS_ERROR(EFAULT);
418 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 }
420
Christoph Hellwigd296d302009-01-19 02:02:57 +0100421 error = -xfs_set_dmattrs(XFS_I(dentry->d_inode), fsd.fsd_dmevmask,
Christoph Hellwig6e7f75e2007-10-11 18:09:50 +1000422 fsd.fsd_dmstate);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423
Christoph Hellwig6e7f75e2007-10-11 18:09:50 +1000424 out:
Jan Karad9457dc2012-06-12 16:20:39 +0200425 mnt_drop_write_file(parfilp);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100426 dput(dentry);
Christoph Hellwig6e7f75e2007-10-11 18:09:50 +1000427 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428}
429
430STATIC int
431xfs_attrlist_by_handle(
Christoph Hellwigd296d302009-01-19 02:02:57 +0100432 struct file *parfilp,
433 void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434{
Christoph Hellwigd296d302009-01-19 02:02:57 +0100435 int error = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436 attrlist_cursor_kern_t *cursor;
437 xfs_fsop_attrlist_handlereq_t al_hreq;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100438 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 char *kbuf;
440
441 if (!capable(CAP_SYS_ADMIN))
442 return -XFS_ERROR(EPERM);
443 if (copy_from_user(&al_hreq, arg, sizeof(xfs_fsop_attrlist_handlereq_t)))
444 return -XFS_ERROR(EFAULT);
445 if (al_hreq.buflen > XATTR_LIST_MAX)
446 return -XFS_ERROR(EINVAL);
447
Christoph Hellwig90ad58a2008-06-27 13:32:19 +1000448 /*
449 * Reject flags, only allow namespaces.
450 */
451 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE))
452 return -XFS_ERROR(EINVAL);
453
Christoph Hellwigd296d302009-01-19 02:02:57 +0100454 dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq);
455 if (IS_ERR(dentry))
456 return PTR_ERR(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457
Dave Chinnerfdd3cce2013-09-02 20:53:00 +1000458 kbuf = kmem_zalloc_large(al_hreq.buflen, KM_SLEEP);
459 if (!kbuf)
460 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461
462 cursor = (attrlist_cursor_kern_t *)&al_hreq.pos;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100463 error = -xfs_attr_list(XFS_I(dentry->d_inode), kbuf, al_hreq.buflen,
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000464 al_hreq.flags, cursor);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 if (error)
466 goto out_kfree;
467
468 if (copy_to_user(al_hreq.buffer, kbuf, al_hreq.buflen))
469 error = -EFAULT;
470
Dave Chinnerfdd3cce2013-09-02 20:53:00 +1000471out_kfree:
472 kmem_free(kbuf);
473out_dput:
Christoph Hellwigd296d302009-01-19 02:02:57 +0100474 dput(dentry);
475 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476}
477
sandeen@sandeen.net28750972008-11-25 21:20:15 -0600478int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479xfs_attrmulti_attr_get(
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000480 struct inode *inode,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100481 unsigned char *name,
482 unsigned char __user *ubuf,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 __uint32_t *len,
484 __uint32_t flags)
485{
Dave Chinnera9273ca2010-01-20 10:47:48 +1100486 unsigned char *kbuf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 int error = EFAULT;
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 if (*len > XATTR_SIZE_MAX)
490 return EINVAL;
Dave Chinnerfdd3cce2013-09-02 20:53:00 +1000491 kbuf = kmem_zalloc_large(*len, KM_SLEEP);
492 if (!kbuf)
493 return ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000495 error = xfs_attr_get(XFS_I(inode), name, kbuf, (int *)len, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 if (error)
497 goto out_kfree;
498
499 if (copy_to_user(ubuf, kbuf, *len))
500 error = EFAULT;
501
Dave Chinnerfdd3cce2013-09-02 20:53:00 +1000502out_kfree:
503 kmem_free(kbuf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 return error;
505}
506
sandeen@sandeen.net28750972008-11-25 21:20:15 -0600507int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508xfs_attrmulti_attr_set(
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000509 struct inode *inode,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100510 unsigned char *name,
511 const unsigned char __user *ubuf,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 __uint32_t len,
513 __uint32_t flags)
514{
Dave Chinnera9273ca2010-01-20 10:47:48 +1100515 unsigned char *kbuf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 int error = EFAULT;
517
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000518 if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 return EPERM;
520 if (len > XATTR_SIZE_MAX)
521 return EINVAL;
522
Li Zefan0e639bd2009-04-08 15:08:04 +0800523 kbuf = memdup_user(ubuf, len);
524 if (IS_ERR(kbuf))
525 return PTR_ERR(kbuf);
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000526
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000527 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 return error;
530}
531
sandeen@sandeen.net28750972008-11-25 21:20:15 -0600532int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533xfs_attrmulti_attr_remove(
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000534 struct inode *inode,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100535 unsigned char *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 __uint32_t flags)
537{
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000538 if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 return EPERM;
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000540 return xfs_attr_remove(XFS_I(inode), name, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541}
542
543STATIC int
544xfs_attrmulti_by_handle(
Dave Hansen42a74f22008-02-15 14:37:46 -0800545 struct file *parfilp,
Christoph Hellwigd296d302009-01-19 02:02:57 +0100546 void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547{
548 int error;
549 xfs_attr_multiop_t *ops;
550 xfs_fsop_attrmulti_handlereq_t am_hreq;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100551 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 unsigned int i, size;
Dave Chinnera9273ca2010-01-20 10:47:48 +1100553 unsigned char *attr_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554
555 if (!capable(CAP_SYS_ADMIN))
556 return -XFS_ERROR(EPERM);
557 if (copy_from_user(&am_hreq, arg, sizeof(xfs_fsop_attrmulti_handlereq_t)))
558 return -XFS_ERROR(EFAULT);
559
Zhitong Wangfda168c2010-03-23 09:51:22 +1100560 /* overflow check */
561 if (am_hreq.opcount >= INT_MAX / sizeof(xfs_attr_multiop_t))
562 return -E2BIG;
563
Christoph Hellwigd296d302009-01-19 02:02:57 +0100564 dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq);
565 if (IS_ERR(dentry))
566 return PTR_ERR(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567
568 error = E2BIG;
Christoph Hellwige182f572008-06-27 13:32:31 +1000569 size = am_hreq.opcount * sizeof(xfs_attr_multiop_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 if (!size || size > 16 * PAGE_SIZE)
Christoph Hellwigd296d302009-01-19 02:02:57 +0100571 goto out_dput;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572
Li Zefan0e639bd2009-04-08 15:08:04 +0800573 ops = memdup_user(am_hreq.ops, size);
574 if (IS_ERR(ops)) {
575 error = PTR_ERR(ops);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100576 goto out_dput;
Li Zefan0e639bd2009-04-08 15:08:04 +0800577 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
579 attr_name = kmalloc(MAXNAMELEN, GFP_KERNEL);
580 if (!attr_name)
581 goto out_kfree_ops;
582
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 error = 0;
584 for (i = 0; i < am_hreq.opcount; i++) {
Dave Chinnera9273ca2010-01-20 10:47:48 +1100585 ops[i].am_error = strncpy_from_user((char *)attr_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 ops[i].am_attrname, MAXNAMELEN);
587 if (ops[i].am_error == 0 || ops[i].am_error == MAXNAMELEN)
588 error = -ERANGE;
589 if (ops[i].am_error < 0)
590 break;
591
592 switch (ops[i].am_opcode) {
593 case ATTR_OP_GET:
Christoph Hellwigd296d302009-01-19 02:02:57 +0100594 ops[i].am_error = xfs_attrmulti_attr_get(
595 dentry->d_inode, attr_name,
596 ops[i].am_attrvalue, &ops[i].am_length,
597 ops[i].am_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 break;
599 case ATTR_OP_SET:
Al Viroa561be72011-11-23 11:57:51 -0500600 ops[i].am_error = mnt_want_write_file(parfilp);
Dave Hansen42a74f22008-02-15 14:37:46 -0800601 if (ops[i].am_error)
602 break;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100603 ops[i].am_error = xfs_attrmulti_attr_set(
604 dentry->d_inode, attr_name,
605 ops[i].am_attrvalue, ops[i].am_length,
606 ops[i].am_flags);
Al Viro2a79f172011-12-09 08:06:57 -0500607 mnt_drop_write_file(parfilp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 break;
609 case ATTR_OP_REMOVE:
Al Viroa561be72011-11-23 11:57:51 -0500610 ops[i].am_error = mnt_want_write_file(parfilp);
Dave Hansen42a74f22008-02-15 14:37:46 -0800611 if (ops[i].am_error)
612 break;
Christoph Hellwigd296d302009-01-19 02:02:57 +0100613 ops[i].am_error = xfs_attrmulti_attr_remove(
614 dentry->d_inode, attr_name,
615 ops[i].am_flags);
Al Viro2a79f172011-12-09 08:06:57 -0500616 mnt_drop_write_file(parfilp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 break;
618 default:
619 ops[i].am_error = EINVAL;
620 }
621 }
622
623 if (copy_to_user(am_hreq.ops, ops, size))
624 error = XFS_ERROR(EFAULT);
625
626 kfree(attr_name);
627 out_kfree_ops:
628 kfree(ops);
Christoph Hellwigd296d302009-01-19 02:02:57 +0100629 out_dput:
630 dput(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 return -error;
632}
633
sandeen@sandeen.netd5547f92008-11-25 21:20:08 -0600634int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635xfs_ioc_space(
Christoph Hellwig993386c2007-08-28 16:12:30 +1000636 struct xfs_inode *ip,
Alexey Dobriyanf37ea142006-09-28 10:52:04 +1000637 struct inode *inode,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 struct file *filp,
639 int ioflags,
640 unsigned int cmd,
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600641 xfs_flock64_t *bf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642{
Christoph Hellwig865e9442013-10-12 00:55:08 -0700643 struct xfs_mount *mp = ip->i_mount;
644 struct xfs_trans *tp;
645 struct iattr iattr;
646 bool setprealloc = false;
647 bool clrprealloc = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 int error;
649
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -0600650 /*
651 * Only allow the sys admin to reserve space unless
652 * unwritten extents are enabled.
653 */
654 if (!xfs_sb_version_hasextflgbit(&ip->i_mount->m_sb) &&
655 !capable(CAP_SYS_ADMIN))
656 return -XFS_ERROR(EPERM);
657
Alexey Dobriyanf37ea142006-09-28 10:52:04 +1000658 if (inode->i_flags & (S_IMMUTABLE|S_APPEND))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 return -XFS_ERROR(EPERM);
660
Eric Sandeenad4a8ac2005-09-02 16:41:16 +1000661 if (!(filp->f_mode & FMODE_WRITE))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 return -XFS_ERROR(EBADF);
663
Alexey Dobriyanf37ea142006-09-28 10:52:04 +1000664 if (!S_ISREG(inode->i_mode))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 return -XFS_ERROR(EINVAL);
666
Jan Karad9457dc2012-06-12 16:20:39 +0200667 error = mnt_want_write_file(filp);
668 if (error)
669 return error;
Christoph Hellwig865e9442013-10-12 00:55:08 -0700670
Christoph Hellwig5f8aca82013-10-12 00:55:06 -0700671 xfs_ilock(ip, XFS_IOLOCK_EXCL);
Christoph Hellwig865e9442013-10-12 00:55:08 -0700672
673 switch (bf->l_whence) {
674 case 0: /*SEEK_SET*/
675 break;
676 case 1: /*SEEK_CUR*/
677 bf->l_start += filp->f_pos;
678 break;
679 case 2: /*SEEK_END*/
680 bf->l_start += XFS_ISIZE(ip);
681 break;
682 default:
683 error = XFS_ERROR(EINVAL);
684 goto out_unlock;
685 }
686
687 /*
688 * length of <= 0 for resv/unresv/zero is invalid. length for
689 * alloc/free is ignored completely and we have no idea what userspace
690 * might have set it to, so set it to zero to allow range
691 * checks to pass.
692 */
693 switch (cmd) {
694 case XFS_IOC_ZERO_RANGE:
695 case XFS_IOC_RESVSP:
696 case XFS_IOC_RESVSP64:
697 case XFS_IOC_UNRESVSP:
698 case XFS_IOC_UNRESVSP64:
699 if (bf->l_len <= 0) {
700 error = XFS_ERROR(EINVAL);
701 goto out_unlock;
702 }
703 break;
704 default:
705 bf->l_len = 0;
706 break;
707 }
708
709 if (bf->l_start < 0 ||
710 bf->l_start > mp->m_super->s_maxbytes ||
711 bf->l_start + bf->l_len < 0 ||
712 bf->l_start + bf->l_len >= mp->m_super->s_maxbytes) {
713 error = XFS_ERROR(EINVAL);
714 goto out_unlock;
715 }
716
717 switch (cmd) {
718 case XFS_IOC_ZERO_RANGE:
719 error = xfs_zero_file_space(ip, bf->l_start, bf->l_len);
720 if (!error)
721 setprealloc = true;
722 break;
723 case XFS_IOC_RESVSP:
724 case XFS_IOC_RESVSP64:
725 error = xfs_alloc_file_space(ip, bf->l_start, bf->l_len,
726 XFS_BMAPI_PREALLOC);
727 if (!error)
728 setprealloc = true;
729 break;
730 case XFS_IOC_UNRESVSP:
731 case XFS_IOC_UNRESVSP64:
732 error = xfs_free_file_space(ip, bf->l_start, bf->l_len);
733 break;
734 case XFS_IOC_ALLOCSP:
735 case XFS_IOC_ALLOCSP64:
736 case XFS_IOC_FREESP:
737 case XFS_IOC_FREESP64:
738 if (bf->l_start > XFS_ISIZE(ip)) {
739 error = xfs_alloc_file_space(ip, XFS_ISIZE(ip),
740 bf->l_start - XFS_ISIZE(ip), 0);
741 if (error)
742 goto out_unlock;
743 }
744
745 iattr.ia_valid = ATTR_SIZE;
746 iattr.ia_size = bf->l_start;
747
748 error = xfs_setattr_size(ip, &iattr);
749 if (!error)
750 clrprealloc = true;
751 break;
752 default:
753 ASSERT(0);
754 error = XFS_ERROR(EINVAL);
755 }
756
757 if (error)
758 goto out_unlock;
759
760 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID);
761 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_writeid, 0, 0);
762 if (error) {
763 xfs_trans_cancel(tp, 0);
764 goto out_unlock;
765 }
766
767 xfs_ilock(ip, XFS_ILOCK_EXCL);
768 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
769
770 if (!(ioflags & IO_INVIS)) {
771 ip->i_d.di_mode &= ~S_ISUID;
772 if (ip->i_d.di_mode & S_IXGRP)
773 ip->i_d.di_mode &= ~S_ISGID;
774 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
775 }
776
777 if (setprealloc)
778 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC;
779 else if (clrprealloc)
780 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC;
781
782 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
783 if (filp->f_flags & O_DSYNC)
784 xfs_trans_set_sync(tp);
785 error = xfs_trans_commit(tp, 0);
786
787out_unlock:
Christoph Hellwig5f8aca82013-10-12 00:55:06 -0700788 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
Jan Karad9457dc2012-06-12 16:20:39 +0200789 mnt_drop_write_file(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 return -error;
791}
792
793STATIC int
794xfs_ioc_bulkstat(
795 xfs_mount_t *mp,
796 unsigned int cmd,
797 void __user *arg)
798{
799 xfs_fsop_bulkreq_t bulkreq;
800 int count; /* # of records returned */
801 xfs_ino_t inlast; /* last inode number */
802 int done;
803 int error;
804
805 /* done = 1 if there are more stats to get and if bulkstat */
806 /* should be called again (unused here, but used in dmapi) */
807
808 if (!capable(CAP_SYS_ADMIN))
809 return -EPERM;
810
811 if (XFS_FORCED_SHUTDOWN(mp))
812 return -XFS_ERROR(EIO);
813
814 if (copy_from_user(&bulkreq, arg, sizeof(xfs_fsop_bulkreq_t)))
815 return -XFS_ERROR(EFAULT);
816
817 if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64)))
818 return -XFS_ERROR(EFAULT);
819
820 if ((count = bulkreq.icount) <= 0)
821 return -XFS_ERROR(EINVAL);
822
Lachlan McIlroycd57e592007-11-23 16:30:32 +1100823 if (bulkreq.ubuffer == NULL)
824 return -XFS_ERROR(EINVAL);
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 if (cmd == XFS_IOC_FSINUMBERS)
827 error = xfs_inumbers(mp, &inlast, &count,
Michal Marekfaa63e92007-07-11 11:10:19 +1000828 bulkreq.ubuffer, xfs_inumbers_fmt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 else if (cmd == XFS_IOC_FSBULKSTAT_SINGLE)
830 error = xfs_bulkstat_single(mp, &inlast,
831 bulkreq.ubuffer, &done);
Lachlan McIlroycd57e592007-11-23 16:30:32 +1100832 else /* XFS_IOC_FSBULKSTAT */
Christoph Hellwig7dce11d2010-06-23 18:11:11 +1000833 error = xfs_bulkstat(mp, &inlast, &count, xfs_bulkstat_one,
834 sizeof(xfs_bstat_t), bulkreq.ubuffer,
835 &done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836
837 if (error)
838 return -error;
839
840 if (bulkreq.ocount != NULL) {
841 if (copy_to_user(bulkreq.lastip, &inlast,
842 sizeof(xfs_ino_t)))
843 return -XFS_ERROR(EFAULT);
844
845 if (copy_to_user(bulkreq.ocount, &count, sizeof(count)))
846 return -XFS_ERROR(EFAULT);
847 }
848
849 return 0;
850}
851
852STATIC int
853xfs_ioc_fsgeometry_v1(
854 xfs_mount_t *mp,
855 void __user *arg)
856{
Alex Eldereeb20362011-03-01 17:50:00 +0000857 xfs_fsop_geom_t fsgeo;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858 int error;
859
Alex Eldereeb20362011-03-01 17:50:00 +0000860 error = xfs_fs_geometry(mp, &fsgeo, 3);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 if (error)
862 return -error;
863
Alex Eldereeb20362011-03-01 17:50:00 +0000864 /*
865 * Caller should have passed an argument of type
866 * xfs_fsop_geom_v1_t. This is a proper subset of the
867 * xfs_fsop_geom_t that xfs_fs_geometry() fills in.
868 */
869 if (copy_to_user(arg, &fsgeo, sizeof(xfs_fsop_geom_v1_t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 return -XFS_ERROR(EFAULT);
871 return 0;
872}
873
874STATIC int
875xfs_ioc_fsgeometry(
876 xfs_mount_t *mp,
877 void __user *arg)
878{
879 xfs_fsop_geom_t fsgeo;
880 int error;
881
882 error = xfs_fs_geometry(mp, &fsgeo, 4);
883 if (error)
884 return -error;
885
886 if (copy_to_user(arg, &fsgeo, sizeof(fsgeo)))
887 return -XFS_ERROR(EFAULT);
888 return 0;
889}
890
891/*
892 * Linux extended inode flags interface.
893 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895STATIC unsigned int
896xfs_merge_ioc_xflags(
897 unsigned int flags,
898 unsigned int start)
899{
900 unsigned int xflags = start;
901
Eric Sandeen39058a02007-02-10 18:37:10 +1100902 if (flags & FS_IMMUTABLE_FL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903 xflags |= XFS_XFLAG_IMMUTABLE;
904 else
905 xflags &= ~XFS_XFLAG_IMMUTABLE;
Eric Sandeen39058a02007-02-10 18:37:10 +1100906 if (flags & FS_APPEND_FL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 xflags |= XFS_XFLAG_APPEND;
908 else
909 xflags &= ~XFS_XFLAG_APPEND;
Eric Sandeen39058a02007-02-10 18:37:10 +1100910 if (flags & FS_SYNC_FL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 xflags |= XFS_XFLAG_SYNC;
912 else
913 xflags &= ~XFS_XFLAG_SYNC;
Eric Sandeen39058a02007-02-10 18:37:10 +1100914 if (flags & FS_NOATIME_FL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 xflags |= XFS_XFLAG_NOATIME;
916 else
917 xflags &= ~XFS_XFLAG_NOATIME;
Eric Sandeen39058a02007-02-10 18:37:10 +1100918 if (flags & FS_NODUMP_FL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 xflags |= XFS_XFLAG_NODUMP;
920 else
921 xflags &= ~XFS_XFLAG_NODUMP;
922
923 return xflags;
924}
925
926STATIC unsigned int
927xfs_di2lxflags(
928 __uint16_t di_flags)
929{
930 unsigned int flags = 0;
931
932 if (di_flags & XFS_DIFLAG_IMMUTABLE)
Eric Sandeen39058a02007-02-10 18:37:10 +1100933 flags |= FS_IMMUTABLE_FL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 if (di_flags & XFS_DIFLAG_APPEND)
Eric Sandeen39058a02007-02-10 18:37:10 +1100935 flags |= FS_APPEND_FL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 if (di_flags & XFS_DIFLAG_SYNC)
Eric Sandeen39058a02007-02-10 18:37:10 +1100937 flags |= FS_SYNC_FL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 if (di_flags & XFS_DIFLAG_NOATIME)
Eric Sandeen39058a02007-02-10 18:37:10 +1100939 flags |= FS_NOATIME_FL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 if (di_flags & XFS_DIFLAG_NODUMP)
Eric Sandeen39058a02007-02-10 18:37:10 +1100941 flags |= FS_NODUMP_FL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 return flags;
943}
944
945STATIC int
Christoph Hellwigc83bfab2007-10-11 17:47:00 +1000946xfs_ioc_fsgetxattr(
947 xfs_inode_t *ip,
948 int attr,
949 void __user *arg)
950{
951 struct fsxattr fa;
952
Dan Rosenberga122eb22010-09-06 18:24:57 -0400953 memset(&fa, 0, sizeof(struct fsxattr));
954
Christoph Hellwigc83bfab2007-10-11 17:47:00 +1000955 xfs_ilock(ip, XFS_ILOCK_SHARED);
956 fa.fsx_xflags = xfs_ip2xflags(ip);
957 fa.fsx_extsize = ip->i_d.di_extsize << ip->i_mount->m_sb.sb_blocklog;
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +0000958 fa.fsx_projid = xfs_get_projid(ip);
Christoph Hellwigc83bfab2007-10-11 17:47:00 +1000959
960 if (attr) {
961 if (ip->i_afp) {
962 if (ip->i_afp->if_flags & XFS_IFEXTENTS)
963 fa.fsx_nextents = ip->i_afp->if_bytes /
964 sizeof(xfs_bmbt_rec_t);
965 else
966 fa.fsx_nextents = ip->i_d.di_anextents;
967 } else
968 fa.fsx_nextents = 0;
969 } else {
970 if (ip->i_df.if_flags & XFS_IFEXTENTS)
971 fa.fsx_nextents = ip->i_df.if_bytes /
972 sizeof(xfs_bmbt_rec_t);
973 else
974 fa.fsx_nextents = ip->i_d.di_nextents;
975 }
976 xfs_iunlock(ip, XFS_ILOCK_SHARED);
977
978 if (copy_to_user(arg, &fa, sizeof(fa)))
979 return -EFAULT;
980 return 0;
981}
982
Christoph Hellwig25fe55e2008-07-18 17:13:20 +1000983STATIC void
984xfs_set_diflags(
985 struct xfs_inode *ip,
986 unsigned int xflags)
987{
988 unsigned int di_flags;
989
990 /* can't set PREALLOC this way, just preserve it */
991 di_flags = (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC);
992 if (xflags & XFS_XFLAG_IMMUTABLE)
993 di_flags |= XFS_DIFLAG_IMMUTABLE;
994 if (xflags & XFS_XFLAG_APPEND)
995 di_flags |= XFS_DIFLAG_APPEND;
996 if (xflags & XFS_XFLAG_SYNC)
997 di_flags |= XFS_DIFLAG_SYNC;
998 if (xflags & XFS_XFLAG_NOATIME)
999 di_flags |= XFS_DIFLAG_NOATIME;
1000 if (xflags & XFS_XFLAG_NODUMP)
1001 di_flags |= XFS_DIFLAG_NODUMP;
1002 if (xflags & XFS_XFLAG_PROJINHERIT)
1003 di_flags |= XFS_DIFLAG_PROJINHERIT;
1004 if (xflags & XFS_XFLAG_NODEFRAG)
1005 di_flags |= XFS_DIFLAG_NODEFRAG;
1006 if (xflags & XFS_XFLAG_FILESTREAM)
1007 di_flags |= XFS_DIFLAG_FILESTREAM;
Al Viroabbede12011-07-26 02:31:30 -04001008 if (S_ISDIR(ip->i_d.di_mode)) {
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001009 if (xflags & XFS_XFLAG_RTINHERIT)
1010 di_flags |= XFS_DIFLAG_RTINHERIT;
1011 if (xflags & XFS_XFLAG_NOSYMLINKS)
1012 di_flags |= XFS_DIFLAG_NOSYMLINKS;
1013 if (xflags & XFS_XFLAG_EXTSZINHERIT)
1014 di_flags |= XFS_DIFLAG_EXTSZINHERIT;
Al Viroabbede12011-07-26 02:31:30 -04001015 } else if (S_ISREG(ip->i_d.di_mode)) {
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001016 if (xflags & XFS_XFLAG_REALTIME)
1017 di_flags |= XFS_DIFLAG_REALTIME;
1018 if (xflags & XFS_XFLAG_EXTSIZE)
1019 di_flags |= XFS_DIFLAG_EXTSIZE;
1020 }
1021
1022 ip->i_d.di_flags = di_flags;
1023}
1024
Christoph Hellwigf13fae22008-07-21 16:16:15 +10001025STATIC void
1026xfs_diflags_to_linux(
1027 struct xfs_inode *ip)
1028{
David Chinnere4f75292008-08-13 16:00:45 +10001029 struct inode *inode = VFS_I(ip);
Christoph Hellwigf13fae22008-07-21 16:16:15 +10001030 unsigned int xflags = xfs_ip2xflags(ip);
1031
1032 if (xflags & XFS_XFLAG_IMMUTABLE)
1033 inode->i_flags |= S_IMMUTABLE;
1034 else
1035 inode->i_flags &= ~S_IMMUTABLE;
1036 if (xflags & XFS_XFLAG_APPEND)
1037 inode->i_flags |= S_APPEND;
1038 else
1039 inode->i_flags &= ~S_APPEND;
1040 if (xflags & XFS_XFLAG_SYNC)
1041 inode->i_flags |= S_SYNC;
1042 else
1043 inode->i_flags &= ~S_SYNC;
1044 if (xflags & XFS_XFLAG_NOATIME)
1045 inode->i_flags |= S_NOATIME;
1046 else
1047 inode->i_flags &= ~S_NOATIME;
1048}
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001049
1050#define FSX_PROJID 1
1051#define FSX_EXTSIZE 2
1052#define FSX_XFLAGS 4
1053#define FSX_NONBLOCK 8
1054
1055STATIC int
1056xfs_ioctl_setattr(
1057 xfs_inode_t *ip,
1058 struct fsxattr *fa,
1059 int mask)
1060{
1061 struct xfs_mount *mp = ip->i_mount;
1062 struct xfs_trans *tp;
1063 unsigned int lock_flags = 0;
Christoph Hellwig7d095252009-06-08 15:33:32 +02001064 struct xfs_dquot *udqp = NULL;
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001065 struct xfs_dquot *pdqp = NULL;
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001066 struct xfs_dquot *olddquot = NULL;
1067 int code;
1068
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001069 trace_xfs_ioctl_setattr(ip);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001070
1071 if (mp->m_flags & XFS_MOUNT_RDONLY)
1072 return XFS_ERROR(EROFS);
1073 if (XFS_FORCED_SHUTDOWN(mp))
1074 return XFS_ERROR(EIO);
1075
1076 /*
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001077 * Disallow 32bit project ids when projid32bit feature is not enabled.
Arkadiusz Mi?kiewicz23963e52010-08-26 10:19:43 +00001078 */
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001079 if ((mask & FSX_PROJID) && (fa->fsx_projid > (__uint16_t)-1) &&
1080 !xfs_sb_version_hasprojid32bit(&ip->i_mount->m_sb))
Arkadiusz Mi?kiewicz23963e52010-08-26 10:19:43 +00001081 return XFS_ERROR(EINVAL);
1082
1083 /*
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001084 * If disk quotas is on, we make sure that the dquots do exist on disk,
1085 * before we start any other transactions. Trying to do this later
1086 * is messy. We don't care to take a readlock to look at the ids
1087 * in inode here, because we can't hold it across the trans_reserve.
1088 * If the IDs do change before we take the ilock, we're covered
1089 * because the i_*dquot fields will get updated anyway.
1090 */
1091 if (XFS_IS_QUOTA_ON(mp) && (mask & FSX_PROJID)) {
Christoph Hellwig7d095252009-06-08 15:33:32 +02001092 code = xfs_qm_vop_dqalloc(ip, ip->i_d.di_uid,
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001093 ip->i_d.di_gid, fa->fsx_projid,
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001094 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001095 if (code)
1096 return code;
1097 }
1098
1099 /*
1100 * For the other attributes, we acquire the inode lock and
1101 * first do an error checking pass.
1102 */
1103 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001104 code = xfs_trans_reserve(tp, &M_RES(mp)->tr_ichange, 0, 0);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001105 if (code)
1106 goto error_return;
1107
1108 lock_flags = XFS_ILOCK_EXCL;
1109 xfs_ilock(ip, lock_flags);
1110
1111 /*
1112 * CAP_FOWNER overrides the following restrictions:
1113 *
1114 * The user ID of the calling process must be equal
1115 * to the file owner ID, except in cases where the
1116 * CAP_FSETID capability is applicable.
1117 */
Dwight Engenfd5e2aa2013-08-15 14:08:00 -04001118 if (!inode_owner_or_capable(VFS_I(ip))) {
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001119 code = XFS_ERROR(EPERM);
1120 goto error_return;
1121 }
1122
1123 /*
1124 * Do a quota reservation only if projid is actually going to change.
Dwight Engenfd5e2aa2013-08-15 14:08:00 -04001125 * Only allow changing of projid from init_user_ns since it is a
1126 * non user namespace aware identifier.
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001127 */
1128 if (mask & FSX_PROJID) {
Dwight Engenfd5e2aa2013-08-15 14:08:00 -04001129 if (current_user_ns() != &init_user_ns) {
1130 code = XFS_ERROR(EINVAL);
1131 goto error_return;
1132 }
1133
Christoph Hellwig7d095252009-06-08 15:33:32 +02001134 if (XFS_IS_QUOTA_RUNNING(mp) &&
1135 XFS_IS_PQUOTA_ON(mp) &&
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001136 xfs_get_projid(ip) != fa->fsx_projid) {
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001137 ASSERT(tp);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001138 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL,
1139 pdqp, capable(CAP_FOWNER) ?
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001140 XFS_QMOPT_FORCE_RES : 0);
1141 if (code) /* out of quota */
1142 goto error_return;
1143 }
1144 }
1145
1146 if (mask & FSX_EXTSIZE) {
1147 /*
1148 * Can't change extent size if any extents are allocated.
1149 */
1150 if (ip->i_d.di_nextents &&
1151 ((ip->i_d.di_extsize << mp->m_sb.sb_blocklog) !=
1152 fa->fsx_extsize)) {
1153 code = XFS_ERROR(EINVAL); /* EFBIG? */
1154 goto error_return;
1155 }
1156
1157 /*
1158 * Extent size must be a multiple of the appropriate block
Dave Chinner53158372011-01-27 12:18:18 +11001159 * size, if set at all. It must also be smaller than the
1160 * maximum extent size supported by the filesystem.
1161 *
1162 * Also, for non-realtime files, limit the extent size hint to
1163 * half the size of the AGs in the filesystem so alignment
1164 * doesn't result in extents larger than an AG.
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001165 */
1166 if (fa->fsx_extsize != 0) {
Dave Chinner53158372011-01-27 12:18:18 +11001167 xfs_extlen_t size;
1168 xfs_fsblock_t extsize_fsb;
1169
1170 extsize_fsb = XFS_B_TO_FSB(mp, fa->fsx_extsize);
1171 if (extsize_fsb > MAXEXTLEN) {
1172 code = XFS_ERROR(EINVAL);
1173 goto error_return;
1174 }
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001175
1176 if (XFS_IS_REALTIME_INODE(ip) ||
1177 ((mask & FSX_XFLAGS) &&
1178 (fa->fsx_xflags & XFS_XFLAG_REALTIME))) {
1179 size = mp->m_sb.sb_rextsize <<
1180 mp->m_sb.sb_blocklog;
1181 } else {
1182 size = mp->m_sb.sb_blocksize;
Dave Chinner53158372011-01-27 12:18:18 +11001183 if (extsize_fsb > mp->m_sb.sb_agblocks / 2) {
1184 code = XFS_ERROR(EINVAL);
1185 goto error_return;
1186 }
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001187 }
1188
1189 if (fa->fsx_extsize % size) {
1190 code = XFS_ERROR(EINVAL);
1191 goto error_return;
1192 }
1193 }
1194 }
1195
1196
1197 if (mask & FSX_XFLAGS) {
1198 /*
1199 * Can't change realtime flag if any extents are allocated.
1200 */
1201 if ((ip->i_d.di_nextents || ip->i_delayed_blks) &&
1202 (XFS_IS_REALTIME_INODE(ip)) !=
1203 (fa->fsx_xflags & XFS_XFLAG_REALTIME)) {
1204 code = XFS_ERROR(EINVAL); /* EFBIG? */
1205 goto error_return;
1206 }
1207
1208 /*
1209 * If realtime flag is set then must have realtime data.
1210 */
1211 if ((fa->fsx_xflags & XFS_XFLAG_REALTIME)) {
1212 if ((mp->m_sb.sb_rblocks == 0) ||
1213 (mp->m_sb.sb_rextsize == 0) ||
1214 (ip->i_d.di_extsize % mp->m_sb.sb_rextsize)) {
1215 code = XFS_ERROR(EINVAL);
1216 goto error_return;
1217 }
1218 }
1219
1220 /*
1221 * Can't modify an immutable/append-only file unless
1222 * we have appropriate permission.
1223 */
1224 if ((ip->i_d.di_flags &
1225 (XFS_DIFLAG_IMMUTABLE|XFS_DIFLAG_APPEND) ||
1226 (fa->fsx_xflags &
1227 (XFS_XFLAG_IMMUTABLE | XFS_XFLAG_APPEND))) &&
1228 !capable(CAP_LINUX_IMMUTABLE)) {
1229 code = XFS_ERROR(EPERM);
1230 goto error_return;
1231 }
1232 }
1233
Christoph Hellwigddc34152011-09-19 15:00:54 +00001234 xfs_trans_ijoin(tp, ip, 0);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001235
1236 /*
1237 * Change file ownership. Must be the owner or privileged.
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001238 */
1239 if (mask & FSX_PROJID) {
1240 /*
1241 * CAP_FSETID overrides the following restrictions:
1242 *
1243 * The set-user-ID and set-group-ID bits of a file will be
1244 * cleared upon successful return from chown()
1245 */
1246 if ((ip->i_d.di_mode & (S_ISUID|S_ISGID)) &&
Dwight Engenfd5e2aa2013-08-15 14:08:00 -04001247 !inode_capable(VFS_I(ip), CAP_FSETID))
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001248 ip->i_d.di_mode &= ~(S_ISUID|S_ISGID);
1249
1250 /*
1251 * Change the ownerships and register quota modifications
1252 * in the transaction.
1253 */
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001254 if (xfs_get_projid(ip) != fa->fsx_projid) {
Christoph Hellwig7d095252009-06-08 15:33:32 +02001255 if (XFS_IS_QUOTA_RUNNING(mp) && XFS_IS_PQUOTA_ON(mp)) {
1256 olddquot = xfs_qm_vop_chown(tp, ip,
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001257 &ip->i_pdquot, pdqp);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001258 }
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001259 xfs_set_projid(ip, fa->fsx_projid);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001260
1261 /*
1262 * We may have to rev the inode as well as
1263 * the superblock version number since projids didn't
1264 * exist before DINODE_VERSION_2 and SB_VERSION_NLINK.
1265 */
Christoph Hellwig51ce16d2008-11-28 14:23:39 +11001266 if (ip->i_d.di_version == 1)
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001267 xfs_bump_ino_vers2(tp, ip);
1268 }
1269
1270 }
1271
1272 if (mask & FSX_EXTSIZE)
1273 ip->i_d.di_extsize = fa->fsx_extsize >> mp->m_sb.sb_blocklog;
Christoph Hellwigf13fae22008-07-21 16:16:15 +10001274 if (mask & FSX_XFLAGS) {
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001275 xfs_set_diflags(ip, fa->fsx_xflags);
Christoph Hellwigf13fae22008-07-21 16:16:15 +10001276 xfs_diflags_to_linux(ip);
1277 }
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001278
Dave Chinnerdcd79a12010-09-28 12:27:25 +10001279 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001280 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001281
1282 XFS_STATS_INC(xs_ig_attrchg);
1283
1284 /*
1285 * If this is a synchronous mount, make sure that the
1286 * transaction goes to disk before returning to the user.
1287 * This is slightly sub-optimal in that truncates require
1288 * two sync transactions instead of one for wsync filesystems.
1289 * One for the truncate and one for the timestamps since we
1290 * don't want to change the timestamps unless we're sure the
1291 * truncate worked. Truncates are less than 1% of the laddis
1292 * mix so this probably isn't worth the trouble to optimize.
1293 */
1294 if (mp->m_flags & XFS_MOUNT_WSYNC)
1295 xfs_trans_set_sync(tp);
1296 code = xfs_trans_commit(tp, 0);
1297 xfs_iunlock(ip, lock_flags);
1298
1299 /*
1300 * Release any dquot(s) the inode had kept before chown.
1301 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001302 xfs_qm_dqrele(olddquot);
1303 xfs_qm_dqrele(udqp);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001304 xfs_qm_dqrele(pdqp);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001305
Christoph Hellwig288699f2010-06-23 18:11:15 +10001306 return code;
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001307
1308 error_return:
Christoph Hellwig7d095252009-06-08 15:33:32 +02001309 xfs_qm_dqrele(udqp);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -05001310 xfs_qm_dqrele(pdqp);
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001311 xfs_trans_cancel(tp, 0);
1312 if (lock_flags)
1313 xfs_iunlock(ip, lock_flags);
1314 return code;
1315}
1316
Christoph Hellwigc83bfab2007-10-11 17:47:00 +10001317STATIC int
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001318xfs_ioc_fssetxattr(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 xfs_inode_t *ip,
1320 struct file *filp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 void __user *arg)
1322{
1323 struct fsxattr fa;
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001324 unsigned int mask;
Jan Karad9457dc2012-06-12 16:20:39 +02001325 int error;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001326
1327 if (copy_from_user(&fa, arg, sizeof(fa)))
1328 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001330 mask = FSX_XFLAGS | FSX_EXTSIZE | FSX_PROJID;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001331 if (filp->f_flags & (O_NDELAY|O_NONBLOCK))
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001332 mask |= FSX_NONBLOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333
Jan Karad9457dc2012-06-12 16:20:39 +02001334 error = mnt_want_write_file(filp);
1335 if (error)
1336 return error;
1337 error = xfs_ioctl_setattr(ip, &fa, mask);
1338 mnt_drop_write_file(filp);
1339 return -error;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001340}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001342STATIC int
1343xfs_ioc_getxflags(
1344 xfs_inode_t *ip,
1345 void __user *arg)
1346{
1347 unsigned int flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001349 flags = xfs_di2lxflags(ip->i_d.di_flags);
1350 if (copy_to_user(arg, &flags, sizeof(flags)))
1351 return -EFAULT;
1352 return 0;
1353}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001355STATIC int
1356xfs_ioc_setxflags(
1357 xfs_inode_t *ip,
1358 struct file *filp,
1359 void __user *arg)
1360{
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001361 struct fsxattr fa;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001362 unsigned int flags;
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001363 unsigned int mask;
Jan Karad9457dc2012-06-12 16:20:39 +02001364 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001366 if (copy_from_user(&flags, arg, sizeof(flags)))
1367 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001369 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \
1370 FS_NOATIME_FL | FS_NODUMP_FL | \
1371 FS_SYNC_FL))
1372 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001374 mask = FSX_XFLAGS;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001375 if (filp->f_flags & (O_NDELAY|O_NONBLOCK))
Christoph Hellwig25fe55e2008-07-18 17:13:20 +10001376 mask |= FSX_NONBLOCK;
1377 fa.fsx_xflags = xfs_merge_ioc_xflags(flags, xfs_ip2xflags(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378
Jan Karad9457dc2012-06-12 16:20:39 +02001379 error = mnt_want_write_file(filp);
1380 if (error)
1381 return error;
1382 error = xfs_ioctl_setattr(ip, &fa, mask);
1383 mnt_drop_write_file(filp);
1384 return -error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385}
1386
1387STATIC int
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001388xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full)
1389{
1390 struct getbmap __user *base = *ap;
1391
1392 /* copy only getbmap portion (not getbmapx) */
1393 if (copy_to_user(base, bmv, sizeof(struct getbmap)))
1394 return XFS_ERROR(EFAULT);
1395
1396 *ap += sizeof(struct getbmap);
1397 return 0;
1398}
1399
1400STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401xfs_ioc_getbmap(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001402 struct xfs_inode *ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 int ioflags,
1404 unsigned int cmd,
1405 void __user *arg)
1406{
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001407 struct getbmapx bmx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 int error;
1409
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001410 if (copy_from_user(&bmx, arg, sizeof(struct getbmapx)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411 return -XFS_ERROR(EFAULT);
1412
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001413 if (bmx.bmv_count < 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414 return -XFS_ERROR(EINVAL);
1415
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001416 bmx.bmv_iflags = (cmd == XFS_IOC_GETBMAPA ? BMV_IF_ATTRFORK : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417 if (ioflags & IO_INVIS)
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001418 bmx.bmv_iflags |= BMV_IF_NO_DMAPI_READ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001420 error = xfs_getbmap(ip, &bmx, xfs_getbmap_format,
1421 (struct getbmap *)arg+1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 if (error)
1423 return -error;
1424
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001425 /* copy back header - only size of getbmap */
1426 if (copy_to_user(arg, &bmx, sizeof(struct getbmap)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427 return -XFS_ERROR(EFAULT);
1428 return 0;
1429}
1430
1431STATIC int
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001432xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full)
1433{
1434 struct getbmapx __user *base = *ap;
1435
1436 if (copy_to_user(base, bmv, sizeof(struct getbmapx)))
1437 return XFS_ERROR(EFAULT);
1438
1439 *ap += sizeof(struct getbmapx);
1440 return 0;
1441}
1442
1443STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444xfs_ioc_getbmapx(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001445 struct xfs_inode *ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 void __user *arg)
1447{
1448 struct getbmapx bmx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 int error;
1450
1451 if (copy_from_user(&bmx, arg, sizeof(bmx)))
1452 return -XFS_ERROR(EFAULT);
1453
1454 if (bmx.bmv_count < 2)
1455 return -XFS_ERROR(EINVAL);
1456
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001457 if (bmx.bmv_iflags & (~BMV_IF_VALID))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458 return -XFS_ERROR(EINVAL);
1459
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001460 error = xfs_getbmap(ip, &bmx, xfs_getbmapx_format,
1461 (struct getbmapx *)arg+1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 if (error)
1463 return -error;
1464
Eric Sandeen8a7141a2008-11-28 14:23:35 +11001465 /* copy back header */
1466 if (copy_to_user(arg, &bmx, sizeof(struct getbmapx)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467 return -XFS_ERROR(EFAULT);
1468
1469 return 0;
1470}
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001471
Dave Chinnera133d952013-08-12 20:49:48 +10001472int
1473xfs_ioc_swapext(
1474 xfs_swapext_t *sxp)
1475{
1476 xfs_inode_t *ip, *tip;
1477 struct fd f, tmp;
1478 int error = 0;
1479
1480 /* Pull information for the target fd */
1481 f = fdget((int)sxp->sx_fdtarget);
1482 if (!f.file) {
1483 error = XFS_ERROR(EINVAL);
1484 goto out;
1485 }
1486
1487 if (!(f.file->f_mode & FMODE_WRITE) ||
1488 !(f.file->f_mode & FMODE_READ) ||
1489 (f.file->f_flags & O_APPEND)) {
1490 error = XFS_ERROR(EBADF);
1491 goto out_put_file;
1492 }
1493
1494 tmp = fdget((int)sxp->sx_fdtmp);
1495 if (!tmp.file) {
1496 error = XFS_ERROR(EINVAL);
1497 goto out_put_file;
1498 }
1499
1500 if (!(tmp.file->f_mode & FMODE_WRITE) ||
1501 !(tmp.file->f_mode & FMODE_READ) ||
1502 (tmp.file->f_flags & O_APPEND)) {
1503 error = XFS_ERROR(EBADF);
1504 goto out_put_tmp_file;
1505 }
1506
1507 if (IS_SWAPFILE(file_inode(f.file)) ||
1508 IS_SWAPFILE(file_inode(tmp.file))) {
1509 error = XFS_ERROR(EINVAL);
1510 goto out_put_tmp_file;
1511 }
1512
1513 ip = XFS_I(file_inode(f.file));
1514 tip = XFS_I(file_inode(tmp.file));
1515
1516 if (ip->i_mount != tip->i_mount) {
1517 error = XFS_ERROR(EINVAL);
1518 goto out_put_tmp_file;
1519 }
1520
1521 if (ip->i_ino == tip->i_ino) {
1522 error = XFS_ERROR(EINVAL);
1523 goto out_put_tmp_file;
1524 }
1525
1526 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) {
1527 error = XFS_ERROR(EIO);
1528 goto out_put_tmp_file;
1529 }
1530
1531 error = xfs_swap_extents(ip, tip, sxp);
1532
1533 out_put_tmp_file:
1534 fdput(tmp);
1535 out_put_file:
1536 fdput(f);
1537 out:
1538 return error;
1539}
1540
Christoph Hellwig4d4be482008-12-09 04:47:33 -05001541/*
1542 * Note: some of the ioctl's return positive numbers as a
1543 * byte count indicating success, such as readlink_by_handle.
1544 * So we don't "sign flip" like most other routines. This means
1545 * true errors need to be returned as a negative value.
1546 */
1547long
1548xfs_file_ioctl(
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001549 struct file *filp,
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001550 unsigned int cmd,
Christoph Hellwig4d4be482008-12-09 04:47:33 -05001551 unsigned long p)
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001552{
Al Viro496ad9a2013-01-23 17:07:38 -05001553 struct inode *inode = file_inode(filp);
Christoph Hellwig4d4be482008-12-09 04:47:33 -05001554 struct xfs_inode *ip = XFS_I(inode);
1555 struct xfs_mount *mp = ip->i_mount;
1556 void __user *arg = (void __user *)p;
1557 int ioflags = 0;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001558 int error;
1559
Christoph Hellwig4d4be482008-12-09 04:47:33 -05001560 if (filp->f_mode & FMODE_NOCMTIME)
1561 ioflags |= IO_INVIS;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001562
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001563 trace_xfs_file_ioctl(ip);
Christoph Hellwig4d4be482008-12-09 04:47:33 -05001564
1565 switch (cmd) {
Christoph Hellwiga46db602011-01-07 13:02:04 +00001566 case FITRIM:
1567 return xfs_ioc_trim(mp, arg);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001568 case XFS_IOC_ALLOCSP:
1569 case XFS_IOC_FREESP:
1570 case XFS_IOC_RESVSP:
1571 case XFS_IOC_UNRESVSP:
1572 case XFS_IOC_ALLOCSP64:
1573 case XFS_IOC_FREESP64:
1574 case XFS_IOC_RESVSP64:
Dave Chinner44722352010-08-24 12:02:11 +10001575 case XFS_IOC_UNRESVSP64:
1576 case XFS_IOC_ZERO_RANGE: {
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001577 xfs_flock64_t bf;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001578
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001579 if (copy_from_user(&bf, arg, sizeof(bf)))
1580 return -XFS_ERROR(EFAULT);
1581 return xfs_ioc_space(ip, inode, filp, ioflags, cmd, &bf);
1582 }
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001583 case XFS_IOC_DIOINFO: {
1584 struct dioattr da;
1585 xfs_buftarg_t *target =
1586 XFS_IS_REALTIME_INODE(ip) ?
1587 mp->m_rtdev_targp : mp->m_ddev_targp;
1588
1589 da.d_mem = da.d_miniosz = 1 << target->bt_sshift;
1590 da.d_maxiosz = INT_MAX & ~(da.d_miniosz - 1);
1591
1592 if (copy_to_user(arg, &da, sizeof(da)))
1593 return -XFS_ERROR(EFAULT);
1594 return 0;
1595 }
1596
1597 case XFS_IOC_FSBULKSTAT_SINGLE:
1598 case XFS_IOC_FSBULKSTAT:
1599 case XFS_IOC_FSINUMBERS:
1600 return xfs_ioc_bulkstat(mp, cmd, arg);
1601
1602 case XFS_IOC_FSGEOMETRY_V1:
1603 return xfs_ioc_fsgeometry_v1(mp, arg);
1604
1605 case XFS_IOC_FSGEOMETRY:
1606 return xfs_ioc_fsgeometry(mp, arg);
1607
1608 case XFS_IOC_GETVERSION:
1609 return put_user(inode->i_generation, (int __user *)arg);
1610
1611 case XFS_IOC_FSGETXATTR:
1612 return xfs_ioc_fsgetxattr(ip, 0, arg);
1613 case XFS_IOC_FSGETXATTRA:
1614 return xfs_ioc_fsgetxattr(ip, 1, arg);
Lachlan McIlroy3b2816b2008-04-18 12:43:35 +10001615 case XFS_IOC_FSSETXATTR:
Lachlan McIlroy65e67f52008-04-18 12:59:45 +10001616 return xfs_ioc_fssetxattr(ip, filp, arg);
1617 case XFS_IOC_GETXFLAGS:
1618 return xfs_ioc_getxflags(ip, arg);
1619 case XFS_IOC_SETXFLAGS:
1620 return xfs_ioc_setxflags(ip, filp, arg);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001621
1622 case XFS_IOC_FSSETDM: {
1623 struct fsdmidata dmi;
1624
1625 if (copy_from_user(&dmi, arg, sizeof(dmi)))
1626 return -XFS_ERROR(EFAULT);
1627
Jan Karad9457dc2012-06-12 16:20:39 +02001628 error = mnt_want_write_file(filp);
1629 if (error)
1630 return error;
1631
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001632 error = xfs_set_dmattrs(ip, dmi.fsd_dmevmask,
1633 dmi.fsd_dmstate);
Jan Karad9457dc2012-06-12 16:20:39 +02001634 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001635 return -error;
1636 }
1637
1638 case XFS_IOC_GETBMAP:
1639 case XFS_IOC_GETBMAPA:
1640 return xfs_ioc_getbmap(ip, ioflags, cmd, arg);
1641
1642 case XFS_IOC_GETBMAPX:
1643 return xfs_ioc_getbmapx(ip, arg);
1644
1645 case XFS_IOC_FD_TO_HANDLE:
1646 case XFS_IOC_PATH_TO_HANDLE:
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001647 case XFS_IOC_PATH_TO_FSHANDLE: {
1648 xfs_fsop_handlereq_t hreq;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001649
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001650 if (copy_from_user(&hreq, arg, sizeof(hreq)))
1651 return -XFS_ERROR(EFAULT);
1652 return xfs_find_handle(cmd, &hreq);
1653 }
1654 case XFS_IOC_OPEN_BY_HANDLE: {
1655 xfs_fsop_handlereq_t hreq;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001656
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001657 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t)))
1658 return -XFS_ERROR(EFAULT);
Christoph Hellwigd296d302009-01-19 02:02:57 +01001659 return xfs_open_by_handle(filp, &hreq);
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001660 }
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001661 case XFS_IOC_FSSETDM_BY_HANDLE:
Christoph Hellwigd296d302009-01-19 02:02:57 +01001662 return xfs_fssetdm_by_handle(filp, arg);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001663
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001664 case XFS_IOC_READLINK_BY_HANDLE: {
1665 xfs_fsop_handlereq_t hreq;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001666
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001667 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t)))
1668 return -XFS_ERROR(EFAULT);
Christoph Hellwigd296d302009-01-19 02:02:57 +01001669 return xfs_readlink_by_handle(filp, &hreq);
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001670 }
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001671 case XFS_IOC_ATTRLIST_BY_HANDLE:
Christoph Hellwigd296d302009-01-19 02:02:57 +01001672 return xfs_attrlist_by_handle(filp, arg);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001673
1674 case XFS_IOC_ATTRMULTI_BY_HANDLE:
Christoph Hellwigd296d302009-01-19 02:02:57 +01001675 return xfs_attrmulti_by_handle(filp, arg);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001676
1677 case XFS_IOC_SWAPEXT: {
sandeen@sandeen.net743bb4652008-11-25 21:20:06 -06001678 struct xfs_swapext sxp;
1679
1680 if (copy_from_user(&sxp, arg, sizeof(xfs_swapext_t)))
1681 return -XFS_ERROR(EFAULT);
Jan Karad9457dc2012-06-12 16:20:39 +02001682 error = mnt_want_write_file(filp);
1683 if (error)
1684 return error;
Dave Chinnera133d952013-08-12 20:49:48 +10001685 error = xfs_ioc_swapext(&sxp);
Jan Karad9457dc2012-06-12 16:20:39 +02001686 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001687 return -error;
1688 }
1689
1690 case XFS_IOC_FSCOUNTS: {
1691 xfs_fsop_counts_t out;
1692
1693 error = xfs_fs_counts(mp, &out);
1694 if (error)
1695 return -error;
1696
1697 if (copy_to_user(arg, &out, sizeof(out)))
1698 return -XFS_ERROR(EFAULT);
1699 return 0;
1700 }
1701
1702 case XFS_IOC_SET_RESBLKS: {
1703 xfs_fsop_resblks_t inout;
1704 __uint64_t in;
1705
1706 if (!capable(CAP_SYS_ADMIN))
1707 return -EPERM;
1708
Eric Sandeend5db0f92010-02-05 22:59:53 +00001709 if (mp->m_flags & XFS_MOUNT_RDONLY)
1710 return -XFS_ERROR(EROFS);
1711
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001712 if (copy_from_user(&inout, arg, sizeof(inout)))
1713 return -XFS_ERROR(EFAULT);
1714
Jan Karad9457dc2012-06-12 16:20:39 +02001715 error = mnt_want_write_file(filp);
1716 if (error)
1717 return error;
1718
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001719 /* input parameter is passed in resblks field of structure */
1720 in = inout.resblks;
1721 error = xfs_reserve_blocks(mp, &in, &inout);
Jan Karad9457dc2012-06-12 16:20:39 +02001722 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001723 if (error)
1724 return -error;
1725
1726 if (copy_to_user(arg, &inout, sizeof(inout)))
1727 return -XFS_ERROR(EFAULT);
1728 return 0;
1729 }
1730
1731 case XFS_IOC_GET_RESBLKS: {
1732 xfs_fsop_resblks_t out;
1733
1734 if (!capable(CAP_SYS_ADMIN))
1735 return -EPERM;
1736
1737 error = xfs_reserve_blocks(mp, NULL, &out);
1738 if (error)
1739 return -error;
1740
1741 if (copy_to_user(arg, &out, sizeof(out)))
1742 return -XFS_ERROR(EFAULT);
1743
1744 return 0;
1745 }
1746
1747 case XFS_IOC_FSGROWFSDATA: {
1748 xfs_growfs_data_t in;
1749
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001750 if (copy_from_user(&in, arg, sizeof(in)))
1751 return -XFS_ERROR(EFAULT);
1752
Jan Karad9457dc2012-06-12 16:20:39 +02001753 error = mnt_want_write_file(filp);
1754 if (error)
1755 return error;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001756 error = xfs_growfs_data(mp, &in);
Jan Karad9457dc2012-06-12 16:20:39 +02001757 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001758 return -error;
1759 }
1760
1761 case XFS_IOC_FSGROWFSLOG: {
1762 xfs_growfs_log_t in;
1763
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001764 if (copy_from_user(&in, arg, sizeof(in)))
1765 return -XFS_ERROR(EFAULT);
1766
Jan Karad9457dc2012-06-12 16:20:39 +02001767 error = mnt_want_write_file(filp);
1768 if (error)
1769 return error;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001770 error = xfs_growfs_log(mp, &in);
Jan Karad9457dc2012-06-12 16:20:39 +02001771 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001772 return -error;
1773 }
1774
1775 case XFS_IOC_FSGROWFSRT: {
1776 xfs_growfs_rt_t in;
1777
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001778 if (copy_from_user(&in, arg, sizeof(in)))
1779 return -XFS_ERROR(EFAULT);
1780
Jan Karad9457dc2012-06-12 16:20:39 +02001781 error = mnt_want_write_file(filp);
1782 if (error)
1783 return error;
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001784 error = xfs_growfs_rt(mp, &in);
Jan Karad9457dc2012-06-12 16:20:39 +02001785 mnt_drop_write_file(filp);
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001786 return -error;
1787 }
1788
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001789 case XFS_IOC_GOINGDOWN: {
1790 __uint32_t in;
1791
1792 if (!capable(CAP_SYS_ADMIN))
1793 return -EPERM;
1794
1795 if (get_user(in, (__uint32_t __user *)arg))
1796 return -XFS_ERROR(EFAULT);
1797
1798 error = xfs_fs_goingdown(mp, in);
1799 return -error;
1800 }
1801
1802 case XFS_IOC_ERROR_INJECTION: {
1803 xfs_error_injection_t in;
1804
1805 if (!capable(CAP_SYS_ADMIN))
1806 return -EPERM;
1807
1808 if (copy_from_user(&in, arg, sizeof(in)))
1809 return -XFS_ERROR(EFAULT);
1810
1811 error = xfs_errortag_add(in.errtag, mp);
1812 return -error;
1813 }
1814
1815 case XFS_IOC_ERROR_CLEARALL:
1816 if (!capable(CAP_SYS_ADMIN))
1817 return -EPERM;
1818
1819 error = xfs_errortag_clearall(mp, 1);
1820 return -error;
1821
Brian Foster8ca149d2012-11-07 12:21:12 -05001822 case XFS_IOC_FREE_EOFBLOCKS: {
Dwight Engenb9fe5052013-08-15 14:08:02 -04001823 struct xfs_fs_eofblocks eofb;
1824 struct xfs_eofblocks keofb;
Brian Foster8ca149d2012-11-07 12:21:12 -05001825
Dwight Engen8c567a72013-08-15 14:08:03 -04001826 if (!capable(CAP_SYS_ADMIN))
1827 return -EPERM;
1828
1829 if (mp->m_flags & XFS_MOUNT_RDONLY)
1830 return -XFS_ERROR(EROFS);
1831
Brian Foster8ca149d2012-11-07 12:21:12 -05001832 if (copy_from_user(&eofb, arg, sizeof(eofb)))
1833 return -XFS_ERROR(EFAULT);
1834
Dwight Engenb9fe5052013-08-15 14:08:02 -04001835 error = xfs_fs_eofblocks_from_user(&eofb, &keofb);
1836 if (error)
1837 return -error;
Brian Foster8ca149d2012-11-07 12:21:12 -05001838
Dwight Engenb9fe5052013-08-15 14:08:02 -04001839 return -xfs_icache_free_eofblocks(mp, &keofb);
Brian Foster8ca149d2012-11-07 12:21:12 -05001840 }
1841
Lachlan McIlroydf26cfe2008-04-18 11:44:03 +10001842 default:
1843 return -ENOTTY;
1844 }
1845}