blob: 6c32f1d63d8c43966b9f319610008831f63178bb [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"
19#include "xfs_fs.h"
Christoph Hellwigef14f0c2009-06-10 17:07:47 +020020#include "xfs_acl.h"
Nathan Scotta844f452005-11-02 14:38:42 +110021#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include "xfs_log.h"
Nathan Scotta844f452005-11-02 14:38:42 +110023#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include "xfs_trans.h"
25#include "xfs_sb.h"
26#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_dir2.h"
28#include "xfs_alloc.h"
29#include "xfs_dmapi.h"
30#include "xfs_quota.h"
31#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110033#include "xfs_alloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include "xfs_ialloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_dir2_sf.h"
Nathan Scotta844f452005-11-02 14:38:42 +110036#include "xfs_attr_sf.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "xfs_dinode.h"
38#include "xfs_inode.h"
39#include "xfs_bmap.h"
Nathan Scotta844f452005-11-02 14:38:42 +110040#include "xfs_btree.h"
41#include "xfs_ialloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include "xfs_rtalloc.h"
43#include "xfs_error.h"
44#include "xfs_itable.h"
45#include "xfs_rw.h"
46#include "xfs_acl.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include "xfs_attr.h"
48#include "xfs_buf_item.h"
49#include "xfs_utils.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100050#include "xfs_vnodeops.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080052#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include <linux/xattr.h>
54#include <linux/namei.h>
Christoph Hellwigef14f0c2009-06-10 17:07:47 +020055#include <linux/posix_acl.h>
Nathan Scott446ada42006-01-11 15:35:44 +110056#include <linux/security.h>
David Chinner3ed65262007-11-23 16:29:25 +110057#include <linux/falloc.h>
Eric Sandeenf35642e2008-11-28 14:23:35 +110058#include <linux/fiemap.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Nathan Scott4aeb6642005-11-02 11:43:58 +110060/*
Christoph Hellwig42fe2b12006-01-11 15:35:17 +110061 * Bring the atime in the XFS inode uptodate.
62 * Used before logging the inode to disk or when the Linux inode goes away.
63 */
64void
65xfs_synchronize_atime(
66 xfs_inode_t *ip)
67{
David Chinner01651642008-08-13 15:45:15 +100068 struct inode *inode = VFS_I(ip);
Christoph Hellwig42fe2b12006-01-11 15:35:17 +110069
David Chinnerbf904242008-10-30 17:36:14 +110070 if (!(inode->i_state & I_CLEAR)) {
Christoph Hellwigaf048192008-03-06 13:46:43 +110071 ip->i_d.di_atime.t_sec = (__int32_t)inode->i_atime.tv_sec;
72 ip->i_d.di_atime.t_nsec = (__int32_t)inode->i_atime.tv_nsec;
Christoph Hellwig42fe2b12006-01-11 15:35:17 +110073 }
74}
75
76/*
David Chinnerbf904242008-10-30 17:36:14 +110077 * If the linux inode is valid, mark it dirty.
David Chinner5d51eff2007-11-23 16:29:18 +110078 * Used when commiting a dirty inode into a transaction so that
79 * the inode will get written back by the linux code
80 */
81void
82xfs_mark_inode_dirty_sync(
83 xfs_inode_t *ip)
84{
David Chinner01651642008-08-13 15:45:15 +100085 struct inode *inode = VFS_I(ip);
David Chinner5d51eff2007-11-23 16:29:18 +110086
David Chinnerbf904242008-10-30 17:36:14 +110087 if (!(inode->i_state & (I_WILL_FREE|I_FREEING|I_CLEAR)))
Christoph Hellwigaf048192008-03-06 13:46:43 +110088 mark_inode_dirty_sync(inode);
David Chinner5d51eff2007-11-23 16:29:18 +110089}
90
91/*
Nathan Scott4aeb6642005-11-02 11:43:58 +110092 * Change the requested timestamp in the given inode.
93 * We don't lock across timestamp updates, and we don't log them but
94 * we do record the fact that there is dirty information in core.
Nathan Scott4aeb6642005-11-02 11:43:58 +110095 */
96void
97xfs_ichgtime(
98 xfs_inode_t *ip,
99 int flags)
100{
David Chinnere4f75292008-08-13 16:00:45 +1000101 struct inode *inode = VFS_I(ip);
Nathan Scott4aeb6642005-11-02 11:43:58 +1100102 timespec_t tv;
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000103 int sync_it = 0;
Nathan Scott4aeb6642005-11-02 11:43:58 +1100104
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000105 tv = current_fs_time(inode->i_sb);
106
107 if ((flags & XFS_ICHGTIME_MOD) &&
108 !timespec_equal(&inode->i_mtime, &tv)) {
Nathan Scott4aeb6642005-11-02 11:43:58 +1100109 inode->i_mtime = tv;
110 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec;
111 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec;
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000112 sync_it = 1;
Nathan Scott4aeb6642005-11-02 11:43:58 +1100113 }
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000114 if ((flags & XFS_ICHGTIME_CHG) &&
115 !timespec_equal(&inode->i_ctime, &tv)) {
Nathan Scott4aeb6642005-11-02 11:43:58 +1100116 inode->i_ctime = tv;
117 ip->i_d.di_ctime.t_sec = (__int32_t)tv.tv_sec;
118 ip->i_d.di_ctime.t_nsec = (__int32_t)tv.tv_nsec;
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000119 sync_it = 1;
Nathan Scott4aeb6642005-11-02 11:43:58 +1100120 }
121
122 /*
123 * We update the i_update_core field _after_ changing
124 * the timestamps in order to coordinate properly with
125 * xfs_iflush() so that we don't lose timestamp updates.
126 * This keeps us from having to hold the inode lock
127 * while doing this. We use the SYNCHRONIZE macro to
128 * ensure that the compiler does not reorder the update
129 * of i_update_core above the timestamp updates above.
130 */
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000131 if (sync_it) {
132 SYNCHRONIZE();
133 ip->i_update_core = 1;
David Chinner94b97e32008-10-30 17:21:30 +1100134 xfs_mark_inode_dirty_sync(ip);
Christoph Hellwig8e5975c2008-08-13 16:45:13 +1000135 }
Nathan Scott4aeb6642005-11-02 11:43:58 +1100136}
137
138/*
Nathan Scott446ada42006-01-11 15:35:44 +1100139 * Hook in SELinux. This is not quite correct yet, what we really need
140 * here (as we do for default ACLs) is a mechanism by which creation of
141 * these attrs can be journalled at inode creation time (along with the
142 * inode, of course, such that log replay can't cause these to be lost).
143 */
144STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100145xfs_init_security(
Christoph Hellwigaf048192008-03-06 13:46:43 +1100146 struct inode *inode,
Nathan Scott446ada42006-01-11 15:35:44 +1100147 struct inode *dir)
148{
Christoph Hellwigaf048192008-03-06 13:46:43 +1100149 struct xfs_inode *ip = XFS_I(inode);
Nathan Scott446ada42006-01-11 15:35:44 +1100150 size_t length;
151 void *value;
152 char *name;
153 int error;
154
Christoph Hellwigaf048192008-03-06 13:46:43 +1100155 error = security_inode_init_security(inode, dir, &name,
156 &value, &length);
Nathan Scott446ada42006-01-11 15:35:44 +1100157 if (error) {
158 if (error == -EOPNOTSUPP)
159 return 0;
160 return -error;
161 }
162
Christoph Hellwigaf048192008-03-06 13:46:43 +1100163 error = xfs_attr_set(ip, name, value, length, ATTR_SECURE);
Nathan Scott446ada42006-01-11 15:35:44 +1100164
165 kfree(name);
166 kfree(value);
167 return error;
168}
169
Barry Naujok556b8b12008-04-10 12:22:07 +1000170static void
171xfs_dentry_to_name(
172 struct xfs_name *namep,
173 struct dentry *dentry)
174{
175 namep->name = dentry->d_name.name;
176 namep->len = dentry->d_name.len;
177}
178
David Chinner7989cb82007-02-10 18:34:56 +1100179STATIC void
Nathan Scott416c6d52006-03-14 14:00:51 +1100180xfs_cleanup_inode(
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000181 struct inode *dir,
Christoph Hellwigaf048192008-03-06 13:46:43 +1100182 struct inode *inode,
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000183 struct dentry *dentry)
Yingping Lu3a69c7d2006-02-01 12:14:34 +1100184{
Barry Naujok556b8b12008-04-10 12:22:07 +1000185 struct xfs_name teardown;
Yingping Lu3a69c7d2006-02-01 12:14:34 +1100186
187 /* Oh, the horror.
Nathan Scott220b5282006-03-14 13:33:36 +1100188 * If we can't add the ACL or we fail in
Nathan Scott416c6d52006-03-14 14:00:51 +1100189 * xfs_init_security we must back out.
Yingping Lu3a69c7d2006-02-01 12:14:34 +1100190 * ENOSPC can hit here, among other things.
191 */
Barry Naujok556b8b12008-04-10 12:22:07 +1000192 xfs_dentry_to_name(&teardown, dentry);
Yingping Lu3a69c7d2006-02-01 12:14:34 +1100193
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000194 xfs_remove(XFS_I(dir), &teardown, XFS_I(inode));
Christoph Hellwigaf048192008-03-06 13:46:43 +1100195 iput(inode);
Yingping Lu3a69c7d2006-02-01 12:14:34 +1100196}
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100199xfs_vn_mknod(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 struct inode *dir,
201 struct dentry *dentry,
202 int mode,
203 dev_t rdev)
204{
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100205 struct inode *inode;
Christoph Hellwig979ebab2008-03-06 13:46:05 +1100206 struct xfs_inode *ip = NULL;
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200207 struct posix_acl *default_acl = NULL;
Barry Naujok556b8b12008-04-10 12:22:07 +1000208 struct xfs_name name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 int error;
210
211 /*
212 * Irix uses Missed'em'V split, but doesn't want to see
213 * the upper 5 bits of (14bit) major.
214 */
Christoph Hellwig517b5e82009-02-09 08:38:02 +0100215 if (S_ISCHR(mode) || S_ISBLK(mode)) {
216 if (unlikely(!sysv_valid_dev(rdev) || MAJOR(rdev) & ~0x1ff))
217 return -EINVAL;
218 rdev = sysv_encode_dev(rdev);
219 } else {
220 rdev = 0;
221 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200223 if (IS_POSIXACL(dir)) {
224 default_acl = xfs_get_acl(dir, ACL_TYPE_DEFAULT);
225 if (IS_ERR(default_acl))
226 return -PTR_ERR(default_acl);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Christoph Hellwige83f1eb2009-06-12 11:19:11 -0400228 if (!default_acl)
229 mode &= ~current_umask();
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200230 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231
Christoph Hellwig517b5e82009-02-09 08:38:02 +0100232 xfs_dentry_to_name(&name, dentry);
233 error = xfs_create(XFS_I(dir), &name, mode, rdev, &ip, NULL);
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100234 if (unlikely(error))
235 goto out_free_acl;
Nathan Scott446ada42006-01-11 15:35:44 +1100236
David Chinner01651642008-08-13 15:45:15 +1000237 inode = VFS_I(ip);
Christoph Hellwig979ebab2008-03-06 13:46:05 +1100238
239 error = xfs_init_security(inode, dir);
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100240 if (unlikely(error))
241 goto out_cleanup_inode;
242
243 if (default_acl) {
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200244 error = -xfs_inherit_acl(inode, default_acl);
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100245 if (unlikely(error))
246 goto out_cleanup_inode;
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200247 posix_acl_release(default_acl);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 }
249
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100251 d_instantiate(dentry, inode);
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100252 return -error;
253
254 out_cleanup_inode:
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000255 xfs_cleanup_inode(dir, inode, dentry);
Christoph Hellwigdb0bb7b2008-03-06 13:44:35 +1100256 out_free_acl:
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200257 posix_acl_release(default_acl);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 return -error;
259}
260
261STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100262xfs_vn_create(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 struct inode *dir,
264 struct dentry *dentry,
265 int mode,
266 struct nameidata *nd)
267{
Nathan Scott416c6d52006-03-14 14:00:51 +1100268 return xfs_vn_mknod(dir, dentry, mode, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269}
270
271STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100272xfs_vn_mkdir(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 struct inode *dir,
274 struct dentry *dentry,
275 int mode)
276{
Nathan Scott416c6d52006-03-14 14:00:51 +1100277 return xfs_vn_mknod(dir, dentry, mode|S_IFDIR, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278}
279
280STATIC struct dentry *
Nathan Scott416c6d52006-03-14 14:00:51 +1100281xfs_vn_lookup(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 struct inode *dir,
283 struct dentry *dentry,
284 struct nameidata *nd)
285{
Christoph Hellwigef1f5e72008-03-06 13:46:25 +1100286 struct xfs_inode *cip;
Barry Naujok556b8b12008-04-10 12:22:07 +1000287 struct xfs_name name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 int error;
289
290 if (dentry->d_name.len >= MAXNAMELEN)
291 return ERR_PTR(-ENAMETOOLONG);
292
Barry Naujok556b8b12008-04-10 12:22:07 +1000293 xfs_dentry_to_name(&name, dentry);
Barry Naujok384f3ce2008-05-21 16:58:22 +1000294 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL);
Nathan Scott67fcaa72006-06-09 17:00:52 +1000295 if (unlikely(error)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 if (unlikely(error != ENOENT))
297 return ERR_PTR(-error);
298 d_add(dentry, NULL);
299 return NULL;
300 }
301
David Chinner01651642008-08-13 15:45:15 +1000302 return d_splice_alias(VFS_I(cip), dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303}
304
Barry Naujok384f3ce2008-05-21 16:58:22 +1000305STATIC struct dentry *
306xfs_vn_ci_lookup(
307 struct inode *dir,
308 struct dentry *dentry,
309 struct nameidata *nd)
310{
311 struct xfs_inode *ip;
312 struct xfs_name xname;
313 struct xfs_name ci_name;
314 struct qstr dname;
315 int error;
316
317 if (dentry->d_name.len >= MAXNAMELEN)
318 return ERR_PTR(-ENAMETOOLONG);
319
320 xfs_dentry_to_name(&xname, dentry);
321 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name);
322 if (unlikely(error)) {
323 if (unlikely(error != ENOENT))
324 return ERR_PTR(-error);
Barry Naujok866d5dc2008-05-22 17:21:40 +1000325 /*
326 * call d_add(dentry, NULL) here when d_drop_negative_children
327 * is called in xfs_vn_mknod (ie. allow negative dentries
328 * with CI filesystems).
329 */
Barry Naujok384f3ce2008-05-21 16:58:22 +1000330 return NULL;
331 }
332
333 /* if exact match, just splice and exit */
334 if (!ci_name.name)
David Chinner01651642008-08-13 15:45:15 +1000335 return d_splice_alias(VFS_I(ip), dentry);
Barry Naujok384f3ce2008-05-21 16:58:22 +1000336
337 /* else case-insensitive match... */
338 dname.name = ci_name.name;
339 dname.len = ci_name.len;
Christoph Hellwige45b5902008-08-07 23:49:07 +0200340 dentry = d_add_ci(dentry, VFS_I(ip), &dname);
Barry Naujok384f3ce2008-05-21 16:58:22 +1000341 kmem_free(ci_name.name);
342 return dentry;
343}
344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100346xfs_vn_link(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 struct dentry *old_dentry,
348 struct inode *dir,
349 struct dentry *dentry)
350{
Christoph Hellwigd9424b32008-12-03 12:20:27 +0100351 struct inode *inode = old_dentry->d_inode;
Barry Naujok556b8b12008-04-10 12:22:07 +1000352 struct xfs_name name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 int error;
354
Barry Naujok556b8b12008-04-10 12:22:07 +1000355 xfs_dentry_to_name(&name, dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
Barry Naujok556b8b12008-04-10 12:22:07 +1000357 error = xfs_link(XFS_I(dir), XFS_I(inode), &name);
Christoph Hellwigd9424b32008-12-03 12:20:27 +0100358 if (unlikely(error))
Christoph Hellwiga3da7892008-03-06 13:46:12 +1100359 return -error;
Christoph Hellwiga3da7892008-03-06 13:46:12 +1100360
Christoph Hellwigd9424b32008-12-03 12:20:27 +0100361 atomic_inc(&inode->i_count);
Christoph Hellwiga3da7892008-03-06 13:46:12 +1100362 d_instantiate(dentry, inode);
363 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364}
365
366STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100367xfs_vn_unlink(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 struct inode *dir,
369 struct dentry *dentry)
370{
Barry Naujok556b8b12008-04-10 12:22:07 +1000371 struct xfs_name name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 int error;
373
Barry Naujok556b8b12008-04-10 12:22:07 +1000374 xfs_dentry_to_name(&name, dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375
Christoph Hellwige5700702008-06-23 13:25:25 +1000376 error = -xfs_remove(XFS_I(dir), &name, XFS_I(dentry->d_inode));
377 if (error)
378 return error;
379
380 /*
381 * With unlink, the VFS makes the dentry "negative": no inode,
382 * but still hashed. This is incompatible with case-insensitive
383 * mode, so invalidate (unhash) the dentry in CI-mode.
384 */
385 if (xfs_sb_version_hasasciici(&XFS_M(dir->i_sb)->m_sb))
386 d_invalidate(dentry);
387 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388}
389
390STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100391xfs_vn_symlink(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 struct inode *dir,
393 struct dentry *dentry,
394 const char *symname)
395{
Christoph Hellwig3937be52008-03-06 13:46:19 +1100396 struct inode *inode;
397 struct xfs_inode *cip = NULL;
Barry Naujok556b8b12008-04-10 12:22:07 +1000398 struct xfs_name name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 int error;
Christoph Hellwig3e5daf02007-10-11 18:09:12 +1000400 mode_t mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401
Christoph Hellwig3e5daf02007-10-11 18:09:12 +1000402 mode = S_IFLNK |
Al Viroce3b0f82009-03-29 19:08:22 -0400403 (irix_symlink_mode ? 0777 & ~current_umask() : S_IRWXUGO);
Barry Naujok556b8b12008-04-10 12:22:07 +1000404 xfs_dentry_to_name(&name, dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
Barry Naujok556b8b12008-04-10 12:22:07 +1000406 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip, NULL);
Christoph Hellwig3937be52008-03-06 13:46:19 +1100407 if (unlikely(error))
408 goto out;
409
David Chinner01651642008-08-13 15:45:15 +1000410 inode = VFS_I(cip);
Christoph Hellwig3937be52008-03-06 13:46:19 +1100411
412 error = xfs_init_security(inode, dir);
413 if (unlikely(error))
414 goto out_cleanup_inode;
415
416 d_instantiate(dentry, inode);
Christoph Hellwig3937be52008-03-06 13:46:19 +1100417 return 0;
418
419 out_cleanup_inode:
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000420 xfs_cleanup_inode(dir, inode, dentry);
Christoph Hellwig3937be52008-03-06 13:46:19 +1100421 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 return -error;
423}
424
425STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100426xfs_vn_rename(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 struct inode *odir,
428 struct dentry *odentry,
429 struct inode *ndir,
430 struct dentry *ndentry)
431{
432 struct inode *new_inode = ndentry->d_inode;
Barry Naujok556b8b12008-04-10 12:22:07 +1000433 struct xfs_name oname;
434 struct xfs_name nname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435
Barry Naujok556b8b12008-04-10 12:22:07 +1000436 xfs_dentry_to_name(&oname, odentry);
437 xfs_dentry_to_name(&nname, ndentry);
438
Christoph Hellwige5700702008-06-23 13:25:25 +1000439 return -xfs_rename(XFS_I(odir), &oname, XFS_I(odentry->d_inode),
Christoph Hellwigcfa853e2008-04-22 17:34:06 +1000440 XFS_I(ndir), &nname, new_inode ?
441 XFS_I(new_inode) : NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442}
443
444/*
445 * careful here - this function can get called recursively, so
446 * we need to be very careful about how much stack we use.
447 * uio is kmalloced for this reason...
448 */
Al Viro008b1502005-08-20 00:17:39 +0100449STATIC void *
Nathan Scott416c6d52006-03-14 14:00:51 +1100450xfs_vn_follow_link(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 struct dentry *dentry,
452 struct nameidata *nd)
453{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 char *link;
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000455 int error = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456
Panagiotis Issarisf52720c2006-09-27 01:49:39 -0700457 link = kmalloc(MAXPATHLEN+1, GFP_KERNEL);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000458 if (!link)
459 goto out_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000461 error = -xfs_readlink(XFS_I(dentry->d_inode), link);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000462 if (unlikely(error))
463 goto out_kfree;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464
465 nd_set_link(nd, link);
Al Viro008b1502005-08-20 00:17:39 +0100466 return NULL;
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000467
468 out_kfree:
469 kfree(link);
470 out_err:
471 nd_set_link(nd, ERR_PTR(error));
472 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473}
474
Nathan Scottcde410a2005-09-05 11:47:01 +1000475STATIC void
Nathan Scott416c6d52006-03-14 14:00:51 +1100476xfs_vn_put_link(
Nathan Scottcde410a2005-09-05 11:47:01 +1000477 struct dentry *dentry,
478 struct nameidata *nd,
479 void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480{
Nathan Scottcde410a2005-09-05 11:47:01 +1000481 char *s = nd_get_link(nd);
482
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 if (!IS_ERR(s))
484 kfree(s);
485}
486
Christoph Hellwig45767582008-02-05 12:13:24 +1100487STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100488xfs_vn_getattr(
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000489 struct vfsmount *mnt,
490 struct dentry *dentry,
491 struct kstat *stat)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492{
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000493 struct inode *inode = dentry->d_inode;
494 struct xfs_inode *ip = XFS_I(inode);
495 struct xfs_mount *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000497 xfs_itrace_entry(ip);
498
499 if (XFS_FORCED_SHUTDOWN(mp))
500 return XFS_ERROR(EIO);
501
502 stat->size = XFS_ISIZE(ip);
503 stat->dev = inode->i_sb->s_dev;
504 stat->mode = ip->i_d.di_mode;
505 stat->nlink = ip->i_d.di_nlink;
506 stat->uid = ip->i_d.di_uid;
507 stat->gid = ip->i_d.di_gid;
508 stat->ino = ip->i_ino;
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000509 stat->atime = inode->i_atime;
510 stat->mtime.tv_sec = ip->i_d.di_mtime.t_sec;
511 stat->mtime.tv_nsec = ip->i_d.di_mtime.t_nsec;
512 stat->ctime.tv_sec = ip->i_d.di_ctime.t_sec;
513 stat->ctime.tv_nsec = ip->i_d.di_ctime.t_nsec;
514 stat->blocks =
515 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks);
516
517
518 switch (inode->i_mode & S_IFMT) {
519 case S_IFBLK:
520 case S_IFCHR:
521 stat->blksize = BLKDEV_IOSIZE;
522 stat->rdev = MKDEV(sysv_major(ip->i_df.if_u2.if_rdev) & 0x1ff,
523 sysv_minor(ip->i_df.if_u2.if_rdev));
524 break;
525 default:
Eric Sandeen71ddabb2007-11-23 16:29:42 +1100526 if (XFS_IS_REALTIME_INODE(ip)) {
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000527 /*
528 * If the file blocks are being allocated from a
529 * realtime volume, then return the inode's realtime
530 * extent size or the realtime volume's extent size.
531 */
532 stat->blksize =
533 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog;
534 } else
535 stat->blksize = xfs_preferred_iosize(mp);
536 stat->rdev = 0;
537 break;
Nathan Scott69e23b92006-09-28 11:01:22 +1000538 }
Christoph Hellwigc43f4082007-10-11 17:46:39 +1000539
540 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541}
542
543STATIC int
Nathan Scott416c6d52006-03-14 14:00:51 +1100544xfs_vn_setattr(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 struct dentry *dentry,
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000546 struct iattr *iattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547{
Christoph Hellwigea5a3dc82008-10-30 18:27:48 +1100548 return -xfs_setattr(XFS_I(dentry->d_inode), iattr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549}
550
David Chinnerd87dd632008-04-10 12:21:46 +1000551/*
552 * block_truncate_page can return an error, but we can't propagate it
553 * at all here. Leave a complaint + stack trace in the syslog because
554 * this could be bad. If it is bad, we need to propagate the error further.
555 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556STATIC void
Nathan Scott416c6d52006-03-14 14:00:51 +1100557xfs_vn_truncate(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 struct inode *inode)
559{
David Chinnerd87dd632008-04-10 12:21:46 +1000560 int error;
561 error = block_truncate_page(inode->i_mapping, inode->i_size,
562 xfs_get_blocks);
563 WARN_ON(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564}
565
David Chinner3ed65262007-11-23 16:29:25 +1100566STATIC long
567xfs_vn_fallocate(
568 struct inode *inode,
569 int mode,
570 loff_t offset,
571 loff_t len)
572{
573 long error;
574 loff_t new_size = 0;
575 xfs_flock64_t bf;
576 xfs_inode_t *ip = XFS_I(inode);
577
578 /* preallocation on directories not yet supported */
579 error = -ENODEV;
580 if (S_ISDIR(inode->i_mode))
581 goto out_error;
582
583 bf.l_whence = 0;
584 bf.l_start = offset;
585 bf.l_len = len;
586
587 xfs_ilock(ip, XFS_IOLOCK_EXCL);
588 error = xfs_change_file_space(ip, XFS_IOC_RESVSP, &bf,
Christoph Hellwigea5a3dc82008-10-30 18:27:48 +1100589 0, XFS_ATTR_NOLOCK);
David Chinner3ed65262007-11-23 16:29:25 +1100590 if (!error && !(mode & FALLOC_FL_KEEP_SIZE) &&
591 offset + len > i_size_read(inode))
592 new_size = offset + len;
593
594 /* Change file size if needed */
595 if (new_size) {
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000596 struct iattr iattr;
David Chinner3ed65262007-11-23 16:29:25 +1100597
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000598 iattr.ia_valid = ATTR_SIZE;
599 iattr.ia_size = new_size;
Christoph Hellwigea5a3dc82008-10-30 18:27:48 +1100600 error = xfs_setattr(ip, &iattr, XFS_ATTR_NOLOCK);
David Chinner3ed65262007-11-23 16:29:25 +1100601 }
602
603 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
604out_error:
605 return error;
606}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607
Eric Sandeenf35642e2008-11-28 14:23:35 +1100608#define XFS_FIEMAP_FLAGS (FIEMAP_FLAG_SYNC|FIEMAP_FLAG_XATTR)
609
610/*
611 * Call fiemap helper to fill in user data.
612 * Returns positive errors to xfs_getbmap.
613 */
614STATIC int
615xfs_fiemap_format(
616 void **arg,
617 struct getbmapx *bmv,
618 int *full)
619{
620 int error;
621 struct fiemap_extent_info *fieinfo = *arg;
622 u32 fiemap_flags = 0;
623 u64 logical, physical, length;
624
625 /* Do nothing for a hole */
626 if (bmv->bmv_block == -1LL)
627 return 0;
628
629 logical = BBTOB(bmv->bmv_offset);
630 physical = BBTOB(bmv->bmv_block);
631 length = BBTOB(bmv->bmv_length);
632
633 if (bmv->bmv_oflags & BMV_OF_PREALLOC)
634 fiemap_flags |= FIEMAP_EXTENT_UNWRITTEN;
635 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) {
636 fiemap_flags |= FIEMAP_EXTENT_DELALLOC;
637 physical = 0; /* no block yet */
638 }
639 if (bmv->bmv_oflags & BMV_OF_LAST)
640 fiemap_flags |= FIEMAP_EXTENT_LAST;
641
642 error = fiemap_fill_next_extent(fieinfo, logical, physical,
643 length, fiemap_flags);
644 if (error > 0) {
645 error = 0;
646 *full = 1; /* user array now full */
647 }
648
649 return -error;
650}
651
652STATIC int
653xfs_vn_fiemap(
654 struct inode *inode,
655 struct fiemap_extent_info *fieinfo,
656 u64 start,
657 u64 length)
658{
659 xfs_inode_t *ip = XFS_I(inode);
660 struct getbmapx bm;
661 int error;
662
663 error = fiemap_check_flags(fieinfo, XFS_FIEMAP_FLAGS);
664 if (error)
665 return error;
666
667 /* Set up bmap header for xfs internal routine */
668 bm.bmv_offset = BTOBB(start);
669 /* Special case for whole file */
670 if (length == FIEMAP_MAX_OFFSET)
671 bm.bmv_length = -1LL;
672 else
673 bm.bmv_length = BTOBB(length);
674
Eric Sandeen97db39a2009-07-26 21:52:01 -0500675 /* We add one because in getbmap world count includes the header */
676 bm.bmv_count = fieinfo->fi_extents_max + 1;
Eric Sandeenf35642e2008-11-28 14:23:35 +1100677 bm.bmv_iflags = BMV_IF_PREALLOC;
678 if (fieinfo->fi_flags & FIEMAP_FLAG_XATTR)
679 bm.bmv_iflags |= BMV_IF_ATTRFORK;
680 if (!(fieinfo->fi_flags & FIEMAP_FLAG_SYNC))
681 bm.bmv_iflags |= BMV_IF_DELALLOC;
682
683 error = xfs_getbmap(ip, &bm, xfs_fiemap_format, fieinfo);
684 if (error)
685 return -error;
686
687 return 0;
688}
689
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000690static const struct inode_operations xfs_inode_operations = {
Linus Torvalds18f4c642009-08-28 12:29:03 -0700691 .check_acl = xfs_check_acl,
Nathan Scott416c6d52006-03-14 14:00:51 +1100692 .truncate = xfs_vn_truncate,
693 .getattr = xfs_vn_getattr,
694 .setattr = xfs_vn_setattr,
Lachlan McIlroy0ec58512008-06-23 13:23:01 +1000695 .setxattr = generic_setxattr,
696 .getxattr = generic_getxattr,
697 .removexattr = generic_removexattr,
Nathan Scott416c6d52006-03-14 14:00:51 +1100698 .listxattr = xfs_vn_listxattr,
David Chinner3ed65262007-11-23 16:29:25 +1100699 .fallocate = xfs_vn_fallocate,
Eric Sandeenf35642e2008-11-28 14:23:35 +1100700 .fiemap = xfs_vn_fiemap,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701};
702
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000703static const struct inode_operations xfs_dir_inode_operations = {
Nathan Scott416c6d52006-03-14 14:00:51 +1100704 .create = xfs_vn_create,
705 .lookup = xfs_vn_lookup,
706 .link = xfs_vn_link,
707 .unlink = xfs_vn_unlink,
708 .symlink = xfs_vn_symlink,
709 .mkdir = xfs_vn_mkdir,
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000710 /*
711 * Yes, XFS uses the same method for rmdir and unlink.
712 *
713 * There are some subtile differences deeper in the code,
714 * but we use S_ISDIR to check for those.
715 */
716 .rmdir = xfs_vn_unlink,
Nathan Scott416c6d52006-03-14 14:00:51 +1100717 .mknod = xfs_vn_mknod,
718 .rename = xfs_vn_rename,
Linus Torvalds18f4c642009-08-28 12:29:03 -0700719 .check_acl = xfs_check_acl,
Nathan Scott416c6d52006-03-14 14:00:51 +1100720 .getattr = xfs_vn_getattr,
721 .setattr = xfs_vn_setattr,
Lachlan McIlroy0ec58512008-06-23 13:23:01 +1000722 .setxattr = generic_setxattr,
723 .getxattr = generic_getxattr,
724 .removexattr = generic_removexattr,
Nathan Scott416c6d52006-03-14 14:00:51 +1100725 .listxattr = xfs_vn_listxattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726};
727
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000728static const struct inode_operations xfs_dir_ci_inode_operations = {
Barry Naujok384f3ce2008-05-21 16:58:22 +1000729 .create = xfs_vn_create,
730 .lookup = xfs_vn_ci_lookup,
731 .link = xfs_vn_link,
732 .unlink = xfs_vn_unlink,
733 .symlink = xfs_vn_symlink,
734 .mkdir = xfs_vn_mkdir,
Christoph Hellwig8f112e32008-06-23 13:25:17 +1000735 /*
736 * Yes, XFS uses the same method for rmdir and unlink.
737 *
738 * There are some subtile differences deeper in the code,
739 * but we use S_ISDIR to check for those.
740 */
741 .rmdir = xfs_vn_unlink,
Barry Naujok384f3ce2008-05-21 16:58:22 +1000742 .mknod = xfs_vn_mknod,
743 .rename = xfs_vn_rename,
Linus Torvalds18f4c642009-08-28 12:29:03 -0700744 .check_acl = xfs_check_acl,
Barry Naujok384f3ce2008-05-21 16:58:22 +1000745 .getattr = xfs_vn_getattr,
746 .setattr = xfs_vn_setattr,
Lachlan McIlroy0ec58512008-06-23 13:23:01 +1000747 .setxattr = generic_setxattr,
748 .getxattr = generic_getxattr,
749 .removexattr = generic_removexattr,
Barry Naujok384f3ce2008-05-21 16:58:22 +1000750 .listxattr = xfs_vn_listxattr,
Barry Naujok384f3ce2008-05-21 16:58:22 +1000751};
752
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000753static const struct inode_operations xfs_symlink_inode_operations = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 .readlink = generic_readlink,
Nathan Scott416c6d52006-03-14 14:00:51 +1100755 .follow_link = xfs_vn_follow_link,
756 .put_link = xfs_vn_put_link,
Linus Torvalds18f4c642009-08-28 12:29:03 -0700757 .check_acl = xfs_check_acl,
Nathan Scott416c6d52006-03-14 14:00:51 +1100758 .getattr = xfs_vn_getattr,
759 .setattr = xfs_vn_setattr,
Lachlan McIlroy0ec58512008-06-23 13:23:01 +1000760 .setxattr = generic_setxattr,
761 .getxattr = generic_getxattr,
762 .removexattr = generic_removexattr,
Nathan Scott416c6d52006-03-14 14:00:51 +1100763 .listxattr = xfs_vn_listxattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764};
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000765
766STATIC void
767xfs_diflags_to_iflags(
768 struct inode *inode,
769 struct xfs_inode *ip)
770{
771 if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE)
772 inode->i_flags |= S_IMMUTABLE;
773 else
774 inode->i_flags &= ~S_IMMUTABLE;
775 if (ip->i_d.di_flags & XFS_DIFLAG_APPEND)
776 inode->i_flags |= S_APPEND;
777 else
778 inode->i_flags &= ~S_APPEND;
779 if (ip->i_d.di_flags & XFS_DIFLAG_SYNC)
780 inode->i_flags |= S_SYNC;
781 else
782 inode->i_flags &= ~S_SYNC;
783 if (ip->i_d.di_flags & XFS_DIFLAG_NOATIME)
784 inode->i_flags |= S_NOATIME;
785 else
786 inode->i_flags &= ~S_NOATIME;
787}
788
789/*
790 * Initialize the Linux inode, set up the operation vectors and
791 * unlock the inode.
792 *
793 * When reading existing inodes from disk this is called directly
794 * from xfs_iget, when creating a new inode it is called from
795 * xfs_ialloc after setting up the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100796 *
797 * We are always called with an uninitialised linux inode here.
798 * We need to initialise the necessary fields and take a reference
799 * on it.
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000800 */
801void
802xfs_setup_inode(
803 struct xfs_inode *ip)
804{
David Chinnerbf904242008-10-30 17:36:14 +1100805 struct inode *inode = &ip->i_vnode;
806
807 inode->i_ino = ip->i_ino;
808 inode->i_state = I_NEW|I_LOCK;
809 inode_add_to_lists(ip->i_mount->m_super, inode);
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000810
811 inode->i_mode = ip->i_d.di_mode;
812 inode->i_nlink = ip->i_d.di_nlink;
813 inode->i_uid = ip->i_d.di_uid;
814 inode->i_gid = ip->i_d.di_gid;
815
816 switch (inode->i_mode & S_IFMT) {
817 case S_IFBLK:
818 case S_IFCHR:
819 inode->i_rdev =
820 MKDEV(sysv_major(ip->i_df.if_u2.if_rdev) & 0x1ff,
821 sysv_minor(ip->i_df.if_u2.if_rdev));
822 break;
823 default:
824 inode->i_rdev = 0;
825 break;
826 }
827
828 inode->i_generation = ip->i_d.di_gen;
829 i_size_write(inode, ip->i_d.di_size);
830 inode->i_atime.tv_sec = ip->i_d.di_atime.t_sec;
831 inode->i_atime.tv_nsec = ip->i_d.di_atime.t_nsec;
832 inode->i_mtime.tv_sec = ip->i_d.di_mtime.t_sec;
833 inode->i_mtime.tv_nsec = ip->i_d.di_mtime.t_nsec;
834 inode->i_ctime.tv_sec = ip->i_d.di_ctime.t_sec;
835 inode->i_ctime.tv_nsec = ip->i_d.di_ctime.t_nsec;
836 xfs_diflags_to_iflags(inode, ip);
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000837
838 switch (inode->i_mode & S_IFMT) {
839 case S_IFREG:
840 inode->i_op = &xfs_inode_operations;
841 inode->i_fop = &xfs_file_operations;
842 inode->i_mapping->a_ops = &xfs_address_space_operations;
843 break;
844 case S_IFDIR:
845 if (xfs_sb_version_hasasciici(&XFS_M(inode->i_sb)->m_sb))
846 inode->i_op = &xfs_dir_ci_inode_operations;
847 else
848 inode->i_op = &xfs_dir_inode_operations;
849 inode->i_fop = &xfs_dir_file_operations;
850 break;
851 case S_IFLNK:
852 inode->i_op = &xfs_symlink_inode_operations;
853 if (!(ip->i_df.if_flags & XFS_IFINLINE))
854 inode->i_mapping->a_ops = &xfs_address_space_operations;
855 break;
856 default:
857 inode->i_op = &xfs_inode_operations;
858 init_special_inode(inode, inode->i_mode, inode->i_rdev);
859 break;
860 }
861
862 xfs_iflags_clear(ip, XFS_INEW);
863 barrier();
864
865 unlock_new_inode(inode);
866}