blob: 2f41a1a2f888e9261e7860d6f9dbd46626122fb1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11003 * 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 */
Robert P. J. Day40ebd812007-11-23 16:30:51 +110018#include <linux/log2.h>
19
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110021#include "xfs_fs.h"
Dave Chinner6ca1c902013-08-12 20:49:26 +100022#include "xfs_format.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"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100026#include "xfs_trans_space.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_trans_priv.h"
28#include "xfs_sb.h"
29#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_mount.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100031#include "xfs_da_btree.h"
32#include "xfs_dir2_format.h"
33#include "xfs_dir2.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110035#include "xfs_alloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_ialloc_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110037#include "xfs_attr_sf.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100038#include "xfs_attr.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "xfs_dinode.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include "xfs_inode.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include "xfs_buf_item.h"
Nathan Scotta844f452005-11-02 14:38:42 +110042#include "xfs_inode_item.h"
43#include "xfs_btree.h"
44#include "xfs_alloc.h"
45#include "xfs_ialloc.h"
46#include "xfs_bmap.h"
Dave Chinner68988112013-08-12 20:49:42 +100047#include "xfs_bmap_util.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include "xfs_quota.h"
David Chinner2a82b8b2007-07-11 11:09:12 +100050#include "xfs_filestream.h"
Christoph Hellwig93848a92013-04-03 16:11:17 +110051#include "xfs_cksum.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000052#include "xfs_trace.h"
Dave Chinner33479e02012-10-08 21:56:11 +110053#include "xfs_icache.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100054#include "xfs_symlink.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Linus Torvalds1da177e2005-04-16 15:20:36 -070056kmem_zone_t *xfs_inode_zone;
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58/*
Christoph Hellwig8f04c472011-07-08 14:34:34 +020059 * Used in xfs_itruncate_extents(). This is the maximum number of extents
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 * freed from a file in a single transaction.
61 */
62#define XFS_ITRUNC_MAX_EXTENTS 2
63
64STATIC int xfs_iflush_int(xfs_inode_t *, xfs_buf_t *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
Dave Chinner2a0ec1d2012-04-23 15:59:02 +100066/*
67 * helper function to extract extent size hint from inode
68 */
69xfs_extlen_t
70xfs_get_extsz_hint(
71 struct xfs_inode *ip)
72{
73 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize)
74 return ip->i_d.di_extsize;
75 if (XFS_IS_REALTIME_INODE(ip))
76 return ip->i_mount->m_sb.sb_rextsize;
77 return 0;
78}
79
Dave Chinnerfa96aca2012-10-08 21:56:10 +110080/*
81 * This is a wrapper routine around the xfs_ilock() routine used to centralize
82 * some grungy code. It is used in places that wish to lock the inode solely
83 * for reading the extents. The reason these places can't just call
84 * xfs_ilock(SHARED) is that the inode lock also guards to bringing in of the
85 * extents from disk for a file in b-tree format. If the inode is in b-tree
86 * format, then we need to lock the inode exclusively until the extents are read
87 * in. Locking it exclusively all the time would limit our parallelism
88 * unnecessarily, though. What we do instead is check to see if the extents
89 * have been read in yet, and only lock the inode exclusively if they have not.
90 *
91 * The function returns a value which should be given to the corresponding
92 * xfs_iunlock_map_shared(). This value is the mode in which the lock was
93 * actually taken.
94 */
95uint
96xfs_ilock_map_shared(
97 xfs_inode_t *ip)
98{
99 uint lock_mode;
100
101 if ((ip->i_d.di_format == XFS_DINODE_FMT_BTREE) &&
102 ((ip->i_df.if_flags & XFS_IFEXTENTS) == 0)) {
103 lock_mode = XFS_ILOCK_EXCL;
104 } else {
105 lock_mode = XFS_ILOCK_SHARED;
106 }
107
108 xfs_ilock(ip, lock_mode);
109
110 return lock_mode;
111}
112
113/*
114 * This is simply the unlock routine to go with xfs_ilock_map_shared().
115 * All it does is call xfs_iunlock() with the given lock_mode.
116 */
117void
118xfs_iunlock_map_shared(
119 xfs_inode_t *ip,
120 unsigned int lock_mode)
121{
122 xfs_iunlock(ip, lock_mode);
123}
124
125/*
126 * The xfs inode contains 2 locks: a multi-reader lock called the
127 * i_iolock and a multi-reader lock called the i_lock. This routine
128 * allows either or both of the locks to be obtained.
129 *
130 * The 2 locks should always be ordered so that the IO lock is
131 * obtained first in order to prevent deadlock.
132 *
133 * ip -- the inode being locked
134 * lock_flags -- this parameter indicates the inode's locks
135 * to be locked. It can be:
136 * XFS_IOLOCK_SHARED,
137 * XFS_IOLOCK_EXCL,
138 * XFS_ILOCK_SHARED,
139 * XFS_ILOCK_EXCL,
140 * XFS_IOLOCK_SHARED | XFS_ILOCK_SHARED,
141 * XFS_IOLOCK_SHARED | XFS_ILOCK_EXCL,
142 * XFS_IOLOCK_EXCL | XFS_ILOCK_SHARED,
143 * XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL
144 */
145void
146xfs_ilock(
147 xfs_inode_t *ip,
148 uint lock_flags)
149{
150 trace_xfs_ilock(ip, lock_flags, _RET_IP_);
151
152 /*
153 * You can't set both SHARED and EXCL for the same lock,
154 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
155 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
156 */
157 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
158 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
159 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
160 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
161 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_DEP_MASK)) == 0);
162
163 if (lock_flags & XFS_IOLOCK_EXCL)
164 mrupdate_nested(&ip->i_iolock, XFS_IOLOCK_DEP(lock_flags));
165 else if (lock_flags & XFS_IOLOCK_SHARED)
166 mraccess_nested(&ip->i_iolock, XFS_IOLOCK_DEP(lock_flags));
167
168 if (lock_flags & XFS_ILOCK_EXCL)
169 mrupdate_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
170 else if (lock_flags & XFS_ILOCK_SHARED)
171 mraccess_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
172}
173
174/*
175 * This is just like xfs_ilock(), except that the caller
176 * is guaranteed not to sleep. It returns 1 if it gets
177 * the requested locks and 0 otherwise. If the IO lock is
178 * obtained but the inode lock cannot be, then the IO lock
179 * is dropped before returning.
180 *
181 * ip -- the inode being locked
182 * lock_flags -- this parameter indicates the inode's locks to be
183 * to be locked. See the comment for xfs_ilock() for a list
184 * of valid values.
185 */
186int
187xfs_ilock_nowait(
188 xfs_inode_t *ip,
189 uint lock_flags)
190{
191 trace_xfs_ilock_nowait(ip, lock_flags, _RET_IP_);
192
193 /*
194 * You can't set both SHARED and EXCL for the same lock,
195 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
196 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
197 */
198 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
199 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
200 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
201 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
202 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_DEP_MASK)) == 0);
203
204 if (lock_flags & XFS_IOLOCK_EXCL) {
205 if (!mrtryupdate(&ip->i_iolock))
206 goto out;
207 } else if (lock_flags & XFS_IOLOCK_SHARED) {
208 if (!mrtryaccess(&ip->i_iolock))
209 goto out;
210 }
211 if (lock_flags & XFS_ILOCK_EXCL) {
212 if (!mrtryupdate(&ip->i_lock))
213 goto out_undo_iolock;
214 } else if (lock_flags & XFS_ILOCK_SHARED) {
215 if (!mrtryaccess(&ip->i_lock))
216 goto out_undo_iolock;
217 }
218 return 1;
219
220 out_undo_iolock:
221 if (lock_flags & XFS_IOLOCK_EXCL)
222 mrunlock_excl(&ip->i_iolock);
223 else if (lock_flags & XFS_IOLOCK_SHARED)
224 mrunlock_shared(&ip->i_iolock);
225 out:
226 return 0;
227}
228
229/*
230 * xfs_iunlock() is used to drop the inode locks acquired with
231 * xfs_ilock() and xfs_ilock_nowait(). The caller must pass
232 * in the flags given to xfs_ilock() or xfs_ilock_nowait() so
233 * that we know which locks to drop.
234 *
235 * ip -- the inode being unlocked
236 * lock_flags -- this parameter indicates the inode's locks to be
237 * to be unlocked. See the comment for xfs_ilock() for a list
238 * of valid values for this parameter.
239 *
240 */
241void
242xfs_iunlock(
243 xfs_inode_t *ip,
244 uint lock_flags)
245{
246 /*
247 * You can't set both SHARED and EXCL for the same lock,
248 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
249 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
250 */
251 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
252 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
253 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
254 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
255 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_DEP_MASK)) == 0);
256 ASSERT(lock_flags != 0);
257
258 if (lock_flags & XFS_IOLOCK_EXCL)
259 mrunlock_excl(&ip->i_iolock);
260 else if (lock_flags & XFS_IOLOCK_SHARED)
261 mrunlock_shared(&ip->i_iolock);
262
263 if (lock_flags & XFS_ILOCK_EXCL)
264 mrunlock_excl(&ip->i_lock);
265 else if (lock_flags & XFS_ILOCK_SHARED)
266 mrunlock_shared(&ip->i_lock);
267
268 trace_xfs_iunlock(ip, lock_flags, _RET_IP_);
269}
270
271/*
272 * give up write locks. the i/o lock cannot be held nested
273 * if it is being demoted.
274 */
275void
276xfs_ilock_demote(
277 xfs_inode_t *ip,
278 uint lock_flags)
279{
280 ASSERT(lock_flags & (XFS_IOLOCK_EXCL|XFS_ILOCK_EXCL));
281 ASSERT((lock_flags & ~(XFS_IOLOCK_EXCL|XFS_ILOCK_EXCL)) == 0);
282
283 if (lock_flags & XFS_ILOCK_EXCL)
284 mrdemote(&ip->i_lock);
285 if (lock_flags & XFS_IOLOCK_EXCL)
286 mrdemote(&ip->i_iolock);
287
288 trace_xfs_ilock_demote(ip, lock_flags, _RET_IP_);
289}
290
Dave Chinner742ae1e2013-04-30 21:39:34 +1000291#if defined(DEBUG) || defined(XFS_WARN)
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100292int
293xfs_isilocked(
294 xfs_inode_t *ip,
295 uint lock_flags)
296{
297 if (lock_flags & (XFS_ILOCK_EXCL|XFS_ILOCK_SHARED)) {
298 if (!(lock_flags & XFS_ILOCK_SHARED))
299 return !!ip->i_lock.mr_writer;
300 return rwsem_is_locked(&ip->i_lock.mr_lock);
301 }
302
303 if (lock_flags & (XFS_IOLOCK_EXCL|XFS_IOLOCK_SHARED)) {
304 if (!(lock_flags & XFS_IOLOCK_SHARED))
305 return !!ip->i_iolock.mr_writer;
306 return rwsem_is_locked(&ip->i_iolock.mr_lock);
307 }
308
309 ASSERT(0);
310 return 0;
311}
312#endif
313
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000314#ifdef DEBUG
315int xfs_locked_n;
316int xfs_small_retries;
317int xfs_middle_retries;
318int xfs_lots_retries;
319int xfs_lock_delays;
320#endif
321
322/*
323 * Bump the subclass so xfs_lock_inodes() acquires each lock with
324 * a different value
325 */
326static inline int
327xfs_lock_inumorder(int lock_mode, int subclass)
328{
329 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL))
330 lock_mode |= (subclass + XFS_LOCK_INUMORDER) << XFS_IOLOCK_SHIFT;
331 if (lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL))
332 lock_mode |= (subclass + XFS_LOCK_INUMORDER) << XFS_ILOCK_SHIFT;
333
334 return lock_mode;
335}
336
337/*
338 * The following routine will lock n inodes in exclusive mode.
339 * We assume the caller calls us with the inodes in i_ino order.
340 *
341 * We need to detect deadlock where an inode that we lock
342 * is in the AIL and we start waiting for another inode that is locked
343 * by a thread in a long running transaction (such as truncate). This can
344 * result in deadlock since the long running trans might need to wait
345 * for the inode we just locked in order to push the tail and free space
346 * in the log.
347 */
348void
349xfs_lock_inodes(
350 xfs_inode_t **ips,
351 int inodes,
352 uint lock_mode)
353{
354 int attempts = 0, i, j, try_lock;
355 xfs_log_item_t *lp;
356
357 ASSERT(ips && (inodes >= 2)); /* we need at least two */
358
359 try_lock = 0;
360 i = 0;
361
362again:
363 for (; i < inodes; i++) {
364 ASSERT(ips[i]);
365
366 if (i && (ips[i] == ips[i-1])) /* Already locked */
367 continue;
368
369 /*
370 * If try_lock is not set yet, make sure all locked inodes
371 * are not in the AIL.
372 * If any are, set try_lock to be used later.
373 */
374
375 if (!try_lock) {
376 for (j = (i - 1); j >= 0 && !try_lock; j--) {
377 lp = (xfs_log_item_t *)ips[j]->i_itemp;
378 if (lp && (lp->li_flags & XFS_LI_IN_AIL)) {
379 try_lock++;
380 }
381 }
382 }
383
384 /*
385 * If any of the previous locks we have locked is in the AIL,
386 * we must TRY to get the second and subsequent locks. If
387 * we can't get any, we must release all we have
388 * and try again.
389 */
390
391 if (try_lock) {
392 /* try_lock must be 0 if i is 0. */
393 /*
394 * try_lock means we have an inode locked
395 * that is in the AIL.
396 */
397 ASSERT(i != 0);
398 if (!xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) {
399 attempts++;
400
401 /*
402 * Unlock all previous guys and try again.
403 * xfs_iunlock will try to push the tail
404 * if the inode is in the AIL.
405 */
406
407 for(j = i - 1; j >= 0; j--) {
408
409 /*
410 * Check to see if we've already
411 * unlocked this one.
412 * Not the first one going back,
413 * and the inode ptr is the same.
414 */
415 if ((j != (i - 1)) && ips[j] ==
416 ips[j+1])
417 continue;
418
419 xfs_iunlock(ips[j], lock_mode);
420 }
421
422 if ((attempts % 5) == 0) {
423 delay(1); /* Don't just spin the CPU */
424#ifdef DEBUG
425 xfs_lock_delays++;
426#endif
427 }
428 i = 0;
429 try_lock = 0;
430 goto again;
431 }
432 } else {
433 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i));
434 }
435 }
436
437#ifdef DEBUG
438 if (attempts) {
439 if (attempts < 5) xfs_small_retries++;
440 else if (attempts < 100) xfs_middle_retries++;
441 else xfs_lots_retries++;
442 } else {
443 xfs_locked_n++;
444 }
445#endif
446}
447
448/*
449 * xfs_lock_two_inodes() can only be used to lock one type of lock
450 * at a time - the iolock or the ilock, but not both at once. If
451 * we lock both at once, lockdep will report false positives saying
452 * we have violated locking orders.
453 */
454void
455xfs_lock_two_inodes(
456 xfs_inode_t *ip0,
457 xfs_inode_t *ip1,
458 uint lock_mode)
459{
460 xfs_inode_t *temp;
461 int attempts = 0;
462 xfs_log_item_t *lp;
463
464 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL))
465 ASSERT((lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)) == 0);
466 ASSERT(ip0->i_ino != ip1->i_ino);
467
468 if (ip0->i_ino > ip1->i_ino) {
469 temp = ip0;
470 ip0 = ip1;
471 ip1 = temp;
472 }
473
474 again:
475 xfs_ilock(ip0, xfs_lock_inumorder(lock_mode, 0));
476
477 /*
478 * If the first lock we have locked is in the AIL, we must TRY to get
479 * the second lock. If we can't get it, we must release the first one
480 * and try again.
481 */
482 lp = (xfs_log_item_t *)ip0->i_itemp;
483 if (lp && (lp->li_flags & XFS_LI_IN_AIL)) {
484 if (!xfs_ilock_nowait(ip1, xfs_lock_inumorder(lock_mode, 1))) {
485 xfs_iunlock(ip0, lock_mode);
486 if ((++attempts % 5) == 0)
487 delay(1); /* Don't just spin the CPU */
488 goto again;
489 }
490 } else {
491 xfs_ilock(ip1, xfs_lock_inumorder(lock_mode, 1));
492 }
493}
494
495
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100496void
497__xfs_iflock(
498 struct xfs_inode *ip)
499{
500 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT);
501 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IFLOCK_BIT);
502
503 do {
504 prepare_to_wait_exclusive(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
505 if (xfs_isiflocked(ip))
506 io_schedule();
507 } while (!xfs_iflock_nowait(ip));
508
509 finish_wait(wq, &wait.wait);
510}
511
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512STATIC uint
513_xfs_dic2xflags(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 __uint16_t di_flags)
515{
516 uint flags = 0;
517
518 if (di_flags & XFS_DIFLAG_ANY) {
519 if (di_flags & XFS_DIFLAG_REALTIME)
520 flags |= XFS_XFLAG_REALTIME;
521 if (di_flags & XFS_DIFLAG_PREALLOC)
522 flags |= XFS_XFLAG_PREALLOC;
523 if (di_flags & XFS_DIFLAG_IMMUTABLE)
524 flags |= XFS_XFLAG_IMMUTABLE;
525 if (di_flags & XFS_DIFLAG_APPEND)
526 flags |= XFS_XFLAG_APPEND;
527 if (di_flags & XFS_DIFLAG_SYNC)
528 flags |= XFS_XFLAG_SYNC;
529 if (di_flags & XFS_DIFLAG_NOATIME)
530 flags |= XFS_XFLAG_NOATIME;
531 if (di_flags & XFS_DIFLAG_NODUMP)
532 flags |= XFS_XFLAG_NODUMP;
533 if (di_flags & XFS_DIFLAG_RTINHERIT)
534 flags |= XFS_XFLAG_RTINHERIT;
535 if (di_flags & XFS_DIFLAG_PROJINHERIT)
536 flags |= XFS_XFLAG_PROJINHERIT;
537 if (di_flags & XFS_DIFLAG_NOSYMLINKS)
538 flags |= XFS_XFLAG_NOSYMLINKS;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100539 if (di_flags & XFS_DIFLAG_EXTSIZE)
540 flags |= XFS_XFLAG_EXTSIZE;
541 if (di_flags & XFS_DIFLAG_EXTSZINHERIT)
542 flags |= XFS_XFLAG_EXTSZINHERIT;
Barry Naujokd3446ea2006-06-09 14:54:19 +1000543 if (di_flags & XFS_DIFLAG_NODEFRAG)
544 flags |= XFS_XFLAG_NODEFRAG;
David Chinner2a82b8b2007-07-11 11:09:12 +1000545 if (di_flags & XFS_DIFLAG_FILESTREAM)
546 flags |= XFS_XFLAG_FILESTREAM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 }
548
549 return flags;
550}
551
552uint
553xfs_ip2xflags(
554 xfs_inode_t *ip)
555{
Christoph Hellwig347d1c02007-08-28 13:57:51 +1000556 xfs_icdinode_t *dic = &ip->i_d;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
Nathan Scotta916e2b2006-06-09 17:12:17 +1000558 return _xfs_dic2xflags(dic->di_flags) |
Christoph Hellwig45ba5982007-12-07 14:07:20 +1100559 (XFS_IFORK_Q(ip) ? XFS_XFLAG_HASATTR : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560}
561
562uint
563xfs_dic2xflags(
Christoph Hellwig45ba5982007-12-07 14:07:20 +1100564 xfs_dinode_t *dip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565{
Christoph Hellwig81591fe2008-11-28 14:23:39 +1100566 return _xfs_dic2xflags(be16_to_cpu(dip->di_flags)) |
Christoph Hellwig45ba5982007-12-07 14:07:20 +1100567 (XFS_DFORK_Q(dip) ? XFS_XFLAG_HASATTR : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568}
569
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570/*
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000571 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
572 * is allowed, otherwise it has to be an exact match. If a CI match is found,
573 * ci_name->name will point to a the actual name (caller must free) or
574 * will be set to NULL if an exact match is found.
575 */
576int
577xfs_lookup(
578 xfs_inode_t *dp,
579 struct xfs_name *name,
580 xfs_inode_t **ipp,
581 struct xfs_name *ci_name)
582{
583 xfs_ino_t inum;
584 int error;
585 uint lock_mode;
586
587 trace_xfs_lookup(dp, name);
588
589 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
590 return XFS_ERROR(EIO);
591
592 lock_mode = xfs_ilock_map_shared(dp);
593 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name);
594 xfs_iunlock_map_shared(dp, lock_mode);
595
596 if (error)
597 goto out;
598
599 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
600 if (error)
601 goto out_free_name;
602
603 return 0;
604
605out_free_name:
606 if (ci_name)
607 kmem_free(ci_name->name);
608out:
609 *ipp = NULL;
610 return error;
611}
612
613/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 * Allocate an inode on disk and return a copy of its in-core version.
615 * The in-core inode is locked exclusively. Set mode, nlink, and rdev
616 * appropriately within the inode. The uid and gid for the inode are
617 * set according to the contents of the given cred structure.
618 *
619 * Use xfs_dialloc() to allocate the on-disk inode. If xfs_dialloc()
Carlos Maiolinocd856db2012-10-20 11:08:19 -0300620 * has a free inode available, call xfs_iget() to obtain the in-core
621 * version of the allocated inode. Finally, fill in the inode and
622 * log its initial contents. In this case, ialloc_context would be
623 * set to NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 *
Carlos Maiolinocd856db2012-10-20 11:08:19 -0300625 * If xfs_dialloc() does not have an available inode, it will replenish
626 * its supply by doing an allocation. Since we can only do one
627 * allocation within a transaction without deadlocks, we must commit
628 * the current transaction before returning the inode itself.
629 * In this case, therefore, we will set ialloc_context and return.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 * The caller should then commit the current transaction, start a new
631 * transaction, and call xfs_ialloc() again to actually get the inode.
632 *
633 * To ensure that some other process does not grab the inode that
634 * was allocated during the first call to xfs_ialloc(), this routine
635 * also returns the [locked] bp pointing to the head of the freelist
636 * as ialloc_context. The caller should hold this buffer across
637 * the commit and pass it back into this routine on the second call.
David Chinnerb11f94d2007-07-11 11:09:33 +1000638 *
639 * If we are allocating quota inodes, we do not have a parent inode
640 * to attach to or associate with (i.e. pip == NULL) because they
641 * are not linked into the directory structure - they are attached
642 * directly to the superblock - and so have no parent.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 */
644int
645xfs_ialloc(
646 xfs_trans_t *tp,
647 xfs_inode_t *pip,
Al Viro576b1d62011-07-26 02:50:15 -0400648 umode_t mode,
Nathan Scott31b084a2005-05-05 13:25:00 -0700649 xfs_nlink_t nlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 xfs_dev_t rdev,
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +0000651 prid_t prid,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 int okalloc,
653 xfs_buf_t **ialloc_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 xfs_inode_t **ipp)
655{
Christoph Hellwig93848a92013-04-03 16:11:17 +1100656 struct xfs_mount *mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 xfs_ino_t ino;
658 xfs_inode_t *ip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 uint flags;
660 int error;
Christoph Hellwigdff35fd2008-08-13 16:44:15 +1000661 timespec_t tv;
David Chinnerbf904242008-10-30 17:36:14 +1100662 int filestreams = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
664 /*
665 * Call the space management code to pick
666 * the on-disk inode to be allocated.
667 */
David Chinnerb11f94d2007-07-11 11:09:33 +1000668 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, okalloc,
Christoph Hellwig08358902012-07-04 10:54:47 -0400669 ialloc_context, &ino);
David Chinnerbf904242008-10-30 17:36:14 +1100670 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 return error;
Christoph Hellwig08358902012-07-04 10:54:47 -0400672 if (*ialloc_context || ino == NULLFSINO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 *ipp = NULL;
674 return 0;
675 }
676 ASSERT(*ialloc_context == NULL);
677
678 /*
679 * Get the in-core inode with the lock held exclusively.
680 * This is because we're setting fields here we need
681 * to prevent others from looking at until we're done.
682 */
Christoph Hellwig93848a92013-04-03 16:11:17 +1100683 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE,
Christoph Hellwigec3ba852011-02-13 13:26:42 +0000684 XFS_ILOCK_EXCL, &ip);
David Chinnerbf904242008-10-30 17:36:14 +1100685 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 ASSERT(ip != NULL);
688
Al Viro576b1d62011-07-26 02:50:15 -0400689 ip->i_d.di_mode = mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 ip->i_d.di_onlink = 0;
691 ip->i_d.di_nlink = nlink;
692 ASSERT(ip->i_d.di_nlink == nlink);
David Howells9e2b2dc2008-08-13 16:20:04 +0100693 ip->i_d.di_uid = current_fsuid();
694 ip->i_d.di_gid = current_fsgid();
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +0000695 xfs_set_projid(ip, prid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 memset(&(ip->i_d.di_pad[0]), 0, sizeof(ip->i_d.di_pad));
697
698 /*
699 * If the superblock version is up to where we support new format
700 * inodes and this is currently an old format inode, then change
701 * the inode version number now. This way we only do the conversion
702 * here rather than here and in the flush/logging code.
703 */
Christoph Hellwig93848a92013-04-03 16:11:17 +1100704 if (xfs_sb_version_hasnlink(&mp->m_sb) &&
Christoph Hellwig51ce16d2008-11-28 14:23:39 +1100705 ip->i_d.di_version == 1) {
706 ip->i_d.di_version = 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 /*
708 * We've already zeroed the old link count, the projid field,
709 * and the pad field.
710 */
711 }
712
713 /*
714 * Project ids won't be stored on disk if we are using a version 1 inode.
715 */
Christoph Hellwig51ce16d2008-11-28 14:23:39 +1100716 if ((prid != 0) && (ip->i_d.di_version == 1))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 xfs_bump_ino_vers2(tp, ip);
718
Christoph Hellwigbd186aa2007-08-30 17:21:12 +1000719 if (pip && XFS_INHERIT_GID(pip)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 ip->i_d.di_gid = pip->i_d.di_gid;
Al Viroabbede12011-07-26 02:31:30 -0400721 if ((pip->i_d.di_mode & S_ISGID) && S_ISDIR(mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 ip->i_d.di_mode |= S_ISGID;
723 }
724 }
725
726 /*
727 * If the group ID of the new file does not match the effective group
728 * ID or one of the supplementary group IDs, the S_ISGID bit is cleared
729 * (and only if the irix_sgid_inherit compatibility variable is set).
730 */
731 if ((irix_sgid_inherit) &&
732 (ip->i_d.di_mode & S_ISGID) &&
733 (!in_group_p((gid_t)ip->i_d.di_gid))) {
734 ip->i_d.di_mode &= ~S_ISGID;
735 }
736
737 ip->i_d.di_size = 0;
738 ip->i_d.di_nextents = 0;
739 ASSERT(ip->i_d.di_nblocks == 0);
Christoph Hellwigdff35fd2008-08-13 16:44:15 +1000740
741 nanotime(&tv);
742 ip->i_d.di_mtime.t_sec = (__int32_t)tv.tv_sec;
743 ip->i_d.di_mtime.t_nsec = (__int32_t)tv.tv_nsec;
744 ip->i_d.di_atime = ip->i_d.di_mtime;
745 ip->i_d.di_ctime = ip->i_d.di_mtime;
746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 /*
748 * di_gen will have been taken care of in xfs_iread.
749 */
750 ip->i_d.di_extsize = 0;
751 ip->i_d.di_dmevmask = 0;
752 ip->i_d.di_dmstate = 0;
753 ip->i_d.di_flags = 0;
Christoph Hellwig93848a92013-04-03 16:11:17 +1100754
755 if (ip->i_d.di_version == 3) {
756 ASSERT(ip->i_d.di_ino == ino);
757 ASSERT(uuid_equal(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid));
758 ip->i_d.di_crc = 0;
759 ip->i_d.di_changecount = 1;
760 ip->i_d.di_lsn = 0;
761 ip->i_d.di_flags2 = 0;
762 memset(&(ip->i_d.di_pad2[0]), 0, sizeof(ip->i_d.di_pad2));
763 ip->i_d.di_crtime = ip->i_d.di_mtime;
764 }
765
766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 flags = XFS_ILOG_CORE;
768 switch (mode & S_IFMT) {
769 case S_IFIFO:
770 case S_IFCHR:
771 case S_IFBLK:
772 case S_IFSOCK:
773 ip->i_d.di_format = XFS_DINODE_FMT_DEV;
774 ip->i_df.if_u2.if_rdev = rdev;
775 ip->i_df.if_flags = 0;
776 flags |= XFS_ILOG_DEV;
777 break;
778 case S_IFREG:
David Chinnerbf904242008-10-30 17:36:14 +1100779 /*
780 * we can't set up filestreams until after the VFS inode
781 * is set up properly.
782 */
783 if (pip && xfs_inode_is_filestream(pip))
784 filestreams = 1;
David Chinner2a82b8b2007-07-11 11:09:12 +1000785 /* fall through */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 case S_IFDIR:
David Chinnerb11f94d2007-07-11 11:09:33 +1000787 if (pip && (pip->i_d.di_flags & XFS_DIFLAG_ANY)) {
Nathan Scott365ca832005-06-21 15:39:12 +1000788 uint di_flags = 0;
789
Al Viroabbede12011-07-26 02:31:30 -0400790 if (S_ISDIR(mode)) {
Nathan Scott365ca832005-06-21 15:39:12 +1000791 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
792 di_flags |= XFS_DIFLAG_RTINHERIT;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100793 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
794 di_flags |= XFS_DIFLAG_EXTSZINHERIT;
795 ip->i_d.di_extsize = pip->i_d.di_extsize;
796 }
Al Viroabbede12011-07-26 02:31:30 -0400797 } else if (S_ISREG(mode)) {
Christoph Hellwig613d7042007-10-11 17:44:08 +1000798 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
Nathan Scott365ca832005-06-21 15:39:12 +1000799 di_flags |= XFS_DIFLAG_REALTIME;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100800 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
801 di_flags |= XFS_DIFLAG_EXTSIZE;
802 ip->i_d.di_extsize = pip->i_d.di_extsize;
803 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 }
805 if ((pip->i_d.di_flags & XFS_DIFLAG_NOATIME) &&
806 xfs_inherit_noatime)
Nathan Scott365ca832005-06-21 15:39:12 +1000807 di_flags |= XFS_DIFLAG_NOATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) &&
809 xfs_inherit_nodump)
Nathan Scott365ca832005-06-21 15:39:12 +1000810 di_flags |= XFS_DIFLAG_NODUMP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) &&
812 xfs_inherit_sync)
Nathan Scott365ca832005-06-21 15:39:12 +1000813 di_flags |= XFS_DIFLAG_SYNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 if ((pip->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) &&
815 xfs_inherit_nosymlinks)
Nathan Scott365ca832005-06-21 15:39:12 +1000816 di_flags |= XFS_DIFLAG_NOSYMLINKS;
817 if (pip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
818 di_flags |= XFS_DIFLAG_PROJINHERIT;
Barry Naujokd3446ea2006-06-09 14:54:19 +1000819 if ((pip->i_d.di_flags & XFS_DIFLAG_NODEFRAG) &&
820 xfs_inherit_nodefrag)
821 di_flags |= XFS_DIFLAG_NODEFRAG;
David Chinner2a82b8b2007-07-11 11:09:12 +1000822 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM)
823 di_flags |= XFS_DIFLAG_FILESTREAM;
Nathan Scott365ca832005-06-21 15:39:12 +1000824 ip->i_d.di_flags |= di_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825 }
826 /* FALLTHROUGH */
827 case S_IFLNK:
828 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS;
829 ip->i_df.if_flags = XFS_IFEXTENTS;
830 ip->i_df.if_bytes = ip->i_df.if_real_bytes = 0;
831 ip->i_df.if_u1.if_extents = NULL;
832 break;
833 default:
834 ASSERT(0);
835 }
836 /*
837 * Attribute fork settings for new inode.
838 */
839 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
840 ip->i_d.di_anextents = 0;
841
842 /*
843 * Log the new values stuffed into the inode.
844 */
Christoph Hellwigddc34152011-09-19 15:00:54 +0000845 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 xfs_trans_log_inode(tp, ip, flags);
847
Nathan Scottb83bd132006-06-09 16:48:30 +1000848 /* now that we have an i_mode we can setup inode ops and unlock */
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000849 xfs_setup_inode(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850
David Chinnerbf904242008-10-30 17:36:14 +1100851 /* now we have set up the vfs inode we can associate the filestream */
852 if (filestreams) {
853 error = xfs_filestream_associate(pip, ip);
854 if (error < 0)
855 return -error;
856 if (!error)
857 xfs_iflags_set(ip, XFS_IFILESTREAM);
858 }
859
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860 *ipp = ip;
861 return 0;
862}
863
Dave Chinnere546cb72013-08-12 20:49:47 +1000864/*
865 * Allocates a new inode from disk and return a pointer to the
866 * incore copy. This routine will internally commit the current
867 * transaction and allocate a new one if the Space Manager needed
868 * to do an allocation to replenish the inode free-list.
869 *
870 * This routine is designed to be called from xfs_create and
871 * xfs_create_dir.
872 *
873 */
874int
875xfs_dir_ialloc(
876 xfs_trans_t **tpp, /* input: current transaction;
877 output: may be a new transaction. */
878 xfs_inode_t *dp, /* directory within whose allocate
879 the inode. */
880 umode_t mode,
881 xfs_nlink_t nlink,
882 xfs_dev_t rdev,
883 prid_t prid, /* project id */
884 int okalloc, /* ok to allocate new space */
885 xfs_inode_t **ipp, /* pointer to inode; it will be
886 locked. */
887 int *committed)
888
889{
890 xfs_trans_t *tp;
891 xfs_trans_t *ntp;
892 xfs_inode_t *ip;
893 xfs_buf_t *ialloc_context = NULL;
894 int code;
Dave Chinnere546cb72013-08-12 20:49:47 +1000895 void *dqinfo;
896 uint tflags;
897
898 tp = *tpp;
899 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
900
901 /*
902 * xfs_ialloc will return a pointer to an incore inode if
903 * the Space Manager has an available inode on the free
904 * list. Otherwise, it will do an allocation and replenish
905 * the freelist. Since we can only do one allocation per
906 * transaction without deadlocks, we will need to commit the
907 * current transaction and start a new one. We will then
908 * need to call xfs_ialloc again to get the inode.
909 *
910 * If xfs_ialloc did an allocation to replenish the freelist,
911 * it returns the bp containing the head of the freelist as
912 * ialloc_context. We will hold a lock on it across the
913 * transaction commit so that no other process can steal
914 * the inode(s) that we've just allocated.
915 */
916 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, okalloc,
917 &ialloc_context, &ip);
918
919 /*
920 * Return an error if we were unable to allocate a new inode.
921 * This should only happen if we run out of space on disk or
922 * encounter a disk error.
923 */
924 if (code) {
925 *ipp = NULL;
926 return code;
927 }
928 if (!ialloc_context && !ip) {
929 *ipp = NULL;
930 return XFS_ERROR(ENOSPC);
931 }
932
933 /*
934 * If the AGI buffer is non-NULL, then we were unable to get an
935 * inode in one operation. We need to commit the current
936 * transaction and call xfs_ialloc() again. It is guaranteed
937 * to succeed the second time.
938 */
939 if (ialloc_context) {
Jie Liu3d3c8b52013-08-12 20:49:59 +1000940 struct xfs_trans_res tres;
941
Dave Chinnere546cb72013-08-12 20:49:47 +1000942 /*
943 * Normally, xfs_trans_commit releases all the locks.
944 * We call bhold to hang on to the ialloc_context across
945 * the commit. Holding this buffer prevents any other
946 * processes from doing any allocations in this
947 * allocation group.
948 */
949 xfs_trans_bhold(tp, ialloc_context);
950 /*
951 * Save the log reservation so we can use
952 * them in the next transaction.
953 */
Jie Liu3d3c8b52013-08-12 20:49:59 +1000954 tres.tr_logres = xfs_trans_get_log_res(tp);
955 tres.tr_logcount = xfs_trans_get_log_count(tp);
Dave Chinnere546cb72013-08-12 20:49:47 +1000956
957 /*
958 * We want the quota changes to be associated with the next
959 * transaction, NOT this one. So, detach the dqinfo from this
960 * and attach it to the next transaction.
961 */
962 dqinfo = NULL;
963 tflags = 0;
964 if (tp->t_dqinfo) {
965 dqinfo = (void *)tp->t_dqinfo;
966 tp->t_dqinfo = NULL;
967 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY;
968 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY);
969 }
970
971 ntp = xfs_trans_dup(tp);
972 code = xfs_trans_commit(tp, 0);
973 tp = ntp;
974 if (committed != NULL) {
975 *committed = 1;
976 }
977 /*
978 * If we get an error during the commit processing,
979 * release the buffer that is still held and return
980 * to the caller.
981 */
982 if (code) {
983 xfs_buf_relse(ialloc_context);
984 if (dqinfo) {
985 tp->t_dqinfo = dqinfo;
986 xfs_trans_free_dqinfo(tp);
987 }
988 *tpp = ntp;
989 *ipp = NULL;
990 return code;
991 }
992
993 /*
994 * transaction commit worked ok so we can drop the extra ticket
995 * reference that we gained in xfs_trans_dup()
996 */
997 xfs_log_ticket_put(tp->t_ticket);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000998 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
999 code = xfs_trans_reserve(tp, &tres, 0, 0);
1000
Dave Chinnere546cb72013-08-12 20:49:47 +10001001 /*
1002 * Re-attach the quota info that we detached from prev trx.
1003 */
1004 if (dqinfo) {
1005 tp->t_dqinfo = dqinfo;
1006 tp->t_flags |= tflags;
1007 }
1008
1009 if (code) {
1010 xfs_buf_relse(ialloc_context);
1011 *tpp = ntp;
1012 *ipp = NULL;
1013 return code;
1014 }
1015 xfs_trans_bjoin(tp, ialloc_context);
1016
1017 /*
1018 * Call ialloc again. Since we've locked out all
1019 * other allocations in this allocation group,
1020 * this call should always succeed.
1021 */
1022 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid,
1023 okalloc, &ialloc_context, &ip);
1024
1025 /*
1026 * If we get an error at this point, return to the caller
1027 * so that the current transaction can be aborted.
1028 */
1029 if (code) {
1030 *tpp = tp;
1031 *ipp = NULL;
1032 return code;
1033 }
1034 ASSERT(!ialloc_context && ip);
1035
1036 } else {
1037 if (committed != NULL)
1038 *committed = 0;
1039 }
1040
1041 *ipp = ip;
1042 *tpp = tp;
1043
1044 return 0;
1045}
1046
1047/*
1048 * Decrement the link count on an inode & log the change.
1049 * If this causes the link count to go to zero, initiate the
1050 * logging activity required to truncate a file.
1051 */
1052int /* error */
1053xfs_droplink(
1054 xfs_trans_t *tp,
1055 xfs_inode_t *ip)
1056{
1057 int error;
1058
1059 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
1060
1061 ASSERT (ip->i_d.di_nlink > 0);
1062 ip->i_d.di_nlink--;
1063 drop_nlink(VFS_I(ip));
1064 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1065
1066 error = 0;
1067 if (ip->i_d.di_nlink == 0) {
1068 /*
1069 * We're dropping the last link to this file.
1070 * Move the on-disk inode to the AGI unlinked list.
1071 * From xfs_inactive() we will pull the inode from
1072 * the list and free it.
1073 */
1074 error = xfs_iunlink(tp, ip);
1075 }
1076 return error;
1077}
1078
1079/*
1080 * This gets called when the inode's version needs to be changed from 1 to 2.
1081 * Currently this happens when the nlink field overflows the old 16-bit value
1082 * or when chproj is called to change the project for the first time.
1083 * As a side effect the superblock version will also get rev'd
1084 * to contain the NLINK bit.
1085 */
1086void
1087xfs_bump_ino_vers2(
1088 xfs_trans_t *tp,
1089 xfs_inode_t *ip)
1090{
1091 xfs_mount_t *mp;
1092
1093 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
1094 ASSERT(ip->i_d.di_version == 1);
1095
1096 ip->i_d.di_version = 2;
1097 ip->i_d.di_onlink = 0;
1098 memset(&(ip->i_d.di_pad[0]), 0, sizeof(ip->i_d.di_pad));
1099 mp = tp->t_mountp;
1100 if (!xfs_sb_version_hasnlink(&mp->m_sb)) {
1101 spin_lock(&mp->m_sb_lock);
1102 if (!xfs_sb_version_hasnlink(&mp->m_sb)) {
1103 xfs_sb_version_addnlink(&mp->m_sb);
1104 spin_unlock(&mp->m_sb_lock);
1105 xfs_mod_sb(tp, XFS_SB_VERSIONNUM);
1106 } else {
1107 spin_unlock(&mp->m_sb_lock);
1108 }
1109 }
1110 /* Caller must log the inode */
1111}
1112
1113/*
1114 * Increment the link count on an inode & log the change.
1115 */
1116int
1117xfs_bumplink(
1118 xfs_trans_t *tp,
1119 xfs_inode_t *ip)
1120{
1121 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
1122
1123 ASSERT(ip->i_d.di_nlink > 0);
1124 ip->i_d.di_nlink++;
1125 inc_nlink(VFS_I(ip));
1126 if ((ip->i_d.di_version == 1) &&
1127 (ip->i_d.di_nlink > XFS_MAXLINK_1)) {
1128 /*
1129 * The inode has increased its number of links beyond
1130 * what can fit in an old format inode. It now needs
1131 * to be converted to a version 2 inode with a 32 bit
1132 * link count. If this is the first inode in the file
1133 * system to do this, then we need to bump the superblock
1134 * version number as well.
1135 */
1136 xfs_bump_ino_vers2(tp, ip);
1137 }
1138
1139 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1140 return 0;
1141}
1142
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001143int
1144xfs_create(
1145 xfs_inode_t *dp,
1146 struct xfs_name *name,
1147 umode_t mode,
1148 xfs_dev_t rdev,
1149 xfs_inode_t **ipp)
1150{
1151 int is_dir = S_ISDIR(mode);
1152 struct xfs_mount *mp = dp->i_mount;
1153 struct xfs_inode *ip = NULL;
1154 struct xfs_trans *tp = NULL;
1155 int error;
1156 xfs_bmap_free_t free_list;
1157 xfs_fsblock_t first_block;
1158 bool unlock_dp_on_error = false;
1159 uint cancel_flags;
1160 int committed;
1161 prid_t prid;
1162 struct xfs_dquot *udqp = NULL;
1163 struct xfs_dquot *gdqp = NULL;
1164 struct xfs_dquot *pdqp = NULL;
Jie Liu3d3c8b52013-08-12 20:49:59 +10001165 struct xfs_trans_res tres;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001166 uint resblks;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001167
1168 trace_xfs_create(dp, name);
1169
1170 if (XFS_FORCED_SHUTDOWN(mp))
1171 return XFS_ERROR(EIO);
1172
1173 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
1174 prid = xfs_get_projid(dp);
1175 else
1176 prid = XFS_PROJID_DEFAULT;
1177
1178 /*
1179 * Make sure that we have allocated dquot(s) on disk.
1180 */
1181 error = xfs_qm_vop_dqalloc(dp, current_fsuid(), current_fsgid(), prid,
1182 XFS_QMOPT_QUOTALL | XFS_QMOPT_INHERIT,
1183 &udqp, &gdqp, &pdqp);
1184 if (error)
1185 return error;
1186
1187 if (is_dir) {
1188 rdev = 0;
1189 resblks = XFS_MKDIR_SPACE_RES(mp, name->len);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001190 tres.tr_logres = M_RES(mp)->tr_mkdir.tr_logres;
1191 tres.tr_logcount = XFS_MKDIR_LOG_COUNT;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001192 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR);
1193 } else {
1194 resblks = XFS_CREATE_SPACE_RES(mp, name->len);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001195 tres.tr_logres = M_RES(mp)->tr_create.tr_logres;
1196 tres.tr_logcount = XFS_CREATE_LOG_COUNT;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001197 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE);
1198 }
1199
1200 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
1201
1202 /*
1203 * Initially assume that the file does not exist and
1204 * reserve the resources for that case. If that is not
1205 * the case we'll drop the one we have and get a more
1206 * appropriate transaction later.
1207 */
Jie Liu3d3c8b52013-08-12 20:49:59 +10001208 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
1209 error = xfs_trans_reserve(tp, &tres, resblks, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001210 if (error == ENOSPC) {
1211 /* flush outstanding delalloc blocks and retry */
1212 xfs_flush_inodes(mp);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001213 error = xfs_trans_reserve(tp, &tres, resblks, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001214 }
1215 if (error == ENOSPC) {
1216 /* No space at all so try a "no-allocation" reservation */
1217 resblks = 0;
Jie Liu3d3c8b52013-08-12 20:49:59 +10001218 error = xfs_trans_reserve(tp, &tres, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001219 }
1220 if (error) {
1221 cancel_flags = 0;
1222 goto out_trans_cancel;
1223 }
1224
1225 xfs_ilock(dp, XFS_ILOCK_EXCL | XFS_ILOCK_PARENT);
1226 unlock_dp_on_error = true;
1227
1228 xfs_bmap_init(&free_list, &first_block);
1229
1230 /*
1231 * Reserve disk quota and the inode.
1232 */
1233 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
1234 pdqp, resblks, 1, 0);
1235 if (error)
1236 goto out_trans_cancel;
1237
1238 error = xfs_dir_canenter(tp, dp, name, resblks);
1239 if (error)
1240 goto out_trans_cancel;
1241
1242 /*
1243 * A newly created regular or special file just has one directory
1244 * entry pointing to them, but a directory also the "." entry
1245 * pointing to itself.
1246 */
1247 error = xfs_dir_ialloc(&tp, dp, mode, is_dir ? 2 : 1, rdev,
1248 prid, resblks > 0, &ip, &committed);
1249 if (error) {
1250 if (error == ENOSPC)
1251 goto out_trans_cancel;
1252 goto out_trans_abort;
1253 }
1254
1255 /*
1256 * Now we join the directory inode to the transaction. We do not do it
1257 * earlier because xfs_dir_ialloc might commit the previous transaction
1258 * (and release all the locks). An error from here on will result in
1259 * the transaction cancel unlocking dp so don't do it explicitly in the
1260 * error path.
1261 */
1262 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
1263 unlock_dp_on_error = false;
1264
1265 error = xfs_dir_createname(tp, dp, name, ip->i_ino,
1266 &first_block, &free_list, resblks ?
1267 resblks - XFS_IALLOC_SPACE_RES(mp) : 0);
1268 if (error) {
1269 ASSERT(error != ENOSPC);
1270 goto out_trans_abort;
1271 }
1272 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
1273 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
1274
1275 if (is_dir) {
1276 error = xfs_dir_init(tp, ip, dp);
1277 if (error)
1278 goto out_bmap_cancel;
1279
1280 error = xfs_bumplink(tp, dp);
1281 if (error)
1282 goto out_bmap_cancel;
1283 }
1284
1285 /*
1286 * If this is a synchronous mount, make sure that the
1287 * create transaction goes to disk before returning to
1288 * the user.
1289 */
1290 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
1291 xfs_trans_set_sync(tp);
1292
1293 /*
1294 * Attach the dquot(s) to the inodes and modify them incore.
1295 * These ids of the inode couldn't have changed since the new
1296 * inode has been locked ever since it was created.
1297 */
1298 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
1299
1300 error = xfs_bmap_finish(&tp, &free_list, &committed);
1301 if (error)
1302 goto out_bmap_cancel;
1303
1304 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
1305 if (error)
1306 goto out_release_inode;
1307
1308 xfs_qm_dqrele(udqp);
1309 xfs_qm_dqrele(gdqp);
1310 xfs_qm_dqrele(pdqp);
1311
1312 *ipp = ip;
1313 return 0;
1314
1315 out_bmap_cancel:
1316 xfs_bmap_cancel(&free_list);
1317 out_trans_abort:
1318 cancel_flags |= XFS_TRANS_ABORT;
1319 out_trans_cancel:
1320 xfs_trans_cancel(tp, cancel_flags);
1321 out_release_inode:
1322 /*
1323 * Wait until after the current transaction is aborted to
1324 * release the inode. This prevents recursive transactions
1325 * and deadlocks from xfs_inactive.
1326 */
1327 if (ip)
1328 IRELE(ip);
1329
1330 xfs_qm_dqrele(udqp);
1331 xfs_qm_dqrele(gdqp);
1332 xfs_qm_dqrele(pdqp);
1333
1334 if (unlock_dp_on_error)
1335 xfs_iunlock(dp, XFS_ILOCK_EXCL);
1336 return error;
1337}
1338
1339int
1340xfs_link(
1341 xfs_inode_t *tdp,
1342 xfs_inode_t *sip,
1343 struct xfs_name *target_name)
1344{
1345 xfs_mount_t *mp = tdp->i_mount;
1346 xfs_trans_t *tp;
1347 int error;
1348 xfs_bmap_free_t free_list;
1349 xfs_fsblock_t first_block;
1350 int cancel_flags;
1351 int committed;
1352 int resblks;
1353
1354 trace_xfs_link(tdp, target_name);
1355
1356 ASSERT(!S_ISDIR(sip->i_d.di_mode));
1357
1358 if (XFS_FORCED_SHUTDOWN(mp))
1359 return XFS_ERROR(EIO);
1360
1361 error = xfs_qm_dqattach(sip, 0);
1362 if (error)
1363 goto std_return;
1364
1365 error = xfs_qm_dqattach(tdp, 0);
1366 if (error)
1367 goto std_return;
1368
1369 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK);
1370 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
1371 resblks = XFS_LINK_SPACE_RES(mp, target_name->len);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001372 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_link, resblks, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001373 if (error == ENOSPC) {
1374 resblks = 0;
Jie Liu3d3c8b52013-08-12 20:49:59 +10001375 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_link, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001376 }
1377 if (error) {
1378 cancel_flags = 0;
1379 goto error_return;
1380 }
1381
1382 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL);
1383
1384 xfs_trans_ijoin(tp, sip, XFS_ILOCK_EXCL);
1385 xfs_trans_ijoin(tp, tdp, XFS_ILOCK_EXCL);
1386
1387 /*
1388 * If we are using project inheritance, we only allow hard link
1389 * creation in our tree when the project IDs are the same; else
1390 * the tree quota mechanism could be circumvented.
1391 */
1392 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
1393 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) {
1394 error = XFS_ERROR(EXDEV);
1395 goto error_return;
1396 }
1397
1398 error = xfs_dir_canenter(tp, tdp, target_name, resblks);
1399 if (error)
1400 goto error_return;
1401
1402 xfs_bmap_init(&free_list, &first_block);
1403
1404 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino,
1405 &first_block, &free_list, resblks);
1406 if (error)
1407 goto abort_return;
1408 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
1409 xfs_trans_log_inode(tp, tdp, XFS_ILOG_CORE);
1410
1411 error = xfs_bumplink(tp, sip);
1412 if (error)
1413 goto abort_return;
1414
1415 /*
1416 * If this is a synchronous mount, make sure that the
1417 * link transaction goes to disk before returning to
1418 * the user.
1419 */
1420 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) {
1421 xfs_trans_set_sync(tp);
1422 }
1423
1424 error = xfs_bmap_finish (&tp, &free_list, &committed);
1425 if (error) {
1426 xfs_bmap_cancel(&free_list);
1427 goto abort_return;
1428 }
1429
1430 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
1431
1432 abort_return:
1433 cancel_flags |= XFS_TRANS_ABORT;
1434 error_return:
1435 xfs_trans_cancel(tp, cancel_flags);
1436 std_return:
1437 return error;
1438}
1439
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440/*
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001441 * Free up the underlying blocks past new_size. The new size must be smaller
1442 * than the current size. This routine can be used both for the attribute and
1443 * data fork, and does not modify the inode size, which is left to the caller.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 *
David Chinnerf6485052008-04-17 16:50:04 +10001445 * The transaction passed to this routine must have made a permanent log
1446 * reservation of at least XFS_ITRUNCATE_LOG_RES. This routine may commit the
1447 * given transaction and start new ones, so make sure everything involved in
1448 * the transaction is tidy before calling here. Some transaction will be
1449 * returned to the caller to be committed. The incoming transaction must
1450 * already include the inode, and both inode locks must be held exclusively.
1451 * The inode must also be "held" within the transaction. On return the inode
1452 * will be "held" within the returned transaction. This routine does NOT
1453 * require any disk space to be reserved for it within the transaction.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 *
David Chinnerf6485052008-04-17 16:50:04 +10001455 * If we get an error, we must return with the inode locked and linked into the
1456 * current transaction. This keeps things simple for the higher level code,
1457 * because it always knows that the inode is locked and held in the transaction
1458 * that returns to it whether errors occur or not. We don't mark the inode
1459 * dirty on error so that transactions can be easily aborted if possible.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 */
1461int
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001462xfs_itruncate_extents(
1463 struct xfs_trans **tpp,
1464 struct xfs_inode *ip,
1465 int whichfork,
1466 xfs_fsize_t new_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467{
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001468 struct xfs_mount *mp = ip->i_mount;
1469 struct xfs_trans *tp = *tpp;
1470 struct xfs_trans *ntp;
1471 xfs_bmap_free_t free_list;
1472 xfs_fsblock_t first_block;
1473 xfs_fileoff_t first_unmap_block;
1474 xfs_fileoff_t last_block;
1475 xfs_filblks_t unmap_len;
1476 int committed;
1477 int error = 0;
1478 int done = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
Christoph Hellwig0b561852012-07-04 11:13:31 -04001480 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
1481 ASSERT(!atomic_read(&VFS_I(ip)->i_count) ||
1482 xfs_isilocked(ip, XFS_IOLOCK_EXCL));
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00001483 ASSERT(new_size <= XFS_ISIZE(ip));
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001484 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485 ASSERT(ip->i_itemp != NULL);
Christoph Hellwig898621d2010-06-24 11:36:58 +10001486 ASSERT(ip->i_itemp->ili_lock_flags == 0);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001487 ASSERT(!XFS_NOT_DQATTACHED(mp, ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488
Christoph Hellwig673e8e52011-12-18 20:00:04 +00001489 trace_xfs_itruncate_extents_start(ip, new_size);
1490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491 /*
1492 * Since it is possible for space to become allocated beyond
1493 * the end of the file (in a crash where the space is allocated
1494 * but the inode size is not yet updated), simply remove any
1495 * blocks which show up between the new EOF and the maximum
1496 * possible file size. If the first block to be removed is
1497 * beyond the maximum file size (ie it is the same as last_block),
1498 * then there is nothing to do.
1499 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001500 first_unmap_block = XFS_B_TO_FSB(mp, (xfs_ufsize_t)new_size);
Dave Chinner32972382012-06-08 15:44:54 +10001501 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001502 if (first_unmap_block == last_block)
1503 return 0;
1504
1505 ASSERT(first_unmap_block < last_block);
1506 unmap_len = last_block - first_unmap_block + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 while (!done) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001508 xfs_bmap_init(&free_list, &first_block);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001509 error = xfs_bunmapi(tp, ip,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001510 first_unmap_block, unmap_len,
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001511 xfs_bmapi_aflag(whichfork),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 XFS_ITRUNC_MAX_EXTENTS,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001513 &first_block, &free_list,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10001514 &done);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001515 if (error)
1516 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517
1518 /*
1519 * Duplicate the transaction that has the permanent
1520 * reservation and commit the old transaction.
1521 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001522 error = xfs_bmap_finish(&tp, &free_list, &committed);
Christoph Hellwig898621d2010-06-24 11:36:58 +10001523 if (committed)
Christoph Hellwigddc34152011-09-19 15:00:54 +00001524 xfs_trans_ijoin(tp, ip, 0);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001525 if (error)
1526 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527
1528 if (committed) {
1529 /*
David Chinnerf6485052008-04-17 16:50:04 +10001530 * Mark the inode dirty so it will be logged and
David Chinnere5720ee2008-04-10 12:21:18 +10001531 * moved forward in the log as part of every commit.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001533 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534 }
David Chinnerf6485052008-04-17 16:50:04 +10001535
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001536 ntp = xfs_trans_dup(tp);
1537 error = xfs_trans_commit(tp, 0);
1538 tp = ntp;
David Chinnere5720ee2008-04-10 12:21:18 +10001539
Christoph Hellwigddc34152011-09-19 15:00:54 +00001540 xfs_trans_ijoin(tp, ip, 0);
David Chinnerf6485052008-04-17 16:50:04 +10001541
Dave Chinnercc09c0d2008-11-17 17:37:10 +11001542 if (error)
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001543 goto out;
1544
Dave Chinnercc09c0d2008-11-17 17:37:10 +11001545 /*
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001546 * Transaction commit worked ok so we can drop the extra ticket
Dave Chinnercc09c0d2008-11-17 17:37:10 +11001547 * reference that we gained in xfs_trans_dup()
1548 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001549 xfs_log_ticket_put(tp->t_ticket);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001550 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0);
David Chinnerf6485052008-04-17 16:50:04 +10001551 if (error)
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001552 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 }
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001554
Christoph Hellwig673e8e52011-12-18 20:00:04 +00001555 /*
1556 * Always re-log the inode so that our permanent transaction can keep
1557 * on rolling it forward in the log.
1558 */
1559 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1560
1561 trace_xfs_itruncate_extents_end(ip, new_size);
1562
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001563out:
1564 *tpp = tp;
1565 return error;
1566out_bmap_cancel:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 /*
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001568 * If the bunmapi call encounters an error, return to the caller where
1569 * the transaction can be properly aborted. We just need to make sure
1570 * we're not holding any resources that we were not when we came in.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001572 xfs_bmap_cancel(&free_list);
1573 goto out;
1574}
1575
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001576int
1577xfs_release(
1578 xfs_inode_t *ip)
1579{
1580 xfs_mount_t *mp = ip->i_mount;
1581 int error;
1582
1583 if (!S_ISREG(ip->i_d.di_mode) || (ip->i_d.di_mode == 0))
1584 return 0;
1585
1586 /* If this is a read-only mount, don't do this (would generate I/O) */
1587 if (mp->m_flags & XFS_MOUNT_RDONLY)
1588 return 0;
1589
1590 if (!XFS_FORCED_SHUTDOWN(mp)) {
1591 int truncated;
1592
1593 /*
1594 * If we are using filestreams, and we have an unlinked
1595 * file that we are processing the last close on, then nothing
1596 * will be able to reopen and write to this file. Purge this
1597 * inode from the filestreams cache so that it doesn't delay
1598 * teardown of the inode.
1599 */
1600 if ((ip->i_d.di_nlink == 0) && xfs_inode_is_filestream(ip))
1601 xfs_filestream_deassociate(ip);
1602
1603 /*
1604 * If we previously truncated this file and removed old data
1605 * in the process, we want to initiate "early" writeout on
1606 * the last close. This is an attempt to combat the notorious
1607 * NULL files problem which is particularly noticeable from a
1608 * truncate down, buffered (re-)write (delalloc), followed by
1609 * a crash. What we are effectively doing here is
1610 * significantly reducing the time window where we'd otherwise
1611 * be exposed to that problem.
1612 */
1613 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED);
1614 if (truncated) {
1615 xfs_iflags_clear(ip, XFS_IDIRTY_RELEASE);
1616 if (VN_DIRTY(VFS_I(ip)) && ip->i_delayed_blks > 0) {
1617 error = -filemap_flush(VFS_I(ip)->i_mapping);
1618 if (error)
1619 return error;
1620 }
1621 }
1622 }
1623
1624 if (ip->i_d.di_nlink == 0)
1625 return 0;
1626
1627 if (xfs_can_free_eofblocks(ip, false)) {
1628
1629 /*
1630 * If we can't get the iolock just skip truncating the blocks
1631 * past EOF because we could deadlock with the mmap_sem
1632 * otherwise. We'll get another chance to drop them once the
1633 * last reference to the inode is dropped, so we'll never leak
1634 * blocks permanently.
1635 *
1636 * Further, check if the inode is being opened, written and
1637 * closed frequently and we have delayed allocation blocks
1638 * outstanding (e.g. streaming writes from the NFS server),
1639 * truncating the blocks past EOF will cause fragmentation to
1640 * occur.
1641 *
1642 * In this case don't do the truncation, either, but we have to
1643 * be careful how we detect this case. Blocks beyond EOF show
1644 * up as i_delayed_blks even when the inode is clean, so we
1645 * need to truncate them away first before checking for a dirty
1646 * release. Hence on the first dirty close we will still remove
1647 * the speculative allocation, but after that we will leave it
1648 * in place.
1649 */
1650 if (xfs_iflags_test(ip, XFS_IDIRTY_RELEASE))
1651 return 0;
1652
1653 error = xfs_free_eofblocks(mp, ip, true);
1654 if (error && error != EAGAIN)
1655 return error;
1656
1657 /* delalloc blocks after truncation means it really is dirty */
1658 if (ip->i_delayed_blks)
1659 xfs_iflags_set(ip, XFS_IDIRTY_RELEASE);
1660 }
1661 return 0;
1662}
1663
1664/*
1665 * xfs_inactive
1666 *
1667 * This is called when the vnode reference count for the vnode
1668 * goes to zero. If the file has been unlinked, then it must
1669 * now be truncated. Also, we clear all of the read-ahead state
1670 * kept for the inode here since the file is now closed.
1671 */
1672int
1673xfs_inactive(
1674 xfs_inode_t *ip)
1675{
Jie Liu3d3c8b52013-08-12 20:49:59 +10001676 xfs_bmap_free_t free_list;
1677 xfs_fsblock_t first_block;
1678 int committed;
1679 struct xfs_trans *tp;
1680 struct xfs_mount *mp;
1681 struct xfs_trans_res *resp;
1682 int error;
1683 int truncate = 0;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001684
1685 /*
1686 * If the inode is already free, then there can be nothing
1687 * to clean up here.
1688 */
1689 if (ip->i_d.di_mode == 0 || is_bad_inode(VFS_I(ip))) {
1690 ASSERT(ip->i_df.if_real_bytes == 0);
1691 ASSERT(ip->i_df.if_broot_bytes == 0);
1692 return VN_INACTIVE_CACHE;
1693 }
1694
1695 mp = ip->i_mount;
1696
1697 error = 0;
1698
1699 /* If this is a read-only mount, don't do this (would generate I/O) */
1700 if (mp->m_flags & XFS_MOUNT_RDONLY)
1701 goto out;
1702
1703 if (ip->i_d.di_nlink != 0) {
1704 /*
1705 * force is true because we are evicting an inode from the
1706 * cache. Post-eof blocks must be freed, lest we end up with
1707 * broken free space accounting.
1708 */
1709 if (xfs_can_free_eofblocks(ip, true)) {
1710 error = xfs_free_eofblocks(mp, ip, false);
1711 if (error)
1712 return VN_INACTIVE_CACHE;
1713 }
1714 goto out;
1715 }
1716
1717 if (S_ISREG(ip->i_d.di_mode) &&
1718 (ip->i_d.di_size != 0 || XFS_ISIZE(ip) != 0 ||
1719 ip->i_d.di_nextents > 0 || ip->i_delayed_blks > 0))
1720 truncate = 1;
1721
1722 error = xfs_qm_dqattach(ip, 0);
1723 if (error)
1724 return VN_INACTIVE_CACHE;
1725
1726 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001727 resp = (truncate || S_ISLNK(ip->i_d.di_mode)) ?
1728 &M_RES(mp)->tr_itruncate : &M_RES(mp)->tr_ifree;
1729
1730 error = xfs_trans_reserve(tp, resp, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001731 if (error) {
1732 ASSERT(XFS_FORCED_SHUTDOWN(mp));
1733 xfs_trans_cancel(tp, 0);
1734 return VN_INACTIVE_CACHE;
1735 }
1736
1737 xfs_ilock(ip, XFS_ILOCK_EXCL);
1738 xfs_trans_ijoin(tp, ip, 0);
1739
1740 if (S_ISLNK(ip->i_d.di_mode)) {
1741 error = xfs_inactive_symlink(ip, &tp);
1742 if (error)
1743 goto out_cancel;
1744 } else if (truncate) {
1745 ip->i_d.di_size = 0;
1746 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1747
1748 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0);
1749 if (error)
1750 goto out_cancel;
1751
1752 ASSERT(ip->i_d.di_nextents == 0);
1753 }
1754
1755 /*
1756 * If there are attributes associated with the file then blow them away
1757 * now. The code calls a routine that recursively deconstructs the
1758 * attribute fork. We need to just commit the current transaction
1759 * because we can't use it for xfs_attr_inactive().
1760 */
1761 if (ip->i_d.di_anextents > 0) {
1762 ASSERT(ip->i_d.di_forkoff != 0);
1763
1764 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
1765 if (error)
1766 goto out_unlock;
1767
1768 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1769
1770 error = xfs_attr_inactive(ip);
1771 if (error)
1772 goto out;
1773
1774 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE);
Jie Liu3d3c8b52013-08-12 20:49:59 +10001775 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_ifree, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001776 if (error) {
1777 xfs_trans_cancel(tp, 0);
1778 goto out;
1779 }
1780
1781 xfs_ilock(ip, XFS_ILOCK_EXCL);
1782 xfs_trans_ijoin(tp, ip, 0);
1783 }
1784
1785 if (ip->i_afp)
1786 xfs_idestroy_fork(ip, XFS_ATTR_FORK);
1787
1788 ASSERT(ip->i_d.di_anextents == 0);
1789
1790 /*
1791 * Free the inode.
1792 */
1793 xfs_bmap_init(&free_list, &first_block);
1794 error = xfs_ifree(tp, ip, &free_list);
1795 if (error) {
1796 /*
1797 * If we fail to free the inode, shut down. The cancel
1798 * might do that, we need to make sure. Otherwise the
1799 * inode might be lost for a long time or forever.
1800 */
1801 if (!XFS_FORCED_SHUTDOWN(mp)) {
1802 xfs_notice(mp, "%s: xfs_ifree returned error %d",
1803 __func__, error);
1804 xfs_force_shutdown(mp, SHUTDOWN_META_IO_ERROR);
1805 }
1806 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
1807 } else {
1808 /*
1809 * Credit the quota account(s). The inode is gone.
1810 */
1811 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1);
1812
1813 /*
1814 * Just ignore errors at this point. There is nothing we can
1815 * do except to try to keep going. Make sure it's not a silent
1816 * error.
1817 */
1818 error = xfs_bmap_finish(&tp, &free_list, &committed);
1819 if (error)
1820 xfs_notice(mp, "%s: xfs_bmap_finish returned error %d",
1821 __func__, error);
1822 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
1823 if (error)
1824 xfs_notice(mp, "%s: xfs_trans_commit returned error %d",
1825 __func__, error);
1826 }
1827
1828 /*
1829 * Release the dquots held by inode, if any.
1830 */
1831 xfs_qm_dqdetach(ip);
1832out_unlock:
1833 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1834out:
1835 return VN_INACTIVE_CACHE;
1836out_cancel:
1837 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT);
1838 goto out_unlock;
1839}
1840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841/*
1842 * This is called when the inode's link count goes to 0.
1843 * We place the on-disk inode on a list in the AGI. It
1844 * will be pulled from this list when the inode is freed.
1845 */
1846int
1847xfs_iunlink(
1848 xfs_trans_t *tp,
1849 xfs_inode_t *ip)
1850{
1851 xfs_mount_t *mp;
1852 xfs_agi_t *agi;
1853 xfs_dinode_t *dip;
1854 xfs_buf_t *agibp;
1855 xfs_buf_t *ibp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 xfs_agino_t agino;
1857 short bucket_index;
1858 int offset;
1859 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860
1861 ASSERT(ip->i_d.di_nlink == 0);
1862 ASSERT(ip->i_d.di_mode != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863
1864 mp = tp->t_mountp;
1865
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866 /*
1867 * Get the agi buffer first. It ensures lock ordering
1868 * on the list.
1869 */
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001870 error = xfs_read_agi(mp, tp, XFS_INO_TO_AGNO(mp, ip->i_ino), &agibp);
Vlad Apostolov859d7182007-10-11 17:44:18 +10001871 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 agi = XFS_BUF_TO_AGI(agibp);
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001874
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 /*
1876 * Get the index into the agi hash table for the
1877 * list this inode will go on.
1878 */
1879 agino = XFS_INO_TO_AGINO(mp, ip->i_ino);
1880 ASSERT(agino != 0);
1881 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
1882 ASSERT(agi->agi_unlinked[bucket_index]);
Christoph Hellwig16259e72005-11-02 15:11:25 +11001883 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001885 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886 /*
1887 * There is already another inode in the bucket we need
1888 * to add ourselves to. Add us at the front of the list.
1889 * Here we put the head pointer into our next pointer,
1890 * and then we fall through to point the head at us.
1891 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04001892 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
1893 0, 0);
Vlad Apostolovc319b582007-11-23 16:27:51 +11001894 if (error)
1895 return error;
1896
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001897 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 dip->di_next_unlinked = agi->agi_unlinked[bucket_index];
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11001899 offset = ip->i_imap.im_boffset +
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10001901
1902 /* need to recalc the inode CRC if appropriate */
1903 xfs_dinode_calc_crc(mp, dip);
1904
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 xfs_trans_inode_buf(tp, ibp);
1906 xfs_trans_log_buf(tp, ibp, offset,
1907 (offset + sizeof(xfs_agino_t) - 1));
1908 xfs_inobp_check(mp, ibp);
1909 }
1910
1911 /*
1912 * Point the bucket head pointer at the inode being inserted.
1913 */
1914 ASSERT(agino != 0);
Christoph Hellwig16259e72005-11-02 15:11:25 +11001915 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 offset = offsetof(xfs_agi_t, agi_unlinked) +
1917 (sizeof(xfs_agino_t) * bucket_index);
1918 xfs_trans_log_buf(tp, agibp, offset,
1919 (offset + sizeof(xfs_agino_t) - 1));
1920 return 0;
1921}
1922
1923/*
1924 * Pull the on-disk inode from the AGI unlinked list.
1925 */
1926STATIC int
1927xfs_iunlink_remove(
1928 xfs_trans_t *tp,
1929 xfs_inode_t *ip)
1930{
1931 xfs_ino_t next_ino;
1932 xfs_mount_t *mp;
1933 xfs_agi_t *agi;
1934 xfs_dinode_t *dip;
1935 xfs_buf_t *agibp;
1936 xfs_buf_t *ibp;
1937 xfs_agnumber_t agno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 xfs_agino_t agino;
1939 xfs_agino_t next_agino;
1940 xfs_buf_t *last_ibp;
Nathan Scott6fdf8cc2006-06-28 10:13:52 +10001941 xfs_dinode_t *last_dip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 short bucket_index;
Nathan Scott6fdf8cc2006-06-28 10:13:52 +10001943 int offset, last_offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947 agno = XFS_INO_TO_AGNO(mp, ip->i_ino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948
1949 /*
1950 * Get the agi buffer first. It ensures lock ordering
1951 * on the list.
1952 */
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001953 error = xfs_read_agi(mp, tp, agno, &agibp);
1954 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 return error;
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001956
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 agi = XFS_BUF_TO_AGI(agibp);
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 /*
1960 * Get the index into the agi hash table for the
1961 * list this inode will go on.
1962 */
1963 agino = XFS_INO_TO_AGINO(mp, ip->i_ino);
1964 ASSERT(agino != 0);
1965 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001966 ASSERT(agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967 ASSERT(agi->agi_unlinked[bucket_index]);
1968
Christoph Hellwig16259e72005-11-02 15:11:25 +11001969 if (be32_to_cpu(agi->agi_unlinked[bucket_index]) == agino) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970 /*
Christoph Hellwig475ee412012-07-03 12:21:22 -04001971 * We're at the head of the list. Get the inode's on-disk
1972 * buffer to see if there is anyone after us on the list.
1973 * Only modify our next pointer if it is not already NULLAGINO.
1974 * This saves us the overhead of dealing with the buffer when
1975 * there is no need to change it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04001977 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
1978 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 if (error) {
Christoph Hellwig475ee412012-07-03 12:21:22 -04001980 xfs_warn(mp, "%s: xfs_imap_to_bp returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11001981 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 return error;
1983 }
Christoph Hellwig347d1c02007-08-28 13:57:51 +10001984 next_agino = be32_to_cpu(dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 ASSERT(next_agino != 0);
1986 if (next_agino != NULLAGINO) {
Christoph Hellwig347d1c02007-08-28 13:57:51 +10001987 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11001988 offset = ip->i_imap.im_boffset +
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10001990
1991 /* need to recalc the inode CRC if appropriate */
1992 xfs_dinode_calc_crc(mp, dip);
1993
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994 xfs_trans_inode_buf(tp, ibp);
1995 xfs_trans_log_buf(tp, ibp, offset,
1996 (offset + sizeof(xfs_agino_t) - 1));
1997 xfs_inobp_check(mp, ibp);
1998 } else {
1999 xfs_trans_brelse(tp, ibp);
2000 }
2001 /*
2002 * Point the bucket head pointer at the next inode.
2003 */
2004 ASSERT(next_agino != 0);
2005 ASSERT(next_agino != agino);
Christoph Hellwig16259e72005-11-02 15:11:25 +11002006 agi->agi_unlinked[bucket_index] = cpu_to_be32(next_agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007 offset = offsetof(xfs_agi_t, agi_unlinked) +
2008 (sizeof(xfs_agino_t) * bucket_index);
2009 xfs_trans_log_buf(tp, agibp, offset,
2010 (offset + sizeof(xfs_agino_t) - 1));
2011 } else {
2012 /*
2013 * We need to search the list for the inode being freed.
2014 */
Christoph Hellwig16259e72005-11-02 15:11:25 +11002015 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016 last_ibp = NULL;
2017 while (next_agino != agino) {
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002018 struct xfs_imap imap;
2019
2020 if (last_ibp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 xfs_trans_brelse(tp, last_ibp);
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002022
2023 imap.im_blkno = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 next_ino = XFS_AGINO_TO_INO(mp, agno, next_agino);
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002025
2026 error = xfs_imap(mp, tp, next_ino, &imap, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 if (error) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11002028 xfs_warn(mp,
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002029 "%s: xfs_imap returned error %d.",
2030 __func__, error);
2031 return error;
2032 }
2033
2034 error = xfs_imap_to_bp(mp, tp, &imap, &last_dip,
2035 &last_ibp, 0, 0);
2036 if (error) {
2037 xfs_warn(mp,
2038 "%s: xfs_imap_to_bp returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11002039 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 return error;
2041 }
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002042
2043 last_offset = imap.im_boffset;
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002044 next_agino = be32_to_cpu(last_dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 ASSERT(next_agino != NULLAGINO);
2046 ASSERT(next_agino != 0);
2047 }
Christoph Hellwig475ee412012-07-03 12:21:22 -04002048
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049 /*
Christoph Hellwig475ee412012-07-03 12:21:22 -04002050 * Now last_ibp points to the buffer previous to us on the
2051 * unlinked list. Pull us from the list.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04002053 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
2054 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055 if (error) {
Christoph Hellwig475ee412012-07-03 12:21:22 -04002056 xfs_warn(mp, "%s: xfs_imap_to_bp(2) returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11002057 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 return error;
2059 }
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002060 next_agino = be32_to_cpu(dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061 ASSERT(next_agino != 0);
2062 ASSERT(next_agino != agino);
2063 if (next_agino != NULLAGINO) {
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002064 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11002065 offset = ip->i_imap.im_boffset +
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10002067
2068 /* need to recalc the inode CRC if appropriate */
2069 xfs_dinode_calc_crc(mp, dip);
2070
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 xfs_trans_inode_buf(tp, ibp);
2072 xfs_trans_log_buf(tp, ibp, offset,
2073 (offset + sizeof(xfs_agino_t) - 1));
2074 xfs_inobp_check(mp, ibp);
2075 } else {
2076 xfs_trans_brelse(tp, ibp);
2077 }
2078 /*
2079 * Point the previous inode on the list to the next inode.
2080 */
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002081 last_dip->di_next_unlinked = cpu_to_be32(next_agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082 ASSERT(next_agino != 0);
2083 offset = last_offset + offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10002084
2085 /* need to recalc the inode CRC if appropriate */
2086 xfs_dinode_calc_crc(mp, last_dip);
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 xfs_trans_inode_buf(tp, last_ibp);
2089 xfs_trans_log_buf(tp, last_ibp, offset,
2090 (offset + sizeof(xfs_agino_t) - 1));
2091 xfs_inobp_check(mp, last_ibp);
2092 }
2093 return 0;
2094}
2095
Dave Chinner5b3eed72010-08-24 11:42:41 +10002096/*
2097 * A big issue when freeing the inode cluster is is that we _cannot_ skip any
2098 * inodes that are in memory - they all must be marked stale and attached to
2099 * the cluster buffer.
2100 */
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002101STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102xfs_ifree_cluster(
2103 xfs_inode_t *free_ip,
2104 xfs_trans_t *tp,
2105 xfs_ino_t inum)
2106{
2107 xfs_mount_t *mp = free_ip->i_mount;
2108 int blks_per_cluster;
2109 int nbufs;
2110 int ninodes;
Dave Chinner5b257b42010-06-03 16:22:29 +10002111 int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 xfs_daddr_t blkno;
2113 xfs_buf_t *bp;
Dave Chinner5b257b42010-06-03 16:22:29 +10002114 xfs_inode_t *ip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115 xfs_inode_log_item_t *iip;
2116 xfs_log_item_t *lip;
Dave Chinner5017e972010-01-11 11:47:40 +00002117 struct xfs_perag *pag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
Dave Chinner5017e972010-01-11 11:47:40 +00002119 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, inum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120 if (mp->m_sb.sb_blocksize >= XFS_INODE_CLUSTER_SIZE(mp)) {
2121 blks_per_cluster = 1;
2122 ninodes = mp->m_sb.sb_inopblock;
2123 nbufs = XFS_IALLOC_BLOCKS(mp);
2124 } else {
2125 blks_per_cluster = XFS_INODE_CLUSTER_SIZE(mp) /
2126 mp->m_sb.sb_blocksize;
2127 ninodes = blks_per_cluster * mp->m_sb.sb_inopblock;
2128 nbufs = XFS_IALLOC_BLOCKS(mp) / blks_per_cluster;
2129 }
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 for (j = 0; j < nbufs; j++, inum += ninodes) {
2132 blkno = XFS_AGB_TO_DADDR(mp, XFS_INO_TO_AGNO(mp, inum),
2133 XFS_INO_TO_AGBNO(mp, inum));
2134
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 /*
Dave Chinner5b257b42010-06-03 16:22:29 +10002136 * We obtain and lock the backing buffer first in the process
2137 * here, as we have to ensure that any dirty inode that we
2138 * can't get the flush lock on is attached to the buffer.
2139 * If we scan the in-memory inodes first, then buffer IO can
2140 * complete before we get a lock on it, and hence we may fail
2141 * to mark all the active inodes on the buffer stale.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002143 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, blkno,
Dave Chinnerb6aff292012-11-02 11:38:42 +11002144 mp->m_bsize * blks_per_cluster,
2145 XBF_UNMAPPED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002147 if (!bp)
2148 return ENOMEM;
Dave Chinnerb0f539d2012-11-14 17:53:49 +11002149
2150 /*
2151 * This buffer may not have been correctly initialised as we
2152 * didn't read it from disk. That's not important because we are
2153 * only using to mark the buffer as stale in the log, and to
2154 * attach stale cached inodes on it. That means it will never be
2155 * dispatched for IO. If it is, we want to know about it, and we
2156 * want it to fail. We can acheive this by adding a write
2157 * verifier to the buffer.
2158 */
Dave Chinner1813dd62012-11-14 17:54:40 +11002159 bp->b_ops = &xfs_inode_buf_ops;
Dave Chinnerb0f539d2012-11-14 17:53:49 +11002160
Dave Chinner5b257b42010-06-03 16:22:29 +10002161 /*
2162 * Walk the inodes already attached to the buffer and mark them
2163 * stale. These will all have the flush locks held, so an
Dave Chinner5b3eed72010-08-24 11:42:41 +10002164 * in-memory inode walk can't lock them. By marking them all
2165 * stale first, we will not attempt to lock them in the loop
2166 * below as the XFS_ISTALE flag will be set.
Dave Chinner5b257b42010-06-03 16:22:29 +10002167 */
Christoph Hellwigadadbee2011-07-13 13:43:49 +02002168 lip = bp->b_fspriv;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 while (lip) {
2170 if (lip->li_type == XFS_LI_INODE) {
2171 iip = (xfs_inode_log_item_t *)lip;
2172 ASSERT(iip->ili_logged == 1);
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10002173 lip->li_cb = xfs_istale_done;
David Chinner7b2e2a32008-10-30 17:39:12 +11002174 xfs_trans_ail_copy_lsn(mp->m_ail,
2175 &iip->ili_flush_lsn,
2176 &iip->ili_item.li_lsn);
David Chinnere5ffd2b2006-11-21 18:55:33 +11002177 xfs_iflags_set(iip->ili_inode, XFS_ISTALE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178 }
2179 lip = lip->li_bio_list;
2180 }
2181
Dave Chinner5b3eed72010-08-24 11:42:41 +10002182
Dave Chinner5b257b42010-06-03 16:22:29 +10002183 /*
2184 * For each inode in memory attempt to add it to the inode
2185 * buffer and set it up for being staled on buffer IO
2186 * completion. This is safe as we've locked out tail pushing
2187 * and flushing by locking the buffer.
2188 *
2189 * We have already marked every inode that was part of a
2190 * transaction stale above, which means there is no point in
2191 * even trying to lock them.
2192 */
2193 for (i = 0; i < ninodes; i++) {
Dave Chinner5b3eed72010-08-24 11:42:41 +10002194retry:
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002195 rcu_read_lock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002196 ip = radix_tree_lookup(&pag->pag_ici_root,
2197 XFS_INO_TO_AGINO(mp, (inum + i)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002199 /* Inode not in memory, nothing to do */
2200 if (!ip) {
2201 rcu_read_unlock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002202 continue;
2203 }
2204
Dave Chinner5b3eed72010-08-24 11:42:41 +10002205 /*
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002206 * because this is an RCU protected lookup, we could
2207 * find a recently freed or even reallocated inode
2208 * during the lookup. We need to check under the
2209 * i_flags_lock for a valid inode here. Skip it if it
2210 * is not valid, the wrong inode or stale.
2211 */
2212 spin_lock(&ip->i_flags_lock);
2213 if (ip->i_ino != inum + i ||
2214 __xfs_iflags_test(ip, XFS_ISTALE)) {
2215 spin_unlock(&ip->i_flags_lock);
2216 rcu_read_unlock();
2217 continue;
2218 }
2219 spin_unlock(&ip->i_flags_lock);
2220
2221 /*
Dave Chinner5b3eed72010-08-24 11:42:41 +10002222 * Don't try to lock/unlock the current inode, but we
2223 * _cannot_ skip the other inodes that we did not find
2224 * in the list attached to the buffer and are not
2225 * already marked stale. If we can't lock it, back off
2226 * and retry.
2227 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002228 if (ip != free_ip &&
2229 !xfs_ilock_nowait(ip, XFS_ILOCK_EXCL)) {
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002230 rcu_read_unlock();
Dave Chinner5b3eed72010-08-24 11:42:41 +10002231 delay(1);
2232 goto retry;
Dave Chinner5b257b42010-06-03 16:22:29 +10002233 }
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002234 rcu_read_unlock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002235
Dave Chinner5b3eed72010-08-24 11:42:41 +10002236 xfs_iflock(ip);
Dave Chinner5b257b42010-06-03 16:22:29 +10002237 xfs_iflags_set(ip, XFS_ISTALE);
Dave Chinner5b257b42010-06-03 16:22:29 +10002238
Dave Chinner5b3eed72010-08-24 11:42:41 +10002239 /*
2240 * we don't need to attach clean inodes or those only
2241 * with unlogged changes (which we throw away, anyway).
2242 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002243 iip = ip->i_itemp;
Dave Chinner5b3eed72010-08-24 11:42:41 +10002244 if (!iip || xfs_inode_clean(ip)) {
Dave Chinner5b257b42010-06-03 16:22:29 +10002245 ASSERT(ip != free_ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 xfs_ifunlock(ip);
2247 xfs_iunlock(ip, XFS_ILOCK_EXCL);
2248 continue;
2249 }
2250
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00002251 iip->ili_last_fields = iip->ili_fields;
2252 iip->ili_fields = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253 iip->ili_logged = 1;
David Chinner7b2e2a32008-10-30 17:39:12 +11002254 xfs_trans_ail_copy_lsn(mp->m_ail, &iip->ili_flush_lsn,
2255 &iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10002257 xfs_buf_attach_iodone(bp, xfs_istale_done,
2258 &iip->ili_item);
Dave Chinner5b257b42010-06-03 16:22:29 +10002259
2260 if (ip != free_ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262 }
2263
Dave Chinner5b3eed72010-08-24 11:42:41 +10002264 xfs_trans_stale_inode_buf(tp, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 xfs_trans_binval(tp, bp);
2266 }
2267
Dave Chinner5017e972010-01-11 11:47:40 +00002268 xfs_perag_put(pag);
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002269 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270}
2271
2272/*
2273 * This is called to return an inode to the inode free list.
2274 * The inode should already be truncated to 0 length and have
2275 * no pages associated with it. This routine also assumes that
2276 * the inode is already a part of the transaction.
2277 *
2278 * The on-disk copy of the inode will have been added to the list
2279 * of unlinked inodes in the AGI. We need to remove the inode from
2280 * that list atomically with respect to freeing it here.
2281 */
2282int
2283xfs_ifree(
2284 xfs_trans_t *tp,
2285 xfs_inode_t *ip,
2286 xfs_bmap_free_t *flist)
2287{
2288 int error;
2289 int delete;
2290 xfs_ino_t first_ino;
2291
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10002292 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293 ASSERT(ip->i_d.di_nlink == 0);
2294 ASSERT(ip->i_d.di_nextents == 0);
2295 ASSERT(ip->i_d.di_anextents == 0);
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00002296 ASSERT(ip->i_d.di_size == 0 || !S_ISREG(ip->i_d.di_mode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 ASSERT(ip->i_d.di_nblocks == 0);
2298
2299 /*
2300 * Pull the on-disk inode from the AGI unlinked list.
2301 */
2302 error = xfs_iunlink_remove(tp, ip);
Dave Chinner1baaed82013-06-27 16:04:50 +10002303 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305
2306 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino);
Dave Chinner1baaed82013-06-27 16:04:50 +10002307 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308 return error;
Dave Chinner1baaed82013-06-27 16:04:50 +10002309
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310 ip->i_d.di_mode = 0; /* mark incore inode as free */
2311 ip->i_d.di_flags = 0;
2312 ip->i_d.di_dmevmask = 0;
2313 ip->i_d.di_forkoff = 0; /* mark the attr fork not in use */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS;
2315 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
2316 /*
2317 * Bump the generation count so no one will be confused
2318 * by reincarnations of this inode.
2319 */
2320 ip->i_d.di_gen++;
2321 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
2322
Dave Chinner1baaed82013-06-27 16:04:50 +10002323 if (delete)
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002324 error = xfs_ifree_cluster(ip, tp, first_ino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002326 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327}
2328
2329/*
Christoph Hellwig60ec6782010-02-17 19:43:56 +00002330 * This is called to unpin an inode. The caller must have the inode locked
2331 * in at least shared mode so that the buffer cannot be subsequently pinned
2332 * once someone is waiting for it to be unpinned.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333 */
Christoph Hellwig60ec6782010-02-17 19:43:56 +00002334static void
Christoph Hellwigf392e632011-12-18 20:00:10 +00002335xfs_iunpin(
Christoph Hellwig60ec6782010-02-17 19:43:56 +00002336 struct xfs_inode *ip)
David Chinnera3f74ff2008-03-06 13:43:42 +11002337{
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10002338 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
David Chinnera3f74ff2008-03-06 13:43:42 +11002339
Dave Chinner4aaf15d2010-03-08 11:24:07 +11002340 trace_xfs_inode_unpin_nowait(ip, _RET_IP_);
2341
David Chinnera3f74ff2008-03-06 13:43:42 +11002342 /* Give the log a push to start the unpinning I/O */
Christoph Hellwig60ec6782010-02-17 19:43:56 +00002343 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0);
Christoph Hellwiga14a3482010-01-19 09:56:46 +00002344
David Chinnera3f74ff2008-03-06 13:43:42 +11002345}
2346
Christoph Hellwigf392e632011-12-18 20:00:10 +00002347static void
2348__xfs_iunpin_wait(
2349 struct xfs_inode *ip)
2350{
2351 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IPINNED_BIT);
2352 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IPINNED_BIT);
2353
2354 xfs_iunpin(ip);
2355
2356 do {
2357 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
2358 if (xfs_ipincount(ip))
2359 io_schedule();
2360 } while (xfs_ipincount(ip));
2361 finish_wait(wq, &wait.wait);
2362}
2363
Dave Chinner777df5a2010-02-06 12:37:26 +11002364void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365xfs_iunpin_wait(
Christoph Hellwig60ec6782010-02-17 19:43:56 +00002366 struct xfs_inode *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367{
Christoph Hellwigf392e632011-12-18 20:00:10 +00002368 if (xfs_ipincount(ip))
2369 __xfs_iunpin_wait(ip);
David Chinnera3f74ff2008-03-06 13:43:42 +11002370}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002372int
2373xfs_remove(
2374 xfs_inode_t *dp,
2375 struct xfs_name *name,
2376 xfs_inode_t *ip)
2377{
2378 xfs_mount_t *mp = dp->i_mount;
2379 xfs_trans_t *tp = NULL;
2380 int is_dir = S_ISDIR(ip->i_d.di_mode);
2381 int error = 0;
2382 xfs_bmap_free_t free_list;
2383 xfs_fsblock_t first_block;
2384 int cancel_flags;
2385 int committed;
2386 int link_zero;
2387 uint resblks;
2388 uint log_count;
2389
2390 trace_xfs_remove(dp, name);
2391
2392 if (XFS_FORCED_SHUTDOWN(mp))
2393 return XFS_ERROR(EIO);
2394
2395 error = xfs_qm_dqattach(dp, 0);
2396 if (error)
2397 goto std_return;
2398
2399 error = xfs_qm_dqattach(ip, 0);
2400 if (error)
2401 goto std_return;
2402
2403 if (is_dir) {
2404 tp = xfs_trans_alloc(mp, XFS_TRANS_RMDIR);
2405 log_count = XFS_DEFAULT_LOG_COUNT;
2406 } else {
2407 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE);
2408 log_count = XFS_REMOVE_LOG_COUNT;
2409 }
2410 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
2411
2412 /*
2413 * We try to get the real space reservation first,
2414 * allowing for directory btree deletion(s) implying
2415 * possible bmap insert(s). If we can't get the space
2416 * reservation then we use 0 instead, and avoid the bmap
2417 * btree insert(s) in the directory code by, if the bmap
2418 * insert tries to happen, instead trimming the LAST
2419 * block from the directory.
2420 */
2421 resblks = XFS_REMOVE_SPACE_RES(mp);
Jie Liu3d3c8b52013-08-12 20:49:59 +10002422 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_remove, resblks, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002423 if (error == ENOSPC) {
2424 resblks = 0;
Jie Liu3d3c8b52013-08-12 20:49:59 +10002425 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_remove, 0, 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002426 }
2427 if (error) {
2428 ASSERT(error != ENOSPC);
2429 cancel_flags = 0;
2430 goto out_trans_cancel;
2431 }
2432
2433 xfs_lock_two_inodes(dp, ip, XFS_ILOCK_EXCL);
2434
2435 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
2436 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
2437
2438 /*
2439 * If we're removing a directory perform some additional validation.
2440 */
2441 if (is_dir) {
2442 ASSERT(ip->i_d.di_nlink >= 2);
2443 if (ip->i_d.di_nlink != 2) {
2444 error = XFS_ERROR(ENOTEMPTY);
2445 goto out_trans_cancel;
2446 }
2447 if (!xfs_dir_isempty(ip)) {
2448 error = XFS_ERROR(ENOTEMPTY);
2449 goto out_trans_cancel;
2450 }
2451 }
2452
2453 xfs_bmap_init(&free_list, &first_block);
2454 error = xfs_dir_removename(tp, dp, name, ip->i_ino,
2455 &first_block, &free_list, resblks);
2456 if (error) {
2457 ASSERT(error != ENOENT);
2458 goto out_bmap_cancel;
2459 }
2460 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2461
2462 if (is_dir) {
2463 /*
2464 * Drop the link from ip's "..".
2465 */
2466 error = xfs_droplink(tp, dp);
2467 if (error)
2468 goto out_bmap_cancel;
2469
2470 /*
2471 * Drop the "." link from ip to self.
2472 */
2473 error = xfs_droplink(tp, ip);
2474 if (error)
2475 goto out_bmap_cancel;
2476 } else {
2477 /*
2478 * When removing a non-directory we need to log the parent
2479 * inode here. For a directory this is done implicitly
2480 * by the xfs_droplink call for the ".." entry.
2481 */
2482 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
2483 }
2484
2485 /*
2486 * Drop the link from dp to ip.
2487 */
2488 error = xfs_droplink(tp, ip);
2489 if (error)
2490 goto out_bmap_cancel;
2491
2492 /*
2493 * Determine if this is the last link while
2494 * we are in the transaction.
2495 */
2496 link_zero = (ip->i_d.di_nlink == 0);
2497
2498 /*
2499 * If this is a synchronous mount, make sure that the
2500 * remove transaction goes to disk before returning to
2501 * the user.
2502 */
2503 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
2504 xfs_trans_set_sync(tp);
2505
2506 error = xfs_bmap_finish(&tp, &free_list, &committed);
2507 if (error)
2508 goto out_bmap_cancel;
2509
2510 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
2511 if (error)
2512 goto std_return;
2513
2514 /*
2515 * If we are using filestreams, kill the stream association.
2516 * If the file is still open it may get a new one but that
2517 * will get killed on last close in xfs_close() so we don't
2518 * have to worry about that.
2519 */
2520 if (!is_dir && link_zero && xfs_inode_is_filestream(ip))
2521 xfs_filestream_deassociate(ip);
2522
2523 return 0;
2524
2525 out_bmap_cancel:
2526 xfs_bmap_cancel(&free_list);
2527 cancel_flags |= XFS_TRANS_ABORT;
2528 out_trans_cancel:
2529 xfs_trans_cancel(tp, cancel_flags);
2530 std_return:
2531 return error;
2532}
2533
Dave Chinnerf6bba202013-08-12 20:49:46 +10002534/*
2535 * Enter all inodes for a rename transaction into a sorted array.
2536 */
2537STATIC void
2538xfs_sort_for_rename(
2539 xfs_inode_t *dp1, /* in: old (source) directory inode */
2540 xfs_inode_t *dp2, /* in: new (target) directory inode */
2541 xfs_inode_t *ip1, /* in: inode of old entry */
2542 xfs_inode_t *ip2, /* in: inode of new entry, if it
2543 already exists, NULL otherwise. */
2544 xfs_inode_t **i_tab,/* out: array of inode returned, sorted */
2545 int *num_inodes) /* out: number of inodes in array */
2546{
2547 xfs_inode_t *temp;
2548 int i, j;
2549
2550 /*
2551 * i_tab contains a list of pointers to inodes. We initialize
2552 * the table here & we'll sort it. We will then use it to
2553 * order the acquisition of the inode locks.
2554 *
2555 * Note that the table may contain duplicates. e.g., dp1 == dp2.
2556 */
2557 i_tab[0] = dp1;
2558 i_tab[1] = dp2;
2559 i_tab[2] = ip1;
2560 if (ip2) {
2561 *num_inodes = 4;
2562 i_tab[3] = ip2;
2563 } else {
2564 *num_inodes = 3;
2565 i_tab[3] = NULL;
2566 }
2567
2568 /*
2569 * Sort the elements via bubble sort. (Remember, there are at
2570 * most 4 elements to sort, so this is adequate.)
2571 */
2572 for (i = 0; i < *num_inodes; i++) {
2573 for (j = 1; j < *num_inodes; j++) {
2574 if (i_tab[j]->i_ino < i_tab[j-1]->i_ino) {
2575 temp = i_tab[j];
2576 i_tab[j] = i_tab[j-1];
2577 i_tab[j-1] = temp;
2578 }
2579 }
2580 }
2581}
2582
2583/*
2584 * xfs_rename
2585 */
2586int
2587xfs_rename(
2588 xfs_inode_t *src_dp,
2589 struct xfs_name *src_name,
2590 xfs_inode_t *src_ip,
2591 xfs_inode_t *target_dp,
2592 struct xfs_name *target_name,
2593 xfs_inode_t *target_ip)
2594{
2595 xfs_trans_t *tp = NULL;
2596 xfs_mount_t *mp = src_dp->i_mount;
2597 int new_parent; /* moving to a new dir */
2598 int src_is_directory; /* src_name is a directory */
2599 int error;
2600 xfs_bmap_free_t free_list;
2601 xfs_fsblock_t first_block;
2602 int cancel_flags;
2603 int committed;
2604 xfs_inode_t *inodes[4];
2605 int spaceres;
2606 int num_inodes;
2607
2608 trace_xfs_rename(src_dp, target_dp, src_name, target_name);
2609
2610 new_parent = (src_dp != target_dp);
2611 src_is_directory = S_ISDIR(src_ip->i_d.di_mode);
2612
2613 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip,
2614 inodes, &num_inodes);
2615
2616 xfs_bmap_init(&free_list, &first_block);
2617 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME);
2618 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
2619 spaceres = XFS_RENAME_SPACE_RES(mp, target_name->len);
Jie Liu3d3c8b52013-08-12 20:49:59 +10002620 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_rename, spaceres, 0);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002621 if (error == ENOSPC) {
2622 spaceres = 0;
Jie Liu3d3c8b52013-08-12 20:49:59 +10002623 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_rename, 0, 0);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002624 }
2625 if (error) {
2626 xfs_trans_cancel(tp, 0);
2627 goto std_return;
2628 }
2629
2630 /*
2631 * Attach the dquots to the inodes
2632 */
2633 error = xfs_qm_vop_rename_dqattach(inodes);
2634 if (error) {
2635 xfs_trans_cancel(tp, cancel_flags);
2636 goto std_return;
2637 }
2638
2639 /*
2640 * Lock all the participating inodes. Depending upon whether
2641 * the target_name exists in the target directory, and
2642 * whether the target directory is the same as the source
2643 * directory, we can lock from 2 to 4 inodes.
2644 */
2645 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL);
2646
2647 /*
2648 * Join all the inodes to the transaction. From this point on,
2649 * we can rely on either trans_commit or trans_cancel to unlock
2650 * them.
2651 */
2652 xfs_trans_ijoin(tp, src_dp, XFS_ILOCK_EXCL);
2653 if (new_parent)
2654 xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL);
2655 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL);
2656 if (target_ip)
2657 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
2658
2659 /*
2660 * If we are using project inheritance, we only allow renames
2661 * into our tree when the project IDs are the same; else the
2662 * tree quota mechanism would be circumvented.
2663 */
2664 if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
2665 (xfs_get_projid(target_dp) != xfs_get_projid(src_ip)))) {
2666 error = XFS_ERROR(EXDEV);
2667 goto error_return;
2668 }
2669
2670 /*
2671 * Set up the target.
2672 */
2673 if (target_ip == NULL) {
2674 /*
2675 * If there's no space reservation, check the entry will
2676 * fit before actually inserting it.
2677 */
2678 error = xfs_dir_canenter(tp, target_dp, target_name, spaceres);
2679 if (error)
2680 goto error_return;
2681 /*
2682 * If target does not exist and the rename crosses
2683 * directories, adjust the target directory link count
2684 * to account for the ".." reference from the new entry.
2685 */
2686 error = xfs_dir_createname(tp, target_dp, target_name,
2687 src_ip->i_ino, &first_block,
2688 &free_list, spaceres);
2689 if (error == ENOSPC)
2690 goto error_return;
2691 if (error)
2692 goto abort_return;
2693
2694 xfs_trans_ichgtime(tp, target_dp,
2695 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2696
2697 if (new_parent && src_is_directory) {
2698 error = xfs_bumplink(tp, target_dp);
2699 if (error)
2700 goto abort_return;
2701 }
2702 } else { /* target_ip != NULL */
2703 /*
2704 * If target exists and it's a directory, check that both
2705 * target and source are directories and that target can be
2706 * destroyed, or that neither is a directory.
2707 */
2708 if (S_ISDIR(target_ip->i_d.di_mode)) {
2709 /*
2710 * Make sure target dir is empty.
2711 */
2712 if (!(xfs_dir_isempty(target_ip)) ||
2713 (target_ip->i_d.di_nlink > 2)) {
2714 error = XFS_ERROR(EEXIST);
2715 goto error_return;
2716 }
2717 }
2718
2719 /*
2720 * Link the source inode under the target name.
2721 * If the source inode is a directory and we are moving
2722 * it across directories, its ".." entry will be
2723 * inconsistent until we replace that down below.
2724 *
2725 * In case there is already an entry with the same
2726 * name at the destination directory, remove it first.
2727 */
2728 error = xfs_dir_replace(tp, target_dp, target_name,
2729 src_ip->i_ino,
2730 &first_block, &free_list, spaceres);
2731 if (error)
2732 goto abort_return;
2733
2734 xfs_trans_ichgtime(tp, target_dp,
2735 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2736
2737 /*
2738 * Decrement the link count on the target since the target
2739 * dir no longer points to it.
2740 */
2741 error = xfs_droplink(tp, target_ip);
2742 if (error)
2743 goto abort_return;
2744
2745 if (src_is_directory) {
2746 /*
2747 * Drop the link from the old "." entry.
2748 */
2749 error = xfs_droplink(tp, target_ip);
2750 if (error)
2751 goto abort_return;
2752 }
2753 } /* target_ip != NULL */
2754
2755 /*
2756 * Remove the source.
2757 */
2758 if (new_parent && src_is_directory) {
2759 /*
2760 * Rewrite the ".." entry to point to the new
2761 * directory.
2762 */
2763 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot,
2764 target_dp->i_ino,
2765 &first_block, &free_list, spaceres);
2766 ASSERT(error != EEXIST);
2767 if (error)
2768 goto abort_return;
2769 }
2770
2771 /*
2772 * We always want to hit the ctime on the source inode.
2773 *
2774 * This isn't strictly required by the standards since the source
2775 * inode isn't really being changed, but old unix file systems did
2776 * it and some incremental backup programs won't work without it.
2777 */
2778 xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
2779 xfs_trans_log_inode(tp, src_ip, XFS_ILOG_CORE);
2780
2781 /*
2782 * Adjust the link count on src_dp. This is necessary when
2783 * renaming a directory, either within one parent when
2784 * the target existed, or across two parent directories.
2785 */
2786 if (src_is_directory && (new_parent || target_ip != NULL)) {
2787
2788 /*
2789 * Decrement link count on src_directory since the
2790 * entry that's moved no longer points to it.
2791 */
2792 error = xfs_droplink(tp, src_dp);
2793 if (error)
2794 goto abort_return;
2795 }
2796
2797 error = xfs_dir_removename(tp, src_dp, src_name, src_ip->i_ino,
2798 &first_block, &free_list, spaceres);
2799 if (error)
2800 goto abort_return;
2801
2802 xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2803 xfs_trans_log_inode(tp, src_dp, XFS_ILOG_CORE);
2804 if (new_parent)
2805 xfs_trans_log_inode(tp, target_dp, XFS_ILOG_CORE);
2806
2807 /*
2808 * If this is a synchronous mount, make sure that the
2809 * rename transaction goes to disk before returning to
2810 * the user.
2811 */
2812 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) {
2813 xfs_trans_set_sync(tp);
2814 }
2815
2816 error = xfs_bmap_finish(&tp, &free_list, &committed);
2817 if (error) {
2818 xfs_bmap_cancel(&free_list);
2819 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES |
2820 XFS_TRANS_ABORT));
2821 goto std_return;
2822 }
2823
2824 /*
2825 * trans_commit will unlock src_ip, target_ip & decrement
2826 * the vnode references.
2827 */
2828 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
2829
2830 abort_return:
2831 cancel_flags |= XFS_TRANS_ABORT;
2832 error_return:
2833 xfs_bmap_cancel(&free_list);
2834 xfs_trans_cancel(tp, cancel_flags);
2835 std_return:
2836 return error;
2837}
2838
David Chinnerbad55842008-03-06 13:43:49 +11002839STATIC int
2840xfs_iflush_cluster(
2841 xfs_inode_t *ip,
2842 xfs_buf_t *bp)
2843{
2844 xfs_mount_t *mp = ip->i_mount;
Dave Chinner5017e972010-01-11 11:47:40 +00002845 struct xfs_perag *pag;
David Chinnerbad55842008-03-06 13:43:49 +11002846 unsigned long first_index, mask;
David Chinnerc8f5f122008-05-20 11:30:15 +10002847 unsigned long inodes_per_cluster;
David Chinnerbad55842008-03-06 13:43:49 +11002848 int ilist_size;
2849 xfs_inode_t **ilist;
2850 xfs_inode_t *iq;
David Chinnerbad55842008-03-06 13:43:49 +11002851 int nr_found;
2852 int clcount = 0;
2853 int bufwasdelwri;
2854 int i;
2855
Dave Chinner5017e972010-01-11 11:47:40 +00002856 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ip->i_ino));
David Chinnerbad55842008-03-06 13:43:49 +11002857
David Chinnerc8f5f122008-05-20 11:30:15 +10002858 inodes_per_cluster = XFS_INODE_CLUSTER_SIZE(mp) >> mp->m_sb.sb_inodelog;
2859 ilist_size = inodes_per_cluster * sizeof(xfs_inode_t *);
David Chinner49383b02008-05-19 16:29:34 +10002860 ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS);
David Chinnerbad55842008-03-06 13:43:49 +11002861 if (!ilist)
Dave Chinner44b56e02010-01-11 11:47:43 +00002862 goto out_put;
David Chinnerbad55842008-03-06 13:43:49 +11002863
2864 mask = ~(((XFS_INODE_CLUSTER_SIZE(mp) >> mp->m_sb.sb_inodelog)) - 1);
2865 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask;
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002866 rcu_read_lock();
David Chinnerbad55842008-03-06 13:43:49 +11002867 /* really need a gang lookup range call here */
2868 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist,
David Chinnerc8f5f122008-05-20 11:30:15 +10002869 first_index, inodes_per_cluster);
David Chinnerbad55842008-03-06 13:43:49 +11002870 if (nr_found == 0)
2871 goto out_free;
2872
2873 for (i = 0; i < nr_found; i++) {
2874 iq = ilist[i];
2875 if (iq == ip)
2876 continue;
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002877
2878 /*
2879 * because this is an RCU protected lookup, we could find a
2880 * recently freed or even reallocated inode during the lookup.
2881 * We need to check under the i_flags_lock for a valid inode
2882 * here. Skip it if it is not valid or the wrong inode.
2883 */
2884 spin_lock(&ip->i_flags_lock);
2885 if (!ip->i_ino ||
2886 (XFS_INO_TO_AGINO(mp, iq->i_ino) & mask) != first_index) {
2887 spin_unlock(&ip->i_flags_lock);
2888 continue;
2889 }
2890 spin_unlock(&ip->i_flags_lock);
2891
David Chinnerbad55842008-03-06 13:43:49 +11002892 /*
2893 * Do an un-protected check to see if the inode is dirty and
2894 * is a candidate for flushing. These checks will be repeated
2895 * later after the appropriate locks are acquired.
2896 */
David Chinner33540402008-03-06 13:43:59 +11002897 if (xfs_inode_clean(iq) && xfs_ipincount(iq) == 0)
David Chinnerbad55842008-03-06 13:43:49 +11002898 continue;
David Chinnerbad55842008-03-06 13:43:49 +11002899
2900 /*
2901 * Try to get locks. If any are unavailable or it is pinned,
2902 * then this inode cannot be flushed and is skipped.
2903 */
2904
2905 if (!xfs_ilock_nowait(iq, XFS_ILOCK_SHARED))
2906 continue;
2907 if (!xfs_iflock_nowait(iq)) {
2908 xfs_iunlock(iq, XFS_ILOCK_SHARED);
2909 continue;
2910 }
2911 if (xfs_ipincount(iq)) {
2912 xfs_ifunlock(iq);
2913 xfs_iunlock(iq, XFS_ILOCK_SHARED);
2914 continue;
2915 }
2916
2917 /*
2918 * arriving here means that this inode can be flushed. First
2919 * re-check that it's dirty before flushing.
2920 */
David Chinner33540402008-03-06 13:43:59 +11002921 if (!xfs_inode_clean(iq)) {
2922 int error;
David Chinnerbad55842008-03-06 13:43:49 +11002923 error = xfs_iflush_int(iq, bp);
2924 if (error) {
2925 xfs_iunlock(iq, XFS_ILOCK_SHARED);
2926 goto cluster_corrupt_out;
2927 }
2928 clcount++;
2929 } else {
2930 xfs_ifunlock(iq);
2931 }
2932 xfs_iunlock(iq, XFS_ILOCK_SHARED);
2933 }
2934
2935 if (clcount) {
2936 XFS_STATS_INC(xs_icluster_flushcnt);
2937 XFS_STATS_ADD(xs_icluster_flushinode, clcount);
2938 }
2939
2940out_free:
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002941 rcu_read_unlock();
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10002942 kmem_free(ilist);
Dave Chinner44b56e02010-01-11 11:47:43 +00002943out_put:
2944 xfs_perag_put(pag);
David Chinnerbad55842008-03-06 13:43:49 +11002945 return 0;
2946
2947
2948cluster_corrupt_out:
2949 /*
2950 * Corruption detected in the clustering loop. Invalidate the
2951 * inode buffer and shut down the filesystem.
2952 */
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002953 rcu_read_unlock();
David Chinnerbad55842008-03-06 13:43:49 +11002954 /*
Christoph Hellwig43ff2122012-04-23 15:58:39 +10002955 * Clean up the buffer. If it was delwri, just release it --
David Chinnerbad55842008-03-06 13:43:49 +11002956 * brelse can handle it with no problems. If not, shut down the
2957 * filesystem before releasing the buffer.
2958 */
Christoph Hellwig43ff2122012-04-23 15:58:39 +10002959 bufwasdelwri = (bp->b_flags & _XBF_DELWRI_Q);
David Chinnerbad55842008-03-06 13:43:49 +11002960 if (bufwasdelwri)
2961 xfs_buf_relse(bp);
2962
2963 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
2964
2965 if (!bufwasdelwri) {
2966 /*
2967 * Just like incore_relse: if we have b_iodone functions,
2968 * mark the buffer as an error and call them. Otherwise
2969 * mark it as stale and brelse.
2970 */
Christoph Hellwigcb669ca2011-07-13 13:43:49 +02002971 if (bp->b_iodone) {
David Chinnerbad55842008-03-06 13:43:49 +11002972 XFS_BUF_UNDONE(bp);
Christoph Hellwigc867cb62011-10-10 16:52:46 +00002973 xfs_buf_stale(bp);
Chandra Seetharaman5a52c2a582011-07-22 23:39:51 +00002974 xfs_buf_ioerror(bp, EIO);
Christoph Hellwig1a1a3e92010-10-06 18:41:18 +00002975 xfs_buf_ioend(bp, 0);
David Chinnerbad55842008-03-06 13:43:49 +11002976 } else {
Christoph Hellwigc867cb62011-10-10 16:52:46 +00002977 xfs_buf_stale(bp);
David Chinnerbad55842008-03-06 13:43:49 +11002978 xfs_buf_relse(bp);
2979 }
2980 }
2981
2982 /*
2983 * Unlocks the flush lock
2984 */
Dave Chinner04913fd2012-04-23 15:58:41 +10002985 xfs_iflush_abort(iq, false);
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10002986 kmem_free(ilist);
Dave Chinner44b56e02010-01-11 11:47:43 +00002987 xfs_perag_put(pag);
David Chinnerbad55842008-03-06 13:43:49 +11002988 return XFS_ERROR(EFSCORRUPTED);
2989}
2990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991/*
Christoph Hellwig4c468192012-04-23 15:58:36 +10002992 * Flush dirty inode metadata into the backing buffer.
2993 *
2994 * The caller must have the inode lock and the inode flush lock held. The
2995 * inode lock will still be held upon return to the caller, and the inode
2996 * flush lock will be released after the inode has reached the disk.
2997 *
2998 * The caller must write out the buffer returned in *bpp and release it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999 */
3000int
3001xfs_iflush(
Christoph Hellwig4c468192012-04-23 15:58:36 +10003002 struct xfs_inode *ip,
3003 struct xfs_buf **bpp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004{
Christoph Hellwig4c468192012-04-23 15:58:36 +10003005 struct xfs_mount *mp = ip->i_mount;
3006 struct xfs_buf *bp;
3007 struct xfs_dinode *dip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009
3010 XFS_STATS_INC(xs_iflush_count);
3011
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10003012 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
Christoph Hellwig474fce02011-12-18 20:00:09 +00003013 ASSERT(xfs_isiflocked(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003015 ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016
Christoph Hellwig4c468192012-04-23 15:58:36 +10003017 *bpp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019 xfs_iunpin_wait(ip);
3020
3021 /*
Dave Chinner4b6a4682010-01-11 11:45:21 +00003022 * For stale inodes we cannot rely on the backing buffer remaining
3023 * stale in cache for the remaining life of the stale inode and so
Christoph Hellwig475ee412012-07-03 12:21:22 -04003024 * xfs_imap_to_bp() below may give us a buffer that no longer contains
Dave Chinner4b6a4682010-01-11 11:45:21 +00003025 * inodes below. We have to check this after ensuring the inode is
3026 * unpinned so that it is safe to reclaim the stale inode after the
3027 * flush call.
3028 */
3029 if (xfs_iflags_test(ip, XFS_ISTALE)) {
3030 xfs_ifunlock(ip);
3031 return 0;
3032 }
3033
3034 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035 * This may have been unpinned because the filesystem is shutting
3036 * down forcibly. If that's the case we must not write this inode
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003037 * to disk, because the log record didn't make it to disk.
3038 *
3039 * We also have to remove the log item from the AIL in this case,
3040 * as we wait for an empty AIL as part of the unmount process.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041 */
3042 if (XFS_FORCED_SHUTDOWN(mp)) {
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003043 error = XFS_ERROR(EIO);
3044 goto abort_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045 }
3046
3047 /*
David Chinnera3f74ff2008-03-06 13:43:42 +11003048 * Get the buffer containing the on-disk inode.
3049 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04003050 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK,
3051 0);
David Chinnera3f74ff2008-03-06 13:43:42 +11003052 if (error || !bp) {
3053 xfs_ifunlock(ip);
3054 return error;
3055 }
3056
3057 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 * First flush out the inode that xfs_iflush was called with.
3059 */
3060 error = xfs_iflush_int(ip, bp);
David Chinnerbad55842008-03-06 13:43:49 +11003061 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062 goto corrupt_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
3064 /*
David Chinnera3f74ff2008-03-06 13:43:42 +11003065 * If the buffer is pinned then push on the log now so we won't
3066 * get stuck waiting in the write for too long.
3067 */
Chandra Seetharaman811e64c2011-07-22 23:40:27 +00003068 if (xfs_buf_ispinned(bp))
Christoph Hellwiga14a3482010-01-19 09:56:46 +00003069 xfs_log_force(mp, 0);
David Chinnera3f74ff2008-03-06 13:43:42 +11003070
3071 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072 * inode clustering:
3073 * see if other inodes can be gathered into this write
3074 */
David Chinnerbad55842008-03-06 13:43:49 +11003075 error = xfs_iflush_cluster(ip, bp);
3076 if (error)
3077 goto cluster_corrupt_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078
Christoph Hellwig4c468192012-04-23 15:58:36 +10003079 *bpp = bp;
3080 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081
3082corrupt_out:
3083 xfs_buf_relse(bp);
Nathan Scott7d04a332006-06-09 14:58:38 +10003084 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085cluster_corrupt_out:
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003086 error = XFS_ERROR(EFSCORRUPTED);
3087abort_out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 /*
3089 * Unlocks the flush lock
3090 */
Dave Chinner04913fd2012-04-23 15:58:41 +10003091 xfs_iflush_abort(ip, false);
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003092 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093}
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095STATIC int
3096xfs_iflush_int(
Christoph Hellwig93848a92013-04-03 16:11:17 +11003097 struct xfs_inode *ip,
3098 struct xfs_buf *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099{
Christoph Hellwig93848a92013-04-03 16:11:17 +11003100 struct xfs_inode_log_item *iip = ip->i_itemp;
3101 struct xfs_dinode *dip;
3102 struct xfs_mount *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10003104 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
Christoph Hellwig474fce02011-12-18 20:00:09 +00003105 ASSERT(xfs_isiflocked(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003107 ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK));
Christoph Hellwig93848a92013-04-03 16:11:17 +11003108 ASSERT(iip != NULL && iip->ili_fields != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 /* set *dip = inode's place in the buffer */
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11003111 dip = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112
Christoph Hellwig69ef9212011-07-08 14:36:05 +02003113 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 mp, XFS_ERRTAG_IFLUSH_1, XFS_RANDOM_IFLUSH_1)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003115 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3116 "%s: Bad inode %Lu magic number 0x%x, ptr 0x%p",
3117 __func__, ip->i_ino, be16_to_cpu(dip->di_magic), dip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118 goto corrupt_out;
3119 }
3120 if (XFS_TEST_ERROR(ip->i_d.di_magic != XFS_DINODE_MAGIC,
3121 mp, XFS_ERRTAG_IFLUSH_2, XFS_RANDOM_IFLUSH_2)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003122 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3123 "%s: Bad inode %Lu, ptr 0x%p, magic number 0x%x",
3124 __func__, ip->i_ino, ip, ip->i_d.di_magic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 goto corrupt_out;
3126 }
Al Viroabbede12011-07-26 02:31:30 -04003127 if (S_ISREG(ip->i_d.di_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128 if (XFS_TEST_ERROR(
3129 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) &&
3130 (ip->i_d.di_format != XFS_DINODE_FMT_BTREE),
3131 mp, XFS_ERRTAG_IFLUSH_3, XFS_RANDOM_IFLUSH_3)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003132 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3133 "%s: Bad regular inode %Lu, ptr 0x%p",
3134 __func__, ip->i_ino, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 goto corrupt_out;
3136 }
Al Viroabbede12011-07-26 02:31:30 -04003137 } else if (S_ISDIR(ip->i_d.di_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 if (XFS_TEST_ERROR(
3139 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) &&
3140 (ip->i_d.di_format != XFS_DINODE_FMT_BTREE) &&
3141 (ip->i_d.di_format != XFS_DINODE_FMT_LOCAL),
3142 mp, XFS_ERRTAG_IFLUSH_4, XFS_RANDOM_IFLUSH_4)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003143 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3144 "%s: Bad directory inode %Lu, ptr 0x%p",
3145 __func__, ip->i_ino, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 goto corrupt_out;
3147 }
3148 }
3149 if (XFS_TEST_ERROR(ip->i_d.di_nextents + ip->i_d.di_anextents >
3150 ip->i_d.di_nblocks, mp, XFS_ERRTAG_IFLUSH_5,
3151 XFS_RANDOM_IFLUSH_5)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003152 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3153 "%s: detected corrupt incore inode %Lu, "
3154 "total extents = %d, nblocks = %Ld, ptr 0x%p",
3155 __func__, ip->i_ino,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156 ip->i_d.di_nextents + ip->i_d.di_anextents,
Dave Chinner6a19d932011-03-07 10:02:35 +11003157 ip->i_d.di_nblocks, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158 goto corrupt_out;
3159 }
3160 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize,
3161 mp, XFS_ERRTAG_IFLUSH_6, XFS_RANDOM_IFLUSH_6)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003162 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3163 "%s: bad inode %Lu, forkoff 0x%x, ptr 0x%p",
3164 __func__, ip->i_ino, ip->i_d.di_forkoff, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 goto corrupt_out;
3166 }
Dave Chinnere60896d2013-07-24 15:47:30 +10003167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 /*
Dave Chinnere60896d2013-07-24 15:47:30 +10003169 * Inode item log recovery for v1/v2 inodes are dependent on the
3170 * di_flushiter count for correct sequencing. We bump the flush
3171 * iteration count so we can detect flushes which postdate a log record
3172 * during recovery. This is redundant as we now log every change and
3173 * hence this can't happen but we need to still do it to ensure
3174 * backwards compatibility with old kernels that predate logging all
3175 * inode changes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176 */
Dave Chinnere60896d2013-07-24 15:47:30 +10003177 if (ip->i_d.di_version < 3)
3178 ip->i_d.di_flushiter++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179
3180 /*
3181 * Copy the dirty parts of the inode into the on-disk
3182 * inode. We always copy out the core of the inode,
3183 * because if the inode is dirty at all the core must
3184 * be.
3185 */
Christoph Hellwig81591fe2008-11-28 14:23:39 +11003186 xfs_dinode_to_disk(dip, &ip->i_d);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187
3188 /* Wrap, we never let the log put out DI_MAX_FLUSH */
3189 if (ip->i_d.di_flushiter == DI_MAX_FLUSH)
3190 ip->i_d.di_flushiter = 0;
3191
3192 /*
3193 * If this is really an old format inode and the superblock version
3194 * has not been updated to support only new format inodes, then
3195 * convert back to the old inode format. If the superblock version
3196 * has been updated, then make the conversion permanent.
3197 */
Christoph Hellwig51ce16d2008-11-28 14:23:39 +11003198 ASSERT(ip->i_d.di_version == 1 || xfs_sb_version_hasnlink(&mp->m_sb));
3199 if (ip->i_d.di_version == 1) {
Eric Sandeen62118702008-03-06 13:44:28 +11003200 if (!xfs_sb_version_hasnlink(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201 /*
3202 * Convert it back.
3203 */
3204 ASSERT(ip->i_d.di_nlink <= XFS_MAXLINK_1);
Christoph Hellwig81591fe2008-11-28 14:23:39 +11003205 dip->di_onlink = cpu_to_be16(ip->i_d.di_nlink);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206 } else {
3207 /*
3208 * The superblock version has already been bumped,
3209 * so just make the conversion to the new inode
3210 * format permanent.
3211 */
Christoph Hellwig51ce16d2008-11-28 14:23:39 +11003212 ip->i_d.di_version = 2;
3213 dip->di_version = 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 ip->i_d.di_onlink = 0;
Christoph Hellwig81591fe2008-11-28 14:23:39 +11003215 dip->di_onlink = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216 memset(&(ip->i_d.di_pad[0]), 0, sizeof(ip->i_d.di_pad));
Christoph Hellwig81591fe2008-11-28 14:23:39 +11003217 memset(&(dip->di_pad[0]), 0,
3218 sizeof(dip->di_pad));
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00003219 ASSERT(xfs_get_projid(ip) == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 }
3221 }
3222
David Chinnere4ac9672008-04-10 12:23:58 +10003223 xfs_iflush_fork(ip, dip, iip, XFS_DATA_FORK, bp);
3224 if (XFS_IFORK_Q(ip))
3225 xfs_iflush_fork(ip, dip, iip, XFS_ATTR_FORK, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226 xfs_inobp_check(mp, bp);
3227
3228 /*
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003229 * We've recorded everything logged in the inode, so we'd like to clear
3230 * the ili_fields bits so we don't log and flush things unnecessarily.
3231 * However, we can't stop logging all this information until the data
3232 * we've copied into the disk buffer is written to disk. If we did we
3233 * might overwrite the copy of the inode in the log with all the data
3234 * after re-logging only part of it, and in the face of a crash we
3235 * wouldn't have all the data we need to recover.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 *
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003237 * What we do is move the bits to the ili_last_fields field. When
3238 * logging the inode, these bits are moved back to the ili_fields field.
3239 * In the xfs_iflush_done() routine we clear ili_last_fields, since we
3240 * know that the information those bits represent is permanently on
3241 * disk. As long as the flush completes before the inode is logged
3242 * again, then both ili_fields and ili_last_fields will be cleared.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243 *
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003244 * We can play with the ili_fields bits here, because the inode lock
3245 * must be held exclusively in order to set bits there and the flush
3246 * lock protects the ili_last_fields bits. Set ili_logged so the flush
3247 * done routine can tell whether or not to look in the AIL. Also, store
3248 * the current LSN of the inode so that we can tell whether the item has
3249 * moved in the AIL from xfs_iflush_done(). In order to read the lsn we
3250 * need the AIL lock, because it is a 64 bit value that cannot be read
3251 * atomically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 */
Christoph Hellwig93848a92013-04-03 16:11:17 +11003253 iip->ili_last_fields = iip->ili_fields;
3254 iip->ili_fields = 0;
3255 iip->ili_logged = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256
Christoph Hellwig93848a92013-04-03 16:11:17 +11003257 xfs_trans_ail_copy_lsn(mp->m_ail, &iip->ili_flush_lsn,
3258 &iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259
Christoph Hellwig93848a92013-04-03 16:11:17 +11003260 /*
3261 * Attach the function xfs_iflush_done to the inode's
3262 * buffer. This will remove the inode from the AIL
3263 * and unlock the inode's flush lock when the inode is
3264 * completely written to disk.
3265 */
3266 xfs_buf_attach_iodone(bp, xfs_iflush_done, &iip->ili_item);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267
Christoph Hellwig93848a92013-04-03 16:11:17 +11003268 /* update the lsn in the on disk inode if required */
3269 if (ip->i_d.di_version == 3)
3270 dip->di_lsn = cpu_to_be64(iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271
Christoph Hellwig93848a92013-04-03 16:11:17 +11003272 /* generate the checksum. */
3273 xfs_dinode_calc_crc(mp, dip);
3274
3275 ASSERT(bp->b_fspriv != NULL);
3276 ASSERT(bp->b_iodone != NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277 return 0;
3278
3279corrupt_out:
3280 return XFS_ERROR(EFSCORRUPTED);
3281}