blob: cd5a9cd0ded071e005ca090a9522dbb1c1aecdd8 [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 */
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080018
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110020#include "xfs_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include "xfs_types.h"
Nathan Scotta844f452005-11-02 14:38:42 +110022#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include "xfs_log.h"
24#include "xfs_trans.h"
25#include "xfs_sb.h"
26#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_mount.h"
Nathan Scotta844f452005-11-02 14:38:42 +110028#include "xfs_da_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110030#include "xfs_attr_sf.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include "xfs_dinode.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110033#include "xfs_alloc.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_inode_item.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_bmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_attr.h"
37#include "xfs_attr_leaf.h"
38#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "xfs_quota.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include "xfs_trans_space.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100041#include "xfs_vnodeops.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000042#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44/*
45 * xfs_attr.c
46 *
47 * Provide the external interfaces to manage attribute lists.
48 */
49
50/*========================================================================
51 * Function prototypes for the kernel.
52 *========================================================================*/
53
54/*
55 * Internal routines when attribute list fits inside the inode.
56 */
57STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
58
59/*
60 * Internal routines when attribute list is one block.
61 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +100062STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
Linus Torvalds1da177e2005-04-16 15:20:36 -070063STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args);
64STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
65STATIC int xfs_attr_leaf_list(xfs_attr_list_context_t *context);
66
67/*
68 * Internal routines when attribute list is more than one block.
69 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +100070STATIC int xfs_attr_node_get(xfs_da_args_t *args);
Linus Torvalds1da177e2005-04-16 15:20:36 -070071STATIC int xfs_attr_node_addname(xfs_da_args_t *args);
72STATIC int xfs_attr_node_removename(xfs_da_args_t *args);
73STATIC int xfs_attr_node_list(xfs_attr_list_context_t *context);
74STATIC int xfs_attr_fillstate(xfs_da_state_t *state);
75STATIC int xfs_attr_refillstate(xfs_da_state_t *state);
76
77/*
78 * Routines to manipulate out-of-line attribute values.
79 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070080STATIC int xfs_attr_rmtval_set(xfs_da_args_t *args);
81STATIC int xfs_attr_rmtval_remove(xfs_da_args_t *args);
82
83#define ATTR_RMTVALUE_MAPSIZE 1 /* # of map entries at once */
84
Barry Naujoke8b0eba2008-04-22 17:34:31 +100085STATIC int
86xfs_attr_name_to_xname(
87 struct xfs_name *xname,
Dave Chinnera9273ca2010-01-20 10:47:48 +110088 const unsigned char *aname)
Barry Naujoke8b0eba2008-04-22 17:34:31 +100089{
90 if (!aname)
91 return EINVAL;
92 xname->name = aname;
Dave Chinnera9273ca2010-01-20 10:47:48 +110093 xname->len = strlen((char *)aname);
Barry Naujoke8b0eba2008-04-22 17:34:31 +100094 if (xname->len >= MAXNAMELEN)
95 return EFAULT; /* match IRIX behaviour */
96
97 return 0;
98}
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000100STATIC int
101xfs_inode_hasattr(
102 struct xfs_inode *ip)
103{
104 if (!XFS_IFORK_Q(ip) ||
105 (ip->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS &&
106 ip->i_d.di_anextents == 0))
107 return 0;
108 return 1;
109}
110
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111/*========================================================================
112 * Overall external interface routines.
113 *========================================================================*/
114
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000115STATIC int
116xfs_attr_get_int(
117 struct xfs_inode *ip,
118 struct xfs_name *name,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100119 unsigned char *value,
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000120 int *valuelenp,
121 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122{
123 xfs_da_args_t args;
124 int error;
125
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000126 if (!xfs_inode_hasattr(ip))
127 return ENOATTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 /*
130 * Fill in the arg structure for this request.
131 */
132 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000133 args.name = name->name;
134 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 args.value = value;
136 args.valuelen = *valuelenp;
137 args.flags = flags;
138 args.hashval = xfs_da_hashname(args.name, args.namelen);
139 args.dp = ip;
140 args.whichfork = XFS_ATTR_FORK;
141
142 /*
143 * Decide on what work routines to call based on the inode size.
144 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000145 if (ip->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 error = xfs_attr_shortform_getvalue(&args);
147 } else if (xfs_bmap_one_block(ip, XFS_ATTR_FORK)) {
148 error = xfs_attr_leaf_get(&args);
149 } else {
150 error = xfs_attr_node_get(&args);
151 }
152
153 /*
154 * Return the number of bytes in the value to the caller.
155 */
156 *valuelenp = args.valuelen;
157
158 if (error == EEXIST)
159 error = 0;
160 return(error);
161}
162
163int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000164xfs_attr_get(
165 xfs_inode_t *ip,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100166 const unsigned char *name,
167 unsigned char *value,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000168 int *valuelenp,
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000169 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000171 int error;
172 struct xfs_name xname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
174 XFS_STATS_INC(xs_attr_get);
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 if (XFS_FORCED_SHUTDOWN(ip->i_mount))
177 return(EIO);
178
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000179 error = xfs_attr_name_to_xname(&xname, name);
180 if (error)
181 return error;
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 xfs_ilock(ip, XFS_ILOCK_SHARED);
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000184 error = xfs_attr_get_int(ip, &xname, value, valuelenp, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 xfs_iunlock(ip, XFS_ILOCK_SHARED);
186 return(error);
187}
188
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000189/*
190 * Calculate how many blocks we need for the new attribute,
191 */
Eric Sandeen5d77c0d2009-11-19 15:52:00 +0000192STATIC int
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000193xfs_attr_calc_size(
194 struct xfs_inode *ip,
195 int namelen,
196 int valuelen,
197 int *local)
198{
199 struct xfs_mount *mp = ip->i_mount;
200 int size;
201 int nblks;
202
203 /*
204 * Determine space new attribute will use, and if it would be
205 * "local" or "remote" (note: local != inline).
206 */
207 size = xfs_attr_leaf_newentsize(namelen, valuelen,
208 mp->m_sb.sb_blocksize, local);
209
210 nblks = XFS_DAENTER_SPACE_RES(mp, XFS_ATTR_FORK);
211 if (*local) {
212 if (size > (mp->m_sb.sb_blocksize >> 1)) {
213 /* Double split possible */
214 nblks *= 2;
215 }
216 } else {
217 /*
218 * Out of line attribute, cannot double split, but
219 * make room for the attribute value itself.
220 */
221 uint dblocks = XFS_B_TO_FSB(mp, valuelen);
222 nblks += dblocks;
223 nblks += XFS_NEXTENTADD_SPACE_RES(mp, dblocks, XFS_ATTR_FORK);
224 }
225
226 return nblks;
227}
228
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000229STATIC int
Dave Chinnera9273ca2010-01-20 10:47:48 +1100230xfs_attr_set_int(
231 struct xfs_inode *dp,
232 struct xfs_name *name,
233 unsigned char *value,
234 int valuelen,
235 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236{
237 xfs_da_args_t args;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 xfs_fsblock_t firstblock;
239 xfs_bmap_free_t flist;
240 int error, err2, committed;
Nathan Scottaa82daa2005-11-02 10:33:33 +1100241 xfs_mount_t *mp = dp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 int rsvd = (flags & ATTR_ROOT) != 0;
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000243 int local;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245 /*
246 * Attach the dquots to the inode.
247 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200248 error = xfs_qm_dqattach(dp, 0);
249 if (error)
250 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251
252 /*
253 * If the inode doesn't have an attribute fork, add one.
254 * (inode must not be locked when we call this routine)
255 */
256 if (XFS_IFORK_Q(dp) == 0) {
Barry Naujoke5889e92007-02-10 18:35:58 +1100257 int sf_size = sizeof(xfs_attr_sf_hdr_t) +
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000258 XFS_ATTR_SF_ENTSIZE_BYNAME(name->len, valuelen);
Barry Naujoke5889e92007-02-10 18:35:58 +1100259
260 if ((error = xfs_bmap_add_attrfork(dp, sf_size, rsvd)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 return(error);
262 }
263
264 /*
265 * Fill in the arg structure for this request.
266 */
267 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000268 args.name = name->name;
269 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 args.value = value;
271 args.valuelen = valuelen;
272 args.flags = flags;
273 args.hashval = xfs_da_hashname(args.name, args.namelen);
274 args.dp = dp;
275 args.firstblock = &firstblock;
276 args.flist = &flist;
277 args.whichfork = XFS_ATTR_FORK;
Barry Naujok6a178102008-05-21 16:42:05 +1000278 args.op_flags = XFS_DA_OP_ADDNAME | XFS_DA_OP_OKNOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 /* Size is now blocks for attribute data */
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000281 args.total = xfs_attr_calc_size(dp, name->len, valuelen, &local);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282
283 /*
284 * Start our first transaction of the day.
285 *
286 * All future transactions during this code must be "chained" off
287 * this one via the trans_dup() call. All transactions will contain
288 * the inode, and the inode will always be marked with trans_ihold().
289 * Since the inode will be locked in all transactions, we must log
290 * the inode in every transaction to let it float upward through
291 * the log.
292 */
293 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET);
294
295 /*
296 * Root fork attributes can use reserved data blocks for this
297 * operation if necessary
298 */
299
300 if (rsvd)
301 args.trans->t_flags |= XFS_TRANS_RESERVE;
302
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000303 if ((error = xfs_trans_reserve(args.trans, args.total,
304 XFS_ATTRSET_LOG_RES(mp, args.total), 0,
305 XFS_TRANS_PERM_LOG_RES, XFS_ATTRSET_LOG_COUNT))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 xfs_trans_cancel(args.trans, 0);
307 return(error);
308 }
309 xfs_ilock(dp, XFS_ILOCK_EXCL);
310
Christoph Hellwig7d095252009-06-08 15:33:32 +0200311 error = xfs_trans_reserve_quota_nblks(args.trans, dp, args.total, 0,
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000312 rsvd ? XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES :
313 XFS_QMOPT_RES_REGBLKS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 if (error) {
315 xfs_iunlock(dp, XFS_ILOCK_EXCL);
316 xfs_trans_cancel(args.trans, XFS_TRANS_RELEASE_LOG_RES);
317 return (error);
318 }
319
Christoph Hellwigddc34152011-09-19 15:00:54 +0000320 xfs_trans_ijoin(args.trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
322 /*
Nathan Scottc41564b2006-03-29 08:55:14 +1000323 * If the attribute list is non-existent or a shortform list,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 * upgrade it to a single-leaf-block attribute list.
325 */
326 if ((dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) ||
327 ((dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) &&
328 (dp->i_d.di_anextents == 0))) {
329
330 /*
331 * Build initial attribute list (if required).
332 */
333 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS)
Nathan Scottd8cc8902005-11-02 10:34:53 +1100334 xfs_attr_shortform_create(&args);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
336 /*
337 * Try to add the attr to the attribute list in
338 * the inode.
339 */
340 error = xfs_attr_shortform_addname(&args);
341 if (error != ENOSPC) {
342 /*
343 * Commit the shortform mods, and we're done.
344 * NOTE: this is also the error path (EEXIST, etc).
345 */
346 ASSERT(args.trans != NULL);
347
348 /*
349 * If this is a synchronous mount, make sure that
350 * the transaction goes to disk before returning
351 * to the user.
352 */
353 if (mp->m_flags & XFS_MOUNT_WSYNC) {
354 xfs_trans_set_sync(args.trans);
355 }
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000356
357 if (!error && (flags & ATTR_KERNOTIME) == 0) {
358 xfs_trans_ichgtime(args.trans, dp,
359 XFS_ICHGTIME_CHG);
360 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 err2 = xfs_trans_commit(args.trans,
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000362 XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 xfs_iunlock(dp, XFS_ILOCK_EXCL);
364
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 return(error == 0 ? err2 : error);
366 }
367
368 /*
369 * It won't fit in the shortform, transform to a leaf block.
370 * GROT: another possible req'mt for a double-split btree op.
371 */
Eric Sandeen9d87c312009-01-14 23:22:07 -0600372 xfs_bmap_init(args.flist, args.firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 error = xfs_attr_shortform_to_leaf(&args);
374 if (!error) {
375 error = xfs_bmap_finish(&args.trans, args.flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100376 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 }
378 if (error) {
379 ASSERT(committed);
380 args.trans = NULL;
381 xfs_bmap_cancel(&flist);
382 goto out;
383 }
384
385 /*
386 * bmap_finish() may have committed the last trans and started
387 * a new one. We need the inode to be in all transactions.
388 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000389 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +0000390 xfs_trans_ijoin(args.trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
392 /*
393 * Commit the leaf transformation. We'll need another (linked)
394 * transaction to add the new attribute to the leaf.
395 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000396
397 error = xfs_trans_roll(&args.trans, dp);
398 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 goto out;
400
401 }
402
403 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
404 error = xfs_attr_leaf_addname(&args);
405 } else {
406 error = xfs_attr_node_addname(&args);
407 }
408 if (error) {
409 goto out;
410 }
411
412 /*
413 * If this is a synchronous mount, make sure that the
414 * transaction goes to disk before returning to the user.
415 */
416 if (mp->m_flags & XFS_MOUNT_WSYNC) {
417 xfs_trans_set_sync(args.trans);
418 }
419
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000420 if ((flags & ATTR_KERNOTIME) == 0)
421 xfs_trans_ichgtime(args.trans, dp, XFS_ICHGTIME_CHG);
422
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 /*
424 * Commit the last in the sequence of transactions.
425 */
426 xfs_trans_log_inode(args.trans, dp, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000427 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 xfs_iunlock(dp, XFS_ILOCK_EXCL);
429
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 return(error);
431
432out:
433 if (args.trans)
434 xfs_trans_cancel(args.trans,
435 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
436 xfs_iunlock(dp, XFS_ILOCK_EXCL);
437 return(error);
438}
439
Nathan Scottaa82daa2005-11-02 10:33:33 +1100440int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000441xfs_attr_set(
442 xfs_inode_t *dp,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100443 const unsigned char *name,
444 unsigned char *value,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000445 int valuelen,
446 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000448 int error;
449 struct xfs_name xname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450
Nathan Scottaa82daa2005-11-02 10:33:33 +1100451 XFS_STATS_INC(xs_attr_set);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452
Nathan Scottaa82daa2005-11-02 10:33:33 +1100453 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 return (EIO);
455
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000456 error = xfs_attr_name_to_xname(&xname, name);
457 if (error)
458 return error;
459
460 return xfs_attr_set_int(dp, &xname, value, valuelen, flags);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100461}
462
463/*
464 * Generic handler routine to remove a name from an attribute list.
465 * Transitions attribute list from Btree to shortform as necessary.
466 */
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000467STATIC int
468xfs_attr_remove_int(xfs_inode_t *dp, struct xfs_name *name, int flags)
Nathan Scottaa82daa2005-11-02 10:33:33 +1100469{
470 xfs_da_args_t args;
471 xfs_fsblock_t firstblock;
472 xfs_bmap_free_t flist;
473 int error;
474 xfs_mount_t *mp = dp->i_mount;
475
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 /*
477 * Fill in the arg structure for this request.
478 */
479 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000480 args.name = name->name;
481 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 args.flags = flags;
483 args.hashval = xfs_da_hashname(args.name, args.namelen);
484 args.dp = dp;
485 args.firstblock = &firstblock;
486 args.flist = &flist;
487 args.total = 0;
488 args.whichfork = XFS_ATTR_FORK;
489
490 /*
Dave Chinner4a338212011-06-23 01:35:01 +0000491 * we have no control over the attribute names that userspace passes us
492 * to remove, so we have to allow the name lookup prior to attribute
493 * removal to fail.
494 */
495 args.op_flags = XFS_DA_OP_OKNOENT;
496
497 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 * Attach the dquots to the inode.
499 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200500 error = xfs_qm_dqattach(dp, 0);
501 if (error)
502 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503
504 /*
505 * Start our first transaction of the day.
506 *
507 * All future transactions during this code must be "chained" off
508 * this one via the trans_dup() call. All transactions will contain
509 * the inode, and the inode will always be marked with trans_ihold().
510 * Since the inode will be locked in all transactions, we must log
511 * the inode in every transaction to let it float upward through
512 * the log.
513 */
514 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM);
515
516 /*
517 * Root fork attributes can use reserved data blocks for this
518 * operation if necessary
519 */
520
521 if (flags & ATTR_ROOT)
522 args.trans->t_flags |= XFS_TRANS_RESERVE;
523
524 if ((error = xfs_trans_reserve(args.trans,
525 XFS_ATTRRM_SPACE_RES(mp),
526 XFS_ATTRRM_LOG_RES(mp),
527 0, XFS_TRANS_PERM_LOG_RES,
528 XFS_ATTRRM_LOG_COUNT))) {
529 xfs_trans_cancel(args.trans, 0);
530 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 }
532
533 xfs_ilock(dp, XFS_ILOCK_EXCL);
534 /*
535 * No need to make quota reservations here. We expect to release some
536 * blocks not allocate in the common case.
537 */
Christoph Hellwigddc34152011-09-19 15:00:54 +0000538 xfs_trans_ijoin(args.trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539
540 /*
541 * Decide on what work routines to call based on the inode size.
542 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000543 if (!xfs_inode_hasattr(dp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 error = XFS_ERROR(ENOATTR);
545 goto out;
546 }
547 if (dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
548 ASSERT(dp->i_afp->if_flags & XFS_IFINLINE);
549 error = xfs_attr_shortform_remove(&args);
550 if (error) {
551 goto out;
552 }
553 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
554 error = xfs_attr_leaf_removename(&args);
555 } else {
556 error = xfs_attr_node_removename(&args);
557 }
558 if (error) {
559 goto out;
560 }
561
562 /*
563 * If this is a synchronous mount, make sure that the
564 * transaction goes to disk before returning to the user.
565 */
566 if (mp->m_flags & XFS_MOUNT_WSYNC) {
567 xfs_trans_set_sync(args.trans);
568 }
569
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000570 if ((flags & ATTR_KERNOTIME) == 0)
571 xfs_trans_ichgtime(args.trans, dp, XFS_ICHGTIME_CHG);
572
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 /*
574 * Commit the last in the sequence of transactions.
575 */
576 xfs_trans_log_inode(args.trans, dp, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000577 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 xfs_iunlock(dp, XFS_ILOCK_EXCL);
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 return(error);
581
582out:
583 if (args.trans)
584 xfs_trans_cancel(args.trans,
585 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
586 xfs_iunlock(dp, XFS_ILOCK_EXCL);
587 return(error);
588}
589
Nathan Scottaa82daa2005-11-02 10:33:33 +1100590int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000591xfs_attr_remove(
592 xfs_inode_t *dp,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100593 const unsigned char *name,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000594 int flags)
Nathan Scottaa82daa2005-11-02 10:33:33 +1100595{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000596 int error;
597 struct xfs_name xname;
Nathan Scottaa82daa2005-11-02 10:33:33 +1100598
599 XFS_STATS_INC(xs_attr_remove);
600
Nathan Scottaa82daa2005-11-02 10:33:33 +1100601 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
602 return (EIO);
603
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000604 error = xfs_attr_name_to_xname(&xname, name);
605 if (error)
606 return error;
607
Nathan Scottaa82daa2005-11-02 10:33:33 +1100608 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000609 if (!xfs_inode_hasattr(dp)) {
Nathan Scottaa82daa2005-11-02 10:33:33 +1100610 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000611 return XFS_ERROR(ENOATTR);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100612 }
613 xfs_iunlock(dp, XFS_ILOCK_SHARED);
614
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000615 return xfs_attr_remove_int(dp, &xname, flags);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100616}
617
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000618int
Tim Shimmin726801b2006-09-28 11:01:37 +1000619xfs_attr_list_int(xfs_attr_list_context_t *context)
620{
621 int error;
622 xfs_inode_t *dp = context->dp;
623
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000624 XFS_STATS_INC(xs_attr_list);
625
626 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
627 return EIO;
628
629 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000630
Tim Shimmin726801b2006-09-28 11:01:37 +1000631 /*
632 * Decide on what work routines to call based on the inode size.
633 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000634 if (!xfs_inode_hasattr(dp)) {
Tim Shimmin726801b2006-09-28 11:01:37 +1000635 error = 0;
636 } else if (dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
637 error = xfs_attr_shortform_list(context);
638 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
639 error = xfs_attr_leaf_list(context);
640 } else {
641 error = xfs_attr_node_list(context);
642 }
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000643
644 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000645
Tim Shimmin726801b2006-09-28 11:01:37 +1000646 return error;
647}
648
649#define ATTR_ENTBASESIZE /* minimum bytes used by an attr */ \
650 (((struct attrlist_ent *) 0)->a_name - (char *) 0)
651#define ATTR_ENTSIZE(namelen) /* actual bytes used by an attr */ \
652 ((ATTR_ENTBASESIZE + (namelen) + 1 + sizeof(u_int32_t)-1) \
653 & ~(sizeof(u_int32_t)-1))
654
655/*
656 * Format an attribute and copy it out to the user's buffer.
657 * Take care to check values and protect against them changing later,
658 * we may be reading them directly out of a user buffer.
659 */
660/*ARGSUSED*/
661STATIC int
Dave Chinnera9273ca2010-01-20 10:47:48 +1100662xfs_attr_put_listent(
663 xfs_attr_list_context_t *context,
664 int flags,
665 unsigned char *name,
666 int namelen,
667 int valuelen,
668 unsigned char *value)
Tim Shimmin726801b2006-09-28 11:01:37 +1000669{
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000670 struct attrlist *alist = (struct attrlist *)context->alist;
Tim Shimmin726801b2006-09-28 11:01:37 +1000671 attrlist_ent_t *aep;
672 int arraytop;
673
674 ASSERT(!(context->flags & ATTR_KERNOVAL));
675 ASSERT(context->count >= 0);
676 ASSERT(context->count < (ATTR_MAX_VALUELEN/8));
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000677 ASSERT(context->firstu >= sizeof(*alist));
Tim Shimmin726801b2006-09-28 11:01:37 +1000678 ASSERT(context->firstu <= context->bufsize);
679
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000680 /*
681 * Only list entries in the right namespace.
682 */
683 if (((context->flags & ATTR_SECURE) == 0) !=
684 ((flags & XFS_ATTR_SECURE) == 0))
685 return 0;
686 if (((context->flags & ATTR_ROOT) == 0) !=
687 ((flags & XFS_ATTR_ROOT) == 0))
688 return 0;
689
690 arraytop = sizeof(*alist) +
691 context->count * sizeof(alist->al_offset[0]);
Tim Shimmin726801b2006-09-28 11:01:37 +1000692 context->firstu -= ATTR_ENTSIZE(namelen);
693 if (context->firstu < arraytop) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000694 trace_xfs_attr_list_full(context);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000695 alist->al_more = 1;
Tim Shimmin726801b2006-09-28 11:01:37 +1000696 context->seen_enough = 1;
697 return 1;
698 }
699
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000700 aep = (attrlist_ent_t *)&context->alist[context->firstu];
Tim Shimmin726801b2006-09-28 11:01:37 +1000701 aep->a_valuelen = valuelen;
702 memcpy(aep->a_name, name, namelen);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000703 aep->a_name[namelen] = 0;
704 alist->al_offset[context->count++] = context->firstu;
705 alist->al_count = context->count;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000706 trace_xfs_attr_list_add(context);
Tim Shimmin726801b2006-09-28 11:01:37 +1000707 return 0;
708}
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710/*
711 * Generate a list of extended attribute names and optionally
712 * also value lengths. Positive return value follows the XFS
713 * convention of being an error, zero or negative return code
714 * is the length of the buffer returned (negated), indicating
715 * success.
716 */
717int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000718xfs_attr_list(
719 xfs_inode_t *dp,
720 char *buffer,
721 int bufsize,
722 int flags,
723 attrlist_cursor_kern_t *cursor)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724{
725 xfs_attr_list_context_t context;
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000726 struct attrlist *alist;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 int error;
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 /*
730 * Validate the cursor.
731 */
732 if (cursor->pad1 || cursor->pad2)
733 return(XFS_ERROR(EINVAL));
734 if ((cursor->initted == 0) &&
735 (cursor->hashval || cursor->blkno || cursor->offset))
Tim Shimmin726801b2006-09-28 11:01:37 +1000736 return XFS_ERROR(EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
738 /*
739 * Check for a properly aligned buffer.
740 */
741 if (((long)buffer) & (sizeof(int)-1))
Tim Shimmin726801b2006-09-28 11:01:37 +1000742 return XFS_ERROR(EFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 if (flags & ATTR_KERNOVAL)
744 bufsize = 0;
745
746 /*
747 * Initialize the output buffer.
748 */
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000749 memset(&context, 0, sizeof(context));
Christoph Hellwig993386c2007-08-28 16:12:30 +1000750 context.dp = dp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 context.cursor = cursor;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 context.resynch = 1;
753 context.flags = flags;
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000754 context.alist = buffer;
755 context.bufsize = (bufsize & ~(sizeof(int)-1)); /* align */
756 context.firstu = context.bufsize;
757 context.put_listent = xfs_attr_put_listent;
Tim Shimmin726801b2006-09-28 11:01:37 +1000758
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000759 alist = (struct attrlist *)context.alist;
760 alist->al_count = 0;
761 alist->al_more = 0;
762 alist->al_offset[0] = context.bufsize;
Tim Shimmin726801b2006-09-28 11:01:37 +1000763
764 error = xfs_attr_list_int(&context);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000765 ASSERT(error >= 0);
Tim Shimmin726801b2006-09-28 11:01:37 +1000766 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767}
768
769int /* error */
770xfs_attr_inactive(xfs_inode_t *dp)
771{
772 xfs_trans_t *trans;
773 xfs_mount_t *mp;
774 int error;
775
776 mp = dp->i_mount;
777 ASSERT(! XFS_NOT_DQATTACHED(mp, dp));
778
779 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000780 if (!xfs_inode_hasattr(dp) ||
781 dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000783 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 }
785 xfs_iunlock(dp, XFS_ILOCK_SHARED);
786
787 /*
788 * Start our first transaction of the day.
789 *
790 * All future transactions during this code must be "chained" off
791 * this one via the trans_dup() call. All transactions will contain
792 * the inode, and the inode will always be marked with trans_ihold().
793 * Since the inode will be locked in all transactions, we must log
794 * the inode in every transaction to let it float upward through
795 * the log.
796 */
797 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL);
798 if ((error = xfs_trans_reserve(trans, 0, XFS_ATTRINVAL_LOG_RES(mp), 0,
799 XFS_TRANS_PERM_LOG_RES,
800 XFS_ATTRINVAL_LOG_COUNT))) {
801 xfs_trans_cancel(trans, 0);
802 return(error);
803 }
804 xfs_ilock(dp, XFS_ILOCK_EXCL);
805
806 /*
807 * No need to make quota reservations here. We expect to release some
808 * blocks, not allocate, in the common case.
809 */
Christoph Hellwigddc34152011-09-19 15:00:54 +0000810 xfs_trans_ijoin(trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
812 /*
813 * Decide on what work routines to call based on the inode size.
814 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000815 if (!xfs_inode_hasattr(dp) ||
816 dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817 error = 0;
818 goto out;
819 }
820 error = xfs_attr_root_inactive(&trans, dp);
821 if (error)
822 goto out;
Christoph Hellwig8f04c472011-07-08 14:34:34 +0200823
Christoph Hellwig8f04c472011-07-08 14:34:34 +0200824 error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0);
825 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 goto out;
827
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000828 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 xfs_iunlock(dp, XFS_ILOCK_EXCL);
830
831 return(error);
832
833out:
834 xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
835 xfs_iunlock(dp, XFS_ILOCK_EXCL);
836 return(error);
837}
838
839
840
841/*========================================================================
842 * External routines when attribute list is inside the inode
843 *========================================================================*/
844
845/*
846 * Add a name to the shortform attribute list structure
847 * This is the external routine.
848 */
849STATIC int
850xfs_attr_shortform_addname(xfs_da_args_t *args)
851{
Nathan Scottd8cc8902005-11-02 10:34:53 +1100852 int newsize, forkoff, retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853
Dave Chinner5a5881c2012-03-22 05:15:13 +0000854 trace_xfs_attr_sf_addname(args);
855
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 retval = xfs_attr_shortform_lookup(args);
857 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
858 return(retval);
859 } else if (retval == EEXIST) {
860 if (args->flags & ATTR_CREATE)
861 return(retval);
862 retval = xfs_attr_shortform_remove(args);
863 ASSERT(retval == 0);
864 }
865
Nathan Scottd8cc8902005-11-02 10:34:53 +1100866 if (args->namelen >= XFS_ATTR_SF_ENTSIZE_MAX ||
867 args->valuelen >= XFS_ATTR_SF_ENTSIZE_MAX)
868 return(XFS_ERROR(ENOSPC));
869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 newsize = XFS_ATTR_SF_TOTSIZE(args->dp);
871 newsize += XFS_ATTR_SF_ENTSIZE_BYNAME(args->namelen, args->valuelen);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100872
873 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize);
874 if (!forkoff)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 return(XFS_ERROR(ENOSPC));
Nathan Scottd8cc8902005-11-02 10:34:53 +1100876
877 xfs_attr_shortform_add(args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 return(0);
879}
880
881
882/*========================================================================
883 * External routines when attribute list is one block
884 *========================================================================*/
885
886/*
887 * Add a name to the leaf attribute list structure
888 *
889 * This leaf block cannot have a "remote" value, we only call this routine
890 * if bmap_one_block() says there is only one block (ie: no remote blks).
891 */
David Chinnera8272ce2007-11-23 16:28:09 +1100892STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893xfs_attr_leaf_addname(xfs_da_args_t *args)
894{
895 xfs_inode_t *dp;
Dave Chinner1d9025e2012-06-22 18:50:14 +1000896 struct xfs_buf *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100897 int retval, error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
Dave Chinner5a5881c2012-03-22 05:15:13 +0000899 trace_xfs_attr_leaf_addname(args);
900
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 /*
902 * Read the (only) block in the attribute list in.
903 */
904 dp = args->dp;
905 args->blkno = 0;
906 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
Dave Chinner4bb20a82012-11-12 22:54:10 +1100907 XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 if (error)
909 return(error);
910 ASSERT(bp != NULL);
911
912 /*
913 * Look up the given attribute in the leaf block. Figure out if
914 * the given flags produce an error or call for an atomic rename.
915 */
916 retval = xfs_attr_leaf_lookup_int(bp, args);
917 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
Dave Chinner1d9025e2012-06-22 18:50:14 +1000918 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 return(retval);
920 } else if (retval == EEXIST) {
921 if (args->flags & ATTR_CREATE) { /* pure create op */
Dave Chinner1d9025e2012-06-22 18:50:14 +1000922 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 return(retval);
924 }
Dave Chinner5a5881c2012-03-22 05:15:13 +0000925
926 trace_xfs_attr_leaf_replace(args);
927
Barry Naujok6a178102008-05-21 16:42:05 +1000928 args->op_flags |= XFS_DA_OP_RENAME; /* an atomic rename */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 args->blkno2 = args->blkno; /* set 2nd entry info*/
930 args->index2 = args->index;
931 args->rmtblkno2 = args->rmtblkno;
932 args->rmtblkcnt2 = args->rmtblkcnt;
933 }
934
935 /*
936 * Add the attribute to the leaf block, transitioning to a Btree
937 * if required.
938 */
939 retval = xfs_attr_leaf_add(bp, args);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 if (retval == ENOSPC) {
941 /*
942 * Promote the attribute list to the Btree format, then
943 * Commit that transaction so that the node_addname() call
944 * can manage its own transactions.
945 */
Eric Sandeen9d87c312009-01-14 23:22:07 -0600946 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 error = xfs_attr_leaf_to_node(args);
948 if (!error) {
949 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100950 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 }
952 if (error) {
953 ASSERT(committed);
954 args->trans = NULL;
955 xfs_bmap_cancel(args->flist);
956 return(error);
957 }
958
959 /*
960 * bmap_finish() may have committed the last trans and started
961 * a new one. We need the inode to be in all transactions.
962 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000963 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +0000964 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966 /*
967 * Commit the current trans (including the inode) and start
968 * a new one.
969 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000970 error = xfs_trans_roll(&args->trans, dp);
971 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 return (error);
973
974 /*
975 * Fob the whole rest of the problem off on the Btree code.
976 */
977 error = xfs_attr_node_addname(args);
978 return(error);
979 }
980
981 /*
982 * Commit the transaction that added the attr name so that
983 * later routines can manage their own transactions.
984 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000985 error = xfs_trans_roll(&args->trans, dp);
986 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 return (error);
988
989 /*
990 * If there was an out-of-line value, allocate the blocks we
991 * identified for its storage and copy the value. This is done
992 * after we create the attribute so that we don't overflow the
993 * maximum size of a transaction and/or hit a deadlock.
994 */
995 if (args->rmtblkno > 0) {
996 error = xfs_attr_rmtval_set(args);
997 if (error)
998 return(error);
999 }
1000
1001 /*
1002 * If this is an atomic rename operation, we must "flip" the
1003 * incomplete flags on the "new" and "old" attribute/value pairs
1004 * so that one disappears and one appears atomically. Then we
1005 * must remove the "old" attribute/value pair.
1006 */
Barry Naujok6a178102008-05-21 16:42:05 +10001007 if (args->op_flags & XFS_DA_OP_RENAME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 /*
1009 * In a separate transaction, set the incomplete flag on the
1010 * "old" attr and clear the incomplete flag on the "new" attr.
1011 */
1012 error = xfs_attr_leaf_flipflags(args);
1013 if (error)
1014 return(error);
1015
1016 /*
1017 * Dismantle the "old" attribute/value pair by removing
1018 * a "remote" value (if it exists).
1019 */
1020 args->index = args->index2;
1021 args->blkno = args->blkno2;
1022 args->rmtblkno = args->rmtblkno2;
1023 args->rmtblkcnt = args->rmtblkcnt2;
1024 if (args->rmtblkno) {
1025 error = xfs_attr_rmtval_remove(args);
1026 if (error)
1027 return(error);
1028 }
1029
1030 /*
1031 * Read in the block containing the "old" attr, then
1032 * remove the "old" attr from that block (neat, huh!)
1033 */
1034 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001035 &bp, XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 if (error)
1037 return(error);
1038 ASSERT(bp != NULL);
1039 (void)xfs_attr_leaf_remove(bp, args);
1040
1041 /*
1042 * If the result is small enough, shrink it all into the inode.
1043 */
Nathan Scottd8cc8902005-11-02 10:34:53 +11001044 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001045 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001046 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 /* bp is gone due to xfs_da_shrink_inode */
1048 if (!error) {
1049 error = xfs_bmap_finish(&args->trans,
1050 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 &committed);
1052 }
1053 if (error) {
1054 ASSERT(committed);
1055 args->trans = NULL;
1056 xfs_bmap_cancel(args->flist);
1057 return(error);
1058 }
1059
1060 /*
1061 * bmap_finish() may have committed the last trans
1062 * and started a new one. We need the inode to be
1063 * in all transactions.
1064 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001065 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001066 xfs_trans_ijoin(args->trans, dp, 0);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001067 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
1069 /*
1070 * Commit the remove and start the next trans in series.
1071 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001072 error = xfs_trans_roll(&args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073
1074 } else if (args->rmtblkno > 0) {
1075 /*
1076 * Added a "remote" value, just clear the incomplete flag.
1077 */
1078 error = xfs_attr_leaf_clearflag(args);
1079 }
1080 return(error);
1081}
1082
1083/*
1084 * Remove a name from the leaf attribute list structure
1085 *
1086 * This leaf block cannot have a "remote" value, we only call this routine
1087 * if bmap_one_block() says there is only one block (ie: no remote blks).
1088 */
1089STATIC int
1090xfs_attr_leaf_removename(xfs_da_args_t *args)
1091{
1092 xfs_inode_t *dp;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001093 struct xfs_buf *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +11001094 int error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
Dave Chinner5a5881c2012-03-22 05:15:13 +00001096 trace_xfs_attr_leaf_removename(args);
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 /*
1099 * Remove the attribute.
1100 */
1101 dp = args->dp;
1102 args->blkno = 0;
1103 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001104 XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 if (error) {
1106 return(error);
1107 }
1108
1109 ASSERT(bp != NULL);
1110 error = xfs_attr_leaf_lookup_int(bp, args);
1111 if (error == ENOATTR) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001112 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 return(error);
1114 }
1115
1116 (void)xfs_attr_leaf_remove(bp, args);
1117
1118 /*
1119 * If the result is small enough, shrink it all into the inode.
1120 */
Nathan Scottd8cc8902005-11-02 10:34:53 +11001121 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001122 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001123 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 /* bp is gone due to xfs_da_shrink_inode */
1125 if (!error) {
1126 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001127 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 }
1129 if (error) {
1130 ASSERT(committed);
1131 args->trans = NULL;
1132 xfs_bmap_cancel(args->flist);
1133 return(error);
1134 }
1135
1136 /*
1137 * bmap_finish() may have committed the last trans and started
1138 * a new one. We need the inode to be in all transactions.
1139 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001140 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001141 xfs_trans_ijoin(args->trans, dp, 0);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001142 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143 return(0);
1144}
1145
1146/*
1147 * Look up a name in a leaf attribute list structure.
1148 *
1149 * This leaf block cannot have a "remote" value, we only call this routine
1150 * if bmap_one_block() says there is only one block (ie: no remote blks).
1151 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +10001152STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153xfs_attr_leaf_get(xfs_da_args_t *args)
1154{
Dave Chinner1d9025e2012-06-22 18:50:14 +10001155 struct xfs_buf *bp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 int error;
1157
Dave Chinneree732592012-11-12 22:53:53 +11001158 trace_xfs_attr_leaf_get(args);
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160 args->blkno = 0;
1161 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001162 XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 if (error)
1164 return(error);
1165 ASSERT(bp != NULL);
1166
1167 error = xfs_attr_leaf_lookup_int(bp, args);
1168 if (error != EEXIST) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001169 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170 return(error);
1171 }
1172 error = xfs_attr_leaf_getvalue(bp, args);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001173 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 if (!error && (args->rmtblkno > 0) && !(args->flags & ATTR_KERNOVAL)) {
1175 error = xfs_attr_rmtval_get(args);
1176 }
1177 return(error);
1178}
1179
1180/*
1181 * Copy out attribute entries for attr_list(), for leaf attribute lists.
1182 */
1183STATIC int
1184xfs_attr_leaf_list(xfs_attr_list_context_t *context)
1185{
1186 xfs_attr_leafblock_t *leaf;
1187 int error;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001188 struct xfs_buf *bp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189
Dave Chinneree732592012-11-12 22:53:53 +11001190 trace_xfs_attr_leaf_list(context);
1191
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 context->cursor->blkno = 0;
Dave Chinner4bb20a82012-11-12 22:54:10 +11001193 error = xfs_da_read_buf(NULL, context->dp, 0, -1, &bp, XFS_ATTR_FORK,
1194 NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 if (error)
Tim Shimmin726801b2006-09-28 11:01:37 +10001196 return XFS_ERROR(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197 ASSERT(bp != NULL);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001198 leaf = bp->b_addr;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001199 if (unlikely(leaf->hdr.info.magic != cpu_to_be16(XFS_ATTR_LEAF_MAGIC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 XFS_CORRUPTION_ERROR("xfs_attr_leaf_list", XFS_ERRLEVEL_LOW,
1201 context->dp->i_mount, leaf);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001202 xfs_trans_brelse(NULL, bp);
Tim Shimmin726801b2006-09-28 11:01:37 +10001203 return XFS_ERROR(EFSCORRUPTED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 }
1205
Tim Shimmin726801b2006-09-28 11:01:37 +10001206 error = xfs_attr_leaf_list_int(bp, context);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001207 xfs_trans_brelse(NULL, bp);
Tim Shimmin726801b2006-09-28 11:01:37 +10001208 return XFS_ERROR(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209}
1210
1211
1212/*========================================================================
1213 * External routines when attribute list size > XFS_LBSIZE(mp).
1214 *========================================================================*/
1215
1216/*
1217 * Add a name to a Btree-format attribute list.
1218 *
1219 * This will involve walking down the Btree, and may involve splitting
1220 * leaf nodes and even splitting intermediate nodes up to and including
1221 * the root node (a special case of an intermediate node).
1222 *
1223 * "Remote" attribute values confuse the issue and atomic rename operations
1224 * add a whole extra layer of confusion on top of that.
1225 */
1226STATIC int
1227xfs_attr_node_addname(xfs_da_args_t *args)
1228{
1229 xfs_da_state_t *state;
1230 xfs_da_state_blk_t *blk;
1231 xfs_inode_t *dp;
1232 xfs_mount_t *mp;
1233 int committed, retval, error;
1234
Dave Chinner5a5881c2012-03-22 05:15:13 +00001235 trace_xfs_attr_node_addname(args);
1236
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 /*
1238 * Fill in bucket of arguments/results/context to carry around.
1239 */
1240 dp = args->dp;
1241 mp = dp->i_mount;
1242restart:
1243 state = xfs_da_state_alloc();
1244 state->args = args;
1245 state->mp = mp;
1246 state->blocksize = state->mp->m_sb.sb_blocksize;
1247 state->node_ents = state->mp->m_attr_node_ents;
1248
1249 /*
1250 * Search to see if name already exists, and get back a pointer
1251 * to where it should go.
1252 */
1253 error = xfs_da_node_lookup_int(state, &retval);
1254 if (error)
1255 goto out;
1256 blk = &state->path.blk[ state->path.active-1 ];
1257 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1258 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
1259 goto out;
1260 } else if (retval == EEXIST) {
1261 if (args->flags & ATTR_CREATE)
1262 goto out;
Dave Chinner5a5881c2012-03-22 05:15:13 +00001263
1264 trace_xfs_attr_node_replace(args);
1265
Barry Naujok6a178102008-05-21 16:42:05 +10001266 args->op_flags |= XFS_DA_OP_RENAME; /* atomic rename op */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 args->blkno2 = args->blkno; /* set 2nd entry info*/
1268 args->index2 = args->index;
1269 args->rmtblkno2 = args->rmtblkno;
1270 args->rmtblkcnt2 = args->rmtblkcnt;
1271 args->rmtblkno = 0;
1272 args->rmtblkcnt = 0;
1273 }
1274
1275 retval = xfs_attr_leaf_add(blk->bp, state->args);
1276 if (retval == ENOSPC) {
1277 if (state->path.active == 1) {
1278 /*
1279 * Its really a single leaf node, but it had
1280 * out-of-line values so it looked like it *might*
1281 * have been a b-tree.
1282 */
1283 xfs_da_state_free(state);
Eric Sandeen9d87c312009-01-14 23:22:07 -06001284 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 error = xfs_attr_leaf_to_node(args);
1286 if (!error) {
1287 error = xfs_bmap_finish(&args->trans,
1288 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 &committed);
1290 }
1291 if (error) {
1292 ASSERT(committed);
1293 args->trans = NULL;
1294 xfs_bmap_cancel(args->flist);
1295 goto out;
1296 }
1297
1298 /*
1299 * bmap_finish() may have committed the last trans
1300 * and started a new one. We need the inode to be
1301 * in all transactions.
1302 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001303 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001304 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305
1306 /*
1307 * Commit the node conversion and start the next
1308 * trans in the chain.
1309 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001310 error = xfs_trans_roll(&args->trans, dp);
1311 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 goto out;
1313
1314 goto restart;
1315 }
1316
1317 /*
1318 * Split as many Btree elements as required.
1319 * This code tracks the new and old attr's location
1320 * in the index/blkno/rmtblkno/rmtblkcnt fields and
1321 * in the index2/blkno2/rmtblkno2/rmtblkcnt2 fields.
1322 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06001323 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 error = xfs_da_split(state);
1325 if (!error) {
1326 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001327 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 }
1329 if (error) {
1330 ASSERT(committed);
1331 args->trans = NULL;
1332 xfs_bmap_cancel(args->flist);
1333 goto out;
1334 }
1335
1336 /*
1337 * bmap_finish() may have committed the last trans and started
1338 * a new one. We need the inode to be in all transactions.
1339 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001340 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001341 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342 } else {
1343 /*
1344 * Addition succeeded, update Btree hashvals.
1345 */
1346 xfs_da_fixhashpath(state, &state->path);
1347 }
1348
1349 /*
1350 * Kill the state structure, we're done with it and need to
1351 * allow the buffers to come back later.
1352 */
1353 xfs_da_state_free(state);
1354 state = NULL;
1355
1356 /*
1357 * Commit the leaf addition or btree split and start the next
1358 * trans in the chain.
1359 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001360 error = xfs_trans_roll(&args->trans, dp);
1361 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 goto out;
1363
1364 /*
1365 * If there was an out-of-line value, allocate the blocks we
1366 * identified for its storage and copy the value. This is done
1367 * after we create the attribute so that we don't overflow the
1368 * maximum size of a transaction and/or hit a deadlock.
1369 */
1370 if (args->rmtblkno > 0) {
1371 error = xfs_attr_rmtval_set(args);
1372 if (error)
1373 return(error);
1374 }
1375
1376 /*
1377 * If this is an atomic rename operation, we must "flip" the
1378 * incomplete flags on the "new" and "old" attribute/value pairs
1379 * so that one disappears and one appears atomically. Then we
1380 * must remove the "old" attribute/value pair.
1381 */
Barry Naujok6a178102008-05-21 16:42:05 +10001382 if (args->op_flags & XFS_DA_OP_RENAME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383 /*
1384 * In a separate transaction, set the incomplete flag on the
1385 * "old" attr and clear the incomplete flag on the "new" attr.
1386 */
1387 error = xfs_attr_leaf_flipflags(args);
1388 if (error)
1389 goto out;
1390
1391 /*
1392 * Dismantle the "old" attribute/value pair by removing
1393 * a "remote" value (if it exists).
1394 */
1395 args->index = args->index2;
1396 args->blkno = args->blkno2;
1397 args->rmtblkno = args->rmtblkno2;
1398 args->rmtblkcnt = args->rmtblkcnt2;
1399 if (args->rmtblkno) {
1400 error = xfs_attr_rmtval_remove(args);
1401 if (error)
1402 return(error);
1403 }
1404
1405 /*
1406 * Re-find the "old" attribute entry after any split ops.
1407 * The INCOMPLETE flag means that we will find the "old"
1408 * attr, not the "new" one.
1409 */
1410 args->flags |= XFS_ATTR_INCOMPLETE;
1411 state = xfs_da_state_alloc();
1412 state->args = args;
1413 state->mp = mp;
1414 state->blocksize = state->mp->m_sb.sb_blocksize;
1415 state->node_ents = state->mp->m_attr_node_ents;
1416 state->inleaf = 0;
1417 error = xfs_da_node_lookup_int(state, &retval);
1418 if (error)
1419 goto out;
1420
1421 /*
1422 * Remove the name and update the hashvals in the tree.
1423 */
1424 blk = &state->path.blk[ state->path.active-1 ];
1425 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1426 error = xfs_attr_leaf_remove(blk->bp, args);
1427 xfs_da_fixhashpath(state, &state->path);
1428
1429 /*
1430 * Check to see if the tree needs to be collapsed.
1431 */
1432 if (retval && (state->path.active > 1)) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001433 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434 error = xfs_da_join(state);
1435 if (!error) {
1436 error = xfs_bmap_finish(&args->trans,
1437 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 &committed);
1439 }
1440 if (error) {
1441 ASSERT(committed);
1442 args->trans = NULL;
1443 xfs_bmap_cancel(args->flist);
1444 goto out;
1445 }
1446
1447 /*
1448 * bmap_finish() may have committed the last trans
1449 * and started a new one. We need the inode to be
1450 * in all transactions.
1451 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001452 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001453 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 }
1455
1456 /*
1457 * Commit and start the next trans in the chain.
1458 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001459 error = xfs_trans_roll(&args->trans, dp);
1460 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461 goto out;
1462
1463 } else if (args->rmtblkno > 0) {
1464 /*
1465 * Added a "remote" value, just clear the incomplete flag.
1466 */
1467 error = xfs_attr_leaf_clearflag(args);
1468 if (error)
1469 goto out;
1470 }
1471 retval = error = 0;
1472
1473out:
1474 if (state)
1475 xfs_da_state_free(state);
1476 if (error)
1477 return(error);
1478 return(retval);
1479}
1480
1481/*
1482 * Remove a name from a B-tree attribute list.
1483 *
1484 * This will involve walking down the Btree, and may involve joining
1485 * leaf nodes and even joining intermediate nodes up to and including
1486 * the root node (a special case of an intermediate node).
1487 */
1488STATIC int
1489xfs_attr_node_removename(xfs_da_args_t *args)
1490{
1491 xfs_da_state_t *state;
1492 xfs_da_state_blk_t *blk;
1493 xfs_inode_t *dp;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001494 struct xfs_buf *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +11001495 int retval, error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496
Dave Chinner5a5881c2012-03-22 05:15:13 +00001497 trace_xfs_attr_node_removename(args);
1498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499 /*
1500 * Tie a string around our finger to remind us where we are.
1501 */
1502 dp = args->dp;
1503 state = xfs_da_state_alloc();
1504 state->args = args;
1505 state->mp = dp->i_mount;
1506 state->blocksize = state->mp->m_sb.sb_blocksize;
1507 state->node_ents = state->mp->m_attr_node_ents;
1508
1509 /*
1510 * Search to see if name exists, and get back a pointer to it.
1511 */
1512 error = xfs_da_node_lookup_int(state, &retval);
1513 if (error || (retval != EEXIST)) {
1514 if (error == 0)
1515 error = retval;
1516 goto out;
1517 }
1518
1519 /*
1520 * If there is an out-of-line value, de-allocate the blocks.
1521 * This is done before we remove the attribute so that we don't
1522 * overflow the maximum size of a transaction and/or hit a deadlock.
1523 */
1524 blk = &state->path.blk[ state->path.active-1 ];
1525 ASSERT(blk->bp != NULL);
1526 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1527 if (args->rmtblkno > 0) {
1528 /*
1529 * Fill in disk block numbers in the state structure
1530 * so that we can get the buffers back after we commit
1531 * several transactions in the following calls.
1532 */
1533 error = xfs_attr_fillstate(state);
1534 if (error)
1535 goto out;
1536
1537 /*
1538 * Mark the attribute as INCOMPLETE, then bunmapi() the
1539 * remote value.
1540 */
1541 error = xfs_attr_leaf_setflag(args);
1542 if (error)
1543 goto out;
1544 error = xfs_attr_rmtval_remove(args);
1545 if (error)
1546 goto out;
1547
1548 /*
1549 * Refill the state structure with buffers, the prior calls
1550 * released our buffers.
1551 */
1552 error = xfs_attr_refillstate(state);
1553 if (error)
1554 goto out;
1555 }
1556
1557 /*
1558 * Remove the name and update the hashvals in the tree.
1559 */
1560 blk = &state->path.blk[ state->path.active-1 ];
1561 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1562 retval = xfs_attr_leaf_remove(blk->bp, args);
1563 xfs_da_fixhashpath(state, &state->path);
1564
1565 /*
1566 * Check to see if the tree needs to be collapsed.
1567 */
1568 if (retval && (state->path.active > 1)) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001569 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 error = xfs_da_join(state);
1571 if (!error) {
1572 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001573 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 }
1575 if (error) {
1576 ASSERT(committed);
1577 args->trans = NULL;
1578 xfs_bmap_cancel(args->flist);
1579 goto out;
1580 }
1581
1582 /*
1583 * bmap_finish() may have committed the last trans and started
1584 * a new one. We need the inode to be in all transactions.
1585 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001586 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001587 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588
1589 /*
1590 * Commit the Btree join operation and start a new trans.
1591 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001592 error = xfs_trans_roll(&args->trans, dp);
1593 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594 goto out;
1595 }
1596
1597 /*
1598 * If the result is small enough, push it all into the inode.
1599 */
1600 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
1601 /*
1602 * Have to get rid of the copy of this dabuf in the state.
1603 */
1604 ASSERT(state->path.active == 1);
1605 ASSERT(state->path.blk[0].bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 state->path.blk[0].bp = NULL;
1607
1608 error = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001609 XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 if (error)
1611 goto out;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001612 ASSERT((((xfs_attr_leafblock_t *)bp->b_addr)->hdr.info.magic) ==
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001613 cpu_to_be16(XFS_ATTR_LEAF_MAGIC));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614
Nathan Scottd8cc8902005-11-02 10:34:53 +11001615 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001616 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001617 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618 /* bp is gone due to xfs_da_shrink_inode */
1619 if (!error) {
1620 error = xfs_bmap_finish(&args->trans,
1621 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 &committed);
1623 }
1624 if (error) {
1625 ASSERT(committed);
1626 args->trans = NULL;
1627 xfs_bmap_cancel(args->flist);
1628 goto out;
1629 }
1630
1631 /*
1632 * bmap_finish() may have committed the last trans
1633 * and started a new one. We need the inode to be
1634 * in all transactions.
1635 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001636 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001637 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 } else
Dave Chinner1d9025e2012-06-22 18:50:14 +10001639 xfs_trans_brelse(args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 }
1641 error = 0;
1642
1643out:
1644 xfs_da_state_free(state);
1645 return(error);
1646}
1647
1648/*
1649 * Fill in the disk block numbers in the state structure for the buffers
1650 * that are attached to the state structure.
1651 * This is done so that we can quickly reattach ourselves to those buffers
Nathan Scottc41564b2006-03-29 08:55:14 +10001652 * after some set of transaction commits have released these buffers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653 */
1654STATIC int
1655xfs_attr_fillstate(xfs_da_state_t *state)
1656{
1657 xfs_da_state_path_t *path;
1658 xfs_da_state_blk_t *blk;
1659 int level;
1660
Dave Chinneree732592012-11-12 22:53:53 +11001661 trace_xfs_attr_fillstate(state->args);
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 /*
1664 * Roll down the "path" in the state structure, storing the on-disk
1665 * block number for those buffers in the "path".
1666 */
1667 path = &state->path;
1668 ASSERT((path->active >= 0) && (path->active < XFS_DA_NODE_MAXDEPTH));
1669 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
1670 if (blk->bp) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001671 blk->disk_blkno = XFS_BUF_ADDR(blk->bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 blk->bp = NULL;
1673 } else {
1674 blk->disk_blkno = 0;
1675 }
1676 }
1677
1678 /*
1679 * Roll down the "altpath" in the state structure, storing the on-disk
1680 * block number for those buffers in the "altpath".
1681 */
1682 path = &state->altpath;
1683 ASSERT((path->active >= 0) && (path->active < XFS_DA_NODE_MAXDEPTH));
1684 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
1685 if (blk->bp) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001686 blk->disk_blkno = XFS_BUF_ADDR(blk->bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687 blk->bp = NULL;
1688 } else {
1689 blk->disk_blkno = 0;
1690 }
1691 }
1692
1693 return(0);
1694}
1695
1696/*
1697 * Reattach the buffers to the state structure based on the disk block
1698 * numbers stored in the state structure.
Nathan Scottc41564b2006-03-29 08:55:14 +10001699 * This is done after some set of transaction commits have released those
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 * buffers from our grip.
1701 */
1702STATIC int
1703xfs_attr_refillstate(xfs_da_state_t *state)
1704{
1705 xfs_da_state_path_t *path;
1706 xfs_da_state_blk_t *blk;
1707 int level, error;
1708
Dave Chinneree732592012-11-12 22:53:53 +11001709 trace_xfs_attr_refillstate(state->args);
1710
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 /*
1712 * Roll down the "path" in the state structure, storing the on-disk
1713 * block number for those buffers in the "path".
1714 */
1715 path = &state->path;
1716 ASSERT((path->active >= 0) && (path->active < XFS_DA_NODE_MAXDEPTH));
1717 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
1718 if (blk->disk_blkno) {
1719 error = xfs_da_read_buf(state->args->trans,
1720 state->args->dp,
1721 blk->blkno, blk->disk_blkno,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001722 &blk->bp, XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 if (error)
1724 return(error);
1725 } else {
1726 blk->bp = NULL;
1727 }
1728 }
1729
1730 /*
1731 * Roll down the "altpath" in the state structure, storing the on-disk
1732 * block number for those buffers in the "altpath".
1733 */
1734 path = &state->altpath;
1735 ASSERT((path->active >= 0) && (path->active < XFS_DA_NODE_MAXDEPTH));
1736 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
1737 if (blk->disk_blkno) {
1738 error = xfs_da_read_buf(state->args->trans,
1739 state->args->dp,
1740 blk->blkno, blk->disk_blkno,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001741 &blk->bp, XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742 if (error)
1743 return(error);
1744 } else {
1745 blk->bp = NULL;
1746 }
1747 }
1748
1749 return(0);
1750}
1751
1752/*
1753 * Look up a filename in a node attribute list.
1754 *
1755 * This routine gets called for any attribute fork that has more than one
1756 * block, ie: both true Btree attr lists and for single-leaf-blocks with
1757 * "remote" values taking up more blocks.
1758 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +10001759STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760xfs_attr_node_get(xfs_da_args_t *args)
1761{
1762 xfs_da_state_t *state;
1763 xfs_da_state_blk_t *blk;
1764 int error, retval;
1765 int i;
1766
Dave Chinneree732592012-11-12 22:53:53 +11001767 trace_xfs_attr_node_get(args);
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769 state = xfs_da_state_alloc();
1770 state->args = args;
1771 state->mp = args->dp->i_mount;
1772 state->blocksize = state->mp->m_sb.sb_blocksize;
1773 state->node_ents = state->mp->m_attr_node_ents;
1774
1775 /*
1776 * Search to see if name exists, and get back a pointer to it.
1777 */
1778 error = xfs_da_node_lookup_int(state, &retval);
1779 if (error) {
1780 retval = error;
1781 } else if (retval == EEXIST) {
1782 blk = &state->path.blk[ state->path.active-1 ];
1783 ASSERT(blk->bp != NULL);
1784 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1785
1786 /*
1787 * Get the value, local or "remote"
1788 */
1789 retval = xfs_attr_leaf_getvalue(blk->bp, args);
1790 if (!retval && (args->rmtblkno > 0)
1791 && !(args->flags & ATTR_KERNOVAL)) {
1792 retval = xfs_attr_rmtval_get(args);
1793 }
1794 }
1795
1796 /*
1797 * If not in a transaction, we have to release all the buffers.
1798 */
1799 for (i = 0; i < state->path.active; i++) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001800 xfs_trans_brelse(args->trans, state->path.blk[i].bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 state->path.blk[i].bp = NULL;
1802 }
1803
1804 xfs_da_state_free(state);
1805 return(retval);
1806}
1807
1808STATIC int /* error */
1809xfs_attr_node_list(xfs_attr_list_context_t *context)
1810{
1811 attrlist_cursor_kern_t *cursor;
1812 xfs_attr_leafblock_t *leaf;
1813 xfs_da_intnode_t *node;
1814 xfs_da_node_entry_t *btree;
1815 int error, i;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001816 struct xfs_buf *bp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817
Dave Chinneree732592012-11-12 22:53:53 +11001818 trace_xfs_attr_node_list(context);
1819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 cursor = context->cursor;
1821 cursor->initted = 1;
1822
1823 /*
1824 * Do all sorts of validation on the passed-in cursor structure.
1825 * If anything is amiss, ignore the cursor and look up the hashval
1826 * starting from the btree root.
1827 */
1828 bp = NULL;
1829 if (cursor->blkno > 0) {
1830 error = xfs_da_read_buf(NULL, context->dp, cursor->blkno, -1,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001831 &bp, XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 if ((error != 0) && (error != EFSCORRUPTED))
1833 return(error);
1834 if (bp) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001835 node = bp->b_addr;
Nathan Scott89da0542006-03-17 17:28:40 +11001836 switch (be16_to_cpu(node->hdr.info.magic)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 case XFS_DA_NODE_MAGIC:
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001838 trace_xfs_attr_list_wrong_blk(context);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001839 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 bp = NULL;
1841 break;
1842 case XFS_ATTR_LEAF_MAGIC:
Dave Chinner1d9025e2012-06-22 18:50:14 +10001843 leaf = bp->b_addr;
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001844 if (cursor->hashval > be32_to_cpu(leaf->entries[
1845 be16_to_cpu(leaf->hdr.count)-1].hashval)) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001846 trace_xfs_attr_list_wrong_blk(context);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001847 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 bp = NULL;
1849 } else if (cursor->hashval <=
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001850 be32_to_cpu(leaf->entries[0].hashval)) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001851 trace_xfs_attr_list_wrong_blk(context);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001852 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853 bp = NULL;
1854 }
1855 break;
1856 default:
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001857 trace_xfs_attr_list_wrong_blk(context);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001858 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 bp = NULL;
1860 }
1861 }
1862 }
1863
1864 /*
1865 * We did not find what we expected given the cursor's contents,
1866 * so we start from the top and work down based on the hash value.
1867 * Note that start of node block is same as start of leaf block.
1868 */
1869 if (bp == NULL) {
1870 cursor->blkno = 0;
1871 for (;;) {
1872 error = xfs_da_read_buf(NULL, context->dp,
1873 cursor->blkno, -1, &bp,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001874 XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 if (error)
1876 return(error);
1877 if (unlikely(bp == NULL)) {
1878 XFS_ERROR_REPORT("xfs_attr_node_list(2)",
1879 XFS_ERRLEVEL_LOW,
1880 context->dp->i_mount);
1881 return(XFS_ERROR(EFSCORRUPTED));
1882 }
Dave Chinner1d9025e2012-06-22 18:50:14 +10001883 node = bp->b_addr;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001884 if (node->hdr.info.magic ==
1885 cpu_to_be16(XFS_ATTR_LEAF_MAGIC))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886 break;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001887 if (unlikely(node->hdr.info.magic !=
1888 cpu_to_be16(XFS_DA_NODE_MAGIC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 XFS_CORRUPTION_ERROR("xfs_attr_node_list(3)",
1890 XFS_ERRLEVEL_LOW,
1891 context->dp->i_mount,
1892 node);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001893 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 return(XFS_ERROR(EFSCORRUPTED));
1895 }
1896 btree = node->btree;
Nathan Scottfac80cc2006-03-17 17:29:56 +11001897 for (i = 0; i < be16_to_cpu(node->hdr.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 btree++, i++) {
1899 if (cursor->hashval
Nathan Scott403432d2006-03-17 17:29:46 +11001900 <= be32_to_cpu(btree->hashval)) {
1901 cursor->blkno = be32_to_cpu(btree->before);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001902 trace_xfs_attr_list_node_descend(context,
1903 btree);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 break;
1905 }
1906 }
Nathan Scottfac80cc2006-03-17 17:29:56 +11001907 if (i == be16_to_cpu(node->hdr.count)) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001908 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 return(0);
1910 }
Dave Chinner1d9025e2012-06-22 18:50:14 +10001911 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 }
1913 }
1914 ASSERT(bp != NULL);
1915
1916 /*
1917 * Roll upward through the blocks, processing each leaf block in
1918 * order. As long as there is space in the result buffer, keep
1919 * adding the information.
1920 */
1921 for (;;) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001922 leaf = bp->b_addr;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001923 if (unlikely(leaf->hdr.info.magic !=
1924 cpu_to_be16(XFS_ATTR_LEAF_MAGIC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 XFS_CORRUPTION_ERROR("xfs_attr_node_list(4)",
1926 XFS_ERRLEVEL_LOW,
1927 context->dp->i_mount, leaf);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001928 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 return(XFS_ERROR(EFSCORRUPTED));
1930 }
1931 error = xfs_attr_leaf_list_int(bp, context);
Tim Shimmin726801b2006-09-28 11:01:37 +10001932 if (error) {
Dave Chinner1d9025e2012-06-22 18:50:14 +10001933 xfs_trans_brelse(NULL, bp);
Tim Shimmin726801b2006-09-28 11:01:37 +10001934 return error;
1935 }
1936 if (context->seen_enough || leaf->hdr.info.forw == 0)
1937 break;
Nathan Scott89da0542006-03-17 17:28:40 +11001938 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001939 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940 error = xfs_da_read_buf(NULL, context->dp, cursor->blkno, -1,
Dave Chinner4bb20a82012-11-12 22:54:10 +11001941 &bp, XFS_ATTR_FORK, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 if (error)
1943 return(error);
1944 if (unlikely((bp == NULL))) {
1945 XFS_ERROR_REPORT("xfs_attr_node_list(5)",
1946 XFS_ERRLEVEL_LOW,
1947 context->dp->i_mount);
1948 return(XFS_ERROR(EFSCORRUPTED));
1949 }
1950 }
Dave Chinner1d9025e2012-06-22 18:50:14 +10001951 xfs_trans_brelse(NULL, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 return(0);
1953}
1954
1955
1956/*========================================================================
1957 * External routines for manipulating out-of-line attribute values.
1958 *========================================================================*/
1959
1960/*
1961 * Read the value associated with an attribute from the out-of-line buffer
1962 * that we stored it in.
1963 */
Tim Shimmin726801b2006-09-28 11:01:37 +10001964int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965xfs_attr_rmtval_get(xfs_da_args_t *args)
1966{
1967 xfs_bmbt_irec_t map[ATTR_RMTVALUE_MAPSIZE];
1968 xfs_mount_t *mp;
1969 xfs_daddr_t dblkno;
Dave Chinnera9273ca2010-01-20 10:47:48 +11001970 void *dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971 xfs_buf_t *bp;
1972 int nmap, error, tmp, valuelen, blkcnt, i;
1973 xfs_dablk_t lblkno;
1974
Dave Chinneree732592012-11-12 22:53:53 +11001975 trace_xfs_attr_rmtval_get(args);
1976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 ASSERT(!(args->flags & ATTR_KERNOVAL));
1978
1979 mp = args->dp->i_mount;
1980 dst = args->value;
1981 valuelen = args->valuelen;
1982 lblkno = args->rmtblkno;
1983 while (valuelen > 0) {
1984 nmap = ATTR_RMTVALUE_MAPSIZE;
Dave Chinner5c8ed202011-09-18 20:40:45 +00001985 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno,
1986 args->rmtblkcnt, map, &nmap,
1987 XFS_BMAPI_ATTRFORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 if (error)
1989 return(error);
1990 ASSERT(nmap >= 1);
1991
1992 for (i = 0; (i < nmap) && (valuelen > 0); i++) {
1993 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) &&
1994 (map[i].br_startblock != HOLESTARTBLOCK));
1995 dblkno = XFS_FSB_TO_DADDR(mp, map[i].br_startblock);
1996 blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount);
Dave Chinner7ca790a2012-04-23 15:58:55 +10001997 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp,
Dave Chinnerc3f8fc72012-11-12 22:54:01 +11001998 dblkno, blkcnt, 0, &bp, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 if (error)
2000 return(error);
2001
Dave Chinner4e94b712012-04-23 15:58:51 +10002002 tmp = min_t(int, valuelen, BBTOB(bp->b_length));
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002003 xfs_buf_iomove(bp, 0, tmp, dst, XBRW_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 xfs_buf_relse(bp);
2005 dst += tmp;
2006 valuelen -= tmp;
2007
2008 lblkno += map[i].br_blockcount;
2009 }
2010 }
2011 ASSERT(valuelen == 0);
2012 return(0);
2013}
2014
2015/*
2016 * Write the value associated with an attribute into the out-of-line buffer
2017 * that we have defined for it.
2018 */
2019STATIC int
2020xfs_attr_rmtval_set(xfs_da_args_t *args)
2021{
2022 xfs_mount_t *mp;
2023 xfs_fileoff_t lfileoff;
2024 xfs_inode_t *dp;
2025 xfs_bmbt_irec_t map;
2026 xfs_daddr_t dblkno;
Dave Chinnera9273ca2010-01-20 10:47:48 +11002027 void *src;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 xfs_buf_t *bp;
2029 xfs_dablk_t lblkno;
2030 int blkcnt, valuelen, nmap, error, tmp, committed;
2031
Dave Chinneree732592012-11-12 22:53:53 +11002032 trace_xfs_attr_rmtval_set(args);
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 dp = args->dp;
2035 mp = dp->i_mount;
2036 src = args->value;
2037
2038 /*
2039 * Find a "hole" in the attribute address space large enough for
2040 * us to drop the new attribute's value into.
2041 */
2042 blkcnt = XFS_B_TO_FSB(mp, args->valuelen);
2043 lfileoff = 0;
2044 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff,
2045 XFS_ATTR_FORK);
2046 if (error) {
2047 return(error);
2048 }
2049 args->rmtblkno = lblkno = (xfs_dablk_t)lfileoff;
2050 args->rmtblkcnt = blkcnt;
2051
2052 /*
2053 * Roll through the "value", allocating blocks on disk as required.
2054 */
2055 while (blkcnt > 0) {
2056 /*
2057 * Allocate a single extent, up to the size of the value.
2058 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002059 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 nmap = 1;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00002061 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 blkcnt,
Dave Chinnerc0dc7822011-09-18 20:40:52 +00002063 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 args->firstblock, args->total, &map, &nmap,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002065 args->flist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 if (!error) {
2067 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002068 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069 }
2070 if (error) {
2071 ASSERT(committed);
2072 args->trans = NULL;
2073 xfs_bmap_cancel(args->flist);
2074 return(error);
2075 }
2076
2077 /*
2078 * bmap_finish() may have committed the last trans and started
2079 * a new one. We need the inode to be in all transactions.
2080 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10002081 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00002082 xfs_trans_ijoin(args->trans, dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083
2084 ASSERT(nmap == 1);
2085 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2086 (map.br_startblock != HOLESTARTBLOCK));
2087 lblkno += map.br_blockcount;
2088 blkcnt -= map.br_blockcount;
2089
2090 /*
2091 * Start the next trans in the chain.
2092 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002093 error = xfs_trans_roll(&args->trans, dp);
2094 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 return (error);
2096 }
2097
2098 /*
2099 * Roll through the "value", copying the attribute value to the
2100 * already-allocated blocks. Blocks are written synchronously
2101 * so that we can know they are all on disk before we turn off
2102 * the INCOMPLETE flag.
2103 */
2104 lblkno = args->rmtblkno;
2105 valuelen = args->valuelen;
2106 while (valuelen > 0) {
Dave Chinner4e94b712012-04-23 15:58:51 +10002107 int buflen;
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109 /*
2110 * Try to remember where we decided to put the value.
2111 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002112 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 nmap = 1;
Dave Chinner5c8ed202011-09-18 20:40:45 +00002114 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno,
2115 args->rmtblkcnt, &map, &nmap,
2116 XFS_BMAPI_ATTRFORK);
2117 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119 ASSERT(nmap == 1);
2120 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2121 (map.br_startblock != HOLESTARTBLOCK));
2122
2123 dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock),
2124 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount);
2125
Dave Chinneraa5c1582012-04-23 15:58:56 +10002126 bp = xfs_buf_get(mp->m_ddev_targp, dblkno, blkcnt, 0);
Chandra Seetharamanb5229502011-09-07 19:37:54 +00002127 if (!bp)
2128 return ENOMEM;
Dave Chinner4e94b712012-04-23 15:58:51 +10002129
2130 buflen = BBTOB(bp->b_length);
2131 tmp = min_t(int, valuelen, buflen);
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002132 xfs_buf_iomove(bp, 0, tmp, src, XBRW_WRITE);
Dave Chinner4e94b712012-04-23 15:58:51 +10002133 if (tmp < buflen)
2134 xfs_buf_zero(bp, tmp, buflen - tmp);
2135
Christoph Hellwigc2b006c2011-08-23 08:28:07 +00002136 error = xfs_bwrite(bp); /* GROT: NOTE: synchronous write */
2137 xfs_buf_relse(bp);
2138 if (error)
2139 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 src += tmp;
2141 valuelen -= tmp;
2142
2143 lblkno += map.br_blockcount;
2144 }
2145 ASSERT(valuelen == 0);
2146 return(0);
2147}
2148
2149/*
2150 * Remove the value associated with an attribute by deleting the
2151 * out-of-line buffer that it is stored on.
2152 */
2153STATIC int
2154xfs_attr_rmtval_remove(xfs_da_args_t *args)
2155{
2156 xfs_mount_t *mp;
2157 xfs_bmbt_irec_t map;
2158 xfs_buf_t *bp;
2159 xfs_daddr_t dblkno;
2160 xfs_dablk_t lblkno;
2161 int valuelen, blkcnt, nmap, error, done, committed;
2162
Dave Chinneree732592012-11-12 22:53:53 +11002163 trace_xfs_attr_rmtval_remove(args);
2164
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 mp = args->dp->i_mount;
2166
2167 /*
2168 * Roll through the "value", invalidating the attribute value's
2169 * blocks.
2170 */
2171 lblkno = args->rmtblkno;
2172 valuelen = args->rmtblkcnt;
2173 while (valuelen > 0) {
2174 /*
2175 * Try to remember where we decided to put the value.
2176 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 nmap = 1;
Dave Chinner5c8ed202011-09-18 20:40:45 +00002178 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno,
2179 args->rmtblkcnt, &map, &nmap,
2180 XFS_BMAPI_ATTRFORK);
2181 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183 ASSERT(nmap == 1);
2184 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2185 (map.br_startblock != HOLESTARTBLOCK));
2186
2187 dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock),
2188 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount);
2189
2190 /*
2191 * If the "remote" value is in the cache, remove it.
2192 */
Christoph Hellwig0cadda12010-01-19 09:56:44 +00002193 bp = xfs_incore(mp->m_ddev_targp, dblkno, blkcnt, XBF_TRYLOCK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194 if (bp) {
Christoph Hellwigc867cb62011-10-10 16:52:46 +00002195 xfs_buf_stale(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 xfs_buf_relse(bp);
2197 bp = NULL;
2198 }
2199
2200 valuelen -= map.br_blockcount;
2201
2202 lblkno += map.br_blockcount;
2203 }
2204
2205 /*
2206 * Keep de-allocating extents until the remote-value region is gone.
2207 */
2208 lblkno = args->rmtblkno;
2209 blkcnt = args->rmtblkcnt;
2210 done = 0;
2211 while (!done) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002212 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt,
2214 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002215 1, args->firstblock, args->flist,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002216 &done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 if (!error) {
2218 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002219 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 }
2221 if (error) {
2222 ASSERT(committed);
2223 args->trans = NULL;
2224 xfs_bmap_cancel(args->flist);
2225 return(error);
2226 }
2227
2228 /*
2229 * bmap_finish() may have committed the last trans and started
2230 * a new one. We need the inode to be in all transactions.
2231 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10002232 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00002233 xfs_trans_ijoin(args->trans, args->dp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234
2235 /*
2236 * Close out trans and start the next one in the chain.
2237 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002238 error = xfs_trans_roll(&args->trans, args->dp);
2239 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 return (error);
2241 }
2242 return(0);
2243}