]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/xfs/linux-2.6/xfs_iops.c
[XFS] cleanup vnode use in xfs_create/mknod/mkdir
[net-next-2.6.git] / fs / xfs / linux-2.6 / xfs_iops.c
CommitLineData
1da177e4 1/*
7b718769
NS
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
1da177e4 4 *
7b718769
NS
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
1da177e4
LT
7 * published by the Free Software Foundation.
8 *
7b718769
NS
9 * 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.
1da177e4 13 *
7b718769
NS
14 * 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
1da177e4 17 */
1da177e4
LT
18#include "xfs.h"
19#include "xfs_fs.h"
a844f451 20#include "xfs_bit.h"
1da177e4 21#include "xfs_log.h"
a844f451 22#include "xfs_inum.h"
1da177e4
LT
23#include "xfs_trans.h"
24#include "xfs_sb.h"
25#include "xfs_ag.h"
1da177e4
LT
26#include "xfs_dir2.h"
27#include "xfs_alloc.h"
28#include "xfs_dmapi.h"
29#include "xfs_quota.h"
30#include "xfs_mount.h"
1da177e4 31#include "xfs_bmap_btree.h"
a844f451 32#include "xfs_alloc_btree.h"
1da177e4 33#include "xfs_ialloc_btree.h"
1da177e4 34#include "xfs_dir2_sf.h"
a844f451 35#include "xfs_attr_sf.h"
1da177e4
LT
36#include "xfs_dinode.h"
37#include "xfs_inode.h"
38#include "xfs_bmap.h"
a844f451
NS
39#include "xfs_btree.h"
40#include "xfs_ialloc.h"
1da177e4
LT
41#include "xfs_rtalloc.h"
42#include "xfs_error.h"
43#include "xfs_itable.h"
44#include "xfs_rw.h"
45#include "xfs_acl.h"
1da177e4
LT
46#include "xfs_attr.h"
47#include "xfs_buf_item.h"
48#include "xfs_utils.h"
739bfb2a 49#include "xfs_vnodeops.h"
1da177e4 50
16f7e0fe 51#include <linux/capability.h>
1da177e4
LT
52#include <linux/xattr.h>
53#include <linux/namei.h>
446ada4a 54#include <linux/security.h>
3ed65264 55#include <linux/falloc.h>
1da177e4 56
42fe2b1f
CH
57/*
58 * Bring the atime in the XFS inode uptodate.
59 * Used before logging the inode to disk or when the Linux inode goes away.
60 */
61void
62xfs_synchronize_atime(
63 xfs_inode_t *ip)
64{
67fcaa73 65 bhv_vnode_t *vp;
42fe2b1f
CH
66
67 vp = XFS_ITOV_NULL(ip);
68 if (vp) {
0a74cd19
CH
69 ip->i_d.di_atime.t_sec = (__int32_t)vp->i_atime.tv_sec;
70 ip->i_d.di_atime.t_nsec = (__int32_t)vp->i_atime.tv_nsec;
42fe2b1f
CH
71 }
72}
73
5d51eff4
DC
74/*
75 * If the linux inode exists, mark it dirty.
76 * Used when commiting a dirty inode into a transaction so that
77 * the inode will get written back by the linux code
78 */
79void
80xfs_mark_inode_dirty_sync(
81 xfs_inode_t *ip)
82{
83 bhv_vnode_t *vp;
84
85 vp = XFS_ITOV_NULL(ip);
86 if (vp)
87 mark_inode_dirty_sync(vn_to_inode(vp));
88}
89
4aeb664c
NS
90/*
91 * Change the requested timestamp in the given inode.
92 * We don't lock across timestamp updates, and we don't log them but
93 * we do record the fact that there is dirty information in core.
94 *
95 * NOTE -- callers MUST combine XFS_ICHGTIME_MOD or XFS_ICHGTIME_CHG
96 * with XFS_ICHGTIME_ACC to be sure that access time
97 * update will take. Calling first with XFS_ICHGTIME_ACC
98 * and then XFS_ICHGTIME_MOD may fail to modify the access
99 * timestamp if the filesystem is mounted noacctm.
100 */
101void
102xfs_ichgtime(
103 xfs_inode_t *ip,
104 int flags)
105{
ec86dc02 106 struct inode *inode = vn_to_inode(XFS_ITOV(ip));
4aeb664c
NS
107 timespec_t tv;
108
4aeb664c
NS
109 nanotime(&tv);
110 if (flags & XFS_ICHGTIME_MOD) {
111 inode->i_mtime = tv;
112 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec;
113 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec;
114 }
115 if (flags & XFS_ICHGTIME_ACC) {
116 inode->i_atime = tv;
117 ip->i_d.di_atime.t_sec = (__int32_t)tv.tv_sec;
118 ip->i_d.di_atime.t_nsec = (__int32_t)tv.tv_nsec;
119 }
120 if (flags & XFS_ICHGTIME_CHG) {
121 inode->i_ctime = tv;
122 ip->i_d.di_ctime.t_sec = (__int32_t)tv.tv_sec;
123 ip->i_d.di_ctime.t_nsec = (__int32_t)tv.tv_nsec;
124 }
125
126 /*
127 * We update the i_update_core field _after_ changing
128 * the timestamps in order to coordinate properly with
129 * xfs_iflush() so that we don't lose timestamp updates.
130 * This keeps us from having to hold the inode lock
131 * while doing this. We use the SYNCHRONIZE macro to
132 * ensure that the compiler does not reorder the update
133 * of i_update_core above the timestamp updates above.
134 */
135 SYNCHRONIZE();
136 ip->i_update_core = 1;
cf10e82b 137 if (!(inode->i_state & I_NEW))
4aeb664c
NS
138 mark_inode_dirty_sync(inode);
139}
140
141/*
142 * Variant on the above which avoids querying the system clock
143 * in situations where we know the Linux inode timestamps have
144 * just been updated (and so we can update our inode cheaply).
4aeb664c
NS
145 */
146void
147xfs_ichgtime_fast(
148 xfs_inode_t *ip,
149 struct inode *inode,
150 int flags)
151{
152 timespec_t *tvp;
153
154 /*
42fe2b1f
CH
155 * Atime updates for read() & friends are handled lazily now, and
156 * explicit updates must go through xfs_ichgtime()
4aeb664c 157 */
42fe2b1f 158 ASSERT((flags & XFS_ICHGTIME_ACC) == 0);
4aeb664c
NS
159
160 /*
42fe2b1f
CH
161 * We're not supposed to change timestamps in readonly-mounted
162 * filesystems. Throw it away if anyone asks us.
4aeb664c 163 */
42fe2b1f 164 if (unlikely(IS_RDONLY(inode)))
4aeb664c
NS
165 return;
166
167 if (flags & XFS_ICHGTIME_MOD) {
168 tvp = &inode->i_mtime;
169 ip->i_d.di_mtime.t_sec = (__int32_t)tvp->tv_sec;
170 ip->i_d.di_mtime.t_nsec = (__int32_t)tvp->tv_nsec;
171 }
4aeb664c
NS
172 if (flags & XFS_ICHGTIME_CHG) {
173 tvp = &inode->i_ctime;
174 ip->i_d.di_ctime.t_sec = (__int32_t)tvp->tv_sec;
175 ip->i_d.di_ctime.t_nsec = (__int32_t)tvp->tv_nsec;
176 }
177
178 /*
179 * We update the i_update_core field _after_ changing
180 * the timestamps in order to coordinate properly with
181 * xfs_iflush() so that we don't lose timestamp updates.
182 * This keeps us from having to hold the inode lock
183 * while doing this. We use the SYNCHRONIZE macro to
184 * ensure that the compiler does not reorder the update
185 * of i_update_core above the timestamp updates above.
186 */
187 SYNCHRONIZE();
188 ip->i_update_core = 1;
cf10e82b 189 if (!(inode->i_state & I_NEW))
4aeb664c
NS
190 mark_inode_dirty_sync(inode);
191}
192
1da177e4
LT
193
194/*
195 * Pull the link count and size up from the xfs inode to the linux inode
196 */
197STATIC void
416c6d5b 198xfs_validate_fields(
6572bc28 199 struct inode *inode)
1da177e4 200{
6572bc28
CH
201 struct xfs_inode *ip = XFS_I(inode);
202 loff_t size;
203
6572bc28
CH
204 /* we're under i_sem so i_size can't change under us */
205 size = XFS_ISIZE(ip);
206 if (i_size_read(inode) != size)
207 i_size_write(inode, size);
1da177e4
LT
208}
209
446ada4a
NS
210/*
211 * Hook in SELinux. This is not quite correct yet, what we really need
212 * here (as we do for default ACLs) is a mechanism by which creation of
213 * these attrs can be journalled at inode creation time (along with the
214 * inode, of course, such that log replay can't cause these to be lost).
215 */
216STATIC int
416c6d5b 217xfs_init_security(
67fcaa73 218 bhv_vnode_t *vp,
446ada4a
NS
219 struct inode *dir)
220{
ec86dc02 221 struct inode *ip = vn_to_inode(vp);
446ada4a
NS
222 size_t length;
223 void *value;
224 char *name;
225 int error;
226
227 error = security_inode_init_security(ip, dir, &name, &value, &length);
228 if (error) {
229 if (error == -EOPNOTSUPP)
230 return 0;
231 return -error;
232 }
233
739bfb2a
CH
234 error = xfs_attr_set(XFS_I(ip), name, value,
235 length, ATTR_SECURE);
446ada4a 236 if (!error)
b3aea4ed 237 xfs_iflags_set(XFS_I(ip), XFS_IMODIFIED);
446ada4a
NS
238
239 kfree(name);
240 kfree(value);
241 return error;
242}
243
7989cb8e 244STATIC void
416c6d5b 245xfs_cleanup_inode(
739bfb2a 246 struct inode *dir,
67fcaa73 247 bhv_vnode_t *vp,
220b5284 248 struct dentry *dentry,
3a69c7dc
YL
249 int mode)
250{
251 struct dentry teardown = {};
3a69c7dc
YL
252
253 /* Oh, the horror.
220b5284 254 * If we can't add the ACL or we fail in
416c6d5b 255 * xfs_init_security we must back out.
3a69c7dc
YL
256 * ENOSPC can hit here, among other things.
257 */
ec86dc02 258 teardown.d_inode = vn_to_inode(vp);
3a69c7dc
YL
259 teardown.d_name = dentry->d_name;
260
261 if (S_ISDIR(mode))
739bfb2a 262 xfs_rmdir(XFS_I(dir), &teardown);
3a69c7dc 263 else
739bfb2a 264 xfs_remove(XFS_I(dir), &teardown);
3a69c7dc
YL
265 VN_RELE(vp);
266}
267
1da177e4 268STATIC int
416c6d5b 269xfs_vn_mknod(
1da177e4
LT
270 struct inode *dir,
271 struct dentry *dentry,
272 int mode,
273 dev_t rdev)
274{
db0bb7ba 275 struct inode *inode;
979ebab1 276 struct xfs_inode *ip = NULL;
1da177e4
LT
277 xfs_acl_t *default_acl = NULL;
278 attrexists_t test_default_acl = _ACL_DEFAULT_EXISTS;
279 int error;
280
281 /*
282 * Irix uses Missed'em'V split, but doesn't want to see
283 * the upper 5 bits of (14bit) major.
284 */
220b5284 285 if (unlikely(!sysv_valid_dev(rdev) || MAJOR(rdev) & ~0x1ff))
1da177e4
LT
286 return -EINVAL;
287
979ebab1 288 if (test_default_acl && test_default_acl(dir)) {
220b5284 289 if (!_ACL_ALLOC(default_acl)) {
1da177e4 290 return -ENOMEM;
220b5284 291 }
979ebab1 292 if (!_ACL_GET_DEFAULT(dir, default_acl)) {
1da177e4
LT
293 _ACL_FREE(default_acl);
294 default_acl = NULL;
295 }
296 }
297
db0bb7ba 298 if (IS_POSIXACL(dir) && !default_acl)
1da177e4
LT
299 mode &= ~current->fs->umask;
300
1da177e4 301 switch (mode & S_IFMT) {
db0bb7ba
CH
302 case S_IFCHR:
303 case S_IFBLK:
304 case S_IFIFO:
305 case S_IFSOCK:
3e5daf05 306 rdev = sysv_encode_dev(rdev);
1da177e4 307 case S_IFREG:
979ebab1 308 error = xfs_create(XFS_I(dir), dentry, mode, rdev, &ip, NULL);
1da177e4
LT
309 break;
310 case S_IFDIR:
979ebab1 311 error = xfs_mkdir(XFS_I(dir), dentry, mode, &ip, NULL);
1da177e4
LT
312 break;
313 default:
314 error = EINVAL;
315 break;
316 }
317
db0bb7ba
CH
318 if (unlikely(error))
319 goto out_free_acl;
446ada4a 320
979ebab1
CH
321 inode = ip->i_vnode;
322
323 error = xfs_init_security(inode, dir);
db0bb7ba
CH
324 if (unlikely(error))
325 goto out_cleanup_inode;
326
327 if (default_acl) {
979ebab1 328 error = _ACL_INHERIT(inode, mode, default_acl);
db0bb7ba
CH
329 if (unlikely(error))
330 goto out_cleanup_inode;
979ebab1 331 xfs_iflags_set(ip, XFS_IMODIFIED);
1da177e4
LT
332 _ACL_FREE(default_acl);
333 }
334
1da177e4 335
db0bb7ba
CH
336 if (S_ISDIR(mode))
337 xfs_validate_fields(inode);
338 d_instantiate(dentry, inode);
339 xfs_validate_fields(dir);
340 return -error;
341
342 out_cleanup_inode:
979ebab1 343 xfs_cleanup_inode(dir, inode, dentry, mode);
db0bb7ba
CH
344 out_free_acl:
345 if (default_acl)
346 _ACL_FREE(default_acl);
1da177e4
LT
347 return -error;
348}
349
350STATIC int
416c6d5b 351xfs_vn_create(
1da177e4
LT
352 struct inode *dir,
353 struct dentry *dentry,
354 int mode,
355 struct nameidata *nd)
356{
416c6d5b 357 return xfs_vn_mknod(dir, dentry, mode, 0);
1da177e4
LT
358}
359
360STATIC int
416c6d5b 361xfs_vn_mkdir(
1da177e4
LT
362 struct inode *dir,
363 struct dentry *dentry,
364 int mode)
365{
416c6d5b 366 return xfs_vn_mknod(dir, dentry, mode|S_IFDIR, 0);
1da177e4
LT
367}
368
369STATIC struct dentry *
416c6d5b 370xfs_vn_lookup(
1da177e4
LT
371 struct inode *dir,
372 struct dentry *dentry,
373 struct nameidata *nd)
374{
739bfb2a 375 bhv_vnode_t *cvp;
1da177e4
LT
376 int error;
377
378 if (dentry->d_name.len >= MAXNAMELEN)
379 return ERR_PTR(-ENAMETOOLONG);
380
739bfb2a 381 error = xfs_lookup(XFS_I(dir), dentry, &cvp);
67fcaa73 382 if (unlikely(error)) {
1da177e4
LT
383 if (unlikely(error != ENOENT))
384 return ERR_PTR(-error);
385 d_add(dentry, NULL);
386 return NULL;
387 }
388
ec86dc02 389 return d_splice_alias(vn_to_inode(cvp), dentry);
1da177e4
LT
390}
391
392STATIC int
416c6d5b 393xfs_vn_link(
1da177e4
LT
394 struct dentry *old_dentry,
395 struct inode *dir,
396 struct dentry *dentry)
397{
398 struct inode *ip; /* inode of guy being linked to */
67fcaa73 399 bhv_vnode_t *vp; /* vp of name being linked */
1da177e4
LT
400 int error;
401
402 ip = old_dentry->d_inode; /* inode being linked to */
ec86dc02 403 vp = vn_from_inode(ip);
1da177e4 404
97dfd70c 405 VN_HOLD(vp);
739bfb2a 406 error = xfs_link(XFS_I(dir), vp, dentry);
97dfd70c
NS
407 if (unlikely(error)) {
408 VN_RELE(vp);
409 } else {
b3aea4ed 410 xfs_iflags_set(XFS_I(dir), XFS_IMODIFIED);
6572bc28 411 xfs_validate_fields(ip);
1da177e4
LT
412 d_instantiate(dentry, ip);
413 }
414 return -error;
415}
416
417STATIC int
416c6d5b 418xfs_vn_unlink(
1da177e4
LT
419 struct inode *dir,
420 struct dentry *dentry)
421{
422 struct inode *inode;
1da177e4
LT
423 int error;
424
425 inode = dentry->d_inode;
1da177e4 426
739bfb2a 427 error = xfs_remove(XFS_I(dir), dentry);
220b5284 428 if (likely(!error)) {
6572bc28
CH
429 xfs_validate_fields(dir); /* size needs update */
430 xfs_validate_fields(inode);
1da177e4 431 }
1da177e4
LT
432 return -error;
433}
434
435STATIC int
416c6d5b 436xfs_vn_symlink(
1da177e4
LT
437 struct inode *dir,
438 struct dentry *dentry,
439 const char *symname)
440{
441 struct inode *ip;
67fcaa73 442 bhv_vnode_t *cvp; /* used to lookup symlink to put in dentry */
1da177e4 443 int error;
3e5daf05 444 mode_t mode;
1da177e4 445
1da177e4
LT
446 cvp = NULL;
447
3e5daf05 448 mode = S_IFLNK |
0432dab2 449 (irix_symlink_mode ? 0777 & ~current->fs->umask : S_IRWXUGO);
1da177e4 450
3e5daf05
CH
451 error = xfs_symlink(XFS_I(dir), dentry, (char *)symname, mode,
452 &cvp, NULL);
54245702 453 if (likely(!error && cvp)) {
416c6d5b 454 error = xfs_init_security(cvp, dir);
54245702 455 if (likely(!error)) {
ec86dc02 456 ip = vn_to_inode(cvp);
54245702 457 d_instantiate(dentry, ip);
6572bc28
CH
458 xfs_validate_fields(dir);
459 xfs_validate_fields(ip);
ce9d37c2 460 } else {
739bfb2a 461 xfs_cleanup_inode(dir, cvp, dentry, 0);
54245702 462 }
1da177e4
LT
463 }
464 return -error;
465}
466
467STATIC int
416c6d5b 468xfs_vn_rmdir(
1da177e4
LT
469 struct inode *dir,
470 struct dentry *dentry)
471{
472 struct inode *inode = dentry->d_inode;
1da177e4
LT
473 int error;
474
739bfb2a 475 error = xfs_rmdir(XFS_I(dir), dentry);
220b5284 476 if (likely(!error)) {
6572bc28
CH
477 xfs_validate_fields(inode);
478 xfs_validate_fields(dir);
1da177e4
LT
479 }
480 return -error;
481}
482
483STATIC int
416c6d5b 484xfs_vn_rename(
1da177e4
LT
485 struct inode *odir,
486 struct dentry *odentry,
487 struct inode *ndir,
488 struct dentry *ndentry)
489{
490 struct inode *new_inode = ndentry->d_inode;
67fcaa73 491 bhv_vnode_t *tvp; /* target directory */
1da177e4
LT
492 int error;
493
ec86dc02 494 tvp = vn_from_inode(ndir);
1da177e4 495
739bfb2a 496 error = xfs_rename(XFS_I(odir), odentry, tvp, ndentry);
220b5284
NS
497 if (likely(!error)) {
498 if (new_inode)
6572bc28
CH
499 xfs_validate_fields(new_inode);
500 xfs_validate_fields(odir);
220b5284 501 if (ndir != odir)
6572bc28 502 xfs_validate_fields(ndir);
220b5284 503 }
220b5284 504 return -error;
1da177e4
LT
505}
506
507/*
508 * careful here - this function can get called recursively, so
509 * we need to be very careful about how much stack we use.
510 * uio is kmalloced for this reason...
511 */
008b150a 512STATIC void *
416c6d5b 513xfs_vn_follow_link(
1da177e4
LT
514 struct dentry *dentry,
515 struct nameidata *nd)
516{
1da177e4 517 char *link;
804c83c3 518 int error = -ENOMEM;
1da177e4 519
f52720ca 520 link = kmalloc(MAXPATHLEN+1, GFP_KERNEL);
804c83c3
CH
521 if (!link)
522 goto out_err;
1da177e4 523
739bfb2a 524 error = -xfs_readlink(XFS_I(dentry->d_inode), link);
804c83c3
CH
525 if (unlikely(error))
526 goto out_kfree;
1da177e4
LT
527
528 nd_set_link(nd, link);
008b150a 529 return NULL;
804c83c3
CH
530
531 out_kfree:
532 kfree(link);
533 out_err:
534 nd_set_link(nd, ERR_PTR(error));
535 return NULL;
1da177e4
LT
536}
537
cde410a9 538STATIC void
416c6d5b 539xfs_vn_put_link(
cde410a9
NS
540 struct dentry *dentry,
541 struct nameidata *nd,
542 void *p)
1da177e4 543{
cde410a9
NS
544 char *s = nd_get_link(nd);
545
1da177e4
LT
546 if (!IS_ERR(s))
547 kfree(s);
548}
549
550#ifdef CONFIG_XFS_POSIX_ACL
4576758d
CH
551STATIC int
552xfs_check_acl(
553 struct inode *inode,
554 int mask)
555{
556 struct xfs_inode *ip = XFS_I(inode);
557 int error;
558
559 xfs_itrace_entry(ip);
560
561 if (XFS_IFORK_Q(ip)) {
562 error = xfs_acl_iaccess(ip, mask, NULL);
563 if (error != -1)
564 return -error;
565 }
566
567 return -EAGAIN;
568}
569
1da177e4 570STATIC int
416c6d5b 571xfs_vn_permission(
4576758d
CH
572 struct inode *inode,
573 int mask,
574 struct nameidata *nd)
1da177e4 575{
4576758d 576 return generic_permission(inode, mask, xfs_check_acl);
1da177e4
LT
577}
578#else
416c6d5b 579#define xfs_vn_permission NULL
1da177e4
LT
580#endif
581
582STATIC int
416c6d5b 583xfs_vn_getattr(
c43f4087
CH
584 struct vfsmount *mnt,
585 struct dentry *dentry,
586 struct kstat *stat)
1da177e4 587{
c43f4087
CH
588 struct inode *inode = dentry->d_inode;
589 struct xfs_inode *ip = XFS_I(inode);
590 struct xfs_mount *mp = ip->i_mount;
591
592 xfs_itrace_entry(ip);
593
594 if (XFS_FORCED_SHUTDOWN(mp))
595 return XFS_ERROR(EIO);
596
597 stat->size = XFS_ISIZE(ip);
598 stat->dev = inode->i_sb->s_dev;
599 stat->mode = ip->i_d.di_mode;
600 stat->nlink = ip->i_d.di_nlink;
601 stat->uid = ip->i_d.di_uid;
602 stat->gid = ip->i_d.di_gid;
603 stat->ino = ip->i_ino;
604#if XFS_BIG_INUMS
605 stat->ino += mp->m_inoadd;
606#endif
607 stat->atime = inode->i_atime;
608 stat->mtime.tv_sec = ip->i_d.di_mtime.t_sec;
609 stat->mtime.tv_nsec = ip->i_d.di_mtime.t_nsec;
610 stat->ctime.tv_sec = ip->i_d.di_ctime.t_sec;
611 stat->ctime.tv_nsec = ip->i_d.di_ctime.t_nsec;
612 stat->blocks =
613 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks);
614
615
616 switch (inode->i_mode & S_IFMT) {
617 case S_IFBLK:
618 case S_IFCHR:
619 stat->blksize = BLKDEV_IOSIZE;
620 stat->rdev = MKDEV(sysv_major(ip->i_df.if_u2.if_rdev) & 0x1ff,
621 sysv_minor(ip->i_df.if_u2.if_rdev));
622 break;
623 default:
71ddabb9 624 if (XFS_IS_REALTIME_INODE(ip)) {
c43f4087
CH
625 /*
626 * If the file blocks are being allocated from a
627 * realtime volume, then return the inode's realtime
628 * extent size or the realtime volume's extent size.
629 */
630 stat->blksize =
631 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog;
632 } else
633 stat->blksize = xfs_preferred_iosize(mp);
634 stat->rdev = 0;
635 break;
69e23b9a 636 }
c43f4087
CH
637
638 return 0;
1da177e4
LT
639}
640
641STATIC int
416c6d5b 642xfs_vn_setattr(
1da177e4
LT
643 struct dentry *dentry,
644 struct iattr *attr)
645{
646 struct inode *inode = dentry->d_inode;
647 unsigned int ia_valid = attr->ia_valid;
8285fb58 648 bhv_vattr_t vattr = { 0 };
1da177e4
LT
649 int flags = 0;
650 int error;
651
1da177e4
LT
652 if (ia_valid & ATTR_UID) {
653 vattr.va_mask |= XFS_AT_UID;
654 vattr.va_uid = attr->ia_uid;
655 }
656 if (ia_valid & ATTR_GID) {
657 vattr.va_mask |= XFS_AT_GID;
658 vattr.va_gid = attr->ia_gid;
659 }
660 if (ia_valid & ATTR_SIZE) {
661 vattr.va_mask |= XFS_AT_SIZE;
662 vattr.va_size = attr->ia_size;
663 }
664 if (ia_valid & ATTR_ATIME) {
665 vattr.va_mask |= XFS_AT_ATIME;
666 vattr.va_atime = attr->ia_atime;
8c0b5113 667 inode->i_atime = attr->ia_atime;
1da177e4
LT
668 }
669 if (ia_valid & ATTR_MTIME) {
670 vattr.va_mask |= XFS_AT_MTIME;
671 vattr.va_mtime = attr->ia_mtime;
672 }
673 if (ia_valid & ATTR_CTIME) {
674 vattr.va_mask |= XFS_AT_CTIME;
675 vattr.va_ctime = attr->ia_ctime;
676 }
677 if (ia_valid & ATTR_MODE) {
678 vattr.va_mask |= XFS_AT_MODE;
679 vattr.va_mode = attr->ia_mode;
680 if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID))
681 inode->i_mode &= ~S_ISGID;
682 }
683
684 if (ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET))
685 flags |= ATTR_UTIME;
686#ifdef ATTR_NO_BLOCK
687 if ((ia_valid & ATTR_NO_BLOCK))
688 flags |= ATTR_NONBLOCK;
689#endif
690
739bfb2a 691 error = xfs_setattr(XFS_I(inode), &vattr, flags, NULL);
220b5284 692 if (likely(!error))
21a62542 693 vn_revalidate(vn_from_inode(inode));
220b5284 694 return -error;
1da177e4
LT
695}
696
697STATIC void
416c6d5b 698xfs_vn_truncate(
1da177e4
LT
699 struct inode *inode)
700{
c2536668 701 block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_blocks);
1da177e4
LT
702}
703
704STATIC int
416c6d5b 705xfs_vn_setxattr(
1da177e4
LT
706 struct dentry *dentry,
707 const char *name,
708 const void *data,
709 size_t size,
710 int flags)
711{
67fcaa73 712 bhv_vnode_t *vp = vn_from_inode(dentry->d_inode);
1da177e4
LT
713 char *attr = (char *)name;
714 attrnames_t *namesp;
715 int xflags = 0;
716 int error;
717
718 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT);
719 if (!namesp)
720 return -EOPNOTSUPP;
721 attr += namesp->attr_namelen;
722 error = namesp->attr_capable(vp, NULL);
723 if (error)
724 return error;
725
726 /* Convert Linux syscall to XFS internal ATTR flags */
727 if (flags & XATTR_CREATE)
728 xflags |= ATTR_CREATE;
729 if (flags & XATTR_REPLACE)
730 xflags |= ATTR_REPLACE;
731 xflags |= namesp->attr_flag;
732 return namesp->attr_set(vp, attr, (void *)data, size, xflags);
733}
734
735STATIC ssize_t
416c6d5b 736xfs_vn_getxattr(
1da177e4
LT
737 struct dentry *dentry,
738 const char *name,
739 void *data,
740 size_t size)
741{
67fcaa73 742 bhv_vnode_t *vp = vn_from_inode(dentry->d_inode);
1da177e4
LT
743 char *attr = (char *)name;
744 attrnames_t *namesp;
745 int xflags = 0;
746 ssize_t error;
747
748 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT);
749 if (!namesp)
750 return -EOPNOTSUPP;
751 attr += namesp->attr_namelen;
752 error = namesp->attr_capable(vp, NULL);
753 if (error)
754 return error;
755
756 /* Convert Linux syscall to XFS internal ATTR flags */
757 if (!size) {
758 xflags |= ATTR_KERNOVAL;
759 data = NULL;
760 }
761 xflags |= namesp->attr_flag;
762 return namesp->attr_get(vp, attr, (void *)data, size, xflags);
763}
764
765STATIC ssize_t
416c6d5b 766xfs_vn_listxattr(
1da177e4
LT
767 struct dentry *dentry,
768 char *data,
769 size_t size)
770{
67fcaa73 771 bhv_vnode_t *vp = vn_from_inode(dentry->d_inode);
1da177e4
LT
772 int error, xflags = ATTR_KERNAMELS;
773 ssize_t result;
774
775 if (!size)
776 xflags |= ATTR_KERNOVAL;
777 xflags |= capable(CAP_SYS_ADMIN) ? ATTR_KERNFULLS : ATTR_KERNORMALS;
778
779 error = attr_generic_list(vp, data, size, xflags, &result);
780 if (error < 0)
781 return error;
782 return result;
783}
784
785STATIC int
416c6d5b 786xfs_vn_removexattr(
1da177e4
LT
787 struct dentry *dentry,
788 const char *name)
789{
67fcaa73 790 bhv_vnode_t *vp = vn_from_inode(dentry->d_inode);
1da177e4
LT
791 char *attr = (char *)name;
792 attrnames_t *namesp;
793 int xflags = 0;
794 int error;
795
796 namesp = attr_lookup_namespace(attr, attr_namespaces, ATTR_NAMECOUNT);
797 if (!namesp)
798 return -EOPNOTSUPP;
799 attr += namesp->attr_namelen;
800 error = namesp->attr_capable(vp, NULL);
801 if (error)
802 return error;
803 xflags |= namesp->attr_flag;
804 return namesp->attr_remove(vp, attr, xflags);
805}
806
3ed65264
DC
807STATIC long
808xfs_vn_fallocate(
809 struct inode *inode,
810 int mode,
811 loff_t offset,
812 loff_t len)
813{
814 long error;
815 loff_t new_size = 0;
816 xfs_flock64_t bf;
817 xfs_inode_t *ip = XFS_I(inode);
818
819 /* preallocation on directories not yet supported */
820 error = -ENODEV;
821 if (S_ISDIR(inode->i_mode))
822 goto out_error;
823
824 bf.l_whence = 0;
825 bf.l_start = offset;
826 bf.l_len = len;
827
828 xfs_ilock(ip, XFS_IOLOCK_EXCL);
829 error = xfs_change_file_space(ip, XFS_IOC_RESVSP, &bf,
830 0, NULL, ATTR_NOLOCK);
831 if (!error && !(mode & FALLOC_FL_KEEP_SIZE) &&
832 offset + len > i_size_read(inode))
833 new_size = offset + len;
834
835 /* Change file size if needed */
836 if (new_size) {
837 bhv_vattr_t va;
838
839 va.va_mask = XFS_AT_SIZE;
840 va.va_size = new_size;
841 error = xfs_setattr(ip, &va, ATTR_NOLOCK, NULL);
842 }
843
844 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
845out_error:
846 return error;
847}
1da177e4 848
c5ef1c42 849const struct inode_operations xfs_inode_operations = {
416c6d5b
NS
850 .permission = xfs_vn_permission,
851 .truncate = xfs_vn_truncate,
852 .getattr = xfs_vn_getattr,
853 .setattr = xfs_vn_setattr,
854 .setxattr = xfs_vn_setxattr,
855 .getxattr = xfs_vn_getxattr,
856 .listxattr = xfs_vn_listxattr,
857 .removexattr = xfs_vn_removexattr,
3ed65264 858 .fallocate = xfs_vn_fallocate,
1da177e4
LT
859};
860
c5ef1c42 861const struct inode_operations xfs_dir_inode_operations = {
416c6d5b
NS
862 .create = xfs_vn_create,
863 .lookup = xfs_vn_lookup,
864 .link = xfs_vn_link,
865 .unlink = xfs_vn_unlink,
866 .symlink = xfs_vn_symlink,
867 .mkdir = xfs_vn_mkdir,
868 .rmdir = xfs_vn_rmdir,
869 .mknod = xfs_vn_mknod,
870 .rename = xfs_vn_rename,
871 .permission = xfs_vn_permission,
872 .getattr = xfs_vn_getattr,
873 .setattr = xfs_vn_setattr,
874 .setxattr = xfs_vn_setxattr,
875 .getxattr = xfs_vn_getxattr,
876 .listxattr = xfs_vn_listxattr,
877 .removexattr = xfs_vn_removexattr,
1da177e4
LT
878};
879
c5ef1c42 880const struct inode_operations xfs_symlink_inode_operations = {
1da177e4 881 .readlink = generic_readlink,
416c6d5b
NS
882 .follow_link = xfs_vn_follow_link,
883 .put_link = xfs_vn_put_link,
884 .permission = xfs_vn_permission,
885 .getattr = xfs_vn_getattr,
886 .setattr = xfs_vn_setattr,
887 .setxattr = xfs_vn_setxattr,
888 .getxattr = xfs_vn_getxattr,
889 .listxattr = xfs_vn_listxattr,
890 .removexattr = xfs_vn_removexattr,
1da177e4 891};