blob: edb453d531e14f31500b194a4c45f0039d2e57ea [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 Chinner70a9883c2013-10-23 10:36:05 +110022#include "xfs_shared.h"
Dave Chinner239880e2013-10-23 10:50:10 +110023#include "xfs_format.h"
24#include "xfs_log_format.h"
25#include "xfs_trans_resv.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include "xfs_sb.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_mount.h"
Darrick J. Wong3ab78df2016-08-03 11:15:38 +100028#include "xfs_defer.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110029#include "xfs_inode.h"
Dave Chinner57062782013-10-15 09:17:51 +110030#include "xfs_da_format.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100031#include "xfs_da_btree.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100032#include "xfs_dir2.h"
Nathan Scotta844f452005-11-02 14:38:42 +110033#include "xfs_attr_sf.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100034#include "xfs_attr.h"
Dave Chinner239880e2013-10-23 10:50:10 +110035#include "xfs_trans_space.h"
36#include "xfs_trans.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "xfs_buf_item.h"
Nathan Scotta844f452005-11-02 14:38:42 +110038#include "xfs_inode_item.h"
Nathan Scotta844f452005-11-02 14:38:42 +110039#include "xfs_ialloc.h"
40#include "xfs_bmap.h"
Dave Chinner68988112013-08-12 20:49:42 +100041#include "xfs_bmap_util.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include "xfs_quota.h"
David Chinner2a82b8b2007-07-11 11:09:12 +100044#include "xfs_filestream.h"
Christoph Hellwig93848a92013-04-03 16:11:17 +110045#include "xfs_cksum.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000046#include "xfs_trace.h"
Dave Chinner33479e02012-10-08 21:56:11 +110047#include "xfs_icache.h"
Dave Chinnerc24b5df2013-08-12 20:49:45 +100048#include "xfs_symlink.h"
Dave Chinner239880e2013-10-23 10:50:10 +110049#include "xfs_trans_priv.h"
50#include "xfs_log.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110051#include "xfs_bmap_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Linus Torvalds1da177e2005-04-16 15:20:36 -070053kmem_zone_t *xfs_inode_zone;
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
55/*
Christoph Hellwig8f04c472011-07-08 14:34:34 +020056 * Used in xfs_itruncate_extents(). This is the maximum number of extents
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 * freed from a file in a single transaction.
58 */
59#define XFS_ITRUNC_MAX_EXTENTS 2
60
Dave Chinner54d7b5c2016-02-09 16:54:58 +110061STATIC int xfs_iflush_int(struct xfs_inode *, struct xfs_buf *);
62STATIC int xfs_iunlink(struct xfs_trans *, struct xfs_inode *);
63STATIC int xfs_iunlink_remove(struct xfs_trans *, struct xfs_inode *);
Zhi Yong Wuab297432013-12-18 08:22:41 +080064
Dave Chinner2a0ec1d2012-04-23 15:59:02 +100065/*
66 * helper function to extract extent size hint from inode
67 */
68xfs_extlen_t
69xfs_get_extsz_hint(
70 struct xfs_inode *ip)
71{
72 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize)
73 return ip->i_d.di_extsize;
74 if (XFS_IS_REALTIME_INODE(ip))
75 return ip->i_mount->m_sb.sb_rextsize;
76 return 0;
77}
78
Dave Chinnerfa96aca2012-10-08 21:56:10 +110079/*
Christoph Hellwigefa70be2013-12-18 02:14:39 -080080 * These two are wrapper routines around the xfs_ilock() routine used to
81 * centralize some grungy code. They are used in places that wish to lock the
82 * inode solely for reading the extents. The reason these places can't just
83 * call xfs_ilock(ip, XFS_ILOCK_SHARED) is that the inode lock also guards to
84 * bringing in of the extents from disk for a file in b-tree format. If the
85 * inode is in b-tree format, then we need to lock the inode exclusively until
86 * the extents are read in. Locking it exclusively all the time would limit
87 * our parallelism unnecessarily, though. What we do instead is check to see
88 * if the extents have been read in yet, and only lock the inode exclusively
89 * if they have not.
Dave Chinnerfa96aca2012-10-08 21:56:10 +110090 *
Christoph Hellwigefa70be2013-12-18 02:14:39 -080091 * The functions return a value which should be given to the corresponding
Christoph Hellwig01f4f322013-12-06 12:30:08 -080092 * xfs_iunlock() call.
Dave Chinnerfa96aca2012-10-08 21:56:10 +110093 */
94uint
Christoph Hellwig309ecac2013-12-06 12:30:09 -080095xfs_ilock_data_map_shared(
96 struct xfs_inode *ip)
Dave Chinnerfa96aca2012-10-08 21:56:10 +110097{
Christoph Hellwig309ecac2013-12-06 12:30:09 -080098 uint lock_mode = XFS_ILOCK_SHARED;
Dave Chinnerfa96aca2012-10-08 21:56:10 +110099
Christoph Hellwig309ecac2013-12-06 12:30:09 -0800100 if (ip->i_d.di_format == XFS_DINODE_FMT_BTREE &&
101 (ip->i_df.if_flags & XFS_IFEXTENTS) == 0)
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100102 lock_mode = XFS_ILOCK_EXCL;
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100103 xfs_ilock(ip, lock_mode);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100104 return lock_mode;
105}
106
Christoph Hellwigefa70be2013-12-18 02:14:39 -0800107uint
108xfs_ilock_attr_map_shared(
109 struct xfs_inode *ip)
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100110{
Christoph Hellwigefa70be2013-12-18 02:14:39 -0800111 uint lock_mode = XFS_ILOCK_SHARED;
112
113 if (ip->i_d.di_aformat == XFS_DINODE_FMT_BTREE &&
114 (ip->i_afp->if_flags & XFS_IFEXTENTS) == 0)
115 lock_mode = XFS_ILOCK_EXCL;
116 xfs_ilock(ip, lock_mode);
117 return lock_mode;
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100118}
119
120/*
Dave Chinner653c60b2015-02-23 21:43:37 +1100121 * The xfs inode contains 3 multi-reader locks: the i_iolock the i_mmap_lock and
122 * the i_lock. This routine allows various combinations of the locks to be
123 * obtained.
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100124 *
Dave Chinner653c60b2015-02-23 21:43:37 +1100125 * The 3 locks should always be ordered so that the IO lock is obtained first,
126 * the mmap lock second and the ilock last in order to prevent deadlock.
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100127 *
Dave Chinner653c60b2015-02-23 21:43:37 +1100128 * Basic locking order:
129 *
130 * i_iolock -> i_mmap_lock -> page_lock -> i_ilock
131 *
132 * mmap_sem locking order:
133 *
134 * i_iolock -> page lock -> mmap_sem
135 * mmap_sem -> i_mmap_lock -> page_lock
136 *
137 * The difference in mmap_sem locking order mean that we cannot hold the
138 * i_mmap_lock over syscall based read(2)/write(2) based IO. These IO paths can
139 * fault in pages during copy in/out (for buffered IO) or require the mmap_sem
140 * in get_user_pages() to map the user pages into the kernel address space for
141 * direct IO. Similarly the i_iolock cannot be taken inside a page fault because
142 * page faults already hold the mmap_sem.
143 *
144 * Hence to serialise fully against both syscall and mmap based IO, we need to
145 * take both the i_iolock and the i_mmap_lock. These locks should *only* be both
146 * taken in places where we need to invalidate the page cache in a race
147 * free manner (e.g. truncate, hole punch and other extent manipulation
148 * functions).
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100149 */
150void
151xfs_ilock(
152 xfs_inode_t *ip,
153 uint lock_flags)
154{
155 trace_xfs_ilock(ip, lock_flags, _RET_IP_);
156
157 /*
158 * You can't set both SHARED and EXCL for the same lock,
159 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
160 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
161 */
162 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
163 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
Dave Chinner653c60b2015-02-23 21:43:37 +1100164 ASSERT((lock_flags & (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL)) !=
165 (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL));
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100166 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
167 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
Dave Chinner0952c812015-08-19 10:32:49 +1000168 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_SUBCLASS_MASK)) == 0);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100169
170 if (lock_flags & XFS_IOLOCK_EXCL)
171 mrupdate_nested(&ip->i_iolock, XFS_IOLOCK_DEP(lock_flags));
172 else if (lock_flags & XFS_IOLOCK_SHARED)
173 mraccess_nested(&ip->i_iolock, XFS_IOLOCK_DEP(lock_flags));
174
Dave Chinner653c60b2015-02-23 21:43:37 +1100175 if (lock_flags & XFS_MMAPLOCK_EXCL)
176 mrupdate_nested(&ip->i_mmaplock, XFS_MMAPLOCK_DEP(lock_flags));
177 else if (lock_flags & XFS_MMAPLOCK_SHARED)
178 mraccess_nested(&ip->i_mmaplock, XFS_MMAPLOCK_DEP(lock_flags));
179
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100180 if (lock_flags & XFS_ILOCK_EXCL)
181 mrupdate_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
182 else if (lock_flags & XFS_ILOCK_SHARED)
183 mraccess_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
184}
185
186/*
187 * This is just like xfs_ilock(), except that the caller
188 * is guaranteed not to sleep. It returns 1 if it gets
189 * the requested locks and 0 otherwise. If the IO lock is
190 * obtained but the inode lock cannot be, then the IO lock
191 * is dropped before returning.
192 *
193 * ip -- the inode being locked
194 * lock_flags -- this parameter indicates the inode's locks to be
195 * to be locked. See the comment for xfs_ilock() for a list
196 * of valid values.
197 */
198int
199xfs_ilock_nowait(
200 xfs_inode_t *ip,
201 uint lock_flags)
202{
203 trace_xfs_ilock_nowait(ip, lock_flags, _RET_IP_);
204
205 /*
206 * You can't set both SHARED and EXCL for the same lock,
207 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
208 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
209 */
210 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
211 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
Dave Chinner653c60b2015-02-23 21:43:37 +1100212 ASSERT((lock_flags & (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL)) !=
213 (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL));
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100214 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
215 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
Dave Chinner0952c812015-08-19 10:32:49 +1000216 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_SUBCLASS_MASK)) == 0);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100217
218 if (lock_flags & XFS_IOLOCK_EXCL) {
219 if (!mrtryupdate(&ip->i_iolock))
220 goto out;
221 } else if (lock_flags & XFS_IOLOCK_SHARED) {
222 if (!mrtryaccess(&ip->i_iolock))
223 goto out;
224 }
Dave Chinner653c60b2015-02-23 21:43:37 +1100225
226 if (lock_flags & XFS_MMAPLOCK_EXCL) {
227 if (!mrtryupdate(&ip->i_mmaplock))
228 goto out_undo_iolock;
229 } else if (lock_flags & XFS_MMAPLOCK_SHARED) {
230 if (!mrtryaccess(&ip->i_mmaplock))
231 goto out_undo_iolock;
232 }
233
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100234 if (lock_flags & XFS_ILOCK_EXCL) {
235 if (!mrtryupdate(&ip->i_lock))
Dave Chinner653c60b2015-02-23 21:43:37 +1100236 goto out_undo_mmaplock;
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100237 } else if (lock_flags & XFS_ILOCK_SHARED) {
238 if (!mrtryaccess(&ip->i_lock))
Dave Chinner653c60b2015-02-23 21:43:37 +1100239 goto out_undo_mmaplock;
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100240 }
241 return 1;
242
Dave Chinner653c60b2015-02-23 21:43:37 +1100243out_undo_mmaplock:
244 if (lock_flags & XFS_MMAPLOCK_EXCL)
245 mrunlock_excl(&ip->i_mmaplock);
246 else if (lock_flags & XFS_MMAPLOCK_SHARED)
247 mrunlock_shared(&ip->i_mmaplock);
248out_undo_iolock:
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100249 if (lock_flags & XFS_IOLOCK_EXCL)
250 mrunlock_excl(&ip->i_iolock);
251 else if (lock_flags & XFS_IOLOCK_SHARED)
252 mrunlock_shared(&ip->i_iolock);
Dave Chinner653c60b2015-02-23 21:43:37 +1100253out:
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100254 return 0;
255}
256
257/*
258 * xfs_iunlock() is used to drop the inode locks acquired with
259 * xfs_ilock() and xfs_ilock_nowait(). The caller must pass
260 * in the flags given to xfs_ilock() or xfs_ilock_nowait() so
261 * that we know which locks to drop.
262 *
263 * ip -- the inode being unlocked
264 * lock_flags -- this parameter indicates the inode's locks to be
265 * to be unlocked. See the comment for xfs_ilock() for a list
266 * of valid values for this parameter.
267 *
268 */
269void
270xfs_iunlock(
271 xfs_inode_t *ip,
272 uint lock_flags)
273{
274 /*
275 * You can't set both SHARED and EXCL for the same lock,
276 * and only XFS_IOLOCK_SHARED, XFS_IOLOCK_EXCL, XFS_ILOCK_SHARED,
277 * and XFS_ILOCK_EXCL are valid values to set in lock_flags.
278 */
279 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
280 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
Dave Chinner653c60b2015-02-23 21:43:37 +1100281 ASSERT((lock_flags & (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL)) !=
282 (XFS_MMAPLOCK_SHARED | XFS_MMAPLOCK_EXCL));
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100283 ASSERT((lock_flags & (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL)) !=
284 (XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
Dave Chinner0952c812015-08-19 10:32:49 +1000285 ASSERT((lock_flags & ~(XFS_LOCK_MASK | XFS_LOCK_SUBCLASS_MASK)) == 0);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100286 ASSERT(lock_flags != 0);
287
288 if (lock_flags & XFS_IOLOCK_EXCL)
289 mrunlock_excl(&ip->i_iolock);
290 else if (lock_flags & XFS_IOLOCK_SHARED)
291 mrunlock_shared(&ip->i_iolock);
292
Dave Chinner653c60b2015-02-23 21:43:37 +1100293 if (lock_flags & XFS_MMAPLOCK_EXCL)
294 mrunlock_excl(&ip->i_mmaplock);
295 else if (lock_flags & XFS_MMAPLOCK_SHARED)
296 mrunlock_shared(&ip->i_mmaplock);
297
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100298 if (lock_flags & XFS_ILOCK_EXCL)
299 mrunlock_excl(&ip->i_lock);
300 else if (lock_flags & XFS_ILOCK_SHARED)
301 mrunlock_shared(&ip->i_lock);
302
303 trace_xfs_iunlock(ip, lock_flags, _RET_IP_);
304}
305
306/*
307 * give up write locks. the i/o lock cannot be held nested
308 * if it is being demoted.
309 */
310void
311xfs_ilock_demote(
312 xfs_inode_t *ip,
313 uint lock_flags)
314{
Dave Chinner653c60b2015-02-23 21:43:37 +1100315 ASSERT(lock_flags & (XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL));
316 ASSERT((lock_flags &
317 ~(XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL)) == 0);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100318
319 if (lock_flags & XFS_ILOCK_EXCL)
320 mrdemote(&ip->i_lock);
Dave Chinner653c60b2015-02-23 21:43:37 +1100321 if (lock_flags & XFS_MMAPLOCK_EXCL)
322 mrdemote(&ip->i_mmaplock);
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100323 if (lock_flags & XFS_IOLOCK_EXCL)
324 mrdemote(&ip->i_iolock);
325
326 trace_xfs_ilock_demote(ip, lock_flags, _RET_IP_);
327}
328
Dave Chinner742ae1e2013-04-30 21:39:34 +1000329#if defined(DEBUG) || defined(XFS_WARN)
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100330int
331xfs_isilocked(
332 xfs_inode_t *ip,
333 uint lock_flags)
334{
335 if (lock_flags & (XFS_ILOCK_EXCL|XFS_ILOCK_SHARED)) {
336 if (!(lock_flags & XFS_ILOCK_SHARED))
337 return !!ip->i_lock.mr_writer;
338 return rwsem_is_locked(&ip->i_lock.mr_lock);
339 }
340
Dave Chinner653c60b2015-02-23 21:43:37 +1100341 if (lock_flags & (XFS_MMAPLOCK_EXCL|XFS_MMAPLOCK_SHARED)) {
342 if (!(lock_flags & XFS_MMAPLOCK_SHARED))
343 return !!ip->i_mmaplock.mr_writer;
344 return rwsem_is_locked(&ip->i_mmaplock.mr_lock);
345 }
346
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100347 if (lock_flags & (XFS_IOLOCK_EXCL|XFS_IOLOCK_SHARED)) {
348 if (!(lock_flags & XFS_IOLOCK_SHARED))
349 return !!ip->i_iolock.mr_writer;
350 return rwsem_is_locked(&ip->i_iolock.mr_lock);
351 }
352
353 ASSERT(0);
354 return 0;
355}
356#endif
357
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000358#ifdef DEBUG
359int xfs_locked_n;
360int xfs_small_retries;
361int xfs_middle_retries;
362int xfs_lots_retries;
363int xfs_lock_delays;
364#endif
365
Dave Chinnerb6a99472015-08-25 10:05:13 +1000366/*
367 * xfs_lockdep_subclass_ok() is only used in an ASSERT, so is only called when
368 * DEBUG or XFS_WARN is set. And MAX_LOCKDEP_SUBCLASSES is then only defined
369 * when CONFIG_LOCKDEP is set. Hence the complex define below to avoid build
370 * errors and warnings.
371 */
372#if (defined(DEBUG) || defined(XFS_WARN)) && defined(CONFIG_LOCKDEP)
Dave Chinner3403ccc2015-08-20 09:27:49 +1000373static bool
374xfs_lockdep_subclass_ok(
375 int subclass)
376{
377 return subclass < MAX_LOCKDEP_SUBCLASSES;
378}
379#else
380#define xfs_lockdep_subclass_ok(subclass) (true)
381#endif
382
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000383/*
Dave Chinner653c60b2015-02-23 21:43:37 +1100384 * Bump the subclass so xfs_lock_inodes() acquires each lock with a different
Dave Chinner0952c812015-08-19 10:32:49 +1000385 * value. This can be called for any type of inode lock combination, including
386 * parent locking. Care must be taken to ensure we don't overrun the subclass
387 * storage fields in the class mask we build.
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000388 */
389static inline int
390xfs_lock_inumorder(int lock_mode, int subclass)
391{
Dave Chinner0952c812015-08-19 10:32:49 +1000392 int class = 0;
393
394 ASSERT(!(lock_mode & (XFS_ILOCK_PARENT | XFS_ILOCK_RTBITMAP |
395 XFS_ILOCK_RTSUM)));
Dave Chinner3403ccc2015-08-20 09:27:49 +1000396 ASSERT(xfs_lockdep_subclass_ok(subclass));
Dave Chinner0952c812015-08-19 10:32:49 +1000397
Dave Chinner653c60b2015-02-23 21:43:37 +1100398 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)) {
Dave Chinner0952c812015-08-19 10:32:49 +1000399 ASSERT(subclass <= XFS_IOLOCK_MAX_SUBCLASS);
Dave Chinner3403ccc2015-08-20 09:27:49 +1000400 ASSERT(xfs_lockdep_subclass_ok(subclass +
401 XFS_IOLOCK_PARENT_VAL));
Dave Chinner0952c812015-08-19 10:32:49 +1000402 class += subclass << XFS_IOLOCK_SHIFT;
403 if (lock_mode & XFS_IOLOCK_PARENT)
404 class += XFS_IOLOCK_PARENT_VAL << XFS_IOLOCK_SHIFT;
Dave Chinner653c60b2015-02-23 21:43:37 +1100405 }
406
407 if (lock_mode & (XFS_MMAPLOCK_SHARED|XFS_MMAPLOCK_EXCL)) {
Dave Chinner0952c812015-08-19 10:32:49 +1000408 ASSERT(subclass <= XFS_MMAPLOCK_MAX_SUBCLASS);
409 class += subclass << XFS_MMAPLOCK_SHIFT;
Dave Chinner653c60b2015-02-23 21:43:37 +1100410 }
411
Dave Chinner0952c812015-08-19 10:32:49 +1000412 if (lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)) {
413 ASSERT(subclass <= XFS_ILOCK_MAX_SUBCLASS);
414 class += subclass << XFS_ILOCK_SHIFT;
415 }
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000416
Dave Chinner0952c812015-08-19 10:32:49 +1000417 return (lock_mode & ~XFS_LOCK_SUBCLASS_MASK) | class;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000418}
419
420/*
Dave Chinner95afcf52015-03-25 14:03:32 +1100421 * The following routine will lock n inodes in exclusive mode. We assume the
422 * caller calls us with the inodes in i_ino order.
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000423 *
Dave Chinner95afcf52015-03-25 14:03:32 +1100424 * We need to detect deadlock where an inode that we lock is in the AIL and we
425 * start waiting for another inode that is locked by a thread in a long running
426 * transaction (such as truncate). This can result in deadlock since the long
427 * running trans might need to wait for the inode we just locked in order to
428 * push the tail and free space in the log.
Dave Chinner0952c812015-08-19 10:32:49 +1000429 *
430 * xfs_lock_inodes() can only be used to lock one type of lock at a time -
431 * the iolock, the mmaplock or the ilock, but not more than one at a time. If we
432 * lock more than one at a time, lockdep will report false positives saying we
433 * have violated locking orders.
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000434 */
Eric Sandeen0d5a75e2016-06-01 17:38:15 +1000435static void
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000436xfs_lock_inodes(
437 xfs_inode_t **ips,
438 int inodes,
439 uint lock_mode)
440{
441 int attempts = 0, i, j, try_lock;
442 xfs_log_item_t *lp;
443
Dave Chinner0952c812015-08-19 10:32:49 +1000444 /*
445 * Currently supports between 2 and 5 inodes with exclusive locking. We
446 * support an arbitrary depth of locking here, but absolute limits on
447 * inodes depend on the the type of locking and the limits placed by
448 * lockdep annotations in xfs_lock_inumorder. These are all checked by
449 * the asserts.
450 */
Dave Chinner95afcf52015-03-25 14:03:32 +1100451 ASSERT(ips && inodes >= 2 && inodes <= 5);
Dave Chinner0952c812015-08-19 10:32:49 +1000452 ASSERT(lock_mode & (XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL |
453 XFS_ILOCK_EXCL));
454 ASSERT(!(lock_mode & (XFS_IOLOCK_SHARED | XFS_MMAPLOCK_SHARED |
455 XFS_ILOCK_SHARED)));
456 ASSERT(!(lock_mode & XFS_IOLOCK_EXCL) ||
457 inodes <= XFS_IOLOCK_MAX_SUBCLASS + 1);
458 ASSERT(!(lock_mode & XFS_MMAPLOCK_EXCL) ||
459 inodes <= XFS_MMAPLOCK_MAX_SUBCLASS + 1);
460 ASSERT(!(lock_mode & XFS_ILOCK_EXCL) ||
461 inodes <= XFS_ILOCK_MAX_SUBCLASS + 1);
462
463 if (lock_mode & XFS_IOLOCK_EXCL) {
464 ASSERT(!(lock_mode & (XFS_MMAPLOCK_EXCL | XFS_ILOCK_EXCL)));
465 } else if (lock_mode & XFS_MMAPLOCK_EXCL)
466 ASSERT(!(lock_mode & XFS_ILOCK_EXCL));
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000467
468 try_lock = 0;
469 i = 0;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000470again:
471 for (; i < inodes; i++) {
472 ASSERT(ips[i]);
473
Dave Chinner95afcf52015-03-25 14:03:32 +1100474 if (i && (ips[i] == ips[i - 1])) /* Already locked */
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000475 continue;
476
477 /*
Dave Chinner95afcf52015-03-25 14:03:32 +1100478 * If try_lock is not set yet, make sure all locked inodes are
479 * not in the AIL. If any are, set try_lock to be used later.
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000480 */
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000481 if (!try_lock) {
482 for (j = (i - 1); j >= 0 && !try_lock; j--) {
483 lp = (xfs_log_item_t *)ips[j]->i_itemp;
Dave Chinner95afcf52015-03-25 14:03:32 +1100484 if (lp && (lp->li_flags & XFS_LI_IN_AIL))
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000485 try_lock++;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000486 }
487 }
488
489 /*
490 * If any of the previous locks we have locked is in the AIL,
491 * we must TRY to get the second and subsequent locks. If
492 * we can't get any, we must release all we have
493 * and try again.
494 */
Dave Chinner95afcf52015-03-25 14:03:32 +1100495 if (!try_lock) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000496 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i));
Dave Chinner95afcf52015-03-25 14:03:32 +1100497 continue;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000498 }
Dave Chinner95afcf52015-03-25 14:03:32 +1100499
500 /* try_lock means we have an inode locked that is in the AIL. */
501 ASSERT(i != 0);
502 if (xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i)))
503 continue;
504
505 /*
506 * Unlock all previous guys and try again. xfs_iunlock will try
507 * to push the tail if the inode is in the AIL.
508 */
509 attempts++;
510 for (j = i - 1; j >= 0; j--) {
511 /*
512 * Check to see if we've already unlocked this one. Not
513 * the first one going back, and the inode ptr is the
514 * same.
515 */
516 if (j != (i - 1) && ips[j] == ips[j + 1])
517 continue;
518
519 xfs_iunlock(ips[j], lock_mode);
520 }
521
522 if ((attempts % 5) == 0) {
523 delay(1); /* Don't just spin the CPU */
524#ifdef DEBUG
525 xfs_lock_delays++;
526#endif
527 }
528 i = 0;
529 try_lock = 0;
530 goto again;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000531 }
532
533#ifdef DEBUG
534 if (attempts) {
535 if (attempts < 5) xfs_small_retries++;
536 else if (attempts < 100) xfs_middle_retries++;
537 else xfs_lots_retries++;
538 } else {
539 xfs_locked_n++;
540 }
541#endif
542}
543
544/*
Dave Chinner653c60b2015-02-23 21:43:37 +1100545 * xfs_lock_two_inodes() can only be used to lock one type of lock at a time -
546 * the iolock, the mmaplock or the ilock, but not more than one at a time. If we
547 * lock more than one at a time, lockdep will report false positives saying we
548 * have violated locking orders.
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000549 */
550void
551xfs_lock_two_inodes(
552 xfs_inode_t *ip0,
553 xfs_inode_t *ip1,
554 uint lock_mode)
555{
556 xfs_inode_t *temp;
557 int attempts = 0;
558 xfs_log_item_t *lp;
559
Dave Chinner653c60b2015-02-23 21:43:37 +1100560 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)) {
561 ASSERT(!(lock_mode & (XFS_MMAPLOCK_SHARED|XFS_MMAPLOCK_EXCL)));
562 ASSERT(!(lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)));
563 } else if (lock_mode & (XFS_MMAPLOCK_SHARED|XFS_MMAPLOCK_EXCL))
564 ASSERT(!(lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)));
565
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000566 ASSERT(ip0->i_ino != ip1->i_ino);
567
568 if (ip0->i_ino > ip1->i_ino) {
569 temp = ip0;
570 ip0 = ip1;
571 ip1 = temp;
572 }
573
574 again:
575 xfs_ilock(ip0, xfs_lock_inumorder(lock_mode, 0));
576
577 /*
578 * If the first lock we have locked is in the AIL, we must TRY to get
579 * the second lock. If we can't get it, we must release the first one
580 * and try again.
581 */
582 lp = (xfs_log_item_t *)ip0->i_itemp;
583 if (lp && (lp->li_flags & XFS_LI_IN_AIL)) {
584 if (!xfs_ilock_nowait(ip1, xfs_lock_inumorder(lock_mode, 1))) {
585 xfs_iunlock(ip0, lock_mode);
586 if ((++attempts % 5) == 0)
587 delay(1); /* Don't just spin the CPU */
588 goto again;
589 }
590 } else {
591 xfs_ilock(ip1, xfs_lock_inumorder(lock_mode, 1));
592 }
593}
594
595
Dave Chinnerfa96aca2012-10-08 21:56:10 +1100596void
597__xfs_iflock(
598 struct xfs_inode *ip)
599{
600 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT);
601 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IFLOCK_BIT);
602
603 do {
604 prepare_to_wait_exclusive(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
605 if (xfs_isiflocked(ip))
606 io_schedule();
607 } while (!xfs_iflock_nowait(ip));
608
609 finish_wait(wq, &wait.wait);
610}
611
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612STATIC uint
613_xfs_dic2xflags(
Dave Chinner58f88ca2016-01-04 16:44:15 +1100614 __uint16_t di_flags,
615 uint64_t di_flags2,
616 bool has_attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617{
618 uint flags = 0;
619
620 if (di_flags & XFS_DIFLAG_ANY) {
621 if (di_flags & XFS_DIFLAG_REALTIME)
Dave Chinnere7b89482016-01-04 16:44:15 +1100622 flags |= FS_XFLAG_REALTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 if (di_flags & XFS_DIFLAG_PREALLOC)
Dave Chinnere7b89482016-01-04 16:44:15 +1100624 flags |= FS_XFLAG_PREALLOC;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 if (di_flags & XFS_DIFLAG_IMMUTABLE)
Dave Chinnere7b89482016-01-04 16:44:15 +1100626 flags |= FS_XFLAG_IMMUTABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 if (di_flags & XFS_DIFLAG_APPEND)
Dave Chinnere7b89482016-01-04 16:44:15 +1100628 flags |= FS_XFLAG_APPEND;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 if (di_flags & XFS_DIFLAG_SYNC)
Dave Chinnere7b89482016-01-04 16:44:15 +1100630 flags |= FS_XFLAG_SYNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 if (di_flags & XFS_DIFLAG_NOATIME)
Dave Chinnere7b89482016-01-04 16:44:15 +1100632 flags |= FS_XFLAG_NOATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 if (di_flags & XFS_DIFLAG_NODUMP)
Dave Chinnere7b89482016-01-04 16:44:15 +1100634 flags |= FS_XFLAG_NODUMP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 if (di_flags & XFS_DIFLAG_RTINHERIT)
Dave Chinnere7b89482016-01-04 16:44:15 +1100636 flags |= FS_XFLAG_RTINHERIT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 if (di_flags & XFS_DIFLAG_PROJINHERIT)
Dave Chinnere7b89482016-01-04 16:44:15 +1100638 flags |= FS_XFLAG_PROJINHERIT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 if (di_flags & XFS_DIFLAG_NOSYMLINKS)
Dave Chinnere7b89482016-01-04 16:44:15 +1100640 flags |= FS_XFLAG_NOSYMLINKS;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100641 if (di_flags & XFS_DIFLAG_EXTSIZE)
Dave Chinnere7b89482016-01-04 16:44:15 +1100642 flags |= FS_XFLAG_EXTSIZE;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100643 if (di_flags & XFS_DIFLAG_EXTSZINHERIT)
Dave Chinnere7b89482016-01-04 16:44:15 +1100644 flags |= FS_XFLAG_EXTSZINHERIT;
Barry Naujokd3446ea2006-06-09 14:54:19 +1000645 if (di_flags & XFS_DIFLAG_NODEFRAG)
Dave Chinnere7b89482016-01-04 16:44:15 +1100646 flags |= FS_XFLAG_NODEFRAG;
David Chinner2a82b8b2007-07-11 11:09:12 +1000647 if (di_flags & XFS_DIFLAG_FILESTREAM)
Dave Chinnere7b89482016-01-04 16:44:15 +1100648 flags |= FS_XFLAG_FILESTREAM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 }
650
Dave Chinner58f88ca2016-01-04 16:44:15 +1100651 if (di_flags2 & XFS_DIFLAG2_ANY) {
652 if (di_flags2 & XFS_DIFLAG2_DAX)
653 flags |= FS_XFLAG_DAX;
654 }
655
656 if (has_attr)
657 flags |= FS_XFLAG_HASATTR;
658
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 return flags;
660}
661
662uint
663xfs_ip2xflags(
Dave Chinner58f88ca2016-01-04 16:44:15 +1100664 struct xfs_inode *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665{
Dave Chinner58f88ca2016-01-04 16:44:15 +1100666 struct xfs_icdinode *dic = &ip->i_d;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Dave Chinner58f88ca2016-01-04 16:44:15 +1100668 return _xfs_dic2xflags(dic->di_flags, dic->di_flags2, XFS_IFORK_Q(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669}
670
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671/*
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000672 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
673 * is allowed, otherwise it has to be an exact match. If a CI match is found,
674 * ci_name->name will point to a the actual name (caller must free) or
675 * will be set to NULL if an exact match is found.
676 */
677int
678xfs_lookup(
679 xfs_inode_t *dp,
680 struct xfs_name *name,
681 xfs_inode_t **ipp,
682 struct xfs_name *ci_name)
683{
684 xfs_ino_t inum;
685 int error;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000686
687 trace_xfs_lookup(dp, name);
688
689 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
Dave Chinner24513372014-06-25 14:58:08 +1000690 return -EIO;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000691
Dave Chinnerdbad7c92015-08-19 10:33:00 +1000692 xfs_ilock(dp, XFS_IOLOCK_SHARED);
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000693 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name);
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000694 if (error)
Dave Chinnerdbad7c92015-08-19 10:33:00 +1000695 goto out_unlock;
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000696
697 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
698 if (error)
699 goto out_free_name;
700
Dave Chinnerdbad7c92015-08-19 10:33:00 +1000701 xfs_iunlock(dp, XFS_IOLOCK_SHARED);
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000702 return 0;
703
704out_free_name:
705 if (ci_name)
706 kmem_free(ci_name->name);
Dave Chinnerdbad7c92015-08-19 10:33:00 +1000707out_unlock:
708 xfs_iunlock(dp, XFS_IOLOCK_SHARED);
Dave Chinnerc24b5df2013-08-12 20:49:45 +1000709 *ipp = NULL;
710 return error;
711}
712
713/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 * Allocate an inode on disk and return a copy of its in-core version.
715 * The in-core inode is locked exclusively. Set mode, nlink, and rdev
716 * appropriately within the inode. The uid and gid for the inode are
717 * set according to the contents of the given cred structure.
718 *
719 * Use xfs_dialloc() to allocate the on-disk inode. If xfs_dialloc()
Carlos Maiolinocd856db2012-10-20 11:08:19 -0300720 * has a free inode available, call xfs_iget() to obtain the in-core
721 * version of the allocated inode. Finally, fill in the inode and
722 * log its initial contents. In this case, ialloc_context would be
723 * set to NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 *
Carlos Maiolinocd856db2012-10-20 11:08:19 -0300725 * If xfs_dialloc() does not have an available inode, it will replenish
726 * its supply by doing an allocation. Since we can only do one
727 * allocation within a transaction without deadlocks, we must commit
728 * the current transaction before returning the inode itself.
729 * In this case, therefore, we will set ialloc_context and return.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 * The caller should then commit the current transaction, start a new
731 * transaction, and call xfs_ialloc() again to actually get the inode.
732 *
733 * To ensure that some other process does not grab the inode that
734 * was allocated during the first call to xfs_ialloc(), this routine
735 * also returns the [locked] bp pointing to the head of the freelist
736 * as ialloc_context. The caller should hold this buffer across
737 * the commit and pass it back into this routine on the second call.
David Chinnerb11f94d2007-07-11 11:09:33 +1000738 *
739 * If we are allocating quota inodes, we do not have a parent inode
740 * to attach to or associate with (i.e. pip == NULL) because they
741 * are not linked into the directory structure - they are attached
742 * directly to the superblock - and so have no parent.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 */
Eric Sandeen0d5a75e2016-06-01 17:38:15 +1000744static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745xfs_ialloc(
746 xfs_trans_t *tp,
747 xfs_inode_t *pip,
Al Viro576b1d62011-07-26 02:50:15 -0400748 umode_t mode,
Nathan Scott31b084a2005-05-05 13:25:00 -0700749 xfs_nlink_t nlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 xfs_dev_t rdev,
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +0000751 prid_t prid,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 int okalloc,
753 xfs_buf_t **ialloc_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 xfs_inode_t **ipp)
755{
Christoph Hellwig93848a92013-04-03 16:11:17 +1100756 struct xfs_mount *mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 xfs_ino_t ino;
758 xfs_inode_t *ip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 uint flags;
760 int error;
Dave Chinnere076b0f2014-10-02 09:18:13 +1000761 struct timespec tv;
Dave Chinner39878482016-02-09 16:54:58 +1100762 struct inode *inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763
764 /*
765 * Call the space management code to pick
766 * the on-disk inode to be allocated.
767 */
David Chinnerb11f94d2007-07-11 11:09:33 +1000768 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, okalloc,
Christoph Hellwig08358902012-07-04 10:54:47 -0400769 ialloc_context, &ino);
David Chinnerbf904242008-10-30 17:36:14 +1100770 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 return error;
Christoph Hellwig08358902012-07-04 10:54:47 -0400772 if (*ialloc_context || ino == NULLFSINO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 *ipp = NULL;
774 return 0;
775 }
776 ASSERT(*ialloc_context == NULL);
777
778 /*
779 * Get the in-core inode with the lock held exclusively.
780 * This is because we're setting fields here we need
781 * to prevent others from looking at until we're done.
782 */
Christoph Hellwig93848a92013-04-03 16:11:17 +1100783 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE,
Christoph Hellwigec3ba852011-02-13 13:26:42 +0000784 XFS_ILOCK_EXCL, &ip);
David Chinnerbf904242008-10-30 17:36:14 +1100785 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 ASSERT(ip != NULL);
Dave Chinner39878482016-02-09 16:54:58 +1100788 inode = VFS_I(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789
Dave Chinner263997a2014-05-20 07:46:40 +1000790 /*
791 * We always convert v1 inodes to v2 now - we only support filesystems
792 * with >= v2 inode capability, so there is no reason for ever leaving
793 * an inode in v1 format.
794 */
795 if (ip->i_d.di_version == 1)
796 ip->i_d.di_version = 2;
797
Dave Chinnerc19b3b052016-02-09 16:54:58 +1100798 inode->i_mode = mode;
Dave Chinner54d7b5c2016-02-09 16:54:58 +1100799 set_nlink(inode, nlink);
Dwight Engen7aab1b22013-08-15 14:08:01 -0400800 ip->i_d.di_uid = xfs_kuid_to_uid(current_fsuid());
801 ip->i_d.di_gid = xfs_kgid_to_gid(current_fsgid());
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +0000802 xfs_set_projid(ip, prid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
Christoph Hellwigbd186aa2007-08-30 17:21:12 +1000804 if (pip && XFS_INHERIT_GID(pip)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 ip->i_d.di_gid = pip->i_d.di_gid;
Dave Chinnerc19b3b052016-02-09 16:54:58 +1100806 if ((VFS_I(pip)->i_mode & S_ISGID) && S_ISDIR(mode))
807 inode->i_mode |= S_ISGID;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 }
809
810 /*
811 * If the group ID of the new file does not match the effective group
812 * ID or one of the supplementary group IDs, the S_ISGID bit is cleared
813 * (and only if the irix_sgid_inherit compatibility variable is set).
814 */
815 if ((irix_sgid_inherit) &&
Dave Chinnerc19b3b052016-02-09 16:54:58 +1100816 (inode->i_mode & S_ISGID) &&
817 (!in_group_p(xfs_gid_to_kgid(ip->i_d.di_gid))))
818 inode->i_mode &= ~S_ISGID;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
820 ip->i_d.di_size = 0;
821 ip->i_d.di_nextents = 0;
822 ASSERT(ip->i_d.di_nblocks == 0);
Christoph Hellwigdff35fd2008-08-13 16:44:15 +1000823
Dave Chinnere076b0f2014-10-02 09:18:13 +1000824 tv = current_fs_time(mp->m_super);
Dave Chinner39878482016-02-09 16:54:58 +1100825 inode->i_mtime = tv;
826 inode->i_atime = tv;
827 inode->i_ctime = tv;
Christoph Hellwigdff35fd2008-08-13 16:44:15 +1000828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 ip->i_d.di_extsize = 0;
830 ip->i_d.di_dmevmask = 0;
831 ip->i_d.di_dmstate = 0;
832 ip->i_d.di_flags = 0;
Christoph Hellwig93848a92013-04-03 16:11:17 +1100833
834 if (ip->i_d.di_version == 3) {
Dave Chinner83e06f22016-02-09 16:54:58 +1100835 inode->i_version = 1;
Christoph Hellwig93848a92013-04-03 16:11:17 +1100836 ip->i_d.di_flags2 = 0;
Dave Chinner39878482016-02-09 16:54:58 +1100837 ip->i_d.di_crtime.t_sec = (__int32_t)tv.tv_sec;
838 ip->i_d.di_crtime.t_nsec = (__int32_t)tv.tv_nsec;
Christoph Hellwig93848a92013-04-03 16:11:17 +1100839 }
840
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842 flags = XFS_ILOG_CORE;
843 switch (mode & S_IFMT) {
844 case S_IFIFO:
845 case S_IFCHR:
846 case S_IFBLK:
847 case S_IFSOCK:
848 ip->i_d.di_format = XFS_DINODE_FMT_DEV;
849 ip->i_df.if_u2.if_rdev = rdev;
850 ip->i_df.if_flags = 0;
851 flags |= XFS_ILOG_DEV;
852 break;
853 case S_IFREG:
854 case S_IFDIR:
David Chinnerb11f94d2007-07-11 11:09:33 +1000855 if (pip && (pip->i_d.di_flags & XFS_DIFLAG_ANY)) {
Dave Chinner58f88ca2016-01-04 16:44:15 +1100856 uint64_t di_flags2 = 0;
857 uint di_flags = 0;
Nathan Scott365ca832005-06-21 15:39:12 +1000858
Al Viroabbede12011-07-26 02:31:30 -0400859 if (S_ISDIR(mode)) {
Nathan Scott365ca832005-06-21 15:39:12 +1000860 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
861 di_flags |= XFS_DIFLAG_RTINHERIT;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100862 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
863 di_flags |= XFS_DIFLAG_EXTSZINHERIT;
864 ip->i_d.di_extsize = pip->i_d.di_extsize;
865 }
Dave Chinner9336e3a2014-10-02 09:18:40 +1000866 if (pip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
867 di_flags |= XFS_DIFLAG_PROJINHERIT;
Al Viroabbede12011-07-26 02:31:30 -0400868 } else if (S_ISREG(mode)) {
Christoph Hellwig613d7042007-10-11 17:44:08 +1000869 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
Nathan Scott365ca832005-06-21 15:39:12 +1000870 di_flags |= XFS_DIFLAG_REALTIME;
Nathan Scottdd9f4382006-01-11 15:28:28 +1100871 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
872 di_flags |= XFS_DIFLAG_EXTSIZE;
873 ip->i_d.di_extsize = pip->i_d.di_extsize;
874 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 }
876 if ((pip->i_d.di_flags & XFS_DIFLAG_NOATIME) &&
877 xfs_inherit_noatime)
Nathan Scott365ca832005-06-21 15:39:12 +1000878 di_flags |= XFS_DIFLAG_NOATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) &&
880 xfs_inherit_nodump)
Nathan Scott365ca832005-06-21 15:39:12 +1000881 di_flags |= XFS_DIFLAG_NODUMP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) &&
883 xfs_inherit_sync)
Nathan Scott365ca832005-06-21 15:39:12 +1000884 di_flags |= XFS_DIFLAG_SYNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 if ((pip->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) &&
886 xfs_inherit_nosymlinks)
Nathan Scott365ca832005-06-21 15:39:12 +1000887 di_flags |= XFS_DIFLAG_NOSYMLINKS;
Barry Naujokd3446ea2006-06-09 14:54:19 +1000888 if ((pip->i_d.di_flags & XFS_DIFLAG_NODEFRAG) &&
889 xfs_inherit_nodefrag)
890 di_flags |= XFS_DIFLAG_NODEFRAG;
David Chinner2a82b8b2007-07-11 11:09:12 +1000891 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM)
892 di_flags |= XFS_DIFLAG_FILESTREAM;
Dave Chinner58f88ca2016-01-04 16:44:15 +1100893 if (pip->i_d.di_flags2 & XFS_DIFLAG2_DAX)
894 di_flags2 |= XFS_DIFLAG2_DAX;
895
Nathan Scott365ca832005-06-21 15:39:12 +1000896 ip->i_d.di_flags |= di_flags;
Dave Chinner58f88ca2016-01-04 16:44:15 +1100897 ip->i_d.di_flags2 |= di_flags2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 }
899 /* FALLTHROUGH */
900 case S_IFLNK:
901 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS;
902 ip->i_df.if_flags = XFS_IFEXTENTS;
903 ip->i_df.if_bytes = ip->i_df.if_real_bytes = 0;
904 ip->i_df.if_u1.if_extents = NULL;
905 break;
906 default:
907 ASSERT(0);
908 }
909 /*
910 * Attribute fork settings for new inode.
911 */
912 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
913 ip->i_d.di_anextents = 0;
914
915 /*
916 * Log the new values stuffed into the inode.
917 */
Christoph Hellwigddc34152011-09-19 15:00:54 +0000918 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 xfs_trans_log_inode(tp, ip, flags);
920
Dave Chinner58c90472015-02-23 22:38:08 +1100921 /* now that we have an i_mode we can setup the inode structure */
Christoph Hellwig41be8be2008-08-13 16:23:13 +1000922 xfs_setup_inode(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
924 *ipp = ip;
925 return 0;
926}
927
Dave Chinnere546cb72013-08-12 20:49:47 +1000928/*
929 * Allocates a new inode from disk and return a pointer to the
930 * incore copy. This routine will internally commit the current
931 * transaction and allocate a new one if the Space Manager needed
932 * to do an allocation to replenish the inode free-list.
933 *
934 * This routine is designed to be called from xfs_create and
935 * xfs_create_dir.
936 *
937 */
938int
939xfs_dir_ialloc(
940 xfs_trans_t **tpp, /* input: current transaction;
941 output: may be a new transaction. */
942 xfs_inode_t *dp, /* directory within whose allocate
943 the inode. */
944 umode_t mode,
945 xfs_nlink_t nlink,
946 xfs_dev_t rdev,
947 prid_t prid, /* project id */
948 int okalloc, /* ok to allocate new space */
949 xfs_inode_t **ipp, /* pointer to inode; it will be
950 locked. */
951 int *committed)
952
953{
954 xfs_trans_t *tp;
Dave Chinnere546cb72013-08-12 20:49:47 +1000955 xfs_inode_t *ip;
956 xfs_buf_t *ialloc_context = NULL;
957 int code;
Dave Chinnere546cb72013-08-12 20:49:47 +1000958 void *dqinfo;
959 uint tflags;
960
961 tp = *tpp;
962 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
963
964 /*
965 * xfs_ialloc will return a pointer to an incore inode if
966 * the Space Manager has an available inode on the free
967 * list. Otherwise, it will do an allocation and replenish
968 * the freelist. Since we can only do one allocation per
969 * transaction without deadlocks, we will need to commit the
970 * current transaction and start a new one. We will then
971 * need to call xfs_ialloc again to get the inode.
972 *
973 * If xfs_ialloc did an allocation to replenish the freelist,
974 * it returns the bp containing the head of the freelist as
975 * ialloc_context. We will hold a lock on it across the
976 * transaction commit so that no other process can steal
977 * the inode(s) that we've just allocated.
978 */
979 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, okalloc,
980 &ialloc_context, &ip);
981
982 /*
983 * Return an error if we were unable to allocate a new inode.
984 * This should only happen if we run out of space on disk or
985 * encounter a disk error.
986 */
987 if (code) {
988 *ipp = NULL;
989 return code;
990 }
991 if (!ialloc_context && !ip) {
992 *ipp = NULL;
Dave Chinner24513372014-06-25 14:58:08 +1000993 return -ENOSPC;
Dave Chinnere546cb72013-08-12 20:49:47 +1000994 }
995
996 /*
997 * If the AGI buffer is non-NULL, then we were unable to get an
998 * inode in one operation. We need to commit the current
999 * transaction and call xfs_ialloc() again. It is guaranteed
1000 * to succeed the second time.
1001 */
1002 if (ialloc_context) {
1003 /*
1004 * Normally, xfs_trans_commit releases all the locks.
1005 * We call bhold to hang on to the ialloc_context across
1006 * the commit. Holding this buffer prevents any other
1007 * processes from doing any allocations in this
1008 * allocation group.
1009 */
1010 xfs_trans_bhold(tp, ialloc_context);
Dave Chinnere546cb72013-08-12 20:49:47 +10001011
1012 /*
1013 * We want the quota changes to be associated with the next
1014 * transaction, NOT this one. So, detach the dqinfo from this
1015 * and attach it to the next transaction.
1016 */
1017 dqinfo = NULL;
1018 tflags = 0;
1019 if (tp->t_dqinfo) {
1020 dqinfo = (void *)tp->t_dqinfo;
1021 tp->t_dqinfo = NULL;
1022 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY;
1023 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY);
1024 }
1025
Eryu Guan6e3e6d52016-04-06 09:47:21 +10001026 code = xfs_trans_roll(&tp, NULL);
Christoph Hellwig2e6db6c2015-06-04 13:47:29 +10001027 if (committed != NULL)
Dave Chinnere546cb72013-08-12 20:49:47 +10001028 *committed = 1;
Jie Liu3d3c8b52013-08-12 20:49:59 +10001029
Dave Chinnere546cb72013-08-12 20:49:47 +10001030 /*
1031 * Re-attach the quota info that we detached from prev trx.
1032 */
1033 if (dqinfo) {
1034 tp->t_dqinfo = dqinfo;
1035 tp->t_flags |= tflags;
1036 }
1037
1038 if (code) {
1039 xfs_buf_relse(ialloc_context);
Christoph Hellwig2e6db6c2015-06-04 13:47:29 +10001040 *tpp = tp;
Dave Chinnere546cb72013-08-12 20:49:47 +10001041 *ipp = NULL;
1042 return code;
1043 }
1044 xfs_trans_bjoin(tp, ialloc_context);
1045
1046 /*
1047 * Call ialloc again. Since we've locked out all
1048 * other allocations in this allocation group,
1049 * this call should always succeed.
1050 */
1051 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid,
1052 okalloc, &ialloc_context, &ip);
1053
1054 /*
1055 * If we get an error at this point, return to the caller
1056 * so that the current transaction can be aborted.
1057 */
1058 if (code) {
1059 *tpp = tp;
1060 *ipp = NULL;
1061 return code;
1062 }
1063 ASSERT(!ialloc_context && ip);
1064
1065 } else {
1066 if (committed != NULL)
1067 *committed = 0;
1068 }
1069
1070 *ipp = ip;
1071 *tpp = tp;
1072
1073 return 0;
1074}
1075
1076/*
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001077 * Decrement the link count on an inode & log the change. If this causes the
1078 * link count to go to zero, move the inode to AGI unlinked list so that it can
1079 * be freed when the last active reference goes away via xfs_inactive().
Dave Chinnere546cb72013-08-12 20:49:47 +10001080 */
Eric Sandeen0d5a75e2016-06-01 17:38:15 +10001081static int /* error */
Dave Chinnere546cb72013-08-12 20:49:47 +10001082xfs_droplink(
1083 xfs_trans_t *tp,
1084 xfs_inode_t *ip)
1085{
Dave Chinnere546cb72013-08-12 20:49:47 +10001086 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
1087
Dave Chinnere546cb72013-08-12 20:49:47 +10001088 drop_nlink(VFS_I(ip));
1089 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1090
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001091 if (VFS_I(ip)->i_nlink)
1092 return 0;
1093
1094 return xfs_iunlink(tp, ip);
Dave Chinnere546cb72013-08-12 20:49:47 +10001095}
1096
1097/*
Dave Chinnere546cb72013-08-12 20:49:47 +10001098 * Increment the link count on an inode & log the change.
1099 */
Eric Sandeen0d5a75e2016-06-01 17:38:15 +10001100static int
Dave Chinnere546cb72013-08-12 20:49:47 +10001101xfs_bumplink(
1102 xfs_trans_t *tp,
1103 xfs_inode_t *ip)
1104{
1105 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
1106
Dave Chinner263997a2014-05-20 07:46:40 +10001107 ASSERT(ip->i_d.di_version > 1);
Dave Chinnere546cb72013-08-12 20:49:47 +10001108 inc_nlink(VFS_I(ip));
Dave Chinnere546cb72013-08-12 20:49:47 +10001109 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1110 return 0;
1111}
1112
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001113int
1114xfs_create(
1115 xfs_inode_t *dp,
1116 struct xfs_name *name,
1117 umode_t mode,
1118 xfs_dev_t rdev,
1119 xfs_inode_t **ipp)
1120{
1121 int is_dir = S_ISDIR(mode);
1122 struct xfs_mount *mp = dp->i_mount;
1123 struct xfs_inode *ip = NULL;
1124 struct xfs_trans *tp = NULL;
1125 int error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001126 struct xfs_defer_ops dfops;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001127 xfs_fsblock_t first_block;
1128 bool unlock_dp_on_error = false;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001129 prid_t prid;
1130 struct xfs_dquot *udqp = NULL;
1131 struct xfs_dquot *gdqp = NULL;
1132 struct xfs_dquot *pdqp = NULL;
Brian Foster062647a2014-11-28 14:00:16 +11001133 struct xfs_trans_res *tres;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001134 uint resblks;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001135
1136 trace_xfs_create(dp, name);
1137
1138 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10001139 return -EIO;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001140
Zhi Yong Wu163467d2013-12-18 08:22:39 +08001141 prid = xfs_get_initial_prid(dp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001142
1143 /*
1144 * Make sure that we have allocated dquot(s) on disk.
1145 */
Dwight Engen7aab1b22013-08-15 14:08:01 -04001146 error = xfs_qm_vop_dqalloc(dp, xfs_kuid_to_uid(current_fsuid()),
1147 xfs_kgid_to_gid(current_fsgid()), prid,
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001148 XFS_QMOPT_QUOTALL | XFS_QMOPT_INHERIT,
1149 &udqp, &gdqp, &pdqp);
1150 if (error)
1151 return error;
1152
1153 if (is_dir) {
1154 rdev = 0;
1155 resblks = XFS_MKDIR_SPACE_RES(mp, name->len);
Brian Foster062647a2014-11-28 14:00:16 +11001156 tres = &M_RES(mp)->tr_mkdir;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001157 } else {
1158 resblks = XFS_CREATE_SPACE_RES(mp, name->len);
Brian Foster062647a2014-11-28 14:00:16 +11001159 tres = &M_RES(mp)->tr_create;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001160 }
1161
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001162 /*
1163 * Initially assume that the file does not exist and
1164 * reserve the resources for that case. If that is not
1165 * the case we'll drop the one we have and get a more
1166 * appropriate transaction later.
1167 */
Christoph Hellwig253f4912016-04-06 09:19:55 +10001168 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
Dave Chinner24513372014-06-25 14:58:08 +10001169 if (error == -ENOSPC) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001170 /* flush outstanding delalloc blocks and retry */
1171 xfs_flush_inodes(mp);
Christoph Hellwig253f4912016-04-06 09:19:55 +10001172 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001173 }
Dave Chinner24513372014-06-25 14:58:08 +10001174 if (error == -ENOSPC) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001175 /* No space at all so try a "no-allocation" reservation */
1176 resblks = 0;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001177 error = xfs_trans_alloc(mp, tres, 0, 0, 0, &tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001178 }
Christoph Hellwig4906e212015-06-04 13:47:56 +10001179 if (error)
Christoph Hellwig253f4912016-04-06 09:19:55 +10001180 goto out_release_inode;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001181
Dave Chinnerdbad7c92015-08-19 10:33:00 +10001182 xfs_ilock(dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL |
1183 XFS_IOLOCK_PARENT | XFS_ILOCK_PARENT);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001184 unlock_dp_on_error = true;
1185
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001186 xfs_defer_init(&dfops, &first_block);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001187
1188 /*
1189 * Reserve disk quota and the inode.
1190 */
1191 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
1192 pdqp, resblks, 1, 0);
1193 if (error)
1194 goto out_trans_cancel;
1195
Eric Sandeen94f3cad2014-09-09 11:57:52 +10001196 if (!resblks) {
1197 error = xfs_dir_canenter(tp, dp, name);
1198 if (error)
1199 goto out_trans_cancel;
1200 }
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001201
1202 /*
1203 * A newly created regular or special file just has one directory
1204 * entry pointing to them, but a directory also the "." entry
1205 * pointing to itself.
1206 */
1207 error = xfs_dir_ialloc(&tp, dp, mode, is_dir ? 2 : 1, rdev,
Eric Sandeenf6106ef2016-01-11 11:34:01 +11001208 prid, resblks > 0, &ip, NULL);
Jan Karad6077aa2015-07-29 11:52:08 +10001209 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001210 goto out_trans_cancel;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001211
1212 /*
1213 * Now we join the directory inode to the transaction. We do not do it
1214 * earlier because xfs_dir_ialloc might commit the previous transaction
1215 * (and release all the locks). An error from here on will result in
1216 * the transaction cancel unlocking dp so don't do it explicitly in the
1217 * error path.
1218 */
Dave Chinnerdbad7c92015-08-19 10:33:00 +10001219 xfs_trans_ijoin(tp, dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001220 unlock_dp_on_error = false;
1221
1222 error = xfs_dir_createname(tp, dp, name, ip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001223 &first_block, &dfops, resblks ?
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001224 resblks - XFS_IALLOC_SPACE_RES(mp) : 0);
1225 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +10001226 ASSERT(error != -ENOSPC);
Christoph Hellwig4906e212015-06-04 13:47:56 +10001227 goto out_trans_cancel;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001228 }
1229 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
1230 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
1231
1232 if (is_dir) {
1233 error = xfs_dir_init(tp, ip, dp);
1234 if (error)
1235 goto out_bmap_cancel;
1236
1237 error = xfs_bumplink(tp, dp);
1238 if (error)
1239 goto out_bmap_cancel;
1240 }
1241
1242 /*
1243 * If this is a synchronous mount, make sure that the
1244 * create transaction goes to disk before returning to
1245 * the user.
1246 */
1247 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
1248 xfs_trans_set_sync(tp);
1249
1250 /*
1251 * Attach the dquot(s) to the inodes and modify them incore.
1252 * These ids of the inode couldn't have changed since the new
1253 * inode has been locked ever since it was created.
1254 */
1255 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
1256
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001257 error = xfs_defer_finish(&tp, &dfops, NULL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001258 if (error)
1259 goto out_bmap_cancel;
1260
Christoph Hellwig70393312015-06-04 13:48:08 +10001261 error = xfs_trans_commit(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001262 if (error)
1263 goto out_release_inode;
1264
1265 xfs_qm_dqrele(udqp);
1266 xfs_qm_dqrele(gdqp);
1267 xfs_qm_dqrele(pdqp);
1268
1269 *ipp = ip;
1270 return 0;
1271
1272 out_bmap_cancel:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001273 xfs_defer_cancel(&dfops);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001274 out_trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001275 xfs_trans_cancel(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001276 out_release_inode:
1277 /*
Dave Chinner58c90472015-02-23 22:38:08 +11001278 * Wait until after the current transaction is aborted to finish the
1279 * setup of the inode and release the inode. This prevents recursive
1280 * transactions and deadlocks from xfs_inactive.
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001281 */
Dave Chinner58c90472015-02-23 22:38:08 +11001282 if (ip) {
1283 xfs_finish_inode_setup(ip);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001284 IRELE(ip);
Dave Chinner58c90472015-02-23 22:38:08 +11001285 }
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001286
1287 xfs_qm_dqrele(udqp);
1288 xfs_qm_dqrele(gdqp);
1289 xfs_qm_dqrele(pdqp);
1290
1291 if (unlock_dp_on_error)
Dave Chinnerdbad7c92015-08-19 10:33:00 +10001292 xfs_iunlock(dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001293 return error;
1294}
1295
1296int
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001297xfs_create_tmpfile(
1298 struct xfs_inode *dp,
1299 struct dentry *dentry,
Brian Foster330033d2014-04-17 08:15:30 +10001300 umode_t mode,
1301 struct xfs_inode **ipp)
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001302{
1303 struct xfs_mount *mp = dp->i_mount;
1304 struct xfs_inode *ip = NULL;
1305 struct xfs_trans *tp = NULL;
1306 int error;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001307 prid_t prid;
1308 struct xfs_dquot *udqp = NULL;
1309 struct xfs_dquot *gdqp = NULL;
1310 struct xfs_dquot *pdqp = NULL;
1311 struct xfs_trans_res *tres;
1312 uint resblks;
1313
1314 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10001315 return -EIO;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001316
1317 prid = xfs_get_initial_prid(dp);
1318
1319 /*
1320 * Make sure that we have allocated dquot(s) on disk.
1321 */
1322 error = xfs_qm_vop_dqalloc(dp, xfs_kuid_to_uid(current_fsuid()),
1323 xfs_kgid_to_gid(current_fsgid()), prid,
1324 XFS_QMOPT_QUOTALL | XFS_QMOPT_INHERIT,
1325 &udqp, &gdqp, &pdqp);
1326 if (error)
1327 return error;
1328
1329 resblks = XFS_IALLOC_SPACE_RES(mp);
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001330 tres = &M_RES(mp)->tr_create_tmpfile;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001331
1332 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
Dave Chinner24513372014-06-25 14:58:08 +10001333 if (error == -ENOSPC) {
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001334 /* No space at all so try a "no-allocation" reservation */
1335 resblks = 0;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001336 error = xfs_trans_alloc(mp, tres, 0, 0, 0, &tp);
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001337 }
Christoph Hellwig4906e212015-06-04 13:47:56 +10001338 if (error)
Christoph Hellwig253f4912016-04-06 09:19:55 +10001339 goto out_release_inode;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001340
1341 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp,
1342 pdqp, resblks, 1, 0);
1343 if (error)
1344 goto out_trans_cancel;
1345
1346 error = xfs_dir_ialloc(&tp, dp, mode, 1, 0,
1347 prid, resblks > 0, &ip, NULL);
Jan Karad6077aa2015-07-29 11:52:08 +10001348 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001349 goto out_trans_cancel;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001350
1351 if (mp->m_flags & XFS_MOUNT_WSYNC)
1352 xfs_trans_set_sync(tp);
1353
1354 /*
1355 * Attach the dquot(s) to the inodes and modify them incore.
1356 * These ids of the inode couldn't have changed since the new
1357 * inode has been locked ever since it was created.
1358 */
1359 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
1360
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001361 error = xfs_iunlink(tp, ip);
1362 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001363 goto out_trans_cancel;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001364
Christoph Hellwig70393312015-06-04 13:48:08 +10001365 error = xfs_trans_commit(tp);
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001366 if (error)
1367 goto out_release_inode;
1368
1369 xfs_qm_dqrele(udqp);
1370 xfs_qm_dqrele(gdqp);
1371 xfs_qm_dqrele(pdqp);
1372
Brian Foster330033d2014-04-17 08:15:30 +10001373 *ipp = ip;
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001374 return 0;
1375
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001376 out_trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001377 xfs_trans_cancel(tp);
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001378 out_release_inode:
1379 /*
Dave Chinner58c90472015-02-23 22:38:08 +11001380 * Wait until after the current transaction is aborted to finish the
1381 * setup of the inode and release the inode. This prevents recursive
1382 * transactions and deadlocks from xfs_inactive.
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001383 */
Dave Chinner58c90472015-02-23 22:38:08 +11001384 if (ip) {
1385 xfs_finish_inode_setup(ip);
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001386 IRELE(ip);
Dave Chinner58c90472015-02-23 22:38:08 +11001387 }
Zhi Yong Wu99b64362013-12-18 08:22:40 +08001388
1389 xfs_qm_dqrele(udqp);
1390 xfs_qm_dqrele(gdqp);
1391 xfs_qm_dqrele(pdqp);
1392
1393 return error;
1394}
1395
1396int
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001397xfs_link(
1398 xfs_inode_t *tdp,
1399 xfs_inode_t *sip,
1400 struct xfs_name *target_name)
1401{
1402 xfs_mount_t *mp = tdp->i_mount;
1403 xfs_trans_t *tp;
1404 int error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001405 struct xfs_defer_ops dfops;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001406 xfs_fsblock_t first_block;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001407 int resblks;
1408
1409 trace_xfs_link(tdp, target_name);
1410
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001411 ASSERT(!S_ISDIR(VFS_I(sip)->i_mode));
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001412
1413 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10001414 return -EIO;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001415
1416 error = xfs_qm_dqattach(sip, 0);
1417 if (error)
1418 goto std_return;
1419
1420 error = xfs_qm_dqattach(tdp, 0);
1421 if (error)
1422 goto std_return;
1423
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001424 resblks = XFS_LINK_SPACE_RES(mp, target_name->len);
Christoph Hellwig253f4912016-04-06 09:19:55 +10001425 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, resblks, 0, 0, &tp);
Dave Chinner24513372014-06-25 14:58:08 +10001426 if (error == -ENOSPC) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001427 resblks = 0;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001428 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001429 }
Christoph Hellwig4906e212015-06-04 13:47:56 +10001430 if (error)
Christoph Hellwig253f4912016-04-06 09:19:55 +10001431 goto std_return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001432
Dave Chinnerdbad7c92015-08-19 10:33:00 +10001433 xfs_ilock(tdp, XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001434 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL);
1435
1436 xfs_trans_ijoin(tp, sip, XFS_ILOCK_EXCL);
Dave Chinnerdbad7c92015-08-19 10:33:00 +10001437 xfs_trans_ijoin(tp, tdp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001438
1439 /*
1440 * If we are using project inheritance, we only allow hard link
1441 * creation in our tree when the project IDs are the same; else
1442 * the tree quota mechanism could be circumvented.
1443 */
1444 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
1445 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) {
Dave Chinner24513372014-06-25 14:58:08 +10001446 error = -EXDEV;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001447 goto error_return;
1448 }
1449
Eric Sandeen94f3cad2014-09-09 11:57:52 +10001450 if (!resblks) {
1451 error = xfs_dir_canenter(tp, tdp, target_name);
1452 if (error)
1453 goto error_return;
1454 }
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001455
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001456 xfs_defer_init(&dfops, &first_block);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001457
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001458 /*
1459 * Handle initial link state of O_TMPFILE inode
1460 */
1461 if (VFS_I(sip)->i_nlink == 0) {
Zhi Yong Wuab297432013-12-18 08:22:41 +08001462 error = xfs_iunlink_remove(tp, sip);
1463 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001464 goto error_return;
Zhi Yong Wuab297432013-12-18 08:22:41 +08001465 }
1466
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001467 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001468 &first_block, &dfops, resblks);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001469 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001470 goto error_return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001471 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
1472 xfs_trans_log_inode(tp, tdp, XFS_ILOG_CORE);
1473
1474 error = xfs_bumplink(tp, sip);
1475 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10001476 goto error_return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001477
1478 /*
1479 * If this is a synchronous mount, make sure that the
1480 * link transaction goes to disk before returning to
1481 * the user.
1482 */
Eric Sandeenf6106ef2016-01-11 11:34:01 +11001483 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001484 xfs_trans_set_sync(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001485
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001486 error = xfs_defer_finish(&tp, &dfops, NULL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001487 if (error) {
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001488 xfs_defer_cancel(&dfops);
Christoph Hellwig4906e212015-06-04 13:47:56 +10001489 goto error_return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001490 }
1491
Christoph Hellwig70393312015-06-04 13:48:08 +10001492 return xfs_trans_commit(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001493
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001494 error_return:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001495 xfs_trans_cancel(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001496 std_return:
1497 return error;
1498}
1499
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500/*
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001501 * Free up the underlying blocks past new_size. The new size must be smaller
1502 * than the current size. This routine can be used both for the attribute and
1503 * data fork, and does not modify the inode size, which is left to the caller.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 *
David Chinnerf6485052008-04-17 16:50:04 +10001505 * The transaction passed to this routine must have made a permanent log
1506 * reservation of at least XFS_ITRUNCATE_LOG_RES. This routine may commit the
1507 * given transaction and start new ones, so make sure everything involved in
1508 * the transaction is tidy before calling here. Some transaction will be
1509 * returned to the caller to be committed. The incoming transaction must
1510 * already include the inode, and both inode locks must be held exclusively.
1511 * The inode must also be "held" within the transaction. On return the inode
1512 * will be "held" within the returned transaction. This routine does NOT
1513 * require any disk space to be reserved for it within the transaction.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 *
David Chinnerf6485052008-04-17 16:50:04 +10001515 * If we get an error, we must return with the inode locked and linked into the
1516 * current transaction. This keeps things simple for the higher level code,
1517 * because it always knows that the inode is locked and held in the transaction
1518 * that returns to it whether errors occur or not. We don't mark the inode
1519 * dirty on error so that transactions can be easily aborted if possible.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 */
1521int
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001522xfs_itruncate_extents(
1523 struct xfs_trans **tpp,
1524 struct xfs_inode *ip,
1525 int whichfork,
1526 xfs_fsize_t new_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527{
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001528 struct xfs_mount *mp = ip->i_mount;
1529 struct xfs_trans *tp = *tpp;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001530 struct xfs_defer_ops dfops;
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001531 xfs_fsblock_t first_block;
1532 xfs_fileoff_t first_unmap_block;
1533 xfs_fileoff_t last_block;
1534 xfs_filblks_t unmap_len;
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001535 int error = 0;
1536 int done = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537
Christoph Hellwig0b561852012-07-04 11:13:31 -04001538 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
1539 ASSERT(!atomic_read(&VFS_I(ip)->i_count) ||
1540 xfs_isilocked(ip, XFS_IOLOCK_EXCL));
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00001541 ASSERT(new_size <= XFS_ISIZE(ip));
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001542 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 ASSERT(ip->i_itemp != NULL);
Christoph Hellwig898621d2010-06-24 11:36:58 +10001544 ASSERT(ip->i_itemp->ili_lock_flags == 0);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001545 ASSERT(!XFS_NOT_DQATTACHED(mp, ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Christoph Hellwig673e8e52011-12-18 20:00:04 +00001547 trace_xfs_itruncate_extents_start(ip, new_size);
1548
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 /*
1550 * Since it is possible for space to become allocated beyond
1551 * the end of the file (in a crash where the space is allocated
1552 * but the inode size is not yet updated), simply remove any
1553 * blocks which show up between the new EOF and the maximum
1554 * possible file size. If the first block to be removed is
1555 * beyond the maximum file size (ie it is the same as last_block),
1556 * then there is nothing to do.
1557 */
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001558 first_unmap_block = XFS_B_TO_FSB(mp, (xfs_ufsize_t)new_size);
Dave Chinner32972382012-06-08 15:44:54 +10001559 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001560 if (first_unmap_block == last_block)
1561 return 0;
1562
1563 ASSERT(first_unmap_block < last_block);
1564 unmap_len = last_block - first_unmap_block + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 while (!done) {
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001566 xfs_defer_init(&dfops, &first_block);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001567 error = xfs_bunmapi(tp, ip,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001568 first_unmap_block, unmap_len,
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001569 xfs_bmapi_aflag(whichfork),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 XFS_ITRUNC_MAX_EXTENTS,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001571 &first_block, &dfops,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10001572 &done);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001573 if (error)
1574 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575
1576 /*
1577 * Duplicate the transaction that has the permanent
1578 * reservation and commit the old transaction.
1579 */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001580 error = xfs_defer_finish(&tp, &dfops, ip);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001581 if (error)
1582 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583
Christoph Hellwig2e6db6c2015-06-04 13:47:29 +10001584 error = xfs_trans_roll(&tp, ip);
David Chinnerf6485052008-04-17 16:50:04 +10001585 if (error)
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001586 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 }
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001588
Christoph Hellwig673e8e52011-12-18 20:00:04 +00001589 /*
1590 * Always re-log the inode so that our permanent transaction can keep
1591 * on rolling it forward in the log.
1592 */
1593 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1594
1595 trace_xfs_itruncate_extents_end(ip, new_size);
1596
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001597out:
1598 *tpp = tp;
1599 return error;
1600out_bmap_cancel:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 /*
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001602 * If the bunmapi call encounters an error, return to the caller where
1603 * the transaction can be properly aborted. We just need to make sure
1604 * we're not holding any resources that we were not when we came in.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001606 xfs_defer_cancel(&dfops);
Christoph Hellwig8f04c472011-07-08 14:34:34 +02001607 goto out;
1608}
1609
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001610int
1611xfs_release(
1612 xfs_inode_t *ip)
1613{
1614 xfs_mount_t *mp = ip->i_mount;
1615 int error;
1616
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001617 if (!S_ISREG(VFS_I(ip)->i_mode) || (VFS_I(ip)->i_mode == 0))
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001618 return 0;
1619
1620 /* If this is a read-only mount, don't do this (would generate I/O) */
1621 if (mp->m_flags & XFS_MOUNT_RDONLY)
1622 return 0;
1623
1624 if (!XFS_FORCED_SHUTDOWN(mp)) {
1625 int truncated;
1626
1627 /*
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001628 * If we previously truncated this file and removed old data
1629 * in the process, we want to initiate "early" writeout on
1630 * the last close. This is an attempt to combat the notorious
1631 * NULL files problem which is particularly noticeable from a
1632 * truncate down, buffered (re-)write (delalloc), followed by
1633 * a crash. What we are effectively doing here is
1634 * significantly reducing the time window where we'd otherwise
1635 * be exposed to that problem.
1636 */
1637 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED);
1638 if (truncated) {
1639 xfs_iflags_clear(ip, XFS_IDIRTY_RELEASE);
Dave Chinnereac152b2014-08-04 13:22:49 +10001640 if (ip->i_delayed_blks > 0) {
Dave Chinner24513372014-06-25 14:58:08 +10001641 error = filemap_flush(VFS_I(ip)->i_mapping);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001642 if (error)
1643 return error;
1644 }
1645 }
1646 }
1647
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001648 if (VFS_I(ip)->i_nlink == 0)
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001649 return 0;
1650
1651 if (xfs_can_free_eofblocks(ip, false)) {
1652
1653 /*
1654 * If we can't get the iolock just skip truncating the blocks
1655 * past EOF because we could deadlock with the mmap_sem
1656 * otherwise. We'll get another chance to drop them once the
1657 * last reference to the inode is dropped, so we'll never leak
1658 * blocks permanently.
1659 *
1660 * Further, check if the inode is being opened, written and
1661 * closed frequently and we have delayed allocation blocks
1662 * outstanding (e.g. streaming writes from the NFS server),
1663 * truncating the blocks past EOF will cause fragmentation to
1664 * occur.
1665 *
1666 * In this case don't do the truncation, either, but we have to
1667 * be careful how we detect this case. Blocks beyond EOF show
1668 * up as i_delayed_blks even when the inode is clean, so we
1669 * need to truncate them away first before checking for a dirty
1670 * release. Hence on the first dirty close we will still remove
1671 * the speculative allocation, but after that we will leave it
1672 * in place.
1673 */
1674 if (xfs_iflags_test(ip, XFS_IDIRTY_RELEASE))
1675 return 0;
1676
1677 error = xfs_free_eofblocks(mp, ip, true);
Dave Chinner24513372014-06-25 14:58:08 +10001678 if (error && error != -EAGAIN)
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001679 return error;
1680
1681 /* delalloc blocks after truncation means it really is dirty */
1682 if (ip->i_delayed_blks)
1683 xfs_iflags_set(ip, XFS_IDIRTY_RELEASE);
1684 }
1685 return 0;
1686}
1687
1688/*
Brian Fosterf7be2d72013-09-20 11:06:10 -04001689 * xfs_inactive_truncate
1690 *
1691 * Called to perform a truncate when an inode becomes unlinked.
1692 */
1693STATIC int
1694xfs_inactive_truncate(
1695 struct xfs_inode *ip)
1696{
1697 struct xfs_mount *mp = ip->i_mount;
1698 struct xfs_trans *tp;
1699 int error;
1700
Christoph Hellwig253f4912016-04-06 09:19:55 +10001701 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
Brian Fosterf7be2d72013-09-20 11:06:10 -04001702 if (error) {
1703 ASSERT(XFS_FORCED_SHUTDOWN(mp));
Brian Fosterf7be2d72013-09-20 11:06:10 -04001704 return error;
1705 }
1706
1707 xfs_ilock(ip, XFS_ILOCK_EXCL);
1708 xfs_trans_ijoin(tp, ip, 0);
1709
1710 /*
1711 * Log the inode size first to prevent stale data exposure in the event
1712 * of a system crash before the truncate completes. See the related
1713 * comment in xfs_setattr_size() for details.
1714 */
1715 ip->i_d.di_size = 0;
1716 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1717
1718 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0);
1719 if (error)
1720 goto error_trans_cancel;
1721
1722 ASSERT(ip->i_d.di_nextents == 0);
1723
Christoph Hellwig70393312015-06-04 13:48:08 +10001724 error = xfs_trans_commit(tp);
Brian Fosterf7be2d72013-09-20 11:06:10 -04001725 if (error)
1726 goto error_unlock;
1727
1728 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1729 return 0;
1730
1731error_trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001732 xfs_trans_cancel(tp);
Brian Fosterf7be2d72013-09-20 11:06:10 -04001733error_unlock:
1734 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1735 return error;
1736}
1737
1738/*
Brian Foster88877d22013-09-20 11:06:11 -04001739 * xfs_inactive_ifree()
1740 *
1741 * Perform the inode free when an inode is unlinked.
1742 */
1743STATIC int
1744xfs_inactive_ifree(
1745 struct xfs_inode *ip)
1746{
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001747 struct xfs_defer_ops dfops;
Brian Foster88877d22013-09-20 11:06:11 -04001748 xfs_fsblock_t first_block;
Brian Foster88877d22013-09-20 11:06:11 -04001749 struct xfs_mount *mp = ip->i_mount;
1750 struct xfs_trans *tp;
1751 int error;
1752
Brian Foster9d43b182014-04-24 16:00:52 +10001753 /*
1754 * The ifree transaction might need to allocate blocks for record
1755 * insertion to the finobt. We don't want to fail here at ENOSPC, so
1756 * allow ifree to dip into the reserved block pool if necessary.
1757 *
1758 * Freeing large sets of inodes generally means freeing inode chunks,
1759 * directory and file data blocks, so this should be relatively safe.
1760 * Only under severe circumstances should it be possible to free enough
1761 * inodes to exhaust the reserve block pool via finobt expansion while
1762 * at the same time not creating free space in the filesystem.
1763 *
1764 * Send a warning if the reservation does happen to fail, as the inode
1765 * now remains allocated and sits on the unlinked list until the fs is
1766 * repaired.
1767 */
Christoph Hellwig253f4912016-04-06 09:19:55 +10001768 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree,
1769 XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp);
Brian Foster88877d22013-09-20 11:06:11 -04001770 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +10001771 if (error == -ENOSPC) {
Brian Foster9d43b182014-04-24 16:00:52 +10001772 xfs_warn_ratelimited(mp,
1773 "Failed to remove inode(s) from unlinked list. "
1774 "Please free space, unmount and run xfs_repair.");
1775 } else {
1776 ASSERT(XFS_FORCED_SHUTDOWN(mp));
1777 }
Brian Foster88877d22013-09-20 11:06:11 -04001778 return error;
1779 }
1780
1781 xfs_ilock(ip, XFS_ILOCK_EXCL);
1782 xfs_trans_ijoin(tp, ip, 0);
1783
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001784 xfs_defer_init(&dfops, &first_block);
1785 error = xfs_ifree(tp, ip, &dfops);
Brian Foster88877d22013-09-20 11:06:11 -04001786 if (error) {
1787 /*
1788 * If we fail to free the inode, shut down. The cancel
1789 * might do that, we need to make sure. Otherwise the
1790 * inode might be lost for a long time or forever.
1791 */
1792 if (!XFS_FORCED_SHUTDOWN(mp)) {
1793 xfs_notice(mp, "%s: xfs_ifree returned error %d",
1794 __func__, error);
1795 xfs_force_shutdown(mp, SHUTDOWN_META_IO_ERROR);
1796 }
Christoph Hellwig4906e212015-06-04 13:47:56 +10001797 xfs_trans_cancel(tp);
Brian Foster88877d22013-09-20 11:06:11 -04001798 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1799 return error;
1800 }
1801
1802 /*
1803 * Credit the quota account(s). The inode is gone.
1804 */
1805 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1);
1806
1807 /*
Brian Fosterd4a97a02015-08-19 10:01:40 +10001808 * Just ignore errors at this point. There is nothing we can do except
1809 * to try to keep going. Make sure it's not a silent error.
Brian Foster88877d22013-09-20 11:06:11 -04001810 */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001811 error = xfs_defer_finish(&tp, &dfops, NULL);
Brian Fosterd4a97a02015-08-19 10:01:40 +10001812 if (error) {
Darrick J. Wong310a75a2016-08-03 11:18:10 +10001813 xfs_notice(mp, "%s: xfs_defer_finish returned error %d",
Brian Foster88877d22013-09-20 11:06:11 -04001814 __func__, error);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001815 xfs_defer_cancel(&dfops);
Brian Fosterd4a97a02015-08-19 10:01:40 +10001816 }
Christoph Hellwig70393312015-06-04 13:48:08 +10001817 error = xfs_trans_commit(tp);
Brian Foster88877d22013-09-20 11:06:11 -04001818 if (error)
1819 xfs_notice(mp, "%s: xfs_trans_commit returned error %d",
1820 __func__, error);
1821
1822 xfs_iunlock(ip, XFS_ILOCK_EXCL);
1823 return 0;
1824}
1825
1826/*
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001827 * xfs_inactive
1828 *
1829 * This is called when the vnode reference count for the vnode
1830 * goes to zero. If the file has been unlinked, then it must
1831 * now be truncated. Also, we clear all of the read-ahead state
1832 * kept for the inode here since the file is now closed.
1833 */
Brian Foster74564fb2013-09-20 11:06:12 -04001834void
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001835xfs_inactive(
1836 xfs_inode_t *ip)
1837{
Jie Liu3d3c8b52013-08-12 20:49:59 +10001838 struct xfs_mount *mp;
Jie Liu3d3c8b52013-08-12 20:49:59 +10001839 int error;
1840 int truncate = 0;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001841
1842 /*
1843 * If the inode is already free, then there can be nothing
1844 * to clean up here.
1845 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001846 if (VFS_I(ip)->i_mode == 0) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001847 ASSERT(ip->i_df.if_real_bytes == 0);
1848 ASSERT(ip->i_df.if_broot_bytes == 0);
Brian Foster74564fb2013-09-20 11:06:12 -04001849 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001850 }
1851
1852 mp = ip->i_mount;
Darrick J. Wong17c12bc2016-10-03 09:11:29 -07001853 ASSERT(!xfs_iflags_test(ip, XFS_IRECOVERY));
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001854
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001855 /* If this is a read-only mount, don't do this (would generate I/O) */
1856 if (mp->m_flags & XFS_MOUNT_RDONLY)
Brian Foster74564fb2013-09-20 11:06:12 -04001857 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001858
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001859 if (VFS_I(ip)->i_nlink != 0) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001860 /*
1861 * force is true because we are evicting an inode from the
1862 * cache. Post-eof blocks must be freed, lest we end up with
1863 * broken free space accounting.
1864 */
Brian Foster74564fb2013-09-20 11:06:12 -04001865 if (xfs_can_free_eofblocks(ip, true))
1866 xfs_free_eofblocks(mp, ip, false);
1867
1868 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001869 }
1870
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001871 if (S_ISREG(VFS_I(ip)->i_mode) &&
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001872 (ip->i_d.di_size != 0 || XFS_ISIZE(ip) != 0 ||
1873 ip->i_d.di_nextents > 0 || ip->i_delayed_blks > 0))
1874 truncate = 1;
1875
1876 error = xfs_qm_dqattach(ip, 0);
1877 if (error)
Brian Foster74564fb2013-09-20 11:06:12 -04001878 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001879
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001880 if (S_ISLNK(VFS_I(ip)->i_mode))
Brian Foster36b21dd2013-09-20 11:06:09 -04001881 error = xfs_inactive_symlink(ip);
Brian Fosterf7be2d72013-09-20 11:06:10 -04001882 else if (truncate)
1883 error = xfs_inactive_truncate(ip);
1884 if (error)
Brian Foster74564fb2013-09-20 11:06:12 -04001885 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001886
1887 /*
1888 * If there are attributes associated with the file then blow them away
1889 * now. The code calls a routine that recursively deconstructs the
Dave Chinner6dfe5a02015-05-29 07:40:08 +10001890 * attribute fork. If also blows away the in-core attribute fork.
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001891 */
Dave Chinner6dfe5a02015-05-29 07:40:08 +10001892 if (XFS_IFORK_Q(ip)) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001893 error = xfs_attr_inactive(ip);
1894 if (error)
Brian Foster74564fb2013-09-20 11:06:12 -04001895 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001896 }
1897
Dave Chinner6dfe5a02015-05-29 07:40:08 +10001898 ASSERT(!ip->i_afp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001899 ASSERT(ip->i_d.di_anextents == 0);
Dave Chinner6dfe5a02015-05-29 07:40:08 +10001900 ASSERT(ip->i_d.di_forkoff == 0);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001901
1902 /*
1903 * Free the inode.
1904 */
Brian Foster88877d22013-09-20 11:06:11 -04001905 error = xfs_inactive_ifree(ip);
1906 if (error)
Brian Foster74564fb2013-09-20 11:06:12 -04001907 return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001908
1909 /*
1910 * Release the dquots held by inode, if any.
1911 */
1912 xfs_qm_dqdetach(ip);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10001913}
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915/*
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001916 * This is called when the inode's link count goes to 0 or we are creating a
1917 * tmpfile via O_TMPFILE. In the case of a tmpfile, @ignore_linkcount will be
1918 * set to true as the link count is dropped to zero by the VFS after we've
1919 * created the file successfully, so we have to add it to the unlinked list
1920 * while the link count is non-zero.
1921 *
1922 * We place the on-disk inode on a list in the AGI. It will be pulled from this
1923 * list when the inode is freed.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 */
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001925STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926xfs_iunlink(
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001927 struct xfs_trans *tp,
1928 struct xfs_inode *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929{
Dave Chinner54d7b5c2016-02-09 16:54:58 +11001930 xfs_mount_t *mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 xfs_agi_t *agi;
1932 xfs_dinode_t *dip;
1933 xfs_buf_t *agibp;
1934 xfs_buf_t *ibp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 xfs_agino_t agino;
1936 short bucket_index;
1937 int offset;
1938 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001940 ASSERT(VFS_I(ip)->i_mode != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 /*
1943 * Get the agi buffer first. It ensures lock ordering
1944 * on the list.
1945 */
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001946 error = xfs_read_agi(mp, tp, XFS_INO_TO_AGNO(mp, ip->i_ino), &agibp);
Vlad Apostolov859d7182007-10-11 17:44:18 +10001947 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 agi = XFS_BUF_TO_AGI(agibp);
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11001950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 /*
1952 * Get the index into the agi hash table for the
1953 * list this inode will go on.
1954 */
1955 agino = XFS_INO_TO_AGINO(mp, ip->i_ino);
1956 ASSERT(agino != 0);
1957 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
1958 ASSERT(agi->agi_unlinked[bucket_index]);
Christoph Hellwig16259e72005-11-02 15:11:25 +11001959 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001961 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 /*
1963 * There is already another inode in the bucket we need
1964 * to add ourselves to. Add us at the front of the list.
1965 * Here we put the head pointer into our next pointer,
1966 * and then we fall through to point the head at us.
1967 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04001968 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
1969 0, 0);
Vlad Apostolovc319b582007-11-23 16:27:51 +11001970 if (error)
1971 return error;
1972
Christoph Hellwig69ef9212011-07-08 14:36:05 +02001973 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 dip->di_next_unlinked = agi->agi_unlinked[bucket_index];
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11001975 offset = ip->i_imap.im_boffset +
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10001977
1978 /* need to recalc the inode CRC if appropriate */
1979 xfs_dinode_calc_crc(mp, dip);
1980
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 xfs_trans_inode_buf(tp, ibp);
1982 xfs_trans_log_buf(tp, ibp, offset,
1983 (offset + sizeof(xfs_agino_t) - 1));
1984 xfs_inobp_check(mp, ibp);
1985 }
1986
1987 /*
1988 * Point the bucket head pointer at the inode being inserted.
1989 */
1990 ASSERT(agino != 0);
Christoph Hellwig16259e72005-11-02 15:11:25 +11001991 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992 offset = offsetof(xfs_agi_t, agi_unlinked) +
1993 (sizeof(xfs_agino_t) * bucket_index);
Dave Chinnerf19b8722015-01-22 09:29:40 +11001994 xfs_trans_buf_set_type(tp, agibp, XFS_BLFT_AGI_BUF);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 xfs_trans_log_buf(tp, agibp, offset,
1996 (offset + sizeof(xfs_agino_t) - 1));
1997 return 0;
1998}
1999
2000/*
2001 * Pull the on-disk inode from the AGI unlinked list.
2002 */
2003STATIC int
2004xfs_iunlink_remove(
2005 xfs_trans_t *tp,
2006 xfs_inode_t *ip)
2007{
2008 xfs_ino_t next_ino;
2009 xfs_mount_t *mp;
2010 xfs_agi_t *agi;
2011 xfs_dinode_t *dip;
2012 xfs_buf_t *agibp;
2013 xfs_buf_t *ibp;
2014 xfs_agnumber_t agno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 xfs_agino_t agino;
2016 xfs_agino_t next_agino;
2017 xfs_buf_t *last_ibp;
Nathan Scott6fdf8cc2006-06-28 10:13:52 +10002018 xfs_dinode_t *last_dip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019 short bucket_index;
Nathan Scott6fdf8cc2006-06-28 10:13:52 +10002020 int offset, last_offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023 mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 agno = XFS_INO_TO_AGNO(mp, ip->i_ino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025
2026 /*
2027 * Get the agi buffer first. It ensures lock ordering
2028 * on the list.
2029 */
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11002030 error = xfs_read_agi(mp, tp, agno, &agibp);
2031 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 return error;
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11002033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 agi = XFS_BUF_TO_AGI(agibp);
Christoph Hellwig5e1be0f2008-11-28 14:23:37 +11002035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036 /*
2037 * Get the index into the agi hash table for the
2038 * list this inode will go on.
2039 */
2040 agino = XFS_INO_TO_AGINO(mp, ip->i_ino);
2041 ASSERT(agino != 0);
2042 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
Christoph Hellwig69ef9212011-07-08 14:36:05 +02002043 ASSERT(agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 ASSERT(agi->agi_unlinked[bucket_index]);
2045
Christoph Hellwig16259e72005-11-02 15:11:25 +11002046 if (be32_to_cpu(agi->agi_unlinked[bucket_index]) == agino) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047 /*
Christoph Hellwig475ee412012-07-03 12:21:22 -04002048 * We're at the head of the list. Get the inode's on-disk
2049 * buffer to see if there is anyone after us on the list.
2050 * Only modify our next pointer if it is not already NULLAGINO.
2051 * This saves us the overhead of dealing with the buffer when
2052 * there is no need to change it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04002054 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
2055 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056 if (error) {
Christoph Hellwig475ee412012-07-03 12:21:22 -04002057 xfs_warn(mp, "%s: xfs_imap_to_bp returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11002058 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059 return error;
2060 }
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002061 next_agino = be32_to_cpu(dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 ASSERT(next_agino != 0);
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 bucket head pointer at the next inode.
2080 */
2081 ASSERT(next_agino != 0);
2082 ASSERT(next_agino != agino);
Christoph Hellwig16259e72005-11-02 15:11:25 +11002083 agi->agi_unlinked[bucket_index] = cpu_to_be32(next_agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084 offset = offsetof(xfs_agi_t, agi_unlinked) +
2085 (sizeof(xfs_agino_t) * bucket_index);
Dave Chinnerf19b8722015-01-22 09:29:40 +11002086 xfs_trans_buf_set_type(tp, agibp, XFS_BLFT_AGI_BUF);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087 xfs_trans_log_buf(tp, agibp, offset,
2088 (offset + sizeof(xfs_agino_t) - 1));
2089 } else {
2090 /*
2091 * We need to search the list for the inode being freed.
2092 */
Christoph Hellwig16259e72005-11-02 15:11:25 +11002093 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 last_ibp = NULL;
2095 while (next_agino != agino) {
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002096 struct xfs_imap imap;
2097
2098 if (last_ibp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 xfs_trans_brelse(tp, last_ibp);
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002100
2101 imap.im_blkno = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 next_ino = XFS_AGINO_TO_INO(mp, agno, next_agino);
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002103
2104 error = xfs_imap(mp, tp, next_ino, &imap, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 if (error) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11002106 xfs_warn(mp,
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002107 "%s: xfs_imap returned error %d.",
2108 __func__, error);
2109 return error;
2110 }
2111
2112 error = xfs_imap_to_bp(mp, tp, &imap, &last_dip,
2113 &last_ibp, 0, 0);
2114 if (error) {
2115 xfs_warn(mp,
2116 "%s: xfs_imap_to_bp returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11002117 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118 return error;
2119 }
Christoph Hellwig129dbc92012-07-03 12:21:51 -04002120
2121 last_offset = imap.im_boffset;
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002122 next_agino = be32_to_cpu(last_dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123 ASSERT(next_agino != NULLAGINO);
2124 ASSERT(next_agino != 0);
2125 }
Christoph Hellwig475ee412012-07-03 12:21:22 -04002126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127 /*
Christoph Hellwig475ee412012-07-03 12:21:22 -04002128 * Now last_ibp points to the buffer previous to us on the
2129 * unlinked list. Pull us from the list.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04002131 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp,
2132 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 if (error) {
Christoph Hellwig475ee412012-07-03 12:21:22 -04002134 xfs_warn(mp, "%s: xfs_imap_to_bp(2) returned error %d.",
Dave Chinner0b932cc2011-03-07 10:08:35 +11002135 __func__, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 return error;
2137 }
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002138 next_agino = be32_to_cpu(dip->di_next_unlinked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139 ASSERT(next_agino != 0);
2140 ASSERT(next_agino != agino);
2141 if (next_agino != NULLAGINO) {
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002142 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
Christoph Hellwig92bfc6e2008-11-28 14:23:41 +11002143 offset = ip->i_imap.im_boffset +
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144 offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10002145
2146 /* need to recalc the inode CRC if appropriate */
2147 xfs_dinode_calc_crc(mp, dip);
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149 xfs_trans_inode_buf(tp, ibp);
2150 xfs_trans_log_buf(tp, ibp, offset,
2151 (offset + sizeof(xfs_agino_t) - 1));
2152 xfs_inobp_check(mp, ibp);
2153 } else {
2154 xfs_trans_brelse(tp, ibp);
2155 }
2156 /*
2157 * Point the previous inode on the list to the next inode.
2158 */
Christoph Hellwig347d1c02007-08-28 13:57:51 +10002159 last_dip->di_next_unlinked = cpu_to_be32(next_agino);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160 ASSERT(next_agino != 0);
2161 offset = last_offset + offsetof(xfs_dinode_t, di_next_unlinked);
Dave Chinner0a32c262013-06-05 12:09:08 +10002162
2163 /* need to recalc the inode CRC if appropriate */
2164 xfs_dinode_calc_crc(mp, last_dip);
2165
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 xfs_trans_inode_buf(tp, last_ibp);
2167 xfs_trans_log_buf(tp, last_ibp, offset,
2168 (offset + sizeof(xfs_agino_t) - 1));
2169 xfs_inobp_check(mp, last_ibp);
2170 }
2171 return 0;
2172}
2173
Dave Chinner5b3eed72010-08-24 11:42:41 +10002174/*
Zhi Yong Wu0b8182d2013-08-12 03:14:59 +00002175 * A big issue when freeing the inode cluster is that we _cannot_ skip any
Dave Chinner5b3eed72010-08-24 11:42:41 +10002176 * inodes that are in memory - they all must be marked stale and attached to
2177 * the cluster buffer.
2178 */
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002179STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180xfs_ifree_cluster(
Brian Foster09b56602015-05-29 09:26:03 +10002181 xfs_inode_t *free_ip,
2182 xfs_trans_t *tp,
2183 struct xfs_icluster *xic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184{
2185 xfs_mount_t *mp = free_ip->i_mount;
2186 int blks_per_cluster;
Jie Liu982e9392013-12-13 15:51:49 +11002187 int inodes_per_cluster;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 int nbufs;
Dave Chinner5b257b42010-06-03 16:22:29 +10002189 int i, j;
Brian Foster3cdaa182015-06-04 13:03:34 +10002190 int ioffset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191 xfs_daddr_t blkno;
2192 xfs_buf_t *bp;
Dave Chinner5b257b42010-06-03 16:22:29 +10002193 xfs_inode_t *ip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194 xfs_inode_log_item_t *iip;
2195 xfs_log_item_t *lip;
Dave Chinner5017e972010-01-11 11:47:40 +00002196 struct xfs_perag *pag;
Brian Foster09b56602015-05-29 09:26:03 +10002197 xfs_ino_t inum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198
Brian Foster09b56602015-05-29 09:26:03 +10002199 inum = xic->first_ino;
Dave Chinner5017e972010-01-11 11:47:40 +00002200 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, inum));
Jie Liu982e9392013-12-13 15:51:49 +11002201 blks_per_cluster = xfs_icluster_size_fsb(mp);
2202 inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog;
2203 nbufs = mp->m_ialloc_blks / blks_per_cluster;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Jie Liu982e9392013-12-13 15:51:49 +11002205 for (j = 0; j < nbufs; j++, inum += inodes_per_cluster) {
Brian Foster09b56602015-05-29 09:26:03 +10002206 /*
2207 * The allocation bitmap tells us which inodes of the chunk were
2208 * physically allocated. Skip the cluster if an inode falls into
2209 * a sparse region.
2210 */
Brian Foster3cdaa182015-06-04 13:03:34 +10002211 ioffset = inum - xic->first_ino;
2212 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) {
2213 ASSERT(do_mod(ioffset, inodes_per_cluster) == 0);
Brian Foster09b56602015-05-29 09:26:03 +10002214 continue;
2215 }
2216
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 blkno = XFS_AGB_TO_DADDR(mp, XFS_INO_TO_AGNO(mp, inum),
2218 XFS_INO_TO_AGBNO(mp, inum));
2219
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 /*
Dave Chinner5b257b42010-06-03 16:22:29 +10002221 * We obtain and lock the backing buffer first in the process
2222 * here, as we have to ensure that any dirty inode that we
2223 * can't get the flush lock on is attached to the buffer.
2224 * If we scan the in-memory inodes first, then buffer IO can
2225 * complete before we get a lock on it, and hence we may fail
2226 * to mark all the active inodes on the buffer stale.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002228 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, blkno,
Dave Chinnerb6aff292012-11-02 11:38:42 +11002229 mp->m_bsize * blks_per_cluster,
2230 XBF_UNMAPPED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002232 if (!bp)
Dave Chinner24513372014-06-25 14:58:08 +10002233 return -ENOMEM;
Dave Chinnerb0f539d2012-11-14 17:53:49 +11002234
2235 /*
2236 * This buffer may not have been correctly initialised as we
2237 * didn't read it from disk. That's not important because we are
2238 * only using to mark the buffer as stale in the log, and to
2239 * attach stale cached inodes on it. That means it will never be
2240 * dispatched for IO. If it is, we want to know about it, and we
2241 * want it to fail. We can acheive this by adding a write
2242 * verifier to the buffer.
2243 */
Dave Chinner1813dd62012-11-14 17:54:40 +11002244 bp->b_ops = &xfs_inode_buf_ops;
Dave Chinnerb0f539d2012-11-14 17:53:49 +11002245
Dave Chinner5b257b42010-06-03 16:22:29 +10002246 /*
2247 * Walk the inodes already attached to the buffer and mark them
2248 * stale. These will all have the flush locks held, so an
Dave Chinner5b3eed72010-08-24 11:42:41 +10002249 * in-memory inode walk can't lock them. By marking them all
2250 * stale first, we will not attempt to lock them in the loop
2251 * below as the XFS_ISTALE flag will be set.
Dave Chinner5b257b42010-06-03 16:22:29 +10002252 */
Christoph Hellwigadadbee2011-07-13 13:43:49 +02002253 lip = bp->b_fspriv;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254 while (lip) {
2255 if (lip->li_type == XFS_LI_INODE) {
2256 iip = (xfs_inode_log_item_t *)lip;
2257 ASSERT(iip->ili_logged == 1);
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10002258 lip->li_cb = xfs_istale_done;
David Chinner7b2e2a32008-10-30 17:39:12 +11002259 xfs_trans_ail_copy_lsn(mp->m_ail,
2260 &iip->ili_flush_lsn,
2261 &iip->ili_item.li_lsn);
David Chinnere5ffd2b2006-11-21 18:55:33 +11002262 xfs_iflags_set(iip->ili_inode, XFS_ISTALE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263 }
2264 lip = lip->li_bio_list;
2265 }
2266
Dave Chinner5b3eed72010-08-24 11:42:41 +10002267
Dave Chinner5b257b42010-06-03 16:22:29 +10002268 /*
2269 * For each inode in memory attempt to add it to the inode
2270 * buffer and set it up for being staled on buffer IO
2271 * completion. This is safe as we've locked out tail pushing
2272 * and flushing by locking the buffer.
2273 *
2274 * We have already marked every inode that was part of a
2275 * transaction stale above, which means there is no point in
2276 * even trying to lock them.
2277 */
Jie Liu982e9392013-12-13 15:51:49 +11002278 for (i = 0; i < inodes_per_cluster; i++) {
Dave Chinner5b3eed72010-08-24 11:42:41 +10002279retry:
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002280 rcu_read_lock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002281 ip = radix_tree_lookup(&pag->pag_ici_root,
2282 XFS_INO_TO_AGINO(mp, (inum + i)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002284 /* Inode not in memory, nothing to do */
2285 if (!ip) {
2286 rcu_read_unlock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002287 continue;
2288 }
2289
Dave Chinner5b3eed72010-08-24 11:42:41 +10002290 /*
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002291 * because this is an RCU protected lookup, we could
2292 * find a recently freed or even reallocated inode
2293 * during the lookup. We need to check under the
2294 * i_flags_lock for a valid inode here. Skip it if it
2295 * is not valid, the wrong inode or stale.
2296 */
2297 spin_lock(&ip->i_flags_lock);
2298 if (ip->i_ino != inum + i ||
2299 __xfs_iflags_test(ip, XFS_ISTALE)) {
2300 spin_unlock(&ip->i_flags_lock);
2301 rcu_read_unlock();
2302 continue;
2303 }
2304 spin_unlock(&ip->i_flags_lock);
2305
2306 /*
Dave Chinner5b3eed72010-08-24 11:42:41 +10002307 * Don't try to lock/unlock the current inode, but we
2308 * _cannot_ skip the other inodes that we did not find
2309 * in the list attached to the buffer and are not
2310 * already marked stale. If we can't lock it, back off
2311 * and retry.
2312 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002313 if (ip != free_ip &&
2314 !xfs_ilock_nowait(ip, XFS_ILOCK_EXCL)) {
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002315 rcu_read_unlock();
Dave Chinner5b3eed72010-08-24 11:42:41 +10002316 delay(1);
2317 goto retry;
Dave Chinner5b257b42010-06-03 16:22:29 +10002318 }
Dave Chinner1a3e8f32010-12-17 17:29:43 +11002319 rcu_read_unlock();
Dave Chinner5b257b42010-06-03 16:22:29 +10002320
Dave Chinner5b3eed72010-08-24 11:42:41 +10002321 xfs_iflock(ip);
Dave Chinner5b257b42010-06-03 16:22:29 +10002322 xfs_iflags_set(ip, XFS_ISTALE);
Dave Chinner5b257b42010-06-03 16:22:29 +10002323
Dave Chinner5b3eed72010-08-24 11:42:41 +10002324 /*
2325 * we don't need to attach clean inodes or those only
2326 * with unlogged changes (which we throw away, anyway).
2327 */
Dave Chinner5b257b42010-06-03 16:22:29 +10002328 iip = ip->i_itemp;
Dave Chinner5b3eed72010-08-24 11:42:41 +10002329 if (!iip || xfs_inode_clean(ip)) {
Dave Chinner5b257b42010-06-03 16:22:29 +10002330 ASSERT(ip != free_ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331 xfs_ifunlock(ip);
2332 xfs_iunlock(ip, XFS_ILOCK_EXCL);
2333 continue;
2334 }
2335
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00002336 iip->ili_last_fields = iip->ili_fields;
2337 iip->ili_fields = 0;
Dave Chinnerfc0561c2015-11-03 13:14:59 +11002338 iip->ili_fsync_fields = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339 iip->ili_logged = 1;
David Chinner7b2e2a32008-10-30 17:39:12 +11002340 xfs_trans_ail_copy_lsn(mp->m_ail, &iip->ili_flush_lsn,
2341 &iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10002343 xfs_buf_attach_iodone(bp, xfs_istale_done,
2344 &iip->ili_item);
Dave Chinner5b257b42010-06-03 16:22:29 +10002345
2346 if (ip != free_ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348 }
2349
Dave Chinner5b3eed72010-08-24 11:42:41 +10002350 xfs_trans_stale_inode_buf(tp, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351 xfs_trans_binval(tp, bp);
2352 }
2353
Dave Chinner5017e972010-01-11 11:47:40 +00002354 xfs_perag_put(pag);
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002355 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356}
2357
2358/*
2359 * This is called to return an inode to the inode free list.
2360 * The inode should already be truncated to 0 length and have
2361 * no pages associated with it. This routine also assumes that
2362 * the inode is already a part of the transaction.
2363 *
2364 * The on-disk copy of the inode will have been added to the list
2365 * of unlinked inodes in the AGI. We need to remove the inode from
2366 * that list atomically with respect to freeing it here.
2367 */
2368int
2369xfs_ifree(
2370 xfs_trans_t *tp,
2371 xfs_inode_t *ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002372 struct xfs_defer_ops *dfops)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373{
2374 int error;
Brian Foster09b56602015-05-29 09:26:03 +10002375 struct xfs_icluster xic = { 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10002377 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Dave Chinner54d7b5c2016-02-09 16:54:58 +11002378 ASSERT(VFS_I(ip)->i_nlink == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 ASSERT(ip->i_d.di_nextents == 0);
2380 ASSERT(ip->i_d.di_anextents == 0);
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002381 ASSERT(ip->i_d.di_size == 0 || !S_ISREG(VFS_I(ip)->i_mode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382 ASSERT(ip->i_d.di_nblocks == 0);
2383
2384 /*
2385 * Pull the on-disk inode from the AGI unlinked list.
2386 */
2387 error = xfs_iunlink_remove(tp, ip);
Dave Chinner1baaed82013-06-27 16:04:50 +10002388 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002391 error = xfs_difree(tp, ip->i_ino, dfops, &xic);
Dave Chinner1baaed82013-06-27 16:04:50 +10002392 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 return error;
Dave Chinner1baaed82013-06-27 16:04:50 +10002394
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002395 VFS_I(ip)->i_mode = 0; /* mark incore inode as free */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 ip->i_d.di_flags = 0;
2397 ip->i_d.di_dmevmask = 0;
2398 ip->i_d.di_forkoff = 0; /* mark the attr fork not in use */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS;
2400 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
2401 /*
2402 * Bump the generation count so no one will be confused
2403 * by reincarnations of this inode.
2404 */
Dave Chinner9e9a2672016-02-09 16:54:58 +11002405 VFS_I(ip)->i_generation++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
2407
Brian Foster09b56602015-05-29 09:26:03 +10002408 if (xic.deleted)
2409 error = xfs_ifree_cluster(ip, tp, &xic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +00002411 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412}
2413
2414/*
Christoph Hellwig60ec67832010-02-17 19:43:56 +00002415 * This is called to unpin an inode. The caller must have the inode locked
2416 * in at least shared mode so that the buffer cannot be subsequently pinned
2417 * once someone is waiting for it to be unpinned.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418 */
Christoph Hellwig60ec67832010-02-17 19:43:56 +00002419static void
Christoph Hellwigf392e632011-12-18 20:00:10 +00002420xfs_iunpin(
Christoph Hellwig60ec67832010-02-17 19:43:56 +00002421 struct xfs_inode *ip)
David Chinnera3f74ff2008-03-06 13:43:42 +11002422{
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10002423 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
David Chinnera3f74ff2008-03-06 13:43:42 +11002424
Dave Chinner4aaf15d2010-03-08 11:24:07 +11002425 trace_xfs_inode_unpin_nowait(ip, _RET_IP_);
2426
David Chinnera3f74ff2008-03-06 13:43:42 +11002427 /* Give the log a push to start the unpinning I/O */
Christoph Hellwig60ec67832010-02-17 19:43:56 +00002428 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0);
Christoph Hellwiga14a3482010-01-19 09:56:46 +00002429
David Chinnera3f74ff2008-03-06 13:43:42 +11002430}
2431
Christoph Hellwigf392e632011-12-18 20:00:10 +00002432static void
2433__xfs_iunpin_wait(
2434 struct xfs_inode *ip)
2435{
2436 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IPINNED_BIT);
2437 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IPINNED_BIT);
2438
2439 xfs_iunpin(ip);
2440
2441 do {
2442 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
2443 if (xfs_ipincount(ip))
2444 io_schedule();
2445 } while (xfs_ipincount(ip));
2446 finish_wait(wq, &wait.wait);
2447}
2448
Dave Chinner777df5a2010-02-06 12:37:26 +11002449void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450xfs_iunpin_wait(
Christoph Hellwig60ec67832010-02-17 19:43:56 +00002451 struct xfs_inode *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452{
Christoph Hellwigf392e632011-12-18 20:00:10 +00002453 if (xfs_ipincount(ip))
2454 __xfs_iunpin_wait(ip);
David Chinnera3f74ff2008-03-06 13:43:42 +11002455}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456
Dave Chinner27320362013-10-29 22:11:44 +11002457/*
2458 * Removing an inode from the namespace involves removing the directory entry
2459 * and dropping the link count on the inode. Removing the directory entry can
2460 * result in locking an AGF (directory blocks were freed) and removing a link
2461 * count can result in placing the inode on an unlinked list which results in
2462 * locking an AGI.
2463 *
2464 * The big problem here is that we have an ordering constraint on AGF and AGI
2465 * locking - inode allocation locks the AGI, then can allocate a new extent for
2466 * new inodes, locking the AGF after the AGI. Similarly, freeing the inode
2467 * removes the inode from the unlinked list, requiring that we lock the AGI
2468 * first, and then freeing the inode can result in an inode chunk being freed
2469 * and hence freeing disk space requiring that we lock an AGF.
2470 *
2471 * Hence the ordering that is imposed by other parts of the code is AGI before
2472 * AGF. This means we cannot remove the directory entry before we drop the inode
2473 * reference count and put it on the unlinked list as this results in a lock
2474 * order of AGF then AGI, and this can deadlock against inode allocation and
2475 * freeing. Therefore we must drop the link counts before we remove the
2476 * directory entry.
2477 *
2478 * This is still safe from a transactional point of view - it is not until we
Darrick J. Wong310a75a2016-08-03 11:18:10 +10002479 * get to xfs_defer_finish() that we have the possibility of multiple
Dave Chinner27320362013-10-29 22:11:44 +11002480 * transactions in this operation. Hence as long as we remove the directory
2481 * entry and drop the link count in the first transaction of the remove
2482 * operation, there are no transactional constraints on the ordering here.
2483 */
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002484int
2485xfs_remove(
2486 xfs_inode_t *dp,
2487 struct xfs_name *name,
2488 xfs_inode_t *ip)
2489{
2490 xfs_mount_t *mp = dp->i_mount;
2491 xfs_trans_t *tp = NULL;
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002492 int is_dir = S_ISDIR(VFS_I(ip)->i_mode);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002493 int error = 0;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002494 struct xfs_defer_ops dfops;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002495 xfs_fsblock_t first_block;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002496 uint resblks;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002497
2498 trace_xfs_remove(dp, name);
2499
2500 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10002501 return -EIO;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002502
2503 error = xfs_qm_dqattach(dp, 0);
2504 if (error)
2505 goto std_return;
2506
2507 error = xfs_qm_dqattach(ip, 0);
2508 if (error)
2509 goto std_return;
2510
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002511 /*
2512 * We try to get the real space reservation first,
2513 * allowing for directory btree deletion(s) implying
2514 * possible bmap insert(s). If we can't get the space
2515 * reservation then we use 0 instead, and avoid the bmap
2516 * btree insert(s) in the directory code by, if the bmap
2517 * insert tries to happen, instead trimming the LAST
2518 * block from the directory.
2519 */
2520 resblks = XFS_REMOVE_SPACE_RES(mp);
Christoph Hellwig253f4912016-04-06 09:19:55 +10002521 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, resblks, 0, 0, &tp);
Dave Chinner24513372014-06-25 14:58:08 +10002522 if (error == -ENOSPC) {
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002523 resblks = 0;
Christoph Hellwig253f4912016-04-06 09:19:55 +10002524 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, 0, 0, 0,
2525 &tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002526 }
2527 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +10002528 ASSERT(error != -ENOSPC);
Christoph Hellwig253f4912016-04-06 09:19:55 +10002529 goto std_return;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002530 }
2531
Dave Chinnerdbad7c92015-08-19 10:33:00 +10002532 xfs_ilock(dp, XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002533 xfs_lock_two_inodes(dp, ip, XFS_ILOCK_EXCL);
2534
Dave Chinnerdbad7c92015-08-19 10:33:00 +10002535 xfs_trans_ijoin(tp, dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002536 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
2537
2538 /*
2539 * If we're removing a directory perform some additional validation.
2540 */
2541 if (is_dir) {
Dave Chinner54d7b5c2016-02-09 16:54:58 +11002542 ASSERT(VFS_I(ip)->i_nlink >= 2);
2543 if (VFS_I(ip)->i_nlink != 2) {
Dave Chinner24513372014-06-25 14:58:08 +10002544 error = -ENOTEMPTY;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002545 goto out_trans_cancel;
2546 }
2547 if (!xfs_dir_isempty(ip)) {
Dave Chinner24513372014-06-25 14:58:08 +10002548 error = -ENOTEMPTY;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002549 goto out_trans_cancel;
2550 }
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002551
Dave Chinner27320362013-10-29 22:11:44 +11002552 /* Drop the link from ip's "..". */
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002553 error = xfs_droplink(tp, dp);
2554 if (error)
Dave Chinner27320362013-10-29 22:11:44 +11002555 goto out_trans_cancel;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002556
Dave Chinner27320362013-10-29 22:11:44 +11002557 /* Drop the "." link from ip to self. */
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002558 error = xfs_droplink(tp, ip);
2559 if (error)
Dave Chinner27320362013-10-29 22:11:44 +11002560 goto out_trans_cancel;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002561 } else {
2562 /*
2563 * When removing a non-directory we need to log the parent
2564 * inode here. For a directory this is done implicitly
2565 * by the xfs_droplink call for the ".." entry.
2566 */
2567 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
2568 }
Dave Chinner27320362013-10-29 22:11:44 +11002569 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002570
Dave Chinner27320362013-10-29 22:11:44 +11002571 /* Drop the link from dp to ip. */
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002572 error = xfs_droplink(tp, ip);
2573 if (error)
Dave Chinner27320362013-10-29 22:11:44 +11002574 goto out_trans_cancel;
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002575
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002576 xfs_defer_init(&dfops, &first_block);
Dave Chinner27320362013-10-29 22:11:44 +11002577 error = xfs_dir_removename(tp, dp, name, ip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002578 &first_block, &dfops, resblks);
Dave Chinner27320362013-10-29 22:11:44 +11002579 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +10002580 ASSERT(error != -ENOENT);
Dave Chinner27320362013-10-29 22:11:44 +11002581 goto out_bmap_cancel;
2582 }
2583
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002584 /*
2585 * If this is a synchronous mount, make sure that the
2586 * remove transaction goes to disk before returning to
2587 * the user.
2588 */
2589 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
2590 xfs_trans_set_sync(tp);
2591
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002592 error = xfs_defer_finish(&tp, &dfops, NULL);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002593 if (error)
2594 goto out_bmap_cancel;
2595
Christoph Hellwig70393312015-06-04 13:48:08 +10002596 error = xfs_trans_commit(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002597 if (error)
2598 goto std_return;
2599
Christoph Hellwig2cd2ef62014-04-23 07:11:51 +10002600 if (is_dir && xfs_inode_is_filestream(ip))
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002601 xfs_filestream_deassociate(ip);
2602
2603 return 0;
2604
2605 out_bmap_cancel:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002606 xfs_defer_cancel(&dfops);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002607 out_trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10002608 xfs_trans_cancel(tp);
Dave Chinnerc24b5df2013-08-12 20:49:45 +10002609 std_return:
2610 return error;
2611}
2612
Dave Chinnerf6bba202013-08-12 20:49:46 +10002613/*
2614 * Enter all inodes for a rename transaction into a sorted array.
2615 */
Dave Chinner95afcf52015-03-25 14:03:32 +11002616#define __XFS_SORT_INODES 5
Dave Chinnerf6bba202013-08-12 20:49:46 +10002617STATIC void
2618xfs_sort_for_rename(
Dave Chinner95afcf52015-03-25 14:03:32 +11002619 struct xfs_inode *dp1, /* in: old (source) directory inode */
2620 struct xfs_inode *dp2, /* in: new (target) directory inode */
2621 struct xfs_inode *ip1, /* in: inode of old entry */
2622 struct xfs_inode *ip2, /* in: inode of new entry */
2623 struct xfs_inode *wip, /* in: whiteout inode */
2624 struct xfs_inode **i_tab,/* out: sorted array of inodes */
2625 int *num_inodes) /* in/out: inodes in array */
Dave Chinnerf6bba202013-08-12 20:49:46 +10002626{
Dave Chinnerf6bba202013-08-12 20:49:46 +10002627 int i, j;
2628
Dave Chinner95afcf52015-03-25 14:03:32 +11002629 ASSERT(*num_inodes == __XFS_SORT_INODES);
2630 memset(i_tab, 0, *num_inodes * sizeof(struct xfs_inode *));
2631
Dave Chinnerf6bba202013-08-12 20:49:46 +10002632 /*
2633 * i_tab contains a list of pointers to inodes. We initialize
2634 * the table here & we'll sort it. We will then use it to
2635 * order the acquisition of the inode locks.
2636 *
2637 * Note that the table may contain duplicates. e.g., dp1 == dp2.
2638 */
Dave Chinner95afcf52015-03-25 14:03:32 +11002639 i = 0;
2640 i_tab[i++] = dp1;
2641 i_tab[i++] = dp2;
2642 i_tab[i++] = ip1;
2643 if (ip2)
2644 i_tab[i++] = ip2;
2645 if (wip)
2646 i_tab[i++] = wip;
2647 *num_inodes = i;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002648
2649 /*
2650 * Sort the elements via bubble sort. (Remember, there are at
Dave Chinner95afcf52015-03-25 14:03:32 +11002651 * most 5 elements to sort, so this is adequate.)
Dave Chinnerf6bba202013-08-12 20:49:46 +10002652 */
2653 for (i = 0; i < *num_inodes; i++) {
2654 for (j = 1; j < *num_inodes; j++) {
2655 if (i_tab[j]->i_ino < i_tab[j-1]->i_ino) {
Dave Chinner95afcf52015-03-25 14:03:32 +11002656 struct xfs_inode *temp = i_tab[j];
Dave Chinnerf6bba202013-08-12 20:49:46 +10002657 i_tab[j] = i_tab[j-1];
2658 i_tab[j-1] = temp;
2659 }
2660 }
2661 }
2662}
2663
Dave Chinner310606b2015-03-25 14:06:07 +11002664static int
2665xfs_finish_rename(
2666 struct xfs_trans *tp,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002667 struct xfs_defer_ops *dfops)
Dave Chinner310606b2015-03-25 14:06:07 +11002668{
Dave Chinner310606b2015-03-25 14:06:07 +11002669 int error;
2670
2671 /*
2672 * If this is a synchronous mount, make sure that the rename transaction
2673 * goes to disk before returning to the user.
2674 */
2675 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
2676 xfs_trans_set_sync(tp);
2677
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002678 error = xfs_defer_finish(&tp, dfops, NULL);
Dave Chinner310606b2015-03-25 14:06:07 +11002679 if (error) {
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002680 xfs_defer_cancel(dfops);
Christoph Hellwig4906e212015-06-04 13:47:56 +10002681 xfs_trans_cancel(tp);
Dave Chinner310606b2015-03-25 14:06:07 +11002682 return error;
2683 }
2684
Christoph Hellwig70393312015-06-04 13:48:08 +10002685 return xfs_trans_commit(tp);
Dave Chinner310606b2015-03-25 14:06:07 +11002686}
2687
Dave Chinnerf6bba202013-08-12 20:49:46 +10002688/*
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002689 * xfs_cross_rename()
2690 *
2691 * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall
2692 */
2693STATIC int
2694xfs_cross_rename(
2695 struct xfs_trans *tp,
2696 struct xfs_inode *dp1,
2697 struct xfs_name *name1,
2698 struct xfs_inode *ip1,
2699 struct xfs_inode *dp2,
2700 struct xfs_name *name2,
2701 struct xfs_inode *ip2,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002702 struct xfs_defer_ops *dfops,
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002703 xfs_fsblock_t *first_block,
2704 int spaceres)
2705{
2706 int error = 0;
2707 int ip1_flags = 0;
2708 int ip2_flags = 0;
2709 int dp2_flags = 0;
2710
2711 /* Swap inode number for dirent in first parent */
2712 error = xfs_dir_replace(tp, dp1, name1,
2713 ip2->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002714 first_block, dfops, spaceres);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002715 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002716 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002717
2718 /* Swap inode number for dirent in second parent */
2719 error = xfs_dir_replace(tp, dp2, name2,
2720 ip1->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002721 first_block, dfops, spaceres);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002722 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002723 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002724
2725 /*
2726 * If we're renaming one or more directories across different parents,
2727 * update the respective ".." entries (and link counts) to match the new
2728 * parents.
2729 */
2730 if (dp1 != dp2) {
2731 dp2_flags = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
2732
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002733 if (S_ISDIR(VFS_I(ip2)->i_mode)) {
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002734 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot,
2735 dp1->i_ino, first_block,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002736 dfops, spaceres);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002737 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002738 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002739
2740 /* transfer ip2 ".." reference to dp1 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002741 if (!S_ISDIR(VFS_I(ip1)->i_mode)) {
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002742 error = xfs_droplink(tp, dp2);
2743 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002744 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002745 error = xfs_bumplink(tp, dp1);
2746 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002747 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002748 }
2749
2750 /*
2751 * Although ip1 isn't changed here, userspace needs
2752 * to be warned about the change, so that applications
2753 * relying on it (like backup ones), will properly
2754 * notify the change
2755 */
2756 ip1_flags |= XFS_ICHGTIME_CHG;
2757 ip2_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
2758 }
2759
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002760 if (S_ISDIR(VFS_I(ip1)->i_mode)) {
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002761 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot,
2762 dp2->i_ino, first_block,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002763 dfops, spaceres);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002764 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002765 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002766
2767 /* transfer ip1 ".." reference to dp2 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002768 if (!S_ISDIR(VFS_I(ip2)->i_mode)) {
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002769 error = xfs_droplink(tp, dp1);
2770 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002771 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002772 error = xfs_bumplink(tp, dp2);
2773 if (error)
Dave Chinnereeacd322015-03-25 14:08:07 +11002774 goto out_trans_abort;
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002775 }
2776
2777 /*
2778 * Although ip2 isn't changed here, userspace needs
2779 * to be warned about the change, so that applications
2780 * relying on it (like backup ones), will properly
2781 * notify the change
2782 */
2783 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
2784 ip2_flags |= XFS_ICHGTIME_CHG;
2785 }
2786 }
2787
2788 if (ip1_flags) {
2789 xfs_trans_ichgtime(tp, ip1, ip1_flags);
2790 xfs_trans_log_inode(tp, ip1, XFS_ILOG_CORE);
2791 }
2792 if (ip2_flags) {
2793 xfs_trans_ichgtime(tp, ip2, ip2_flags);
2794 xfs_trans_log_inode(tp, ip2, XFS_ILOG_CORE);
2795 }
2796 if (dp2_flags) {
2797 xfs_trans_ichgtime(tp, dp2, dp2_flags);
2798 xfs_trans_log_inode(tp, dp2, XFS_ILOG_CORE);
2799 }
2800 xfs_trans_ichgtime(tp, dp1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2801 xfs_trans_log_inode(tp, dp1, XFS_ILOG_CORE);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002802 return xfs_finish_rename(tp, dfops);
Dave Chinnereeacd322015-03-25 14:08:07 +11002803
2804out_trans_abort:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002805 xfs_defer_cancel(dfops);
Christoph Hellwig4906e212015-06-04 13:47:56 +10002806 xfs_trans_cancel(tp);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002807 return error;
2808}
2809
2810/*
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002811 * xfs_rename_alloc_whiteout()
2812 *
2813 * Return a referenced, unlinked, unlocked inode that that can be used as a
2814 * whiteout in a rename transaction. We use a tmpfile inode here so that if we
2815 * crash between allocating the inode and linking it into the rename transaction
2816 * recovery will free the inode and we won't leak it.
2817 */
2818static int
2819xfs_rename_alloc_whiteout(
2820 struct xfs_inode *dp,
2821 struct xfs_inode **wip)
2822{
2823 struct xfs_inode *tmpfile;
2824 int error;
2825
2826 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile);
2827 if (error)
2828 return error;
2829
Brian Foster22419ac2015-05-29 08:14:55 +10002830 /*
2831 * Prepare the tmpfile inode as if it were created through the VFS.
2832 * Otherwise, the link increment paths will complain about nlink 0->1.
2833 * Drop the link count as done by d_tmpfile(), complete the inode setup
2834 * and flag it as linkable.
2835 */
2836 drop_nlink(VFS_I(tmpfile));
Christoph Hellwig2b3d1d42016-04-06 07:48:27 +10002837 xfs_setup_iops(tmpfile);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002838 xfs_finish_inode_setup(tmpfile);
2839 VFS_I(tmpfile)->i_state |= I_LINKABLE;
2840
2841 *wip = tmpfile;
2842 return 0;
2843}
2844
2845/*
Dave Chinnerf6bba202013-08-12 20:49:46 +10002846 * xfs_rename
2847 */
2848int
2849xfs_rename(
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002850 struct xfs_inode *src_dp,
2851 struct xfs_name *src_name,
2852 struct xfs_inode *src_ip,
2853 struct xfs_inode *target_dp,
2854 struct xfs_name *target_name,
2855 struct xfs_inode *target_ip,
2856 unsigned int flags)
Dave Chinnerf6bba202013-08-12 20:49:46 +10002857{
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002858 struct xfs_mount *mp = src_dp->i_mount;
2859 struct xfs_trans *tp;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002860 struct xfs_defer_ops dfops;
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002861 xfs_fsblock_t first_block;
2862 struct xfs_inode *wip = NULL; /* whiteout inode */
2863 struct xfs_inode *inodes[__XFS_SORT_INODES];
2864 int num_inodes = __XFS_SORT_INODES;
Dave Chinner2b936812015-03-25 15:12:30 +11002865 bool new_parent = (src_dp != target_dp);
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002866 bool src_is_directory = S_ISDIR(VFS_I(src_ip)->i_mode);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002867 int spaceres;
2868 int error;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002869
2870 trace_xfs_rename(src_dp, target_dp, src_name, target_name);
2871
Dave Chinnereeacd322015-03-25 14:08:07 +11002872 if ((flags & RENAME_EXCHANGE) && !target_ip)
2873 return -EINVAL;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002874
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002875 /*
2876 * If we are doing a whiteout operation, allocate the whiteout inode
2877 * we will be placing at the target and ensure the type is set
2878 * appropriately.
2879 */
2880 if (flags & RENAME_WHITEOUT) {
2881 ASSERT(!(flags & (RENAME_NOREPLACE | RENAME_EXCHANGE)));
2882 error = xfs_rename_alloc_whiteout(target_dp, &wip);
2883 if (error)
2884 return error;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002885
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002886 /* setup target dirent info as whiteout */
2887 src_name->type = XFS_DIR3_FT_CHRDEV;
2888 }
2889
2890 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
Dave Chinnerf6bba202013-08-12 20:49:46 +10002891 inodes, &num_inodes);
2892
Dave Chinnerf6bba202013-08-12 20:49:46 +10002893 spaceres = XFS_RENAME_SPACE_RES(mp, target_name->len);
Christoph Hellwig253f4912016-04-06 09:19:55 +10002894 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp);
Dave Chinner24513372014-06-25 14:58:08 +10002895 if (error == -ENOSPC) {
Dave Chinnerf6bba202013-08-12 20:49:46 +10002896 spaceres = 0;
Christoph Hellwig253f4912016-04-06 09:19:55 +10002897 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, 0, 0, 0,
2898 &tp);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002899 }
Dave Chinner445883e2015-03-25 14:05:43 +11002900 if (error)
Christoph Hellwig253f4912016-04-06 09:19:55 +10002901 goto out_release_wip;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002902
2903 /*
2904 * Attach the dquots to the inodes
2905 */
2906 error = xfs_qm_vop_rename_dqattach(inodes);
Dave Chinner445883e2015-03-25 14:05:43 +11002907 if (error)
2908 goto out_trans_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002909
2910 /*
2911 * Lock all the participating inodes. Depending upon whether
2912 * the target_name exists in the target directory, and
2913 * whether the target directory is the same as the source
2914 * directory, we can lock from 2 to 4 inodes.
2915 */
Dave Chinnerdbad7c92015-08-19 10:33:00 +10002916 if (!new_parent)
2917 xfs_ilock(src_dp, XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT);
2918 else
2919 xfs_lock_two_inodes(src_dp, target_dp,
2920 XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT);
2921
Dave Chinnerf6bba202013-08-12 20:49:46 +10002922 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL);
2923
2924 /*
2925 * Join all the inodes to the transaction. From this point on,
2926 * we can rely on either trans_commit or trans_cancel to unlock
2927 * them.
2928 */
Dave Chinnerdbad7c92015-08-19 10:33:00 +10002929 xfs_trans_ijoin(tp, src_dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002930 if (new_parent)
Dave Chinnerdbad7c92015-08-19 10:33:00 +10002931 xfs_trans_ijoin(tp, target_dp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002932 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL);
2933 if (target_ip)
2934 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11002935 if (wip)
2936 xfs_trans_ijoin(tp, wip, XFS_ILOCK_EXCL);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002937
2938 /*
2939 * If we are using project inheritance, we only allow renames
2940 * into our tree when the project IDs are the same; else the
2941 * tree quota mechanism would be circumvented.
2942 */
2943 if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
2944 (xfs_get_projid(target_dp) != xfs_get_projid(src_ip)))) {
Dave Chinner24513372014-06-25 14:58:08 +10002945 error = -EXDEV;
Dave Chinner445883e2015-03-25 14:05:43 +11002946 goto out_trans_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002947 }
2948
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002949 xfs_defer_init(&dfops, &first_block);
Dave Chinner445883e2015-03-25 14:05:43 +11002950
Dave Chinnereeacd322015-03-25 14:08:07 +11002951 /* RENAME_EXCHANGE is unique from here on. */
2952 if (flags & RENAME_EXCHANGE)
2953 return xfs_cross_rename(tp, src_dp, src_name, src_ip,
2954 target_dp, target_name, target_ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002955 &dfops, &first_block, spaceres);
Carlos Maiolinod31a1822014-12-24 08:51:42 +11002956
2957 /*
Dave Chinnerf6bba202013-08-12 20:49:46 +10002958 * Set up the target.
2959 */
2960 if (target_ip == NULL) {
2961 /*
2962 * If there's no space reservation, check the entry will
2963 * fit before actually inserting it.
2964 */
Eric Sandeen94f3cad2014-09-09 11:57:52 +10002965 if (!spaceres) {
2966 error = xfs_dir_canenter(tp, target_dp, target_name);
2967 if (error)
Dave Chinner445883e2015-03-25 14:05:43 +11002968 goto out_trans_cancel;
Eric Sandeen94f3cad2014-09-09 11:57:52 +10002969 }
Dave Chinnerf6bba202013-08-12 20:49:46 +10002970 /*
2971 * If target does not exist and the rename crosses
2972 * directories, adjust the target directory link count
2973 * to account for the ".." reference from the new entry.
2974 */
2975 error = xfs_dir_createname(tp, target_dp, target_name,
2976 src_ip->i_ino, &first_block,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002977 &dfops, spaceres);
Dave Chinnerf6bba202013-08-12 20:49:46 +10002978 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10002979 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002980
2981 xfs_trans_ichgtime(tp, target_dp,
2982 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
2983
2984 if (new_parent && src_is_directory) {
2985 error = xfs_bumplink(tp, target_dp);
2986 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10002987 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10002988 }
2989 } else { /* target_ip != NULL */
2990 /*
2991 * If target exists and it's a directory, check that both
2992 * target and source are directories and that target can be
2993 * destroyed, or that neither is a directory.
2994 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +11002995 if (S_ISDIR(VFS_I(target_ip)->i_mode)) {
Dave Chinnerf6bba202013-08-12 20:49:46 +10002996 /*
2997 * Make sure target dir is empty.
2998 */
2999 if (!(xfs_dir_isempty(target_ip)) ||
Dave Chinner54d7b5c2016-02-09 16:54:58 +11003000 (VFS_I(target_ip)->i_nlink > 2)) {
Dave Chinner24513372014-06-25 14:58:08 +10003001 error = -EEXIST;
Dave Chinner445883e2015-03-25 14:05:43 +11003002 goto out_trans_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003003 }
3004 }
3005
3006 /*
3007 * Link the source inode under the target name.
3008 * If the source inode is a directory and we are moving
3009 * it across directories, its ".." entry will be
3010 * inconsistent until we replace that down below.
3011 *
3012 * In case there is already an entry with the same
3013 * name at the destination directory, remove it first.
3014 */
3015 error = xfs_dir_replace(tp, target_dp, target_name,
3016 src_ip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003017 &first_block, &dfops, spaceres);
Dave Chinnerf6bba202013-08-12 20:49:46 +10003018 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003019 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003020
3021 xfs_trans_ichgtime(tp, target_dp,
3022 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
3023
3024 /*
3025 * Decrement the link count on the target since the target
3026 * dir no longer points to it.
3027 */
3028 error = xfs_droplink(tp, target_ip);
3029 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003030 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003031
3032 if (src_is_directory) {
3033 /*
3034 * Drop the link from the old "." entry.
3035 */
3036 error = xfs_droplink(tp, target_ip);
3037 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003038 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003039 }
3040 } /* target_ip != NULL */
3041
3042 /*
3043 * Remove the source.
3044 */
3045 if (new_parent && src_is_directory) {
3046 /*
3047 * Rewrite the ".." entry to point to the new
3048 * directory.
3049 */
3050 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot,
3051 target_dp->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003052 &first_block, &dfops, spaceres);
Dave Chinner24513372014-06-25 14:58:08 +10003053 ASSERT(error != -EEXIST);
Dave Chinnerf6bba202013-08-12 20:49:46 +10003054 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003055 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003056 }
3057
3058 /*
3059 * We always want to hit the ctime on the source inode.
3060 *
3061 * This isn't strictly required by the standards since the source
3062 * inode isn't really being changed, but old unix file systems did
3063 * it and some incremental backup programs won't work without it.
3064 */
3065 xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
3066 xfs_trans_log_inode(tp, src_ip, XFS_ILOG_CORE);
3067
3068 /*
3069 * Adjust the link count on src_dp. This is necessary when
3070 * renaming a directory, either within one parent when
3071 * the target existed, or across two parent directories.
3072 */
3073 if (src_is_directory && (new_parent || target_ip != NULL)) {
3074
3075 /*
3076 * Decrement link count on src_directory since the
3077 * entry that's moved no longer points to it.
3078 */
3079 error = xfs_droplink(tp, src_dp);
3080 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003081 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003082 }
3083
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003084 /*
3085 * For whiteouts, we only need to update the source dirent with the
3086 * inode number of the whiteout inode rather than removing it
3087 * altogether.
3088 */
3089 if (wip) {
3090 error = xfs_dir_replace(tp, src_dp, src_name, wip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003091 &first_block, &dfops, spaceres);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003092 } else
3093 error = xfs_dir_removename(tp, src_dp, src_name, src_ip->i_ino,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003094 &first_block, &dfops, spaceres);
Dave Chinnerf6bba202013-08-12 20:49:46 +10003095 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003096 goto out_bmap_cancel;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003097
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003098 /*
3099 * For whiteouts, we need to bump the link count on the whiteout inode.
3100 * This means that failures all the way up to this point leave the inode
3101 * on the unlinked list and so cleanup is a simple matter of dropping
3102 * the remaining reference to it. If we fail here after bumping the link
3103 * count, we're shutting down the filesystem so we'll never see the
3104 * intermediate state on disk.
3105 */
3106 if (wip) {
Dave Chinner54d7b5c2016-02-09 16:54:58 +11003107 ASSERT(VFS_I(wip)->i_nlink == 0);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003108 error = xfs_bumplink(tp, wip);
3109 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003110 goto out_bmap_cancel;
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003111 error = xfs_iunlink_remove(tp, wip);
3112 if (error)
Christoph Hellwig4906e212015-06-04 13:47:56 +10003113 goto out_bmap_cancel;
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003114 xfs_trans_log_inode(tp, wip, XFS_ILOG_CORE);
3115
3116 /*
3117 * Now we have a real link, clear the "I'm a tmpfile" state
3118 * flag from the inode so it doesn't accidentally get misused in
3119 * future.
3120 */
3121 VFS_I(wip)->i_state &= ~I_LINKABLE;
3122 }
Dave Chinnerf6bba202013-08-12 20:49:46 +10003123
3124 xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
3125 xfs_trans_log_inode(tp, src_dp, XFS_ILOG_CORE);
3126 if (new_parent)
3127 xfs_trans_log_inode(tp, target_dp, XFS_ILOG_CORE);
3128
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003129 error = xfs_finish_rename(tp, &dfops);
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003130 if (wip)
3131 IRELE(wip);
3132 return error;
Dave Chinnerf6bba202013-08-12 20:49:46 +10003133
Dave Chinner445883e2015-03-25 14:05:43 +11003134out_bmap_cancel:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003135 xfs_defer_cancel(&dfops);
Dave Chinner445883e2015-03-25 14:05:43 +11003136out_trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10003137 xfs_trans_cancel(tp);
Christoph Hellwig253f4912016-04-06 09:19:55 +10003138out_release_wip:
Dave Chinner7dcf5c32015-03-25 14:08:08 +11003139 if (wip)
3140 IRELE(wip);
Dave Chinnerf6bba202013-08-12 20:49:46 +10003141 return error;
3142}
3143
David Chinnerbad55842008-03-06 13:43:49 +11003144STATIC int
3145xfs_iflush_cluster(
Dave Chinner19429362016-05-18 14:09:46 +10003146 struct xfs_inode *ip,
3147 struct xfs_buf *bp)
David Chinnerbad55842008-03-06 13:43:49 +11003148{
Dave Chinner19429362016-05-18 14:09:46 +10003149 struct xfs_mount *mp = ip->i_mount;
Dave Chinner5017e972010-01-11 11:47:40 +00003150 struct xfs_perag *pag;
David Chinnerbad55842008-03-06 13:43:49 +11003151 unsigned long first_index, mask;
David Chinnerc8f5f122008-05-20 11:30:15 +10003152 unsigned long inodes_per_cluster;
Dave Chinner19429362016-05-18 14:09:46 +10003153 int cilist_size;
3154 struct xfs_inode **cilist;
3155 struct xfs_inode *cip;
David Chinnerbad55842008-03-06 13:43:49 +11003156 int nr_found;
3157 int clcount = 0;
3158 int bufwasdelwri;
3159 int i;
3160
Dave Chinner5017e972010-01-11 11:47:40 +00003161 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ip->i_ino));
David Chinnerbad55842008-03-06 13:43:49 +11003162
Jie Liu0f49efd2013-12-13 15:51:48 +11003163 inodes_per_cluster = mp->m_inode_cluster_size >> mp->m_sb.sb_inodelog;
Dave Chinner19429362016-05-18 14:09:46 +10003164 cilist_size = inodes_per_cluster * sizeof(xfs_inode_t *);
3165 cilist = kmem_alloc(cilist_size, KM_MAYFAIL|KM_NOFS);
3166 if (!cilist)
Dave Chinner44b56e02010-01-11 11:47:43 +00003167 goto out_put;
David Chinnerbad55842008-03-06 13:43:49 +11003168
Jie Liu0f49efd2013-12-13 15:51:48 +11003169 mask = ~(((mp->m_inode_cluster_size >> mp->m_sb.sb_inodelog)) - 1);
David Chinnerbad55842008-03-06 13:43:49 +11003170 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask;
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003171 rcu_read_lock();
David Chinnerbad55842008-03-06 13:43:49 +11003172 /* really need a gang lookup range call here */
Dave Chinner19429362016-05-18 14:09:46 +10003173 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist,
David Chinnerc8f5f122008-05-20 11:30:15 +10003174 first_index, inodes_per_cluster);
David Chinnerbad55842008-03-06 13:43:49 +11003175 if (nr_found == 0)
3176 goto out_free;
3177
3178 for (i = 0; i < nr_found; i++) {
Dave Chinner19429362016-05-18 14:09:46 +10003179 cip = cilist[i];
3180 if (cip == ip)
David Chinnerbad55842008-03-06 13:43:49 +11003181 continue;
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003182
3183 /*
3184 * because this is an RCU protected lookup, we could find a
3185 * recently freed or even reallocated inode during the lookup.
3186 * We need to check under the i_flags_lock for a valid inode
3187 * here. Skip it if it is not valid or the wrong inode.
3188 */
Dave Chinner19429362016-05-18 14:09:46 +10003189 spin_lock(&cip->i_flags_lock);
3190 if (!cip->i_ino ||
3191 __xfs_iflags_test(cip, XFS_ISTALE)) {
3192 spin_unlock(&cip->i_flags_lock);
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003193 continue;
3194 }
Dave Chinner5a90e532016-05-18 14:09:13 +10003195
3196 /*
3197 * Once we fall off the end of the cluster, no point checking
3198 * any more inodes in the list because they will also all be
3199 * outside the cluster.
3200 */
Dave Chinner19429362016-05-18 14:09:46 +10003201 if ((XFS_INO_TO_AGINO(mp, cip->i_ino) & mask) != first_index) {
3202 spin_unlock(&cip->i_flags_lock);
Dave Chinner5a90e532016-05-18 14:09:13 +10003203 break;
3204 }
Dave Chinner19429362016-05-18 14:09:46 +10003205 spin_unlock(&cip->i_flags_lock);
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003206
David Chinnerbad55842008-03-06 13:43:49 +11003207 /*
3208 * Do an un-protected check to see if the inode is dirty and
3209 * is a candidate for flushing. These checks will be repeated
3210 * later after the appropriate locks are acquired.
3211 */
Dave Chinner19429362016-05-18 14:09:46 +10003212 if (xfs_inode_clean(cip) && xfs_ipincount(cip) == 0)
David Chinnerbad55842008-03-06 13:43:49 +11003213 continue;
David Chinnerbad55842008-03-06 13:43:49 +11003214
3215 /*
3216 * Try to get locks. If any are unavailable or it is pinned,
3217 * then this inode cannot be flushed and is skipped.
3218 */
3219
Dave Chinner19429362016-05-18 14:09:46 +10003220 if (!xfs_ilock_nowait(cip, XFS_ILOCK_SHARED))
David Chinnerbad55842008-03-06 13:43:49 +11003221 continue;
Dave Chinner19429362016-05-18 14:09:46 +10003222 if (!xfs_iflock_nowait(cip)) {
3223 xfs_iunlock(cip, XFS_ILOCK_SHARED);
David Chinnerbad55842008-03-06 13:43:49 +11003224 continue;
3225 }
Dave Chinner19429362016-05-18 14:09:46 +10003226 if (xfs_ipincount(cip)) {
3227 xfs_ifunlock(cip);
3228 xfs_iunlock(cip, XFS_ILOCK_SHARED);
David Chinnerbad55842008-03-06 13:43:49 +11003229 continue;
3230 }
3231
Dave Chinner8a17d7d2016-05-18 14:09:12 +10003232
3233 /*
3234 * Check the inode number again, just to be certain we are not
3235 * racing with freeing in xfs_reclaim_inode(). See the comments
3236 * in that function for more information as to why the initial
3237 * check is not sufficient.
3238 */
Dave Chinner19429362016-05-18 14:09:46 +10003239 if (!cip->i_ino) {
3240 xfs_ifunlock(cip);
3241 xfs_iunlock(cip, XFS_ILOCK_SHARED);
David Chinnerbad55842008-03-06 13:43:49 +11003242 continue;
3243 }
3244
3245 /*
3246 * arriving here means that this inode can be flushed. First
3247 * re-check that it's dirty before flushing.
3248 */
Dave Chinner19429362016-05-18 14:09:46 +10003249 if (!xfs_inode_clean(cip)) {
David Chinner33540402008-03-06 13:43:59 +11003250 int error;
Dave Chinner19429362016-05-18 14:09:46 +10003251 error = xfs_iflush_int(cip, bp);
David Chinnerbad55842008-03-06 13:43:49 +11003252 if (error) {
Dave Chinner19429362016-05-18 14:09:46 +10003253 xfs_iunlock(cip, XFS_ILOCK_SHARED);
David Chinnerbad55842008-03-06 13:43:49 +11003254 goto cluster_corrupt_out;
3255 }
3256 clcount++;
3257 } else {
Dave Chinner19429362016-05-18 14:09:46 +10003258 xfs_ifunlock(cip);
David Chinnerbad55842008-03-06 13:43:49 +11003259 }
Dave Chinner19429362016-05-18 14:09:46 +10003260 xfs_iunlock(cip, XFS_ILOCK_SHARED);
David Chinnerbad55842008-03-06 13:43:49 +11003261 }
3262
3263 if (clcount) {
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11003264 XFS_STATS_INC(mp, xs_icluster_flushcnt);
3265 XFS_STATS_ADD(mp, xs_icluster_flushinode, clcount);
David Chinnerbad55842008-03-06 13:43:49 +11003266 }
3267
3268out_free:
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003269 rcu_read_unlock();
Dave Chinner19429362016-05-18 14:09:46 +10003270 kmem_free(cilist);
Dave Chinner44b56e02010-01-11 11:47:43 +00003271out_put:
3272 xfs_perag_put(pag);
David Chinnerbad55842008-03-06 13:43:49 +11003273 return 0;
3274
3275
3276cluster_corrupt_out:
3277 /*
3278 * Corruption detected in the clustering loop. Invalidate the
3279 * inode buffer and shut down the filesystem.
3280 */
Dave Chinner1a3e8f32010-12-17 17:29:43 +11003281 rcu_read_unlock();
David Chinnerbad55842008-03-06 13:43:49 +11003282 /*
Christoph Hellwig43ff2122012-04-23 15:58:39 +10003283 * Clean up the buffer. If it was delwri, just release it --
David Chinnerbad55842008-03-06 13:43:49 +11003284 * brelse can handle it with no problems. If not, shut down the
3285 * filesystem before releasing the buffer.
3286 */
Christoph Hellwig43ff2122012-04-23 15:58:39 +10003287 bufwasdelwri = (bp->b_flags & _XBF_DELWRI_Q);
David Chinnerbad55842008-03-06 13:43:49 +11003288 if (bufwasdelwri)
3289 xfs_buf_relse(bp);
3290
3291 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
3292
3293 if (!bufwasdelwri) {
3294 /*
3295 * Just like incore_relse: if we have b_iodone functions,
3296 * mark the buffer as an error and call them. Otherwise
3297 * mark it as stale and brelse.
3298 */
Christoph Hellwigcb669ca2011-07-13 13:43:49 +02003299 if (bp->b_iodone) {
Dave Chinnerb0388bf2016-02-10 15:01:11 +11003300 bp->b_flags &= ~XBF_DONE;
Christoph Hellwigc867cb62011-10-10 16:52:46 +00003301 xfs_buf_stale(bp);
Dave Chinner24513372014-06-25 14:58:08 +10003302 xfs_buf_ioerror(bp, -EIO);
Dave Chinnere8aaba92014-10-02 09:04:22 +10003303 xfs_buf_ioend(bp);
David Chinnerbad55842008-03-06 13:43:49 +11003304 } else {
Christoph Hellwigc867cb62011-10-10 16:52:46 +00003305 xfs_buf_stale(bp);
David Chinnerbad55842008-03-06 13:43:49 +11003306 xfs_buf_relse(bp);
3307 }
3308 }
3309
3310 /*
3311 * Unlocks the flush lock
3312 */
Dave Chinner19429362016-05-18 14:09:46 +10003313 xfs_iflush_abort(cip, false);
3314 kmem_free(cilist);
Dave Chinner44b56e02010-01-11 11:47:43 +00003315 xfs_perag_put(pag);
Dave Chinner24513372014-06-25 14:58:08 +10003316 return -EFSCORRUPTED;
David Chinnerbad55842008-03-06 13:43:49 +11003317}
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319/*
Christoph Hellwig4c468192012-04-23 15:58:36 +10003320 * Flush dirty inode metadata into the backing buffer.
3321 *
3322 * The caller must have the inode lock and the inode flush lock held. The
3323 * inode lock will still be held upon return to the caller, and the inode
3324 * flush lock will be released after the inode has reached the disk.
3325 *
3326 * The caller must write out the buffer returned in *bpp and release it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 */
3328int
3329xfs_iflush(
Christoph Hellwig4c468192012-04-23 15:58:36 +10003330 struct xfs_inode *ip,
3331 struct xfs_buf **bpp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332{
Christoph Hellwig4c468192012-04-23 15:58:36 +10003333 struct xfs_mount *mp = ip->i_mount;
Dave Chinnerb1438f42016-05-18 13:53:42 +10003334 struct xfs_buf *bp = NULL;
Christoph Hellwig4c468192012-04-23 15:58:36 +10003335 struct xfs_dinode *dip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11003338 XFS_STATS_INC(mp, xs_iflush_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10003340 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
Christoph Hellwig474fce02011-12-18 20:00:09 +00003341 ASSERT(xfs_isiflocked(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003343 ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344
Christoph Hellwig4c468192012-04-23 15:58:36 +10003345 *bpp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 xfs_iunpin_wait(ip);
3348
3349 /*
Dave Chinner4b6a4682010-01-11 11:45:21 +00003350 * For stale inodes we cannot rely on the backing buffer remaining
3351 * stale in cache for the remaining life of the stale inode and so
Christoph Hellwig475ee412012-07-03 12:21:22 -04003352 * xfs_imap_to_bp() below may give us a buffer that no longer contains
Dave Chinner4b6a4682010-01-11 11:45:21 +00003353 * inodes below. We have to check this after ensuring the inode is
3354 * unpinned so that it is safe to reclaim the stale inode after the
3355 * flush call.
3356 */
3357 if (xfs_iflags_test(ip, XFS_ISTALE)) {
3358 xfs_ifunlock(ip);
3359 return 0;
3360 }
3361
3362 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363 * This may have been unpinned because the filesystem is shutting
3364 * down forcibly. If that's the case we must not write this inode
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003365 * to disk, because the log record didn't make it to disk.
3366 *
3367 * We also have to remove the log item from the AIL in this case,
3368 * as we wait for an empty AIL as part of the unmount process.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 */
3370 if (XFS_FORCED_SHUTDOWN(mp)) {
Dave Chinner24513372014-06-25 14:58:08 +10003371 error = -EIO;
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003372 goto abort_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373 }
3374
3375 /*
Dave Chinnerb1438f42016-05-18 13:53:42 +10003376 * Get the buffer containing the on-disk inode. We are doing a try-lock
3377 * operation here, so we may get an EAGAIN error. In that case, we
3378 * simply want to return with the inode still dirty.
3379 *
3380 * If we get any other error, we effectively have a corruption situation
3381 * and we cannot flush the inode, so we treat it the same as failing
3382 * xfs_iflush_int().
David Chinnera3f74ff2008-03-06 13:43:42 +11003383 */
Christoph Hellwig475ee412012-07-03 12:21:22 -04003384 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK,
3385 0);
Dave Chinnerb1438f42016-05-18 13:53:42 +10003386 if (error == -EAGAIN) {
David Chinnera3f74ff2008-03-06 13:43:42 +11003387 xfs_ifunlock(ip);
3388 return error;
3389 }
Dave Chinnerb1438f42016-05-18 13:53:42 +10003390 if (error)
3391 goto corrupt_out;
David Chinnera3f74ff2008-03-06 13:43:42 +11003392
3393 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394 * First flush out the inode that xfs_iflush was called with.
3395 */
3396 error = xfs_iflush_int(ip, bp);
David Chinnerbad55842008-03-06 13:43:49 +11003397 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398 goto corrupt_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399
3400 /*
David Chinnera3f74ff2008-03-06 13:43:42 +11003401 * If the buffer is pinned then push on the log now so we won't
3402 * get stuck waiting in the write for too long.
3403 */
Chandra Seetharaman811e64c2011-07-22 23:40:27 +00003404 if (xfs_buf_ispinned(bp))
Christoph Hellwiga14a3482010-01-19 09:56:46 +00003405 xfs_log_force(mp, 0);
David Chinnera3f74ff2008-03-06 13:43:42 +11003406
3407 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408 * inode clustering:
3409 * see if other inodes can be gathered into this write
3410 */
David Chinnerbad55842008-03-06 13:43:49 +11003411 error = xfs_iflush_cluster(ip, bp);
3412 if (error)
3413 goto cluster_corrupt_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414
Christoph Hellwig4c468192012-04-23 15:58:36 +10003415 *bpp = bp;
3416 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417
3418corrupt_out:
Dave Chinnerb1438f42016-05-18 13:53:42 +10003419 if (bp)
3420 xfs_buf_relse(bp);
Nathan Scott7d04a332006-06-09 14:58:38 +10003421 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422cluster_corrupt_out:
Dave Chinner24513372014-06-25 14:58:08 +10003423 error = -EFSCORRUPTED;
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003424abort_out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 /*
3426 * Unlocks the flush lock
3427 */
Dave Chinner04913fd2012-04-23 15:58:41 +10003428 xfs_iflush_abort(ip, false);
Christoph Hellwig32ce90a2012-04-23 15:58:32 +10003429 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430}
3431
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432STATIC int
3433xfs_iflush_int(
Christoph Hellwig93848a92013-04-03 16:11:17 +11003434 struct xfs_inode *ip,
3435 struct xfs_buf *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436{
Christoph Hellwig93848a92013-04-03 16:11:17 +11003437 struct xfs_inode_log_item *iip = ip->i_itemp;
3438 struct xfs_dinode *dip;
3439 struct xfs_mount *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10003441 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL|XFS_ILOCK_SHARED));
Christoph Hellwig474fce02011-12-18 20:00:09 +00003442 ASSERT(xfs_isiflocked(ip));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003444 ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK));
Christoph Hellwig93848a92013-04-03 16:11:17 +11003445 ASSERT(iip != NULL && iip->ili_fields != 0);
Dave Chinner263997a2014-05-20 07:46:40 +10003446 ASSERT(ip->i_d.di_version > 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448 /* set *dip = inode's place in the buffer */
Christoph Hellwig88ee2df2015-06-22 09:44:29 +10003449 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450
Christoph Hellwig69ef9212011-07-08 14:36:05 +02003451 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 mp, XFS_ERRTAG_IFLUSH_1, XFS_RANDOM_IFLUSH_1)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003453 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3454 "%s: Bad inode %Lu magic number 0x%x, ptr 0x%p",
3455 __func__, ip->i_ino, be16_to_cpu(dip->di_magic), dip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 goto corrupt_out;
3457 }
Dave Chinnerc19b3b052016-02-09 16:54:58 +11003458 if (S_ISREG(VFS_I(ip)->i_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459 if (XFS_TEST_ERROR(
3460 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) &&
3461 (ip->i_d.di_format != XFS_DINODE_FMT_BTREE),
3462 mp, XFS_ERRTAG_IFLUSH_3, XFS_RANDOM_IFLUSH_3)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003463 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3464 "%s: Bad regular inode %Lu, ptr 0x%p",
3465 __func__, ip->i_ino, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 goto corrupt_out;
3467 }
Dave Chinnerc19b3b052016-02-09 16:54:58 +11003468 } else if (S_ISDIR(VFS_I(ip)->i_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 if (XFS_TEST_ERROR(
3470 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) &&
3471 (ip->i_d.di_format != XFS_DINODE_FMT_BTREE) &&
3472 (ip->i_d.di_format != XFS_DINODE_FMT_LOCAL),
3473 mp, XFS_ERRTAG_IFLUSH_4, XFS_RANDOM_IFLUSH_4)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003474 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3475 "%s: Bad directory inode %Lu, ptr 0x%p",
3476 __func__, ip->i_ino, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477 goto corrupt_out;
3478 }
3479 }
3480 if (XFS_TEST_ERROR(ip->i_d.di_nextents + ip->i_d.di_anextents >
3481 ip->i_d.di_nblocks, mp, XFS_ERRTAG_IFLUSH_5,
3482 XFS_RANDOM_IFLUSH_5)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003483 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3484 "%s: detected corrupt incore inode %Lu, "
3485 "total extents = %d, nblocks = %Ld, ptr 0x%p",
3486 __func__, ip->i_ino,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 ip->i_d.di_nextents + ip->i_d.di_anextents,
Dave Chinner6a19d932011-03-07 10:02:35 +11003488 ip->i_d.di_nblocks, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489 goto corrupt_out;
3490 }
3491 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize,
3492 mp, XFS_ERRTAG_IFLUSH_6, XFS_RANDOM_IFLUSH_6)) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003493 xfs_alert_tag(mp, XFS_PTAG_IFLUSH,
3494 "%s: bad inode %Lu, forkoff 0x%x, ptr 0x%p",
3495 __func__, ip->i_ino, ip->i_d.di_forkoff, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496 goto corrupt_out;
3497 }
Dave Chinnere60896d2013-07-24 15:47:30 +10003498
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499 /*
Dave Chinner263997a2014-05-20 07:46:40 +10003500 * Inode item log recovery for v2 inodes are dependent on the
Dave Chinnere60896d2013-07-24 15:47:30 +10003501 * di_flushiter count for correct sequencing. We bump the flush
3502 * iteration count so we can detect flushes which postdate a log record
3503 * during recovery. This is redundant as we now log every change and
3504 * hence this can't happen but we need to still do it to ensure
3505 * backwards compatibility with old kernels that predate logging all
3506 * inode changes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507 */
Dave Chinnere60896d2013-07-24 15:47:30 +10003508 if (ip->i_d.di_version < 3)
3509 ip->i_d.di_flushiter++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510
3511 /*
Dave Chinner39878482016-02-09 16:54:58 +11003512 * Copy the dirty parts of the inode into the on-disk inode. We always
3513 * copy out the core of the inode, because if the inode is dirty at all
3514 * the core must be.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515 */
Dave Chinner93f958f2016-02-09 16:54:58 +11003516 xfs_inode_to_disk(ip, dip, iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517
3518 /* Wrap, we never let the log put out DI_MAX_FLUSH */
3519 if (ip->i_d.di_flushiter == DI_MAX_FLUSH)
3520 ip->i_d.di_flushiter = 0;
3521
Eric Sandeenfd9fdba2014-04-14 19:04:46 +10003522 xfs_iflush_fork(ip, dip, iip, XFS_DATA_FORK);
David Chinnere4ac9672008-04-10 12:23:58 +10003523 if (XFS_IFORK_Q(ip))
Eric Sandeenfd9fdba2014-04-14 19:04:46 +10003524 xfs_iflush_fork(ip, dip, iip, XFS_ATTR_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525 xfs_inobp_check(mp, bp);
3526
3527 /*
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003528 * We've recorded everything logged in the inode, so we'd like to clear
3529 * the ili_fields bits so we don't log and flush things unnecessarily.
3530 * However, we can't stop logging all this information until the data
3531 * we've copied into the disk buffer is written to disk. If we did we
3532 * might overwrite the copy of the inode in the log with all the data
3533 * after re-logging only part of it, and in the face of a crash we
3534 * wouldn't have all the data we need to recover.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535 *
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003536 * What we do is move the bits to the ili_last_fields field. When
3537 * logging the inode, these bits are moved back to the ili_fields field.
3538 * In the xfs_iflush_done() routine we clear ili_last_fields, since we
3539 * know that the information those bits represent is permanently on
3540 * disk. As long as the flush completes before the inode is logged
3541 * again, then both ili_fields and ili_last_fields will be cleared.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542 *
Christoph Hellwigf5d8d5c2012-02-29 09:53:54 +00003543 * We can play with the ili_fields bits here, because the inode lock
3544 * must be held exclusively in order to set bits there and the flush
3545 * lock protects the ili_last_fields bits. Set ili_logged so the flush
3546 * done routine can tell whether or not to look in the AIL. Also, store
3547 * the current LSN of the inode so that we can tell whether the item has
3548 * moved in the AIL from xfs_iflush_done(). In order to read the lsn we
3549 * need the AIL lock, because it is a 64 bit value that cannot be read
3550 * atomically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 */
Christoph Hellwig93848a92013-04-03 16:11:17 +11003552 iip->ili_last_fields = iip->ili_fields;
3553 iip->ili_fields = 0;
Dave Chinnerfc0561c2015-11-03 13:14:59 +11003554 iip->ili_fsync_fields = 0;
Christoph Hellwig93848a92013-04-03 16:11:17 +11003555 iip->ili_logged = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556
Christoph Hellwig93848a92013-04-03 16:11:17 +11003557 xfs_trans_ail_copy_lsn(mp->m_ail, &iip->ili_flush_lsn,
3558 &iip->ili_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559
Christoph Hellwig93848a92013-04-03 16:11:17 +11003560 /*
3561 * Attach the function xfs_iflush_done to the inode's
3562 * buffer. This will remove the inode from the AIL
3563 * and unlock the inode's flush lock when the inode is
3564 * completely written to disk.
3565 */
3566 xfs_buf_attach_iodone(bp, xfs_iflush_done, &iip->ili_item);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567
Christoph Hellwig93848a92013-04-03 16:11:17 +11003568 /* generate the checksum. */
3569 xfs_dinode_calc_crc(mp, dip);
3570
3571 ASSERT(bp->b_fspriv != NULL);
3572 ASSERT(bp->b_iodone != NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573 return 0;
3574
3575corrupt_out:
Dave Chinner24513372014-06-25 14:58:08 +10003576 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577}