blob: 795d5aac7042790341f5fe5e2799f49735e48efa [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"
Nathan Scotta844f452005-11-02 14:38:42 +110024#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include "xfs_trans.h"
26#include "xfs_sb.h"
27#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include "xfs_mount.h"
Nathan Scotta844f452005-11-02 14:38:42 +110029#include "xfs_da_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110031#include "xfs_attr_sf.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_dinode.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_alloc.h"
Nathan Scotta844f452005-11-02 14:38:42 +110035#include "xfs_inode_item.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_bmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "xfs_attr.h"
38#include "xfs_attr_leaf.h"
39#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include "xfs_quota.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include "xfs_trans_space.h"
Nathan Scotta844f452005-11-02 14:38:42 +110042#include "xfs_rw.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100043#include "xfs_vnodeops.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000044#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46/*
47 * xfs_attr.c
48 *
49 * Provide the external interfaces to manage attribute lists.
50 */
51
52/*========================================================================
53 * Function prototypes for the kernel.
54 *========================================================================*/
55
56/*
57 * Internal routines when attribute list fits inside the inode.
58 */
59STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
60
61/*
62 * Internal routines when attribute list is one block.
63 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +100064STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
Linus Torvalds1da177e2005-04-16 15:20:36 -070065STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args);
66STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
67STATIC int xfs_attr_leaf_list(xfs_attr_list_context_t *context);
68
69/*
70 * Internal routines when attribute list is more than one block.
71 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +100072STATIC int xfs_attr_node_get(xfs_da_args_t *args);
Linus Torvalds1da177e2005-04-16 15:20:36 -070073STATIC int xfs_attr_node_addname(xfs_da_args_t *args);
74STATIC int xfs_attr_node_removename(xfs_da_args_t *args);
75STATIC int xfs_attr_node_list(xfs_attr_list_context_t *context);
76STATIC int xfs_attr_fillstate(xfs_da_state_t *state);
77STATIC int xfs_attr_refillstate(xfs_da_state_t *state);
78
79/*
80 * Routines to manipulate out-of-line attribute values.
81 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070082STATIC int xfs_attr_rmtval_set(xfs_da_args_t *args);
83STATIC int xfs_attr_rmtval_remove(xfs_da_args_t *args);
84
85#define ATTR_RMTVALUE_MAPSIZE 1 /* # of map entries at once */
86
Barry Naujoke8b0eba2008-04-22 17:34:31 +100087STATIC int
88xfs_attr_name_to_xname(
89 struct xfs_name *xname,
Dave Chinnera9273ca2010-01-20 10:47:48 +110090 const unsigned char *aname)
Barry Naujoke8b0eba2008-04-22 17:34:31 +100091{
92 if (!aname)
93 return EINVAL;
94 xname->name = aname;
Dave Chinnera9273ca2010-01-20 10:47:48 +110095 xname->len = strlen((char *)aname);
Barry Naujoke8b0eba2008-04-22 17:34:31 +100096 if (xname->len >= MAXNAMELEN)
97 return EFAULT; /* match IRIX behaviour */
98
99 return 0;
100}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000102STATIC int
103xfs_inode_hasattr(
104 struct xfs_inode *ip)
105{
106 if (!XFS_IFORK_Q(ip) ||
107 (ip->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS &&
108 ip->i_d.di_anextents == 0))
109 return 0;
110 return 1;
111}
112
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113/*========================================================================
114 * Overall external interface routines.
115 *========================================================================*/
116
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000117STATIC int
118xfs_attr_get_int(
119 struct xfs_inode *ip,
120 struct xfs_name *name,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100121 unsigned char *value,
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000122 int *valuelenp,
123 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124{
125 xfs_da_args_t args;
126 int error;
127
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000128 if (!xfs_inode_hasattr(ip))
129 return ENOATTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 /*
132 * Fill in the arg structure for this request.
133 */
134 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000135 args.name = name->name;
136 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 args.value = value;
138 args.valuelen = *valuelenp;
139 args.flags = flags;
140 args.hashval = xfs_da_hashname(args.name, args.namelen);
141 args.dp = ip;
142 args.whichfork = XFS_ATTR_FORK;
143
144 /*
145 * Decide on what work routines to call based on the inode size.
146 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000147 if (ip->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 error = xfs_attr_shortform_getvalue(&args);
149 } else if (xfs_bmap_one_block(ip, XFS_ATTR_FORK)) {
150 error = xfs_attr_leaf_get(&args);
151 } else {
152 error = xfs_attr_node_get(&args);
153 }
154
155 /*
156 * Return the number of bytes in the value to the caller.
157 */
158 *valuelenp = args.valuelen;
159
160 if (error == EEXIST)
161 error = 0;
162 return(error);
163}
164
165int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000166xfs_attr_get(
167 xfs_inode_t *ip,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100168 const unsigned char *name,
169 unsigned char *value,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000170 int *valuelenp,
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000171 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000173 int error;
174 struct xfs_name xname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175
176 XFS_STATS_INC(xs_attr_get);
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 if (XFS_FORCED_SHUTDOWN(ip->i_mount))
179 return(EIO);
180
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000181 error = xfs_attr_name_to_xname(&xname, name);
182 if (error)
183 return error;
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 xfs_ilock(ip, XFS_ILOCK_SHARED);
Christoph Hellwige82fa0c2009-11-14 16:17:20 +0000186 error = xfs_attr_get_int(ip, &xname, value, valuelenp, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 xfs_iunlock(ip, XFS_ILOCK_SHARED);
188 return(error);
189}
190
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000191/*
192 * Calculate how many blocks we need for the new attribute,
193 */
Eric Sandeen5d77c0d2009-11-19 15:52:00 +0000194STATIC int
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000195xfs_attr_calc_size(
196 struct xfs_inode *ip,
197 int namelen,
198 int valuelen,
199 int *local)
200{
201 struct xfs_mount *mp = ip->i_mount;
202 int size;
203 int nblks;
204
205 /*
206 * Determine space new attribute will use, and if it would be
207 * "local" or "remote" (note: local != inline).
208 */
209 size = xfs_attr_leaf_newentsize(namelen, valuelen,
210 mp->m_sb.sb_blocksize, local);
211
212 nblks = XFS_DAENTER_SPACE_RES(mp, XFS_ATTR_FORK);
213 if (*local) {
214 if (size > (mp->m_sb.sb_blocksize >> 1)) {
215 /* Double split possible */
216 nblks *= 2;
217 }
218 } else {
219 /*
220 * Out of line attribute, cannot double split, but
221 * make room for the attribute value itself.
222 */
223 uint dblocks = XFS_B_TO_FSB(mp, valuelen);
224 nblks += dblocks;
225 nblks += XFS_NEXTENTADD_SPACE_RES(mp, dblocks, XFS_ATTR_FORK);
226 }
227
228 return nblks;
229}
230
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000231STATIC int
Dave Chinnera9273ca2010-01-20 10:47:48 +1100232xfs_attr_set_int(
233 struct xfs_inode *dp,
234 struct xfs_name *name,
235 unsigned char *value,
236 int valuelen,
237 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238{
239 xfs_da_args_t args;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 xfs_fsblock_t firstblock;
241 xfs_bmap_free_t flist;
242 int error, err2, committed;
Nathan Scottaa82daa2005-11-02 10:33:33 +1100243 xfs_mount_t *mp = dp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 int rsvd = (flags & ATTR_ROOT) != 0;
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000245 int local;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
247 /*
248 * Attach the dquots to the inode.
249 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200250 error = xfs_qm_dqattach(dp, 0);
251 if (error)
252 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
254 /*
255 * If the inode doesn't have an attribute fork, add one.
256 * (inode must not be locked when we call this routine)
257 */
258 if (XFS_IFORK_Q(dp) == 0) {
Barry Naujoke5889e92007-02-10 18:35:58 +1100259 int sf_size = sizeof(xfs_attr_sf_hdr_t) +
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000260 XFS_ATTR_SF_ENTSIZE_BYNAME(name->len, valuelen);
Barry Naujoke5889e92007-02-10 18:35:58 +1100261
262 if ((error = xfs_bmap_add_attrfork(dp, sf_size, rsvd)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 return(error);
264 }
265
266 /*
267 * Fill in the arg structure for this request.
268 */
269 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000270 args.name = name->name;
271 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 args.value = value;
273 args.valuelen = valuelen;
274 args.flags = flags;
275 args.hashval = xfs_da_hashname(args.name, args.namelen);
276 args.dp = dp;
277 args.firstblock = &firstblock;
278 args.flist = &flist;
279 args.whichfork = XFS_ATTR_FORK;
Barry Naujok6a178102008-05-21 16:42:05 +1000280 args.op_flags = XFS_DA_OP_ADDNAME | XFS_DA_OP_OKNOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 /* Size is now blocks for attribute data */
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000283 args.total = xfs_attr_calc_size(dp, name->len, valuelen, &local);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
285 /*
286 * Start our first transaction of the day.
287 *
288 * All future transactions during this code must be "chained" off
289 * this one via the trans_dup() call. All transactions will contain
290 * the inode, and the inode will always be marked with trans_ihold().
291 * Since the inode will be locked in all transactions, we must log
292 * the inode in every transaction to let it float upward through
293 * the log.
294 */
295 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET);
296
297 /*
298 * Root fork attributes can use reserved data blocks for this
299 * operation if necessary
300 */
301
302 if (rsvd)
303 args.trans->t_flags |= XFS_TRANS_RESERVE;
304
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000305 if ((error = xfs_trans_reserve(args.trans, args.total,
306 XFS_ATTRSET_LOG_RES(mp, args.total), 0,
307 XFS_TRANS_PERM_LOG_RES, XFS_ATTRSET_LOG_COUNT))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 xfs_trans_cancel(args.trans, 0);
309 return(error);
310 }
311 xfs_ilock(dp, XFS_ILOCK_EXCL);
312
Christoph Hellwig7d095252009-06-08 15:33:32 +0200313 error = xfs_trans_reserve_quota_nblks(args.trans, dp, args.total, 0,
Niv Sardi5e9da7b2008-08-13 16:03:35 +1000314 rsvd ? XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES :
315 XFS_QMOPT_RES_REGBLKS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 if (error) {
317 xfs_iunlock(dp, XFS_ILOCK_EXCL);
318 xfs_trans_cancel(args.trans, XFS_TRANS_RELEASE_LOG_RES);
319 return (error);
320 }
321
Christoph Hellwig898621d2010-06-24 11:36:58 +1000322 xfs_trans_ijoin(args.trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323
324 /*
Nathan Scottc41564b2006-03-29 08:55:14 +1000325 * If the attribute list is non-existent or a shortform list,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 * upgrade it to a single-leaf-block attribute list.
327 */
328 if ((dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) ||
329 ((dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) &&
330 (dp->i_d.di_anextents == 0))) {
331
332 /*
333 * Build initial attribute list (if required).
334 */
335 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS)
Nathan Scottd8cc8902005-11-02 10:34:53 +1100336 xfs_attr_shortform_create(&args);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337
338 /*
339 * Try to add the attr to the attribute list in
340 * the inode.
341 */
342 error = xfs_attr_shortform_addname(&args);
343 if (error != ENOSPC) {
344 /*
345 * Commit the shortform mods, and we're done.
346 * NOTE: this is also the error path (EEXIST, etc).
347 */
348 ASSERT(args.trans != NULL);
349
350 /*
351 * If this is a synchronous mount, make sure that
352 * the transaction goes to disk before returning
353 * to the user.
354 */
355 if (mp->m_flags & XFS_MOUNT_WSYNC) {
356 xfs_trans_set_sync(args.trans);
357 }
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000358
359 if (!error && (flags & ATTR_KERNOTIME) == 0) {
360 xfs_trans_ichgtime(args.trans, dp,
361 XFS_ICHGTIME_CHG);
362 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 err2 = xfs_trans_commit(args.trans,
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000364 XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 xfs_iunlock(dp, XFS_ILOCK_EXCL);
366
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367 return(error == 0 ? err2 : error);
368 }
369
370 /*
371 * It won't fit in the shortform, transform to a leaf block.
372 * GROT: another possible req'mt for a double-split btree op.
373 */
Eric Sandeen9d87c312009-01-14 23:22:07 -0600374 xfs_bmap_init(args.flist, args.firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 error = xfs_attr_shortform_to_leaf(&args);
376 if (!error) {
377 error = xfs_bmap_finish(&args.trans, args.flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100378 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 }
380 if (error) {
381 ASSERT(committed);
382 args.trans = NULL;
383 xfs_bmap_cancel(&flist);
384 goto out;
385 }
386
387 /*
388 * bmap_finish() may have committed the last trans and started
389 * a new one. We need the inode to be in all transactions.
390 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000391 if (committed)
392 xfs_trans_ijoin(args.trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
394 /*
395 * Commit the leaf transformation. We'll need another (linked)
396 * transaction to add the new attribute to the leaf.
397 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000398
399 error = xfs_trans_roll(&args.trans, dp);
400 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 goto out;
402
403 }
404
405 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
406 error = xfs_attr_leaf_addname(&args);
407 } else {
408 error = xfs_attr_node_addname(&args);
409 }
410 if (error) {
411 goto out;
412 }
413
414 /*
415 * If this is a synchronous mount, make sure that the
416 * transaction goes to disk before returning to the user.
417 */
418 if (mp->m_flags & XFS_MOUNT_WSYNC) {
419 xfs_trans_set_sync(args.trans);
420 }
421
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000422 if ((flags & ATTR_KERNOTIME) == 0)
423 xfs_trans_ichgtime(args.trans, dp, XFS_ICHGTIME_CHG);
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 /*
426 * Commit the last in the sequence of transactions.
427 */
428 xfs_trans_log_inode(args.trans, dp, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000429 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 xfs_iunlock(dp, XFS_ILOCK_EXCL);
431
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 return(error);
433
434out:
435 if (args.trans)
436 xfs_trans_cancel(args.trans,
437 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
438 xfs_iunlock(dp, XFS_ILOCK_EXCL);
439 return(error);
440}
441
Nathan Scottaa82daa2005-11-02 10:33:33 +1100442int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000443xfs_attr_set(
444 xfs_inode_t *dp,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100445 const unsigned char *name,
446 unsigned char *value,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000447 int valuelen,
448 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000450 int error;
451 struct xfs_name xname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452
Nathan Scottaa82daa2005-11-02 10:33:33 +1100453 XFS_STATS_INC(xs_attr_set);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
Nathan Scottaa82daa2005-11-02 10:33:33 +1100455 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 return (EIO);
457
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000458 error = xfs_attr_name_to_xname(&xname, name);
459 if (error)
460 return error;
461
462 return xfs_attr_set_int(dp, &xname, value, valuelen, flags);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100463}
464
465/*
466 * Generic handler routine to remove a name from an attribute list.
467 * Transitions attribute list from Btree to shortform as necessary.
468 */
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000469STATIC int
470xfs_attr_remove_int(xfs_inode_t *dp, struct xfs_name *name, int flags)
Nathan Scottaa82daa2005-11-02 10:33:33 +1100471{
472 xfs_da_args_t args;
473 xfs_fsblock_t firstblock;
474 xfs_bmap_free_t flist;
475 int error;
476 xfs_mount_t *mp = dp->i_mount;
477
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478 /*
479 * Fill in the arg structure for this request.
480 */
481 memset((char *)&args, 0, sizeof(args));
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000482 args.name = name->name;
483 args.namelen = name->len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 args.flags = flags;
485 args.hashval = xfs_da_hashname(args.name, args.namelen);
486 args.dp = dp;
487 args.firstblock = &firstblock;
488 args.flist = &flist;
489 args.total = 0;
490 args.whichfork = XFS_ATTR_FORK;
491
492 /*
Dave Chinner4a338212011-06-23 01:35:01 +0000493 * we have no control over the attribute names that userspace passes us
494 * to remove, so we have to allow the name lookup prior to attribute
495 * removal to fail.
496 */
497 args.op_flags = XFS_DA_OP_OKNOENT;
498
499 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 * Attach the dquots to the inode.
501 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200502 error = xfs_qm_dqattach(dp, 0);
503 if (error)
504 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505
506 /*
507 * Start our first transaction of the day.
508 *
509 * All future transactions during this code must be "chained" off
510 * this one via the trans_dup() call. All transactions will contain
511 * the inode, and the inode will always be marked with trans_ihold().
512 * Since the inode will be locked in all transactions, we must log
513 * the inode in every transaction to let it float upward through
514 * the log.
515 */
516 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM);
517
518 /*
519 * Root fork attributes can use reserved data blocks for this
520 * operation if necessary
521 */
522
523 if (flags & ATTR_ROOT)
524 args.trans->t_flags |= XFS_TRANS_RESERVE;
525
526 if ((error = xfs_trans_reserve(args.trans,
527 XFS_ATTRRM_SPACE_RES(mp),
528 XFS_ATTRRM_LOG_RES(mp),
529 0, XFS_TRANS_PERM_LOG_RES,
530 XFS_ATTRRM_LOG_COUNT))) {
531 xfs_trans_cancel(args.trans, 0);
532 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 }
534
535 xfs_ilock(dp, XFS_ILOCK_EXCL);
536 /*
537 * No need to make quota reservations here. We expect to release some
538 * blocks not allocate in the common case.
539 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000540 xfs_trans_ijoin(args.trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
542 /*
543 * Decide on what work routines to call based on the inode size.
544 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000545 if (!xfs_inode_hasattr(dp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 error = XFS_ERROR(ENOATTR);
547 goto out;
548 }
549 if (dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
550 ASSERT(dp->i_afp->if_flags & XFS_IFINLINE);
551 error = xfs_attr_shortform_remove(&args);
552 if (error) {
553 goto out;
554 }
555 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
556 error = xfs_attr_leaf_removename(&args);
557 } else {
558 error = xfs_attr_node_removename(&args);
559 }
560 if (error) {
561 goto out;
562 }
563
564 /*
565 * If this is a synchronous mount, make sure that the
566 * transaction goes to disk before returning to the user.
567 */
568 if (mp->m_flags & XFS_MOUNT_WSYNC) {
569 xfs_trans_set_sync(args.trans);
570 }
571
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000572 if ((flags & ATTR_KERNOTIME) == 0)
573 xfs_trans_ichgtime(args.trans, dp, XFS_ICHGTIME_CHG);
574
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 /*
576 * Commit the last in the sequence of transactions.
577 */
578 xfs_trans_log_inode(args.trans, dp, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000579 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 xfs_iunlock(dp, XFS_ILOCK_EXCL);
581
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 return(error);
583
584out:
585 if (args.trans)
586 xfs_trans_cancel(args.trans,
587 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
588 xfs_iunlock(dp, XFS_ILOCK_EXCL);
589 return(error);
590}
591
Nathan Scottaa82daa2005-11-02 10:33:33 +1100592int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000593xfs_attr_remove(
594 xfs_inode_t *dp,
Dave Chinnera9273ca2010-01-20 10:47:48 +1100595 const unsigned char *name,
Christoph Hellwig993386c2007-08-28 16:12:30 +1000596 int flags)
Nathan Scottaa82daa2005-11-02 10:33:33 +1100597{
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000598 int error;
599 struct xfs_name xname;
Nathan Scottaa82daa2005-11-02 10:33:33 +1100600
601 XFS_STATS_INC(xs_attr_remove);
602
Nathan Scottaa82daa2005-11-02 10:33:33 +1100603 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
604 return (EIO);
605
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000606 error = xfs_attr_name_to_xname(&xname, name);
607 if (error)
608 return error;
609
Nathan Scottaa82daa2005-11-02 10:33:33 +1100610 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000611 if (!xfs_inode_hasattr(dp)) {
Nathan Scottaa82daa2005-11-02 10:33:33 +1100612 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000613 return XFS_ERROR(ENOATTR);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100614 }
615 xfs_iunlock(dp, XFS_ILOCK_SHARED);
616
Barry Naujoke8b0eba2008-04-22 17:34:31 +1000617 return xfs_attr_remove_int(dp, &xname, flags);
Nathan Scottaa82daa2005-11-02 10:33:33 +1100618}
619
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000620int
Tim Shimmin726801b2006-09-28 11:01:37 +1000621xfs_attr_list_int(xfs_attr_list_context_t *context)
622{
623 int error;
624 xfs_inode_t *dp = context->dp;
625
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000626 XFS_STATS_INC(xs_attr_list);
627
628 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
629 return EIO;
630
631 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000632
Tim Shimmin726801b2006-09-28 11:01:37 +1000633 /*
634 * Decide on what work routines to call based on the inode size.
635 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000636 if (!xfs_inode_hasattr(dp)) {
Tim Shimmin726801b2006-09-28 11:01:37 +1000637 error = 0;
638 } else if (dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
639 error = xfs_attr_shortform_list(context);
640 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) {
641 error = xfs_attr_leaf_list(context);
642 } else {
643 error = xfs_attr_node_list(context);
644 }
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000645
646 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000647
Tim Shimmin726801b2006-09-28 11:01:37 +1000648 return error;
649}
650
651#define ATTR_ENTBASESIZE /* minimum bytes used by an attr */ \
652 (((struct attrlist_ent *) 0)->a_name - (char *) 0)
653#define ATTR_ENTSIZE(namelen) /* actual bytes used by an attr */ \
654 ((ATTR_ENTBASESIZE + (namelen) + 1 + sizeof(u_int32_t)-1) \
655 & ~(sizeof(u_int32_t)-1))
656
657/*
658 * Format an attribute and copy it out to the user's buffer.
659 * Take care to check values and protect against them changing later,
660 * we may be reading them directly out of a user buffer.
661 */
662/*ARGSUSED*/
663STATIC int
Dave Chinnera9273ca2010-01-20 10:47:48 +1100664xfs_attr_put_listent(
665 xfs_attr_list_context_t *context,
666 int flags,
667 unsigned char *name,
668 int namelen,
669 int valuelen,
670 unsigned char *value)
Tim Shimmin726801b2006-09-28 11:01:37 +1000671{
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000672 struct attrlist *alist = (struct attrlist *)context->alist;
Tim Shimmin726801b2006-09-28 11:01:37 +1000673 attrlist_ent_t *aep;
674 int arraytop;
675
676 ASSERT(!(context->flags & ATTR_KERNOVAL));
677 ASSERT(context->count >= 0);
678 ASSERT(context->count < (ATTR_MAX_VALUELEN/8));
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000679 ASSERT(context->firstu >= sizeof(*alist));
Tim Shimmin726801b2006-09-28 11:01:37 +1000680 ASSERT(context->firstu <= context->bufsize);
681
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000682 /*
683 * Only list entries in the right namespace.
684 */
685 if (((context->flags & ATTR_SECURE) == 0) !=
686 ((flags & XFS_ATTR_SECURE) == 0))
687 return 0;
688 if (((context->flags & ATTR_ROOT) == 0) !=
689 ((flags & XFS_ATTR_ROOT) == 0))
690 return 0;
691
692 arraytop = sizeof(*alist) +
693 context->count * sizeof(alist->al_offset[0]);
Tim Shimmin726801b2006-09-28 11:01:37 +1000694 context->firstu -= ATTR_ENTSIZE(namelen);
695 if (context->firstu < arraytop) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000696 trace_xfs_attr_list_full(context);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000697 alist->al_more = 1;
Tim Shimmin726801b2006-09-28 11:01:37 +1000698 context->seen_enough = 1;
699 return 1;
700 }
701
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000702 aep = (attrlist_ent_t *)&context->alist[context->firstu];
Tim Shimmin726801b2006-09-28 11:01:37 +1000703 aep->a_valuelen = valuelen;
704 memcpy(aep->a_name, name, namelen);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000705 aep->a_name[namelen] = 0;
706 alist->al_offset[context->count++] = context->firstu;
707 alist->al_count = context->count;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000708 trace_xfs_attr_list_add(context);
Tim Shimmin726801b2006-09-28 11:01:37 +1000709 return 0;
710}
711
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712/*
713 * Generate a list of extended attribute names and optionally
714 * also value lengths. Positive return value follows the XFS
715 * convention of being an error, zero or negative return code
716 * is the length of the buffer returned (negated), indicating
717 * success.
718 */
719int
Christoph Hellwig993386c2007-08-28 16:12:30 +1000720xfs_attr_list(
721 xfs_inode_t *dp,
722 char *buffer,
723 int bufsize,
724 int flags,
725 attrlist_cursor_kern_t *cursor)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726{
727 xfs_attr_list_context_t context;
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000728 struct attrlist *alist;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 int error;
730
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731 /*
732 * Validate the cursor.
733 */
734 if (cursor->pad1 || cursor->pad2)
735 return(XFS_ERROR(EINVAL));
736 if ((cursor->initted == 0) &&
737 (cursor->hashval || cursor->blkno || cursor->offset))
Tim Shimmin726801b2006-09-28 11:01:37 +1000738 return XFS_ERROR(EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739
740 /*
741 * Check for a properly aligned buffer.
742 */
743 if (((long)buffer) & (sizeof(int)-1))
Tim Shimmin726801b2006-09-28 11:01:37 +1000744 return XFS_ERROR(EFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 if (flags & ATTR_KERNOVAL)
746 bufsize = 0;
747
748 /*
749 * Initialize the output buffer.
750 */
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000751 memset(&context, 0, sizeof(context));
Christoph Hellwig993386c2007-08-28 16:12:30 +1000752 context.dp = dp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 context.cursor = cursor;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 context.resynch = 1;
755 context.flags = flags;
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000756 context.alist = buffer;
757 context.bufsize = (bufsize & ~(sizeof(int)-1)); /* align */
758 context.firstu = context.bufsize;
759 context.put_listent = xfs_attr_put_listent;
Tim Shimmin726801b2006-09-28 11:01:37 +1000760
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000761 alist = (struct attrlist *)context.alist;
762 alist->al_count = 0;
763 alist->al_more = 0;
764 alist->al_offset[0] = context.bufsize;
Tim Shimmin726801b2006-09-28 11:01:37 +1000765
766 error = xfs_attr_list_int(&context);
Christoph Hellwigad9b4632008-06-23 13:23:48 +1000767 ASSERT(error >= 0);
Tim Shimmin726801b2006-09-28 11:01:37 +1000768 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769}
770
771int /* error */
772xfs_attr_inactive(xfs_inode_t *dp)
773{
774 xfs_trans_t *trans;
775 xfs_mount_t *mp;
776 int error;
777
778 mp = dp->i_mount;
779 ASSERT(! XFS_NOT_DQATTACHED(mp, dp));
780
781 xfs_ilock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000782 if (!xfs_inode_hasattr(dp) ||
783 dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 xfs_iunlock(dp, XFS_ILOCK_SHARED);
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000785 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 }
787 xfs_iunlock(dp, XFS_ILOCK_SHARED);
788
789 /*
790 * Start our first transaction of the day.
791 *
792 * All future transactions during this code must be "chained" off
793 * this one via the trans_dup() call. All transactions will contain
794 * the inode, and the inode will always be marked with trans_ihold().
795 * Since the inode will be locked in all transactions, we must log
796 * the inode in every transaction to let it float upward through
797 * the log.
798 */
799 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL);
800 if ((error = xfs_trans_reserve(trans, 0, XFS_ATTRINVAL_LOG_RES(mp), 0,
801 XFS_TRANS_PERM_LOG_RES,
802 XFS_ATTRINVAL_LOG_COUNT))) {
803 xfs_trans_cancel(trans, 0);
804 return(error);
805 }
806 xfs_ilock(dp, XFS_ILOCK_EXCL);
807
808 /*
809 * No need to make quota reservations here. We expect to release some
810 * blocks, not allocate, in the common case.
811 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000812 xfs_trans_ijoin(trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813
814 /*
815 * Decide on what work routines to call based on the inode size.
816 */
Christoph Hellwigcaf8aab2008-06-23 13:23:41 +1000817 if (!xfs_inode_hasattr(dp) ||
818 dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 error = 0;
820 goto out;
821 }
822 error = xfs_attr_root_inactive(&trans, dp);
823 if (error)
824 goto out;
Christoph Hellwig8f04c472011-07-08 14:34:34 +0200825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 /*
Christoph Hellwig8f04c472011-07-08 14:34:34 +0200827 * Signal synchronous inactive transactions unless this is a
828 * synchronous mount filesystem in which case we know that we're here
829 * because we've been called out of xfs_inactive which means that the
830 * last reference is gone and the unlink transaction has already hit
831 * the disk so async inactive transactions are safe.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +0200833 if (!(mp->m_flags & XFS_MOUNT_WSYNC)) {
834 if (dp->i_d.di_anextents > 0)
835 xfs_trans_set_sync(trans);
836 }
837
838 error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0);
839 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 goto out;
841
842 /*
843 * Commit the last in the sequence of transactions.
844 */
845 xfs_trans_log_inode(trans, dp, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000846 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 xfs_iunlock(dp, XFS_ILOCK_EXCL);
848
849 return(error);
850
851out:
852 xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
853 xfs_iunlock(dp, XFS_ILOCK_EXCL);
854 return(error);
855}
856
857
858
859/*========================================================================
860 * External routines when attribute list is inside the inode
861 *========================================================================*/
862
863/*
864 * Add a name to the shortform attribute list structure
865 * This is the external routine.
866 */
867STATIC int
868xfs_attr_shortform_addname(xfs_da_args_t *args)
869{
Nathan Scottd8cc8902005-11-02 10:34:53 +1100870 int newsize, forkoff, retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
872 retval = xfs_attr_shortform_lookup(args);
873 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
874 return(retval);
875 } else if (retval == EEXIST) {
876 if (args->flags & ATTR_CREATE)
877 return(retval);
878 retval = xfs_attr_shortform_remove(args);
879 ASSERT(retval == 0);
880 }
881
Nathan Scottd8cc8902005-11-02 10:34:53 +1100882 if (args->namelen >= XFS_ATTR_SF_ENTSIZE_MAX ||
883 args->valuelen >= XFS_ATTR_SF_ENTSIZE_MAX)
884 return(XFS_ERROR(ENOSPC));
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 newsize = XFS_ATTR_SF_TOTSIZE(args->dp);
887 newsize += XFS_ATTR_SF_ENTSIZE_BYNAME(args->namelen, args->valuelen);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100888
889 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize);
890 if (!forkoff)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 return(XFS_ERROR(ENOSPC));
Nathan Scottd8cc8902005-11-02 10:34:53 +1100892
893 xfs_attr_shortform_add(args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 return(0);
895}
896
897
898/*========================================================================
899 * External routines when attribute list is one block
900 *========================================================================*/
901
902/*
903 * Add a name to the leaf attribute list structure
904 *
905 * This leaf block cannot have a "remote" value, we only call this routine
906 * if bmap_one_block() says there is only one block (ie: no remote blks).
907 */
David Chinnera8272ce2007-11-23 16:28:09 +1100908STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909xfs_attr_leaf_addname(xfs_da_args_t *args)
910{
911 xfs_inode_t *dp;
912 xfs_dabuf_t *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100913 int retval, error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
915 /*
916 * Read the (only) block in the attribute list in.
917 */
918 dp = args->dp;
919 args->blkno = 0;
920 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
921 XFS_ATTR_FORK);
922 if (error)
923 return(error);
924 ASSERT(bp != NULL);
925
926 /*
927 * Look up the given attribute in the leaf block. Figure out if
928 * the given flags produce an error or call for an atomic rename.
929 */
930 retval = xfs_attr_leaf_lookup_int(bp, args);
931 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
932 xfs_da_brelse(args->trans, bp);
933 return(retval);
934 } else if (retval == EEXIST) {
935 if (args->flags & ATTR_CREATE) { /* pure create op */
936 xfs_da_brelse(args->trans, bp);
937 return(retval);
938 }
Barry Naujok6a178102008-05-21 16:42:05 +1000939 args->op_flags |= XFS_DA_OP_RENAME; /* an atomic rename */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 args->blkno2 = args->blkno; /* set 2nd entry info*/
941 args->index2 = args->index;
942 args->rmtblkno2 = args->rmtblkno;
943 args->rmtblkcnt2 = args->rmtblkcnt;
944 }
945
946 /*
947 * Add the attribute to the leaf block, transitioning to a Btree
948 * if required.
949 */
950 retval = xfs_attr_leaf_add(bp, args);
951 xfs_da_buf_done(bp);
952 if (retval == ENOSPC) {
953 /*
954 * Promote the attribute list to the Btree format, then
955 * Commit that transaction so that the node_addname() call
956 * can manage its own transactions.
957 */
Eric Sandeen9d87c312009-01-14 23:22:07 -0600958 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 error = xfs_attr_leaf_to_node(args);
960 if (!error) {
961 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100962 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963 }
964 if (error) {
965 ASSERT(committed);
966 args->trans = NULL;
967 xfs_bmap_cancel(args->flist);
968 return(error);
969 }
970
971 /*
972 * bmap_finish() may have committed the last trans and started
973 * a new one. We need the inode to be in all transactions.
974 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000975 if (committed)
976 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
978 /*
979 * Commit the current trans (including the inode) and start
980 * a new one.
981 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000982 error = xfs_trans_roll(&args->trans, dp);
983 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 return (error);
985
986 /*
987 * Fob the whole rest of the problem off on the Btree code.
988 */
989 error = xfs_attr_node_addname(args);
990 return(error);
991 }
992
993 /*
994 * Commit the transaction that added the attr name so that
995 * later routines can manage their own transactions.
996 */
Niv Sardi322ff6b2008-08-13 16:05:49 +1000997 error = xfs_trans_roll(&args->trans, dp);
998 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 return (error);
1000
1001 /*
1002 * If there was an out-of-line value, allocate the blocks we
1003 * identified for its storage and copy the value. This is done
1004 * after we create the attribute so that we don't overflow the
1005 * maximum size of a transaction and/or hit a deadlock.
1006 */
1007 if (args->rmtblkno > 0) {
1008 error = xfs_attr_rmtval_set(args);
1009 if (error)
1010 return(error);
1011 }
1012
1013 /*
1014 * If this is an atomic rename operation, we must "flip" the
1015 * incomplete flags on the "new" and "old" attribute/value pairs
1016 * so that one disappears and one appears atomically. Then we
1017 * must remove the "old" attribute/value pair.
1018 */
Barry Naujok6a178102008-05-21 16:42:05 +10001019 if (args->op_flags & XFS_DA_OP_RENAME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 /*
1021 * In a separate transaction, set the incomplete flag on the
1022 * "old" attr and clear the incomplete flag on the "new" attr.
1023 */
1024 error = xfs_attr_leaf_flipflags(args);
1025 if (error)
1026 return(error);
1027
1028 /*
1029 * Dismantle the "old" attribute/value pair by removing
1030 * a "remote" value (if it exists).
1031 */
1032 args->index = args->index2;
1033 args->blkno = args->blkno2;
1034 args->rmtblkno = args->rmtblkno2;
1035 args->rmtblkcnt = args->rmtblkcnt2;
1036 if (args->rmtblkno) {
1037 error = xfs_attr_rmtval_remove(args);
1038 if (error)
1039 return(error);
1040 }
1041
1042 /*
1043 * Read in the block containing the "old" attr, then
1044 * remove the "old" attr from that block (neat, huh!)
1045 */
1046 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1,
1047 &bp, XFS_ATTR_FORK);
1048 if (error)
1049 return(error);
1050 ASSERT(bp != NULL);
1051 (void)xfs_attr_leaf_remove(bp, args);
1052
1053 /*
1054 * If the result is small enough, shrink it all into the inode.
1055 */
Nathan Scottd8cc8902005-11-02 10:34:53 +11001056 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001057 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001058 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 /* bp is gone due to xfs_da_shrink_inode */
1060 if (!error) {
1061 error = xfs_bmap_finish(&args->trans,
1062 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 &committed);
1064 }
1065 if (error) {
1066 ASSERT(committed);
1067 args->trans = NULL;
1068 xfs_bmap_cancel(args->flist);
1069 return(error);
1070 }
1071
1072 /*
1073 * bmap_finish() may have committed the last trans
1074 * and started a new one. We need the inode to be
1075 * in all transactions.
1076 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001077 if (committed)
1078 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 } else
1080 xfs_da_buf_done(bp);
1081
1082 /*
1083 * Commit the remove and start the next trans in series.
1084 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001085 error = xfs_trans_roll(&args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
1087 } else if (args->rmtblkno > 0) {
1088 /*
1089 * Added a "remote" value, just clear the incomplete flag.
1090 */
1091 error = xfs_attr_leaf_clearflag(args);
1092 }
1093 return(error);
1094}
1095
1096/*
1097 * Remove a name from the leaf attribute list structure
1098 *
1099 * This leaf block cannot have a "remote" value, we only call this routine
1100 * if bmap_one_block() says there is only one block (ie: no remote blks).
1101 */
1102STATIC int
1103xfs_attr_leaf_removename(xfs_da_args_t *args)
1104{
1105 xfs_inode_t *dp;
1106 xfs_dabuf_t *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +11001107 int error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
1109 /*
1110 * Remove the attribute.
1111 */
1112 dp = args->dp;
1113 args->blkno = 0;
1114 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
1115 XFS_ATTR_FORK);
1116 if (error) {
1117 return(error);
1118 }
1119
1120 ASSERT(bp != NULL);
1121 error = xfs_attr_leaf_lookup_int(bp, args);
1122 if (error == ENOATTR) {
1123 xfs_da_brelse(args->trans, bp);
1124 return(error);
1125 }
1126
1127 (void)xfs_attr_leaf_remove(bp, args);
1128
1129 /*
1130 * If the result is small enough, shrink it all into the inode.
1131 */
Nathan Scottd8cc8902005-11-02 10:34:53 +11001132 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001133 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001134 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 /* bp is gone due to xfs_da_shrink_inode */
1136 if (!error) {
1137 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001138 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 }
1140 if (error) {
1141 ASSERT(committed);
1142 args->trans = NULL;
1143 xfs_bmap_cancel(args->flist);
1144 return(error);
1145 }
1146
1147 /*
1148 * bmap_finish() may have committed the last trans and started
1149 * a new one. We need the inode to be in all transactions.
1150 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001151 if (committed)
1152 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 } else
1154 xfs_da_buf_done(bp);
1155 return(0);
1156}
1157
1158/*
1159 * Look up a name in a leaf attribute list structure.
1160 *
1161 * This leaf block cannot have a "remote" value, we only call this routine
1162 * if bmap_one_block() says there is only one block (ie: no remote blks).
1163 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +10001164STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165xfs_attr_leaf_get(xfs_da_args_t *args)
1166{
1167 xfs_dabuf_t *bp;
1168 int error;
1169
1170 args->blkno = 0;
1171 error = xfs_da_read_buf(args->trans, args->dp, args->blkno, -1, &bp,
1172 XFS_ATTR_FORK);
1173 if (error)
1174 return(error);
1175 ASSERT(bp != NULL);
1176
1177 error = xfs_attr_leaf_lookup_int(bp, args);
1178 if (error != EEXIST) {
1179 xfs_da_brelse(args->trans, bp);
1180 return(error);
1181 }
1182 error = xfs_attr_leaf_getvalue(bp, args);
1183 xfs_da_brelse(args->trans, bp);
1184 if (!error && (args->rmtblkno > 0) && !(args->flags & ATTR_KERNOVAL)) {
1185 error = xfs_attr_rmtval_get(args);
1186 }
1187 return(error);
1188}
1189
1190/*
1191 * Copy out attribute entries for attr_list(), for leaf attribute lists.
1192 */
1193STATIC int
1194xfs_attr_leaf_list(xfs_attr_list_context_t *context)
1195{
1196 xfs_attr_leafblock_t *leaf;
1197 int error;
1198 xfs_dabuf_t *bp;
1199
1200 context->cursor->blkno = 0;
1201 error = xfs_da_read_buf(NULL, context->dp, 0, -1, &bp, XFS_ATTR_FORK);
1202 if (error)
Tim Shimmin726801b2006-09-28 11:01:37 +10001203 return XFS_ERROR(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 ASSERT(bp != NULL);
1205 leaf = bp->data;
Nathan Scott89da0542006-03-17 17:28:40 +11001206 if (unlikely(be16_to_cpu(leaf->hdr.info.magic) != XFS_ATTR_LEAF_MAGIC)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 XFS_CORRUPTION_ERROR("xfs_attr_leaf_list", XFS_ERRLEVEL_LOW,
1208 context->dp->i_mount, leaf);
1209 xfs_da_brelse(NULL, bp);
Tim Shimmin726801b2006-09-28 11:01:37 +10001210 return XFS_ERROR(EFSCORRUPTED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 }
1212
Tim Shimmin726801b2006-09-28 11:01:37 +10001213 error = xfs_attr_leaf_list_int(bp, context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 xfs_da_brelse(NULL, bp);
Tim Shimmin726801b2006-09-28 11:01:37 +10001215 return XFS_ERROR(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216}
1217
1218
1219/*========================================================================
1220 * External routines when attribute list size > XFS_LBSIZE(mp).
1221 *========================================================================*/
1222
1223/*
1224 * Add a name to a Btree-format attribute list.
1225 *
1226 * This will involve walking down the Btree, and may involve splitting
1227 * leaf nodes and even splitting intermediate nodes up to and including
1228 * the root node (a special case of an intermediate node).
1229 *
1230 * "Remote" attribute values confuse the issue and atomic rename operations
1231 * add a whole extra layer of confusion on top of that.
1232 */
1233STATIC int
1234xfs_attr_node_addname(xfs_da_args_t *args)
1235{
1236 xfs_da_state_t *state;
1237 xfs_da_state_blk_t *blk;
1238 xfs_inode_t *dp;
1239 xfs_mount_t *mp;
1240 int committed, retval, error;
1241
1242 /*
1243 * Fill in bucket of arguments/results/context to carry around.
1244 */
1245 dp = args->dp;
1246 mp = dp->i_mount;
1247restart:
1248 state = xfs_da_state_alloc();
1249 state->args = args;
1250 state->mp = mp;
1251 state->blocksize = state->mp->m_sb.sb_blocksize;
1252 state->node_ents = state->mp->m_attr_node_ents;
1253
1254 /*
1255 * Search to see if name already exists, and get back a pointer
1256 * to where it should go.
1257 */
1258 error = xfs_da_node_lookup_int(state, &retval);
1259 if (error)
1260 goto out;
1261 blk = &state->path.blk[ state->path.active-1 ];
1262 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1263 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) {
1264 goto out;
1265 } else if (retval == EEXIST) {
1266 if (args->flags & ATTR_CREATE)
1267 goto out;
Barry Naujok6a178102008-05-21 16:42:05 +10001268 args->op_flags |= XFS_DA_OP_RENAME; /* atomic rename op */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 args->blkno2 = args->blkno; /* set 2nd entry info*/
1270 args->index2 = args->index;
1271 args->rmtblkno2 = args->rmtblkno;
1272 args->rmtblkcnt2 = args->rmtblkcnt;
1273 args->rmtblkno = 0;
1274 args->rmtblkcnt = 0;
1275 }
1276
1277 retval = xfs_attr_leaf_add(blk->bp, state->args);
1278 if (retval == ENOSPC) {
1279 if (state->path.active == 1) {
1280 /*
1281 * Its really a single leaf node, but it had
1282 * out-of-line values so it looked like it *might*
1283 * have been a b-tree.
1284 */
1285 xfs_da_state_free(state);
Eric Sandeen9d87c312009-01-14 23:22:07 -06001286 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 error = xfs_attr_leaf_to_node(args);
1288 if (!error) {
1289 error = xfs_bmap_finish(&args->trans,
1290 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 &committed);
1292 }
1293 if (error) {
1294 ASSERT(committed);
1295 args->trans = NULL;
1296 xfs_bmap_cancel(args->flist);
1297 goto out;
1298 }
1299
1300 /*
1301 * bmap_finish() may have committed the last trans
1302 * and started a new one. We need the inode to be
1303 * in all transactions.
1304 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001305 if (committed)
1306 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
1308 /*
1309 * Commit the node conversion and start the next
1310 * trans in the chain.
1311 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001312 error = xfs_trans_roll(&args->trans, dp);
1313 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 goto out;
1315
1316 goto restart;
1317 }
1318
1319 /*
1320 * Split as many Btree elements as required.
1321 * This code tracks the new and old attr's location
1322 * in the index/blkno/rmtblkno/rmtblkcnt fields and
1323 * in the index2/blkno2/rmtblkno2/rmtblkcnt2 fields.
1324 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06001325 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 error = xfs_da_split(state);
1327 if (!error) {
1328 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001329 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 }
1331 if (error) {
1332 ASSERT(committed);
1333 args->trans = NULL;
1334 xfs_bmap_cancel(args->flist);
1335 goto out;
1336 }
1337
1338 /*
1339 * bmap_finish() may have committed the last trans and started
1340 * a new one. We need the inode to be in all transactions.
1341 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001342 if (committed)
1343 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344 } else {
1345 /*
1346 * Addition succeeded, update Btree hashvals.
1347 */
1348 xfs_da_fixhashpath(state, &state->path);
1349 }
1350
1351 /*
1352 * Kill the state structure, we're done with it and need to
1353 * allow the buffers to come back later.
1354 */
1355 xfs_da_state_free(state);
1356 state = NULL;
1357
1358 /*
1359 * Commit the leaf addition or btree split and start the next
1360 * trans in the chain.
1361 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001362 error = xfs_trans_roll(&args->trans, dp);
1363 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 goto out;
1365
1366 /*
1367 * If there was an out-of-line value, allocate the blocks we
1368 * identified for its storage and copy the value. This is done
1369 * after we create the attribute so that we don't overflow the
1370 * maximum size of a transaction and/or hit a deadlock.
1371 */
1372 if (args->rmtblkno > 0) {
1373 error = xfs_attr_rmtval_set(args);
1374 if (error)
1375 return(error);
1376 }
1377
1378 /*
1379 * If this is an atomic rename operation, we must "flip" the
1380 * incomplete flags on the "new" and "old" attribute/value pairs
1381 * so that one disappears and one appears atomically. Then we
1382 * must remove the "old" attribute/value pair.
1383 */
Barry Naujok6a178102008-05-21 16:42:05 +10001384 if (args->op_flags & XFS_DA_OP_RENAME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 /*
1386 * In a separate transaction, set the incomplete flag on the
1387 * "old" attr and clear the incomplete flag on the "new" attr.
1388 */
1389 error = xfs_attr_leaf_flipflags(args);
1390 if (error)
1391 goto out;
1392
1393 /*
1394 * Dismantle the "old" attribute/value pair by removing
1395 * a "remote" value (if it exists).
1396 */
1397 args->index = args->index2;
1398 args->blkno = args->blkno2;
1399 args->rmtblkno = args->rmtblkno2;
1400 args->rmtblkcnt = args->rmtblkcnt2;
1401 if (args->rmtblkno) {
1402 error = xfs_attr_rmtval_remove(args);
1403 if (error)
1404 return(error);
1405 }
1406
1407 /*
1408 * Re-find the "old" attribute entry after any split ops.
1409 * The INCOMPLETE flag means that we will find the "old"
1410 * attr, not the "new" one.
1411 */
1412 args->flags |= XFS_ATTR_INCOMPLETE;
1413 state = xfs_da_state_alloc();
1414 state->args = args;
1415 state->mp = mp;
1416 state->blocksize = state->mp->m_sb.sb_blocksize;
1417 state->node_ents = state->mp->m_attr_node_ents;
1418 state->inleaf = 0;
1419 error = xfs_da_node_lookup_int(state, &retval);
1420 if (error)
1421 goto out;
1422
1423 /*
1424 * Remove the name and update the hashvals in the tree.
1425 */
1426 blk = &state->path.blk[ state->path.active-1 ];
1427 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1428 error = xfs_attr_leaf_remove(blk->bp, args);
1429 xfs_da_fixhashpath(state, &state->path);
1430
1431 /*
1432 * Check to see if the tree needs to be collapsed.
1433 */
1434 if (retval && (state->path.active > 1)) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001435 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 error = xfs_da_join(state);
1437 if (!error) {
1438 error = xfs_bmap_finish(&args->trans,
1439 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 &committed);
1441 }
1442 if (error) {
1443 ASSERT(committed);
1444 args->trans = NULL;
1445 xfs_bmap_cancel(args->flist);
1446 goto out;
1447 }
1448
1449 /*
1450 * bmap_finish() may have committed the last trans
1451 * and started a new one. We need the inode to be
1452 * in all transactions.
1453 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001454 if (committed)
1455 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 }
1457
1458 /*
1459 * Commit and start the next trans in the chain.
1460 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10001461 error = xfs_trans_roll(&args->trans, dp);
1462 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463 goto out;
1464
1465 } else if (args->rmtblkno > 0) {
1466 /*
1467 * Added a "remote" value, just clear the incomplete flag.
1468 */
1469 error = xfs_attr_leaf_clearflag(args);
1470 if (error)
1471 goto out;
1472 }
1473 retval = error = 0;
1474
1475out:
1476 if (state)
1477 xfs_da_state_free(state);
1478 if (error)
1479 return(error);
1480 return(retval);
1481}
1482
1483/*
1484 * Remove a name from a B-tree attribute list.
1485 *
1486 * This will involve walking down the Btree, and may involve joining
1487 * leaf nodes and even joining intermediate nodes up to and including
1488 * the root node (a special case of an intermediate node).
1489 */
1490STATIC int
1491xfs_attr_node_removename(xfs_da_args_t *args)
1492{
1493 xfs_da_state_t *state;
1494 xfs_da_state_blk_t *blk;
1495 xfs_inode_t *dp;
1496 xfs_dabuf_t *bp;
Nathan Scottd8cc8902005-11-02 10:34:53 +11001497 int retval, error, committed, forkoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498
1499 /*
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)
1587 xfs_trans_ijoin(args->trans, dp);
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);
1606 xfs_da_buf_done(state->path.blk[0].bp);
1607 state->path.blk[0].bp = NULL;
1608
1609 error = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp,
1610 XFS_ATTR_FORK);
1611 if (error)
1612 goto out;
Nathan Scott89da0542006-03-17 17:28:40 +11001613 ASSERT(be16_to_cpu(((xfs_attr_leafblock_t *)
1614 bp->data)->hdr.info.magic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615 == XFS_ATTR_LEAF_MAGIC);
1616
Nathan Scottd8cc8902005-11-02 10:34:53 +11001617 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001618 xfs_bmap_init(args->flist, args->firstblock);
Nathan Scottd8cc8902005-11-02 10:34:53 +11001619 error = xfs_attr_leaf_to_shortform(bp, args, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 /* bp is gone due to xfs_da_shrink_inode */
1621 if (!error) {
1622 error = xfs_bmap_finish(&args->trans,
1623 args->flist,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 &committed);
1625 }
1626 if (error) {
1627 ASSERT(committed);
1628 args->trans = NULL;
1629 xfs_bmap_cancel(args->flist);
1630 goto out;
1631 }
1632
1633 /*
1634 * bmap_finish() may have committed the last trans
1635 * and started a new one. We need the inode to be
1636 * in all transactions.
1637 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001638 if (committed)
1639 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 } else
1641 xfs_da_brelse(args->trans, bp);
1642 }
1643 error = 0;
1644
1645out:
1646 xfs_da_state_free(state);
1647 return(error);
1648}
1649
1650/*
1651 * Fill in the disk block numbers in the state structure for the buffers
1652 * that are attached to the state structure.
1653 * This is done so that we can quickly reattach ourselves to those buffers
Nathan Scottc41564b2006-03-29 08:55:14 +10001654 * after some set of transaction commits have released these buffers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655 */
1656STATIC int
1657xfs_attr_fillstate(xfs_da_state_t *state)
1658{
1659 xfs_da_state_path_t *path;
1660 xfs_da_state_blk_t *blk;
1661 int level;
1662
1663 /*
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) {
1671 blk->disk_blkno = xfs_da_blkno(blk->bp);
1672 xfs_da_buf_done(blk->bp);
1673 blk->bp = NULL;
1674 } else {
1675 blk->disk_blkno = 0;
1676 }
1677 }
1678
1679 /*
1680 * Roll down the "altpath" in the state structure, storing the on-disk
1681 * block number for those buffers in the "altpath".
1682 */
1683 path = &state->altpath;
1684 ASSERT((path->active >= 0) && (path->active < XFS_DA_NODE_MAXDEPTH));
1685 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
1686 if (blk->bp) {
1687 blk->disk_blkno = xfs_da_blkno(blk->bp);
1688 xfs_da_buf_done(blk->bp);
1689 blk->bp = NULL;
1690 } else {
1691 blk->disk_blkno = 0;
1692 }
1693 }
1694
1695 return(0);
1696}
1697
1698/*
1699 * Reattach the buffers to the state structure based on the disk block
1700 * numbers stored in the state structure.
Nathan Scottc41564b2006-03-29 08:55:14 +10001701 * This is done after some set of transaction commits have released those
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702 * buffers from our grip.
1703 */
1704STATIC int
1705xfs_attr_refillstate(xfs_da_state_t *state)
1706{
1707 xfs_da_state_path_t *path;
1708 xfs_da_state_blk_t *blk;
1709 int level, error;
1710
1711 /*
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,
1722 &blk->bp, XFS_ATTR_FORK);
1723 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,
1741 &blk->bp, XFS_ATTR_FORK);
1742 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
1767 state = xfs_da_state_alloc();
1768 state->args = args;
1769 state->mp = args->dp->i_mount;
1770 state->blocksize = state->mp->m_sb.sb_blocksize;
1771 state->node_ents = state->mp->m_attr_node_ents;
1772
1773 /*
1774 * Search to see if name exists, and get back a pointer to it.
1775 */
1776 error = xfs_da_node_lookup_int(state, &retval);
1777 if (error) {
1778 retval = error;
1779 } else if (retval == EEXIST) {
1780 blk = &state->path.blk[ state->path.active-1 ];
1781 ASSERT(blk->bp != NULL);
1782 ASSERT(blk->magic == XFS_ATTR_LEAF_MAGIC);
1783
1784 /*
1785 * Get the value, local or "remote"
1786 */
1787 retval = xfs_attr_leaf_getvalue(blk->bp, args);
1788 if (!retval && (args->rmtblkno > 0)
1789 && !(args->flags & ATTR_KERNOVAL)) {
1790 retval = xfs_attr_rmtval_get(args);
1791 }
1792 }
1793
1794 /*
1795 * If not in a transaction, we have to release all the buffers.
1796 */
1797 for (i = 0; i < state->path.active; i++) {
1798 xfs_da_brelse(args->trans, state->path.blk[i].bp);
1799 state->path.blk[i].bp = NULL;
1800 }
1801
1802 xfs_da_state_free(state);
1803 return(retval);
1804}
1805
1806STATIC int /* error */
1807xfs_attr_node_list(xfs_attr_list_context_t *context)
1808{
1809 attrlist_cursor_kern_t *cursor;
1810 xfs_attr_leafblock_t *leaf;
1811 xfs_da_intnode_t *node;
1812 xfs_da_node_entry_t *btree;
1813 int error, i;
1814 xfs_dabuf_t *bp;
1815
1816 cursor = context->cursor;
1817 cursor->initted = 1;
1818
1819 /*
1820 * Do all sorts of validation on the passed-in cursor structure.
1821 * If anything is amiss, ignore the cursor and look up the hashval
1822 * starting from the btree root.
1823 */
1824 bp = NULL;
1825 if (cursor->blkno > 0) {
1826 error = xfs_da_read_buf(NULL, context->dp, cursor->blkno, -1,
1827 &bp, XFS_ATTR_FORK);
1828 if ((error != 0) && (error != EFSCORRUPTED))
1829 return(error);
1830 if (bp) {
1831 node = bp->data;
Nathan Scott89da0542006-03-17 17:28:40 +11001832 switch (be16_to_cpu(node->hdr.info.magic)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 case XFS_DA_NODE_MAGIC:
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001834 trace_xfs_attr_list_wrong_blk(context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 xfs_da_brelse(NULL, bp);
1836 bp = NULL;
1837 break;
1838 case XFS_ATTR_LEAF_MAGIC:
1839 leaf = bp->data;
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001840 if (cursor->hashval > be32_to_cpu(leaf->entries[
1841 be16_to_cpu(leaf->hdr.count)-1].hashval)) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001842 trace_xfs_attr_list_wrong_blk(context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 xfs_da_brelse(NULL, bp);
1844 bp = NULL;
1845 } else if (cursor->hashval <=
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001846 be32_to_cpu(leaf->entries[0].hashval)) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001847 trace_xfs_attr_list_wrong_blk(context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 xfs_da_brelse(NULL, bp);
1849 bp = NULL;
1850 }
1851 break;
1852 default:
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001853 trace_xfs_attr_list_wrong_blk(context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 xfs_da_brelse(NULL, bp);
1855 bp = NULL;
1856 }
1857 }
1858 }
1859
1860 /*
1861 * We did not find what we expected given the cursor's contents,
1862 * so we start from the top and work down based on the hash value.
1863 * Note that start of node block is same as start of leaf block.
1864 */
1865 if (bp == NULL) {
1866 cursor->blkno = 0;
1867 for (;;) {
1868 error = xfs_da_read_buf(NULL, context->dp,
1869 cursor->blkno, -1, &bp,
1870 XFS_ATTR_FORK);
1871 if (error)
1872 return(error);
1873 if (unlikely(bp == NULL)) {
1874 XFS_ERROR_REPORT("xfs_attr_node_list(2)",
1875 XFS_ERRLEVEL_LOW,
1876 context->dp->i_mount);
1877 return(XFS_ERROR(EFSCORRUPTED));
1878 }
1879 node = bp->data;
Nathan Scott89da0542006-03-17 17:28:40 +11001880 if (be16_to_cpu(node->hdr.info.magic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 == XFS_ATTR_LEAF_MAGIC)
1882 break;
Nathan Scott89da0542006-03-17 17:28:40 +11001883 if (unlikely(be16_to_cpu(node->hdr.info.magic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884 != XFS_DA_NODE_MAGIC)) {
1885 XFS_CORRUPTION_ERROR("xfs_attr_node_list(3)",
1886 XFS_ERRLEVEL_LOW,
1887 context->dp->i_mount,
1888 node);
1889 xfs_da_brelse(NULL, bp);
1890 return(XFS_ERROR(EFSCORRUPTED));
1891 }
1892 btree = node->btree;
Nathan Scottfac80cc2006-03-17 17:29:56 +11001893 for (i = 0; i < be16_to_cpu(node->hdr.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 btree++, i++) {
1895 if (cursor->hashval
Nathan Scott403432d2006-03-17 17:29:46 +11001896 <= be32_to_cpu(btree->hashval)) {
1897 cursor->blkno = be32_to_cpu(btree->before);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001898 trace_xfs_attr_list_node_descend(context,
1899 btree);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 break;
1901 }
1902 }
Nathan Scottfac80cc2006-03-17 17:29:56 +11001903 if (i == be16_to_cpu(node->hdr.count)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 xfs_da_brelse(NULL, bp);
1905 return(0);
1906 }
1907 xfs_da_brelse(NULL, bp);
1908 }
1909 }
1910 ASSERT(bp != NULL);
1911
1912 /*
1913 * Roll upward through the blocks, processing each leaf block in
1914 * order. As long as there is space in the result buffer, keep
1915 * adding the information.
1916 */
1917 for (;;) {
1918 leaf = bp->data;
Nathan Scott89da0542006-03-17 17:28:40 +11001919 if (unlikely(be16_to_cpu(leaf->hdr.info.magic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 != XFS_ATTR_LEAF_MAGIC)) {
1921 XFS_CORRUPTION_ERROR("xfs_attr_node_list(4)",
1922 XFS_ERRLEVEL_LOW,
1923 context->dp->i_mount, leaf);
1924 xfs_da_brelse(NULL, bp);
1925 return(XFS_ERROR(EFSCORRUPTED));
1926 }
1927 error = xfs_attr_leaf_list_int(bp, context);
Tim Shimmin726801b2006-09-28 11:01:37 +10001928 if (error) {
1929 xfs_da_brelse(NULL, bp);
1930 return error;
1931 }
1932 if (context->seen_enough || leaf->hdr.info.forw == 0)
1933 break;
Nathan Scott89da0542006-03-17 17:28:40 +11001934 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 xfs_da_brelse(NULL, bp);
1936 error = xfs_da_read_buf(NULL, context->dp, cursor->blkno, -1,
1937 &bp, XFS_ATTR_FORK);
1938 if (error)
1939 return(error);
1940 if (unlikely((bp == NULL))) {
1941 XFS_ERROR_REPORT("xfs_attr_node_list(5)",
1942 XFS_ERRLEVEL_LOW,
1943 context->dp->i_mount);
1944 return(XFS_ERROR(EFSCORRUPTED));
1945 }
1946 }
1947 xfs_da_brelse(NULL, bp);
1948 return(0);
1949}
1950
1951
1952/*========================================================================
1953 * External routines for manipulating out-of-line attribute values.
1954 *========================================================================*/
1955
1956/*
1957 * Read the value associated with an attribute from the out-of-line buffer
1958 * that we stored it in.
1959 */
Tim Shimmin726801b2006-09-28 11:01:37 +10001960int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961xfs_attr_rmtval_get(xfs_da_args_t *args)
1962{
1963 xfs_bmbt_irec_t map[ATTR_RMTVALUE_MAPSIZE];
1964 xfs_mount_t *mp;
1965 xfs_daddr_t dblkno;
Dave Chinnera9273ca2010-01-20 10:47:48 +11001966 void *dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967 xfs_buf_t *bp;
1968 int nmap, error, tmp, valuelen, blkcnt, i;
1969 xfs_dablk_t lblkno;
1970
1971 ASSERT(!(args->flags & ATTR_KERNOVAL));
1972
1973 mp = args->dp->i_mount;
1974 dst = args->value;
1975 valuelen = args->valuelen;
1976 lblkno = args->rmtblkno;
1977 while (valuelen > 0) {
1978 nmap = ATTR_RMTVALUE_MAPSIZE;
1979 error = xfs_bmapi(args->trans, args->dp, (xfs_fileoff_t)lblkno,
1980 args->rmtblkcnt,
1981 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10001982 NULL, 0, map, &nmap, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 if (error)
1984 return(error);
1985 ASSERT(nmap >= 1);
1986
1987 for (i = 0; (i < nmap) && (valuelen > 0); i++) {
1988 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) &&
1989 (map[i].br_startblock != HOLESTARTBLOCK));
1990 dblkno = XFS_FSB_TO_DADDR(mp, map[i].br_startblock);
1991 blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount);
1992 error = xfs_read_buf(mp, mp->m_ddev_targp, dblkno,
Christoph Hellwig0cadda12010-01-19 09:56:44 +00001993 blkcnt, XBF_LOCK | XBF_DONT_BLOCK,
Christoph Hellwigddd3a142009-07-18 18:15:01 -04001994 &bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 if (error)
1996 return(error);
1997
1998 tmp = (valuelen < XFS_BUF_SIZE(bp))
1999 ? valuelen : XFS_BUF_SIZE(bp);
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002000 xfs_buf_iomove(bp, 0, tmp, dst, XBRW_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 xfs_buf_relse(bp);
2002 dst += tmp;
2003 valuelen -= tmp;
2004
2005 lblkno += map[i].br_blockcount;
2006 }
2007 }
2008 ASSERT(valuelen == 0);
2009 return(0);
2010}
2011
2012/*
2013 * Write the value associated with an attribute into the out-of-line buffer
2014 * that we have defined for it.
2015 */
2016STATIC int
2017xfs_attr_rmtval_set(xfs_da_args_t *args)
2018{
2019 xfs_mount_t *mp;
2020 xfs_fileoff_t lfileoff;
2021 xfs_inode_t *dp;
2022 xfs_bmbt_irec_t map;
2023 xfs_daddr_t dblkno;
Dave Chinnera9273ca2010-01-20 10:47:48 +11002024 void *src;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 xfs_buf_t *bp;
2026 xfs_dablk_t lblkno;
2027 int blkcnt, valuelen, nmap, error, tmp, committed;
2028
2029 dp = args->dp;
2030 mp = dp->i_mount;
2031 src = args->value;
2032
2033 /*
2034 * Find a "hole" in the attribute address space large enough for
2035 * us to drop the new attribute's value into.
2036 */
2037 blkcnt = XFS_B_TO_FSB(mp, args->valuelen);
2038 lfileoff = 0;
2039 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff,
2040 XFS_ATTR_FORK);
2041 if (error) {
2042 return(error);
2043 }
2044 args->rmtblkno = lblkno = (xfs_dablk_t)lfileoff;
2045 args->rmtblkcnt = blkcnt;
2046
2047 /*
2048 * Roll through the "value", allocating blocks on disk as required.
2049 */
2050 while (blkcnt > 0) {
2051 /*
2052 * Allocate a single extent, up to the size of the value.
2053 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002054 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055 nmap = 1;
2056 error = xfs_bmapi(args->trans, dp, (xfs_fileoff_t)lblkno,
2057 blkcnt,
2058 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA |
2059 XFS_BMAPI_WRITE,
2060 args->firstblock, args->total, &map, &nmap,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002061 args->flist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 if (!error) {
2063 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002064 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 }
2066 if (error) {
2067 ASSERT(committed);
2068 args->trans = NULL;
2069 xfs_bmap_cancel(args->flist);
2070 return(error);
2071 }
2072
2073 /*
2074 * bmap_finish() may have committed the last trans and started
2075 * a new one. We need the inode to be in all transactions.
2076 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10002077 if (committed)
2078 xfs_trans_ijoin(args->trans, dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079
2080 ASSERT(nmap == 1);
2081 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2082 (map.br_startblock != HOLESTARTBLOCK));
2083 lblkno += map.br_blockcount;
2084 blkcnt -= map.br_blockcount;
2085
2086 /*
2087 * Start the next trans in the chain.
2088 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002089 error = xfs_trans_roll(&args->trans, dp);
2090 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 return (error);
2092 }
2093
2094 /*
2095 * Roll through the "value", copying the attribute value to the
2096 * already-allocated blocks. Blocks are written synchronously
2097 * so that we can know they are all on disk before we turn off
2098 * the INCOMPLETE flag.
2099 */
2100 lblkno = args->rmtblkno;
2101 valuelen = args->valuelen;
2102 while (valuelen > 0) {
2103 /*
2104 * Try to remember where we decided to put the value.
2105 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002106 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 nmap = 1;
2108 error = xfs_bmapi(NULL, dp, (xfs_fileoff_t)lblkno,
2109 args->rmtblkcnt,
2110 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002111 args->firstblock, 0, &map, &nmap,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002112 NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 if (error) {
2114 return(error);
2115 }
2116 ASSERT(nmap == 1);
2117 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2118 (map.br_startblock != HOLESTARTBLOCK));
2119
2120 dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock),
2121 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount);
2122
Christoph Hellwig6ad112b2009-11-24 18:02:23 +00002123 bp = xfs_buf_get(mp->m_ddev_targp, dblkno, blkcnt,
Christoph Hellwig0cadda12010-01-19 09:56:44 +00002124 XBF_LOCK | XBF_DONT_BLOCK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 ASSERT(bp);
2126 ASSERT(!XFS_BUF_GETERROR(bp));
2127
2128 tmp = (valuelen < XFS_BUF_SIZE(bp)) ? valuelen :
2129 XFS_BUF_SIZE(bp);
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002130 xfs_buf_iomove(bp, 0, tmp, src, XBRW_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 if (tmp < XFS_BUF_SIZE(bp))
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002132 xfs_buf_zero(bp, tmp, XFS_BUF_SIZE(bp) - tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 if ((error = xfs_bwrite(mp, bp))) {/* GROT: NOTE: synchronous write */
2134 return (error);
2135 }
2136 src += tmp;
2137 valuelen -= tmp;
2138
2139 lblkno += map.br_blockcount;
2140 }
2141 ASSERT(valuelen == 0);
2142 return(0);
2143}
2144
2145/*
2146 * Remove the value associated with an attribute by deleting the
2147 * out-of-line buffer that it is stored on.
2148 */
2149STATIC int
2150xfs_attr_rmtval_remove(xfs_da_args_t *args)
2151{
2152 xfs_mount_t *mp;
2153 xfs_bmbt_irec_t map;
2154 xfs_buf_t *bp;
2155 xfs_daddr_t dblkno;
2156 xfs_dablk_t lblkno;
2157 int valuelen, blkcnt, nmap, error, done, committed;
2158
2159 mp = args->dp->i_mount;
2160
2161 /*
2162 * Roll through the "value", invalidating the attribute value's
2163 * blocks.
2164 */
2165 lblkno = args->rmtblkno;
2166 valuelen = args->rmtblkcnt;
2167 while (valuelen > 0) {
2168 /*
2169 * Try to remember where we decided to put the value.
2170 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002171 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 nmap = 1;
2173 error = xfs_bmapi(NULL, args->dp, (xfs_fileoff_t)lblkno,
2174 args->rmtblkcnt,
2175 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
2176 args->firstblock, 0, &map, &nmap,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002177 args->flist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178 if (error) {
2179 return(error);
2180 }
2181 ASSERT(nmap == 1);
2182 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
2183 (map.br_startblock != HOLESTARTBLOCK));
2184
2185 dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock),
2186 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount);
2187
2188 /*
2189 * If the "remote" value is in the cache, remove it.
2190 */
Christoph Hellwig0cadda12010-01-19 09:56:44 +00002191 bp = xfs_incore(mp->m_ddev_targp, dblkno, blkcnt, XBF_TRYLOCK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192 if (bp) {
2193 XFS_BUF_STALE(bp);
2194 XFS_BUF_UNDELAYWRITE(bp);
2195 xfs_buf_relse(bp);
2196 bp = NULL;
2197 }
2198
2199 valuelen -= map.br_blockcount;
2200
2201 lblkno += map.br_blockcount;
2202 }
2203
2204 /*
2205 * Keep de-allocating extents until the remote-value region is gone.
2206 */
2207 lblkno = args->rmtblkno;
2208 blkcnt = args->rmtblkcnt;
2209 done = 0;
2210 while (!done) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002211 xfs_bmap_init(args->flist, args->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt,
2213 XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002214 1, args->firstblock, args->flist,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002215 &done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 if (!error) {
2217 error = xfs_bmap_finish(&args->trans, args->flist,
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002218 &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 }
2220 if (error) {
2221 ASSERT(committed);
2222 args->trans = NULL;
2223 xfs_bmap_cancel(args->flist);
2224 return(error);
2225 }
2226
2227 /*
2228 * bmap_finish() may have committed the last trans and started
2229 * a new one. We need the inode to be in all transactions.
2230 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10002231 if (committed)
2232 xfs_trans_ijoin(args->trans, args->dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233
2234 /*
2235 * Close out trans and start the next one in the chain.
2236 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002237 error = xfs_trans_roll(&args->trans, args->dp);
2238 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239 return (error);
2240 }
2241 return(0);
2242}