blob: b7bdc43308e40a58c59ec37e309dd61831374b1a [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 */
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080018
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110020#include "xfs_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include "xfs_types.h"
Nathan Scotta844f452005-11-02 14:38:42 +110022#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include "xfs_log.h"
Nathan Scotta844f452005-11-02 14:38:42 +110024#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include "xfs_trans.h"
26#include "xfs_sb.h"
27#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include "xfs_dir2.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_mount.h"
Nathan Scotta844f452005-11-02 14:38:42 +110030#include "xfs_da_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include "xfs_bmap_btree.h"
32#include "xfs_ialloc_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110033#include "xfs_dinode.h"
34#include "xfs_inode.h"
35#include "xfs_inode_item.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_itable.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "xfs_ialloc.h"
38#include "xfs_alloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "xfs_bmap.h"
Christoph Hellwigef14f0c2009-06-10 17:07:47 +020040#include "xfs_acl.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include "xfs_attr.h"
42#include "xfs_rw.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#include "xfs_quota.h"
45#include "xfs_utils.h"
Nathan Scotta844f452005-11-02 14:38:42 +110046#include "xfs_rtalloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include "xfs_trans_space.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include "xfs_log_priv.h"
David Chinner2a82b8b2007-07-11 11:09:12 +100049#include "xfs_filestream.h"
Christoph Hellwig993386c2007-08-28 16:12:30 +100050#include "xfs_vnodeops.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000051#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Christoph Hellwig993386c2007-08-28 16:12:30 +100053int
Linus Torvalds1da177e2005-04-16 15:20:36 -070054xfs_setattr(
Christoph Hellwig0f285c82008-07-18 17:13:28 +100055 struct xfs_inode *ip,
56 struct iattr *iattr,
Christoph Hellwigea5a3dc82008-10-30 18:27:48 +110057 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -070058{
Christoph Hellwig993386c2007-08-28 16:12:30 +100059 xfs_mount_t *mp = ip->i_mount;
David Chinnere4f75292008-08-13 16:00:45 +100060 struct inode *inode = VFS_I(ip);
Christoph Hellwig0f285c82008-07-18 17:13:28 +100061 int mask = iattr->ia_valid;
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 int code;
64 uint lock_flags;
65 uint commit_flags=0;
66 uid_t uid=0, iuid=0;
67 gid_t gid=0, igid=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 struct xfs_dquot *udqp, *gdqp, *olddquot1, *olddquot2;
Dean Roehrich5fcbab32005-05-05 13:27:19 -070069 int need_iolock = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Christoph Hellwigcca28fb2010-06-24 11:57:09 +100071 trace_xfs_setattr(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Christoph Hellwigbd186aa2007-08-30 17:21:12 +100073 if (mp->m_flags & XFS_MOUNT_RDONLY)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 return XFS_ERROR(EROFS);
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 if (XFS_FORCED_SHUTDOWN(mp))
77 return XFS_ERROR(EIO);
78
Christoph Hellwigc4cd7472008-12-09 04:47:34 -050079 code = -inode_change_ok(inode, iattr);
80 if (code)
81 return code;
82
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 olddquot1 = olddquot2 = NULL;
84 udqp = gdqp = NULL;
85
86 /*
87 * If disk quotas is on, we make sure that the dquots do exist on disk,
88 * before we start any other transactions. Trying to do this later
89 * is messy. We don't care to take a readlock to look at the ids
90 * in inode here, because we can't hold it across the trans_reserve.
91 * If the IDs do change before we take the ilock, we're covered
92 * because the i_*dquot fields will get updated anyway.
93 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +100094 if (XFS_IS_QUOTA_ON(mp) && (mask & (ATTR_UID|ATTR_GID))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 uint qflags = 0;
96
Christoph Hellwig0f285c82008-07-18 17:13:28 +100097 if ((mask & ATTR_UID) && XFS_IS_UQUOTA_ON(mp)) {
98 uid = iattr->ia_uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 qflags |= XFS_QMOPT_UQUOTA;
100 } else {
101 uid = ip->i_d.di_uid;
102 }
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000103 if ((mask & ATTR_GID) && XFS_IS_GQUOTA_ON(mp)) {
104 gid = iattr->ia_gid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 qflags |= XFS_QMOPT_GQUOTA;
106 } else {
107 gid = ip->i_d.di_gid;
108 }
Christoph Hellwig25fe55e2008-07-18 17:13:20 +1000109
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 /*
111 * We take a reference when we initialize udqp and gdqp,
112 * so it is important that we never blindly double trip on
113 * the same variable. See xfs_create() for an example.
114 */
115 ASSERT(udqp == NULL);
116 ASSERT(gdqp == NULL);
Christoph Hellwig7d095252009-06-08 15:33:32 +0200117 code = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_d.di_projid,
Christoph Hellwig25fe55e2008-07-18 17:13:20 +1000118 qflags, &udqp, &gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 if (code)
Jesper Juhl014c2542006-01-15 02:37:08 +0100120 return code;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 }
122
123 /*
124 * For the other attributes, we acquire the inode lock and
125 * first do an error checking pass.
126 */
127 tp = NULL;
128 lock_flags = XFS_ILOCK_EXCL;
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000129 if (flags & XFS_ATTR_NOLOCK)
Dean Roehrich5fcbab32005-05-05 13:27:19 -0700130 need_iolock = 0;
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000131 if (!(mask & ATTR_SIZE)) {
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000132 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE);
133 commit_flags = 0;
134 code = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp),
135 0, 0, 0);
136 if (code) {
137 lock_flags = 0;
138 goto error_return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 }
140 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 if (need_iolock)
142 lock_flags |= XFS_IOLOCK_EXCL;
143 }
144
145 xfs_ilock(ip, lock_flags);
146
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147 /*
148 * Change file ownership. Must be the owner or privileged.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000150 if (mask & (ATTR_UID|ATTR_GID)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 /*
152 * These IDs could have changed since we last looked at them.
153 * But, we're assured that if the ownership did change
154 * while we didn't have the inode locked, inode's dquot(s)
155 * would have changed also.
156 */
157 iuid = ip->i_d.di_uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 igid = ip->i_d.di_gid;
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000159 gid = (mask & ATTR_GID) ? iattr->ia_gid : igid;
160 uid = (mask & ATTR_UID) ? iattr->ia_uid : iuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161
162 /*
Christoph Hellwig25fe55e2008-07-18 17:13:20 +1000163 * Do a quota reservation only if uid/gid is actually
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 * going to change.
165 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200166 if (XFS_IS_QUOTA_RUNNING(mp) &&
167 ((XFS_IS_UQUOTA_ON(mp) && iuid != uid) ||
168 (XFS_IS_GQUOTA_ON(mp) && igid != gid))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 ASSERT(tp);
Christoph Hellwig7d095252009-06-08 15:33:32 +0200170 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 capable(CAP_FOWNER) ?
172 XFS_QMOPT_FORCE_RES : 0);
173 if (code) /* out of quota */
174 goto error_return;
175 }
176 }
177
178 /*
179 * Truncate file. Must have write permission and not be a directory.
180 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000181 if (mask & ATTR_SIZE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 /* Short circuit the truncate case for zero length files */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000183 if (iattr->ia_size == 0 &&
184 ip->i_size == 0 && ip->i_d.di_nextents == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 xfs_iunlock(ip, XFS_ILOCK_EXCL);
186 lock_flags &= ~XFS_ILOCK_EXCL;
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000187 if (mask & ATTR_CTIME) {
188 inode->i_mtime = inode->i_ctime =
189 current_fs_time(inode->i_sb);
190 xfs_mark_inode_dirty_sync(ip);
191 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192 code = 0;
193 goto error_return;
194 }
195
Christoph Hellwig42173f62008-04-22 17:33:25 +1000196 if (S_ISDIR(ip->i_d.di_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 code = XFS_ERROR(EISDIR);
198 goto error_return;
Christoph Hellwig42173f62008-04-22 17:33:25 +1000199 } else if (!S_ISREG(ip->i_d.di_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 code = XFS_ERROR(EINVAL);
201 goto error_return;
202 }
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 /*
205 * Make sure that the dquots are attached to the inode.
206 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200207 code = xfs_qm_dqattach_locked(ip, 0);
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500208 if (code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 goto error_return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500211 /*
212 * Now we can make the changes. Before we join the inode
213 * to the transaction, if ATTR_SIZE is set then take care of
214 * the part of the truncation that must be done without the
215 * inode lock. This needs to be done before joining the inode
216 * to the transaction, because the inode cannot be unlocked
217 * once it is a part of the transaction.
218 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000219 if (iattr->ia_size > ip->i_size) {
Christoph Hellwig61436fe2008-05-20 11:30:46 +1000220 /*
221 * Do the first part of growing a file: zero any data
222 * in the last block that is beyond the old EOF. We
223 * need to do this before the inode is joined to the
224 * transaction to modify the i_size.
225 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000226 code = xfs_zero_eof(ip, iattr->ia_size, ip->i_size);
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400227 if (code)
228 goto error_return;
Eric Sandeen374e2ac2005-11-02 15:07:34 +1100229 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400231 lock_flags &= ~XFS_ILOCK_EXCL;
David Chinnerc32676e2007-07-19 16:28:58 +1000232
233 /*
234 * We are going to log the inode size change in this
235 * transaction so any previous writes that are beyond the on
236 * disk EOF and the new EOF that have not been written out need
237 * to be written here. If we do not write the data out, we
238 * expose ourselves to the null files problem.
239 *
240 * Only flush from the on disk size to the smaller of the in
241 * memory file size or the new size as that's the range we
242 * really care about here and prevents waiting for other data
243 * not within the range we care about here.
244 */
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400245 if (ip->i_size != ip->i_d.di_size &&
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000246 iattr->ia_size > ip->i_d.di_size) {
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000247 code = xfs_flush_pages(ip,
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000248 ip->i_d.di_size, iattr->ia_size,
Christoph Hellwig0cadda12010-01-19 09:56:44 +0000249 XBF_ASYNC, FI_NONE);
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400250 if (code)
251 goto error_return;
David Chinnerc32676e2007-07-19 16:28:58 +1000252 }
253
254 /* wait for all I/O to complete */
Christoph Hellwig25e41b32008-12-03 12:20:39 +0100255 xfs_ioend_wait(ip);
David Chinnerc32676e2007-07-19 16:28:58 +1000256
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400257 code = -block_truncate_page(inode->i_mapping, iattr->ia_size,
258 xfs_get_blocks);
259 if (code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 goto error_return;
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE);
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400263 code = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
264 XFS_TRANS_PERM_LOG_RES,
265 XFS_ITRUNCATE_LOG_COUNT);
266 if (code)
267 goto error_return;
268
269 truncate_setsize(inode, iattr->ia_size);
270
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 commit_flags = XFS_TRANS_RELEASE_LOG_RES;
Christoph Hellwigfa9b2272010-06-14 05:17:31 -0400272 lock_flags |= XFS_ILOCK_EXCL;
273
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 xfs_ilock(ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275
Christoph Hellwig898621d2010-06-24 11:36:58 +1000276 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277
David Chinner44d814c2008-03-06 13:45:29 +1100278 /*
279 * Only change the c/mtime if we are changing the size
280 * or we are explicitly asked to change it. This handles
281 * the semantic difference between truncate() and ftruncate()
282 * as implemented in the VFS.
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000283 *
284 * The regular truncate() case without ATTR_CTIME and ATTR_MTIME
285 * is a special case where we need to update the times despite
286 * not having these flags set. For all other operations the
287 * VFS set these flags explicitly if it wants a timestamp
288 * update.
David Chinner44d814c2008-03-06 13:45:29 +1100289 */
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000290 if (iattr->ia_size != ip->i_size &&
291 (!(mask & (ATTR_CTIME | ATTR_MTIME)))) {
292 iattr->ia_ctime = iattr->ia_mtime =
293 current_fs_time(inode->i_sb);
294 mask |= ATTR_CTIME | ATTR_MTIME;
295 }
David Chinner44d814c2008-03-06 13:45:29 +1100296
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000297 if (iattr->ia_size > ip->i_size) {
298 ip->i_d.di_size = iattr->ia_size;
299 ip->i_size = iattr->ia_size;
Christoph Hellwig61436fe2008-05-20 11:30:46 +1000300 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000301 } else if (iattr->ia_size <= ip->i_size ||
302 (iattr->ia_size == 0 && ip->i_d.di_nextents)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 /*
304 * signal a sync transaction unless
305 * we're truncating an already unlinked
306 * file on a wsync filesystem
307 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000308 code = xfs_itruncate_finish(&tp, ip, iattr->ia_size,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 XFS_DATA_FORK,
310 ((ip->i_d.di_nlink != 0 ||
311 !(mp->m_flags & XFS_MOUNT_WSYNC))
312 ? 1 : 0));
Nathan Scott7d4fb402006-06-09 15:27:16 +1000313 if (code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 goto abort_return;
Nathan Scott7d4fb402006-06-09 15:27:16 +1000315 /*
316 * Truncated "down", so we're removing references
317 * to old data here - if we now delay flushing for
318 * a long time, we expose ourselves unduly to the
319 * notorious NULL files problem. So, we mark this
320 * vnode and flush it when the file is closed, and
321 * do not wait the usual (long) time for writeout.
322 */
Christoph Hellwigb3aea4e2007-08-29 11:44:37 +1000323 xfs_iflags_set(ip, XFS_ITRUNCATED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 }
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500325 } else if (tp) {
Christoph Hellwig898621d2010-06-24 11:36:58 +1000326 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 }
328
329 /*
330 * Change file ownership. Must be the owner or privileged.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 */
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000332 if (mask & (ATTR_UID|ATTR_GID)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 /*
334 * CAP_FSETID overrides the following restrictions:
335 *
336 * The set-user-ID and set-group-ID bits of a file will be
337 * cleared upon successful return from chown()
338 */
339 if ((ip->i_d.di_mode & (S_ISUID|S_ISGID)) &&
340 !capable(CAP_FSETID)) {
341 ip->i_d.di_mode &= ~(S_ISUID|S_ISGID);
342 }
343
344 /*
345 * Change the ownerships and register quota modifications
346 * in the transaction.
347 */
348 if (iuid != uid) {
Christoph Hellwig7d095252009-06-08 15:33:32 +0200349 if (XFS_IS_QUOTA_RUNNING(mp) && XFS_IS_UQUOTA_ON(mp)) {
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000350 ASSERT(mask & ATTR_UID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 ASSERT(udqp);
Christoph Hellwig7d095252009-06-08 15:33:32 +0200352 olddquot1 = xfs_qm_vop_chown(tp, ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 &ip->i_udquot, udqp);
354 }
355 ip->i_d.di_uid = uid;
Christoph Hellwigf13fae22008-07-21 16:16:15 +1000356 inode->i_uid = uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 }
358 if (igid != gid) {
Christoph Hellwig7d095252009-06-08 15:33:32 +0200359 if (XFS_IS_QUOTA_RUNNING(mp) && XFS_IS_GQUOTA_ON(mp)) {
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000360 ASSERT(!XFS_IS_PQUOTA_ON(mp));
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000361 ASSERT(mask & ATTR_GID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362 ASSERT(gdqp);
Christoph Hellwig7d095252009-06-08 15:33:32 +0200363 olddquot2 = xfs_qm_vop_chown(tp, ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 &ip->i_gdquot, gdqp);
365 }
366 ip->i_d.di_gid = gid;
Christoph Hellwigf13fae22008-07-21 16:16:15 +1000367 inode->i_gid = gid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 }
370
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500371 /*
372 * Change file access modes.
373 */
374 if (mask & ATTR_MODE) {
375 umode_t mode = iattr->ia_mode;
376
377 if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID))
378 mode &= ~S_ISGID;
379
380 ip->i_d.di_mode &= S_IFMT;
381 ip->i_d.di_mode |= mode & ~S_IFMT;
382
383 inode->i_mode &= S_IFMT;
384 inode->i_mode |= mode & ~S_IFMT;
Christoph Hellwigc4cd7472008-12-09 04:47:34 -0500385 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386
387 /*
388 * Change file access or modified times.
389 */
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000390 if (mask & ATTR_ATIME) {
391 inode->i_atime = iattr->ia_atime;
392 ip->i_d.di_atime.t_sec = iattr->ia_atime.tv_sec;
393 ip->i_d.di_atime.t_nsec = iattr->ia_atime.tv_nsec;
394 ip->i_update_core = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 }
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000396 if (mask & ATTR_CTIME) {
Christoph Hellwigf13fae22008-07-21 16:16:15 +1000397 inode->i_ctime = iattr->ia_ctime;
Christoph Hellwig0f285c82008-07-18 17:13:28 +1000398 ip->i_d.di_ctime.t_sec = iattr->ia_ctime.tv_sec;
399 ip->i_d.di_ctime.t_nsec = iattr->ia_ctime.tv_nsec;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 ip->i_update_core = 1;
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000401 }
402 if (mask & ATTR_MTIME) {
403 inode->i_mtime = iattr->ia_mtime;
404 ip->i_d.di_mtime.t_sec = iattr->ia_mtime.tv_sec;
405 ip->i_d.di_mtime.t_nsec = iattr->ia_mtime.tv_nsec;
406 ip->i_update_core = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407 }
408
409 /*
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000410 * And finally, log the inode core if any attribute in it
411 * has been changed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 */
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000413 if (mask & (ATTR_UID|ATTR_GID|ATTR_MODE|
414 ATTR_ATIME|ATTR_CTIME|ATTR_MTIME))
415 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
417 XFS_STATS_INC(xs_ig_attrchg);
418
419 /*
420 * If this is a synchronous mount, make sure that the
421 * transaction goes to disk before returning to the user.
422 * This is slightly sub-optimal in that truncates require
Nathan Scottc41564b2006-03-29 08:55:14 +1000423 * two sync transactions instead of one for wsync filesystems.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 * One for the truncate and one for the timestamps since we
425 * don't want to change the timestamps unless we're sure the
426 * truncate worked. Truncates are less than 1% of the laddis
427 * mix so this probably isn't worth the trouble to optimize.
428 */
429 code = 0;
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000430 if (mp->m_flags & XFS_MOUNT_WSYNC)
431 xfs_trans_set_sync(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432
Christoph Hellwigd6d59ba2009-12-23 16:09:13 +0000433 code = xfs_trans_commit(tp, commit_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 xfs_iunlock(ip, lock_flags);
436
437 /*
438 * Release any dquot(s) the inode had kept before chown.
439 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200440 xfs_qm_dqrele(olddquot1);
441 xfs_qm_dqrele(olddquot2);
442 xfs_qm_dqrele(udqp);
443 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200445 if (code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 return code;
Christoph Hellwigef14f0c2009-06-10 17:07:47 +0200447
448 /*
449 * XXX(hch): Updating the ACL entries is not atomic vs the i_mode
450 * update. We could avoid this with linked transactions
451 * and passing down the transaction pointer all the way
452 * to attr_set. No previous user of the generic
453 * Posix ACL code seems to care about this issue either.
454 */
455 if ((mask & ATTR_MODE) && !(flags & XFS_ATTR_NOACL)) {
456 code = -xfs_acl_chmod(inode);
457 if (code)
458 return XFS_ERROR(code);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 }
460
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 return 0;
462
463 abort_return:
464 commit_flags |= XFS_TRANS_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 error_return:
Christoph Hellwig7d095252009-06-08 15:33:32 +0200466 xfs_qm_dqrele(udqp);
467 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 if (tp) {
469 xfs_trans_cancel(tp, commit_flags);
470 }
471 if (lock_flags != 0) {
472 xfs_iunlock(ip, lock_flags);
473 }
474 return code;
475}
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477/*
Nathan Scott7d4fb402006-06-09 15:27:16 +1000478 * The maximum pathlen is 1024 bytes. Since the minimum file system
479 * blocksize is 512 bytes, we can get a max of 2 extents back from
480 * bmapi.
481 */
482#define SYMLINK_MAPS 2
483
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000484STATIC int
485xfs_readlink_bmap(
486 xfs_inode_t *ip,
487 char *link)
488{
489 xfs_mount_t *mp = ip->i_mount;
490 int pathlen = ip->i_d.di_size;
491 int nmaps = SYMLINK_MAPS;
492 xfs_bmbt_irec_t mval[SYMLINK_MAPS];
493 xfs_daddr_t d;
494 int byte_cnt;
495 int n;
496 xfs_buf_t *bp;
497 int error = 0;
498
499 error = xfs_bmapi(NULL, ip, 0, XFS_B_TO_FSB(mp, pathlen), 0, NULL, 0,
Christoph Hellwigb4e91812010-06-23 18:11:15 +1000500 mval, &nmaps, NULL);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000501 if (error)
502 goto out;
503
504 for (n = 0; n < nmaps; n++) {
505 d = XFS_FSB_TO_DADDR(mp, mval[n].br_startblock);
506 byte_cnt = XFS_FSB_TO_B(mp, mval[n].br_blockcount);
507
Christoph Hellwig6ad112b2009-11-24 18:02:23 +0000508 bp = xfs_buf_read(mp->m_ddev_targp, d, BTOBB(byte_cnt),
509 XBF_LOCK | XBF_MAPPED | XBF_DONT_BLOCK);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000510 error = XFS_BUF_GETERROR(bp);
511 if (error) {
512 xfs_ioerror_alert("xfs_readlink",
513 ip->i_mount, bp, XFS_BUF_ADDR(bp));
514 xfs_buf_relse(bp);
515 goto out;
516 }
517 if (pathlen < byte_cnt)
518 byte_cnt = pathlen;
519 pathlen -= byte_cnt;
520
521 memcpy(link, XFS_BUF_PTR(bp), byte_cnt);
522 xfs_buf_relse(bp);
523 }
524
525 link[ip->i_d.di_size] = '\0';
526 error = 0;
527
528 out:
529 return error;
530}
531
Christoph Hellwig993386c2007-08-28 16:12:30 +1000532int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533xfs_readlink(
Christoph Hellwig993386c2007-08-28 16:12:30 +1000534 xfs_inode_t *ip,
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000535 char *link)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536{
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000537 xfs_mount_t *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 int pathlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 int error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540
Christoph Hellwigcca28fb2010-06-24 11:57:09 +1000541 trace_xfs_readlink(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542
543 if (XFS_FORCED_SHUTDOWN(mp))
544 return XFS_ERROR(EIO);
545
546 xfs_ilock(ip, XFS_ILOCK_SHARED);
547
548 ASSERT((ip->i_d.di_mode & S_IFMT) == S_IFLNK);
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000549 ASSERT(ip->i_d.di_size <= MAXPATHLEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000551 pathlen = ip->i_d.di_size;
552 if (!pathlen)
553 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554
555 if (ip->i_df.if_flags & XFS_IFINLINE) {
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000556 memcpy(link, ip->i_df.if_u1.if_data, pathlen);
557 link[pathlen] = '\0';
558 } else {
559 error = xfs_readlink_bmap(ip, link);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 }
561
Christoph Hellwig804c83c2007-08-28 13:59:03 +1000562 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 xfs_iunlock(ip, XFS_ILOCK_SHARED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 return error;
565}
566
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567/*
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000568 * Flags for xfs_free_eofblocks
569 */
570#define XFS_FREE_EOF_TRYLOCK (1<<0)
571
572/*
David Chinner92dfe8d2007-05-24 15:22:19 +1000573 * This is called by xfs_inactive to free any blocks beyond eof
574 * when the link count isn't zero and by xfs_dm_punch_hole() when
575 * punching a hole to EOF.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 */
Eric Sandeend96f8f82009-07-02 00:09:33 -0500577STATIC int
David Chinner92dfe8d2007-05-24 15:22:19 +1000578xfs_free_eofblocks(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 xfs_mount_t *mp,
David Chinner92dfe8d2007-05-24 15:22:19 +1000580 xfs_inode_t *ip,
581 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582{
583 xfs_trans_t *tp;
584 int error;
585 xfs_fileoff_t end_fsb;
586 xfs_fileoff_t last_fsb;
587 xfs_filblks_t map_len;
588 int nimaps;
589 xfs_bmbt_irec_t imap;
590
591 /*
592 * Figure out if there are any blocks beyond the end
593 * of the file. If not, then there is nothing to do.
594 */
Lachlan McIlroyba87ea62007-05-08 13:49:46 +1000595 end_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)ip->i_size));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 last_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_MAXIOFFSET(mp));
Kulikov Vasiliy3f348852010-07-20 17:54:28 +1000597 if (last_fsb <= end_fsb)
Jesper Juhl014c2542006-01-15 02:37:08 +0100598 return 0;
Kulikov Vasiliy3f348852010-07-20 17:54:28 +1000599 map_len = last_fsb - end_fsb;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600
601 nimaps = 1;
602 xfs_ilock(ip, XFS_ILOCK_SHARED);
Lachlan McIlroy541d7d32007-10-11 17:34:33 +1000603 error = xfs_bmapi(NULL, ip, end_fsb, map_len, 0,
Christoph Hellwigb4e91812010-06-23 18:11:15 +1000604 NULL, 0, &imap, &nimaps, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 xfs_iunlock(ip, XFS_ILOCK_SHARED);
606
607 if (!error && (nimaps != 0) &&
Yingping Lu68bdb6e2006-01-11 15:38:31 +1100608 (imap.br_startblock != HOLESTARTBLOCK ||
609 ip->i_delayed_blks)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 /*
611 * Attach the dquots to the inode up front.
612 */
Christoph Hellwig7d095252009-06-08 15:33:32 +0200613 error = xfs_qm_dqattach(ip, 0);
614 if (error)
Jesper Juhl014c2542006-01-15 02:37:08 +0100615 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
617 /*
618 * There are blocks after the end of file.
619 * Free them up now by truncating the file to
620 * its current size.
621 */
622 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE);
623
624 /*
625 * Do the xfs_itruncate_start() call before
626 * reserving any log space because
627 * itruncate_start will call into the buffer
628 * cache and we can't
629 * do that within a transaction.
630 */
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000631 if (flags & XFS_FREE_EOF_TRYLOCK) {
632 if (!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
633 xfs_trans_cancel(tp, 0);
634 return 0;
635 }
636 } else {
David Chinner92dfe8d2007-05-24 15:22:19 +1000637 xfs_ilock(ip, XFS_IOLOCK_EXCL);
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000638 }
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +1000639 error = xfs_itruncate_start(ip, XFS_ITRUNC_DEFINITE,
Lachlan McIlroyba87ea62007-05-08 13:49:46 +1000640 ip->i_size);
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +1000641 if (error) {
Jesper Juhl87ae3c22007-06-28 16:43:14 +1000642 xfs_trans_cancel(tp, 0);
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000643 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +1000644 return error;
645 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646
647 error = xfs_trans_reserve(tp, 0,
648 XFS_ITRUNCATE_LOG_RES(mp),
649 0, XFS_TRANS_PERM_LOG_RES,
650 XFS_ITRUNCATE_LOG_COUNT);
651 if (error) {
652 ASSERT(XFS_FORCED_SHUTDOWN(mp));
653 xfs_trans_cancel(tp, 0);
654 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
Jesper Juhl014c2542006-01-15 02:37:08 +0100655 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 }
657
658 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig898621d2010-06-24 11:36:58 +1000659 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660
661 error = xfs_itruncate_finish(&tp, ip,
Lachlan McIlroyba87ea62007-05-08 13:49:46 +1000662 ip->i_size,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 XFS_DATA_FORK,
664 0);
665 /*
666 * If we get an error at this point we
667 * simply don't bother truncating the file.
668 */
669 if (error) {
670 xfs_trans_cancel(tp,
671 (XFS_TRANS_RELEASE_LOG_RES |
672 XFS_TRANS_ABORT));
673 } else {
674 error = xfs_trans_commit(tp,
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000675 XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 }
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000677 xfs_iunlock(ip, XFS_IOLOCK_EXCL|XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 }
Jesper Juhl014c2542006-01-15 02:37:08 +0100679 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680}
681
682/*
683 * Free a symlink that has blocks associated with it.
684 */
685STATIC int
686xfs_inactive_symlink_rmt(
687 xfs_inode_t *ip,
688 xfs_trans_t **tpp)
689{
690 xfs_buf_t *bp;
691 int committed;
692 int done;
693 int error;
694 xfs_fsblock_t first_block;
695 xfs_bmap_free_t free_list;
696 int i;
697 xfs_mount_t *mp;
698 xfs_bmbt_irec_t mval[SYMLINK_MAPS];
699 int nmaps;
700 xfs_trans_t *ntp;
701 int size;
702 xfs_trans_t *tp;
703
704 tp = *tpp;
705 mp = ip->i_mount;
706 ASSERT(ip->i_d.di_size > XFS_IFORK_DSIZE(ip));
707 /*
708 * We're freeing a symlink that has some
709 * blocks allocated to it. Free the
710 * blocks here. We know that we've got
711 * either 1 or 2 extents and that we can
712 * free them all in one bunmapi call.
713 */
714 ASSERT(ip->i_d.di_nextents > 0 && ip->i_d.di_nextents <= 2);
715 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
716 XFS_TRANS_PERM_LOG_RES, XFS_ITRUNCATE_LOG_COUNT))) {
717 ASSERT(XFS_FORCED_SHUTDOWN(mp));
718 xfs_trans_cancel(tp, 0);
719 *tpp = NULL;
720 return error;
721 }
722 /*
723 * Lock the inode, fix the size, and join it to the transaction.
724 * Hold it so in the normal path, we still have it locked for
725 * the second transaction. In the error paths we need it
726 * held so the cancel won't rele it, see below.
727 */
728 xfs_ilock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
729 size = (int)ip->i_d.di_size;
730 ip->i_d.di_size = 0;
Christoph Hellwig898621d2010-06-24 11:36:58 +1000731 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
733 /*
734 * Find the block(s) so we can inval and unmap them.
735 */
736 done = 0;
Eric Sandeen9d87c312009-01-14 23:22:07 -0600737 xfs_bmap_init(&free_list, &first_block);
Tobias Klausere8c96f82006-03-24 03:15:34 -0800738 nmaps = ARRAY_SIZE(mval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 if ((error = xfs_bmapi(tp, ip, 0, XFS_B_TO_FSB(mp, size),
740 XFS_BMAPI_METADATA, &first_block, 0, mval, &nmaps,
Christoph Hellwigb4e91812010-06-23 18:11:15 +1000741 &free_list)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 goto error0;
743 /*
744 * Invalidate the block(s).
745 */
746 for (i = 0; i < nmaps; i++) {
747 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp,
748 XFS_FSB_TO_DADDR(mp, mval[i].br_startblock),
749 XFS_FSB_TO_BB(mp, mval[i].br_blockcount), 0);
750 xfs_trans_binval(tp, bp);
751 }
752 /*
753 * Unmap the dead block(s) to the free_list.
754 */
755 if ((error = xfs_bunmapi(tp, ip, 0, size, XFS_BMAPI_METADATA, nmaps,
Christoph Hellwigb4e91812010-06-23 18:11:15 +1000756 &first_block, &free_list, &done)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 goto error1;
758 ASSERT(done);
759 /*
760 * Commit the first transaction. This logs the EFI and the inode.
761 */
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100762 if ((error = xfs_bmap_finish(&tp, &free_list, &committed)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 goto error1;
764 /*
765 * The transaction must have been committed, since there were
766 * actually extents freed by xfs_bunmapi. See xfs_bmap_finish.
767 * The new tp has the extent freeing and EFDs.
768 */
769 ASSERT(committed);
770 /*
771 * The first xact was committed, so add the inode to the new one.
772 * Mark it dirty so it will be logged and moved forward in the log as
773 * part of every commit.
774 */
Christoph Hellwig898621d2010-06-24 11:36:58 +1000775 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
777 /*
778 * Get a new, empty transaction to return to our caller.
779 */
780 ntp = xfs_trans_dup(tp);
781 /*
Nathan Scottc41564b2006-03-29 08:55:14 +1000782 * Commit the transaction containing extent freeing and EFDs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783 * If we get an error on the commit here or on the reserve below,
784 * we need to unlock the inode since the new transaction doesn't
785 * have the inode attached.
786 */
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000787 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 tp = ntp;
789 if (error) {
790 ASSERT(XFS_FORCED_SHUTDOWN(mp));
791 goto error0;
792 }
793 /*
Dave Chinnercc09c0d2008-11-17 17:37:10 +1100794 * transaction commit worked ok so we can drop the extra ticket
795 * reference that we gained in xfs_trans_dup()
796 */
797 xfs_log_ticket_put(tp->t_ticket);
798
799 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800 * Remove the memory for extent descriptions (just bookkeeping).
801 */
802 if (ip->i_df.if_bytes)
803 xfs_idata_realloc(ip, -ip->i_df.if_bytes, XFS_DATA_FORK);
804 ASSERT(ip->i_df.if_bytes == 0);
805 /*
806 * Put an itruncate log reservation in the new transaction
807 * for our caller.
808 */
809 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
810 XFS_TRANS_PERM_LOG_RES, XFS_ITRUNCATE_LOG_COUNT))) {
811 ASSERT(XFS_FORCED_SHUTDOWN(mp));
812 goto error0;
813 }
814 /*
815 * Return with the inode locked but not joined to the transaction.
816 */
817 *tpp = tp;
818 return 0;
819
820 error1:
821 xfs_bmap_cancel(&free_list);
822 error0:
823 /*
824 * Have to come here with the inode locked and either
825 * (held and in the transaction) or (not in the transaction).
826 * If the inode isn't held then cancel would iput it, but
827 * that's wrong since this is inactive and the vnode ref
828 * count is 0 already.
829 * Cancel won't do anything to the inode if held, but it still
830 * needs to be locked until the cancel is done, if it was
831 * joined to the transaction.
832 */
833 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT);
834 xfs_iunlock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
835 *tpp = NULL;
836 return error;
837
838}
839
840STATIC int
841xfs_inactive_symlink_local(
842 xfs_inode_t *ip,
843 xfs_trans_t **tpp)
844{
845 int error;
846
847 ASSERT(ip->i_d.di_size <= XFS_IFORK_DSIZE(ip));
848 /*
849 * We're freeing a symlink which fit into
850 * the inode. Just free the memory used
851 * to hold the old symlink.
852 */
853 error = xfs_trans_reserve(*tpp, 0,
854 XFS_ITRUNCATE_LOG_RES(ip->i_mount),
855 0, XFS_TRANS_PERM_LOG_RES,
856 XFS_ITRUNCATE_LOG_COUNT);
857
858 if (error) {
859 xfs_trans_cancel(*tpp, 0);
860 *tpp = NULL;
Jesper Juhl014c2542006-01-15 02:37:08 +0100861 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 }
863 xfs_ilock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
864
865 /*
866 * Zero length symlinks _can_ exist.
867 */
868 if (ip->i_df.if_bytes > 0) {
869 xfs_idata_realloc(ip,
870 -(ip->i_df.if_bytes),
871 XFS_DATA_FORK);
872 ASSERT(ip->i_df.if_bytes == 0);
873 }
Jesper Juhl014c2542006-01-15 02:37:08 +0100874 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875}
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877STATIC int
878xfs_inactive_attrs(
879 xfs_inode_t *ip,
880 xfs_trans_t **tpp)
881{
882 xfs_trans_t *tp;
883 int error;
884 xfs_mount_t *mp;
885
Christoph Hellwig579aa9c2008-04-22 17:34:00 +1000886 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 tp = *tpp;
888 mp = ip->i_mount;
889 ASSERT(ip->i_d.di_forkoff != 0);
David Chinnere5720ee2008-04-10 12:21:18 +1000890 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 xfs_iunlock(ip, XFS_ILOCK_EXCL);
David Chinnere5720ee2008-04-10 12:21:18 +1000892 if (error)
893 goto error_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895 error = xfs_attr_inactive(ip);
David Chinnere5720ee2008-04-10 12:21:18 +1000896 if (error)
897 goto error_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
899 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE);
900 error = xfs_trans_reserve(tp, 0,
901 XFS_IFREE_LOG_RES(mp),
902 0, XFS_TRANS_PERM_LOG_RES,
903 XFS_INACTIVE_LOG_COUNT);
David Chinnere5720ee2008-04-10 12:21:18 +1000904 if (error)
905 goto error_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906
907 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig898621d2010-06-24 11:36:58 +1000908 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 xfs_idestroy_fork(ip, XFS_ATTR_FORK);
910
911 ASSERT(ip->i_d.di_anextents == 0);
912
913 *tpp = tp;
Jesper Juhl014c2542006-01-15 02:37:08 +0100914 return 0;
David Chinnere5720ee2008-04-10 12:21:18 +1000915
916error_cancel:
917 ASSERT(XFS_FORCED_SHUTDOWN(mp));
918 xfs_trans_cancel(tp, 0);
919error_unlock:
920 *tpp = NULL;
921 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
922 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923}
924
Christoph Hellwig993386c2007-08-28 16:12:30 +1000925int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926xfs_release(
Christoph Hellwig993386c2007-08-28 16:12:30 +1000927 xfs_inode_t *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928{
Christoph Hellwig993386c2007-08-28 16:12:30 +1000929 xfs_mount_t *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 int error;
931
Christoph Hellwig42173f62008-04-22 17:33:25 +1000932 if (!S_ISREG(ip->i_d.di_mode) || (ip->i_d.di_mode == 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
935 /* If this is a read-only mount, don't do this (would generate I/O) */
Christoph Hellwigbd186aa2007-08-30 17:21:12 +1000936 if (mp->m_flags & XFS_MOUNT_RDONLY)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 return 0;
938
David Chinner2a82b8b2007-07-11 11:09:12 +1000939 if (!XFS_FORCED_SHUTDOWN(mp)) {
Christoph Hellwigb3aea4e2007-08-29 11:44:37 +1000940 int truncated;
941
David Chinner2a82b8b2007-07-11 11:09:12 +1000942 /*
943 * If we are using filestreams, and we have an unlinked
944 * file that we are processing the last close on, then nothing
945 * will be able to reopen and write to this file. Purge this
946 * inode from the filestreams cache so that it doesn't delay
947 * teardown of the inode.
948 */
949 if ((ip->i_d.di_nlink == 0) && xfs_inode_is_filestream(ip))
950 xfs_filestream_deassociate(ip);
951
Christoph Hellwigfbf3ce82007-06-28 16:46:47 +1000952 /*
953 * If we previously truncated this file and removed old data
954 * in the process, we want to initiate "early" writeout on
955 * the last close. This is an attempt to combat the notorious
956 * NULL files problem which is particularly noticable from a
957 * truncate down, buffered (re-)write (delalloc), followed by
958 * a crash. What we are effectively doing here is
959 * significantly reducing the time window where we'd otherwise
960 * be exposed to that problem.
961 */
Christoph Hellwig09262b42007-08-29 11:44:50 +1000962 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED);
Christoph Hellwigdf80c932008-08-13 16:22:09 +1000963 if (truncated && VN_DIRTY(VFS_I(ip)) && ip->i_delayed_blks > 0)
Christoph Hellwig0cadda12010-01-19 09:56:44 +0000964 xfs_flush_pages(ip, 0, -1, XBF_ASYNC, FI_NONE);
Christoph Hellwigfbf3ce82007-06-28 16:46:47 +1000965 }
966
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 if (ip->i_d.di_nlink != 0) {
968 if ((((ip->i_d.di_mode & S_IFMT) == S_IFREG) &&
Christoph Hellwigdf80c932008-08-13 16:22:09 +1000969 ((ip->i_size > 0) || (VN_CACHED(VFS_I(ip)) > 0 ||
Yingping Lu68bdb6e2006-01-11 15:38:31 +1100970 ip->i_delayed_blks > 0)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 (ip->i_df.if_flags & XFS_IFEXTENTS)) &&
Nathan Scottdd9f4382006-01-11 15:28:28 +1100972 (!(ip->i_d.di_flags &
973 (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)))) {
Christoph Hellwigc56c96312009-10-19 04:03:46 +0000974
975 /*
976 * If we can't get the iolock just skip truncating
977 * the blocks past EOF because we could deadlock
978 * with the mmap_sem otherwise. We'll get another
979 * chance to drop them once the last reference to
980 * the inode is dropped, so we'll never leak blocks
981 * permanently.
982 */
983 error = xfs_free_eofblocks(mp, ip,
984 XFS_FREE_EOF_TRYLOCK);
David Chinner92dfe8d2007-05-24 15:22:19 +1000985 if (error)
Jesper Juhl014c2542006-01-15 02:37:08 +0100986 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 }
988 }
989
990 return 0;
991}
992
993/*
994 * xfs_inactive
995 *
996 * This is called when the vnode reference count for the vnode
997 * goes to zero. If the file has been unlinked, then it must
998 * now be truncated. Also, we clear all of the read-ahead state
999 * kept for the inode here since the file is now closed.
1000 */
Christoph Hellwig993386c2007-08-28 16:12:30 +10001001int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002xfs_inactive(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001003 xfs_inode_t *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004{
Nathan Scott67fcaa72006-06-09 17:00:52 +10001005 xfs_bmap_free_t free_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 xfs_fsblock_t first_block;
1007 int committed;
1008 xfs_trans_t *tp;
1009 xfs_mount_t *mp;
1010 int error;
1011 int truncate;
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 /*
1014 * If the inode is already free, then there can be nothing
1015 * to clean up here.
1016 */
Christoph Hellwigcb4c8cc2009-03-16 08:25:25 +01001017 if (ip->i_d.di_mode == 0 || is_bad_inode(VFS_I(ip))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 ASSERT(ip->i_df.if_real_bytes == 0);
1019 ASSERT(ip->i_df.if_broot_bytes == 0);
1020 return VN_INACTIVE_CACHE;
1021 }
1022
1023 /*
1024 * Only do a truncate if it's a regular file with
1025 * some actual space in it. It's OK to look at the
1026 * inode's fields without the lock because we're the
1027 * only one with a reference to the inode.
1028 */
1029 truncate = ((ip->i_d.di_nlink == 0) &&
Lachlan McIlroyba87ea62007-05-08 13:49:46 +10001030 ((ip->i_d.di_size != 0) || (ip->i_size != 0) ||
1031 (ip->i_d.di_nextents > 0) || (ip->i_delayed_blks > 0)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 ((ip->i_d.di_mode & S_IFMT) == S_IFREG));
1033
1034 mp = ip->i_mount;
1035
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 error = 0;
1037
1038 /* If this is a read-only mount, don't do this (would generate I/O) */
Christoph Hellwigbd186aa2007-08-30 17:21:12 +10001039 if (mp->m_flags & XFS_MOUNT_RDONLY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 goto out;
1041
1042 if (ip->i_d.di_nlink != 0) {
1043 if ((((ip->i_d.di_mode & S_IFMT) == S_IFREG) &&
Christoph Hellwigdf80c932008-08-13 16:22:09 +10001044 ((ip->i_size > 0) || (VN_CACHED(VFS_I(ip)) > 0 ||
Yingping Lu68bdb6e2006-01-11 15:38:31 +11001045 ip->i_delayed_blks > 0)) &&
Nathan Scottdd9f4382006-01-11 15:28:28 +11001046 (ip->i_df.if_flags & XFS_IFEXTENTS) &&
1047 (!(ip->i_d.di_flags &
1048 (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) ||
1049 (ip->i_delayed_blks != 0)))) {
Christoph Hellwigc56c96312009-10-19 04:03:46 +00001050 error = xfs_free_eofblocks(mp, ip, 0);
David Chinner92dfe8d2007-05-24 15:22:19 +10001051 if (error)
Jesper Juhl014c2542006-01-15 02:37:08 +01001052 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 }
1054 goto out;
1055 }
1056
1057 ASSERT(ip->i_d.di_nlink == 0);
1058
Christoph Hellwig7d095252009-06-08 15:33:32 +02001059 error = xfs_qm_dqattach(ip, 0);
1060 if (error)
Jesper Juhl014c2542006-01-15 02:37:08 +01001061 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
1063 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE);
1064 if (truncate) {
1065 /*
1066 * Do the xfs_itruncate_start() call before
1067 * reserving any log space because itruncate_start
1068 * will call into the buffer cache and we can't
1069 * do that within a transaction.
1070 */
1071 xfs_ilock(ip, XFS_IOLOCK_EXCL);
1072
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +10001073 error = xfs_itruncate_start(ip, XFS_ITRUNC_DEFINITE, 0);
1074 if (error) {
Jesper Juhl87ae3c22007-06-28 16:43:14 +10001075 xfs_trans_cancel(tp, 0);
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +10001076 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
1077 return VN_INACTIVE_CACHE;
1078 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
1080 error = xfs_trans_reserve(tp, 0,
1081 XFS_ITRUNCATE_LOG_RES(mp),
1082 0, XFS_TRANS_PERM_LOG_RES,
1083 XFS_ITRUNCATE_LOG_COUNT);
1084 if (error) {
1085 /* Don't call itruncate_cleanup */
1086 ASSERT(XFS_FORCED_SHUTDOWN(mp));
1087 xfs_trans_cancel(tp, 0);
1088 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
Jesper Juhl014c2542006-01-15 02:37:08 +01001089 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 }
1091
1092 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig898621d2010-06-24 11:36:58 +10001093 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
1095 /*
1096 * normally, we have to run xfs_itruncate_finish sync.
1097 * But if filesystem is wsync and we're in the inactive
1098 * path, then we know that nlink == 0, and that the
1099 * xaction that made nlink == 0 is permanently committed
1100 * since xfs_remove runs as a synchronous transaction.
1101 */
1102 error = xfs_itruncate_finish(&tp, ip, 0, XFS_DATA_FORK,
1103 (!(mp->m_flags & XFS_MOUNT_WSYNC) ? 1 : 0));
1104
1105 if (error) {
1106 xfs_trans_cancel(tp,
1107 XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT);
1108 xfs_iunlock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
Jesper Juhl014c2542006-01-15 02:37:08 +01001109 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 }
1111 } else if ((ip->i_d.di_mode & S_IFMT) == S_IFLNK) {
1112
1113 /*
1114 * If we get an error while cleaning up a
1115 * symlink we bail out.
1116 */
1117 error = (ip->i_d.di_size > XFS_IFORK_DSIZE(ip)) ?
1118 xfs_inactive_symlink_rmt(ip, &tp) :
1119 xfs_inactive_symlink_local(ip, &tp);
1120
1121 if (error) {
1122 ASSERT(tp == NULL);
Jesper Juhl014c2542006-01-15 02:37:08 +01001123 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 }
1125
Christoph Hellwig898621d2010-06-24 11:36:58 +10001126 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 } else {
1128 error = xfs_trans_reserve(tp, 0,
1129 XFS_IFREE_LOG_RES(mp),
1130 0, XFS_TRANS_PERM_LOG_RES,
1131 XFS_INACTIVE_LOG_COUNT);
1132 if (error) {
1133 ASSERT(XFS_FORCED_SHUTDOWN(mp));
1134 xfs_trans_cancel(tp, 0);
Jesper Juhl014c2542006-01-15 02:37:08 +01001135 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 }
1137
1138 xfs_ilock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
Christoph Hellwig898621d2010-06-24 11:36:58 +10001139 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 }
1141
1142 /*
1143 * If there are attributes associated with the file
1144 * then blow them away now. The code calls a routine
1145 * that recursively deconstructs the attribute fork.
1146 * We need to just commit the current transaction
1147 * because we can't use it for xfs_attr_inactive().
1148 */
1149 if (ip->i_d.di_anextents > 0) {
1150 error = xfs_inactive_attrs(ip, &tp);
1151 /*
1152 * If we got an error, the transaction is already
1153 * cancelled, and the inode is unlocked. Just get out.
1154 */
1155 if (error)
Jesper Juhl014c2542006-01-15 02:37:08 +01001156 return VN_INACTIVE_CACHE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157 } else if (ip->i_afp) {
1158 xfs_idestroy_fork(ip, XFS_ATTR_FORK);
1159 }
1160
1161 /*
1162 * Free the inode.
1163 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06001164 xfs_bmap_init(&free_list, &first_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 error = xfs_ifree(tp, ip, &free_list);
1166 if (error) {
1167 /*
1168 * If we fail to free the inode, shut down. The cancel
1169 * might do that, we need to make sure. Otherwise the
1170 * inode might be lost for a long time or forever.
1171 */
1172 if (!XFS_FORCED_SHUTDOWN(mp)) {
1173 cmn_err(CE_NOTE,
1174 "xfs_inactive: xfs_ifree() returned an error = %d on %s",
1175 error, mp->m_fsname);
Nathan Scott7d04a332006-06-09 14:58:38 +10001176 xfs_force_shutdown(mp, SHUTDOWN_META_IO_ERROR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 }
1178 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
1179 } else {
1180 /*
1181 * Credit the quota account(s). The inode is gone.
1182 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001183 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_ICOUNT, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184
1185 /*
David Chinner78e9da72008-04-10 12:24:17 +10001186 * Just ignore errors at this point. There is nothing we can
1187 * do except to try to keep going. Make sure it's not a silent
1188 * error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 */
David Chinner78e9da72008-04-10 12:24:17 +10001190 error = xfs_bmap_finish(&tp, &free_list, &committed);
1191 if (error)
1192 xfs_fs_cmn_err(CE_NOTE, mp, "xfs_inactive: "
1193 "xfs_bmap_finish() returned error %d", error);
1194 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
1195 if (error)
1196 xfs_fs_cmn_err(CE_NOTE, mp, "xfs_inactive: "
1197 "xfs_trans_commit() returned error %d", error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 }
Christoph Hellwig7d095252009-06-08 15:33:32 +02001199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 /*
1201 * Release the dquots held by inode, if any.
1202 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001203 xfs_qm_dqdetach(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 xfs_iunlock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
1205
1206 out:
1207 return VN_INACTIVE_CACHE;
1208}
1209
Barry Naujok384f3ce2008-05-21 16:58:22 +10001210/*
1211 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
1212 * is allowed, otherwise it has to be an exact match. If a CI match is found,
1213 * ci_name->name will point to a the actual name (caller must free) or
1214 * will be set to NULL if an exact match is found.
1215 */
Christoph Hellwig993386c2007-08-28 16:12:30 +10001216int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217xfs_lookup(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001218 xfs_inode_t *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +10001219 struct xfs_name *name,
Barry Naujok384f3ce2008-05-21 16:58:22 +10001220 xfs_inode_t **ipp,
1221 struct xfs_name *ci_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001223 xfs_ino_t inum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224 int error;
1225 uint lock_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001227 trace_xfs_lookup(dp, name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
1229 if (XFS_FORCED_SHUTDOWN(dp->i_mount))
1230 return XFS_ERROR(EIO);
1231
1232 lock_mode = xfs_ilock_map_shared(dp);
Barry Naujok384f3ce2008-05-21 16:58:22 +10001233 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234 xfs_iunlock_map_shared(dp, lock_mode);
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001235
1236 if (error)
1237 goto out;
1238
Dave Chinner7b6259e2010-06-24 11:35:17 +10001239 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001240 if (error)
Barry Naujok384f3ce2008-05-21 16:58:22 +10001241 goto out_free_name;
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001242
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001243 return 0;
1244
Barry Naujok384f3ce2008-05-21 16:58:22 +10001245out_free_name:
1246 if (ci_name)
1247 kmem_free(ci_name->name);
1248out:
Christoph Hellwigeca450b2008-04-22 17:33:52 +10001249 *ipp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 return error;
1251}
1252
Christoph Hellwig993386c2007-08-28 16:12:30 +10001253int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254xfs_create(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001255 xfs_inode_t *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +10001256 struct xfs_name *name,
Christoph Hellwig3e5daf02007-10-11 18:09:12 +10001257 mode_t mode,
1258 xfs_dev_t rdev,
Christoph Hellwig979ebab2008-03-06 13:46:05 +11001259 xfs_inode_t **ipp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260 cred_t *credp)
1261{
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001262 int is_dir = S_ISDIR(mode);
1263 struct xfs_mount *mp = dp->i_mount;
1264 struct xfs_inode *ip = NULL;
1265 struct xfs_trans *tp = NULL;
Barry Naujok556b8b12008-04-10 12:22:07 +10001266 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 xfs_bmap_free_t free_list;
1268 xfs_fsblock_t first_block;
Christoph Hellwig993386c2007-08-28 16:12:30 +10001269 boolean_t unlock_dp_on_error = B_FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270 uint cancel_flags;
1271 int committed;
1272 xfs_prid_t prid;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001273 struct xfs_dquot *udqp = NULL;
1274 struct xfs_dquot *gdqp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 uint resblks;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001276 uint log_res;
1277 uint log_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001279 trace_xfs_create(dp, name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001281 if (XFS_FORCED_SHUTDOWN(mp))
1282 return XFS_ERROR(EIO);
1283
Nathan Scott365ca832005-06-21 15:39:12 +10001284 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
1285 prid = dp->i_d.di_projid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 else
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001287 prid = dfltprid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288
1289 /*
1290 * Make sure that we have allocated dquot(s) on disk.
1291 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001292 error = xfs_qm_vop_dqalloc(dp, current_fsuid(), current_fsgid(), prid,
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001293 XFS_QMOPT_QUOTALL | XFS_QMOPT_INHERIT, &udqp, &gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294 if (error)
1295 goto std_return;
1296
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001297 if (is_dir) {
1298 rdev = 0;
1299 resblks = XFS_MKDIR_SPACE_RES(mp, name->len);
1300 log_res = XFS_MKDIR_LOG_RES(mp);
1301 log_count = XFS_MKDIR_LOG_COUNT;
1302 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR);
1303 } else {
1304 resblks = XFS_CREATE_SPACE_RES(mp, name->len);
1305 log_res = XFS_CREATE_LOG_RES(mp);
1306 log_count = XFS_CREATE_LOG_COUNT;
1307 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE);
1308 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001311
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 /*
1313 * Initially assume that the file does not exist and
1314 * reserve the resources for that case. If that is not
1315 * the case we'll drop the one we have and get a more
1316 * appropriate transaction later.
1317 */
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001318 error = xfs_trans_reserve(tp, resblks, log_res, 0,
1319 XFS_TRANS_PERM_LOG_RES, log_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 if (error == ENOSPC) {
Dave Chinner153fec42009-04-06 18:48:30 +02001321 /* flush outstanding delalloc blocks and retry */
1322 xfs_flush_inodes(dp);
Christoph Hellwig4734d402009-09-09 18:19:02 -05001323 error = xfs_trans_reserve(tp, resblks, log_res, 0,
1324 XFS_TRANS_PERM_LOG_RES, log_count);
Dave Chinner153fec42009-04-06 18:48:30 +02001325 }
1326 if (error == ENOSPC) {
1327 /* No space at all so try a "no-allocation" reservation */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 resblks = 0;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001329 error = xfs_trans_reserve(tp, 0, log_res, 0,
1330 XFS_TRANS_PERM_LOG_RES, log_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 }
1332 if (error) {
1333 cancel_flags = 0;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001334 goto out_trans_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335 }
1336
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001337 xfs_ilock(dp, XFS_ILOCK_EXCL | XFS_ILOCK_PARENT);
Christoph Hellwig993386c2007-08-28 16:12:30 +10001338 unlock_dp_on_error = B_TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001340 /*
1341 * Check for directory link count overflow.
1342 */
1343 if (is_dir && dp->i_d.di_nlink >= XFS_MAXLINK) {
1344 error = XFS_ERROR(EMLINK);
1345 goto out_trans_cancel;
1346 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001348 xfs_bmap_init(&free_list, &first_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349
1350 /*
1351 * Reserve disk quota and the inode.
1352 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001353 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, resblks, 1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 if (error)
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001355 goto out_trans_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356
Barry Naujok556b8b12008-04-10 12:22:07 +10001357 error = xfs_dir_canenter(tp, dp, name, resblks);
1358 if (error)
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001359 goto out_trans_cancel;
1360
1361 /*
1362 * A newly created regular or special file just has one directory
1363 * entry pointing to them, but a directory also the "." entry
1364 * pointing to itself.
1365 */
1366 error = xfs_dir_ialloc(&tp, dp, mode, is_dir ? 2 : 1, rdev, credp,
1367 prid, resblks > 0, &ip, &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 if (error) {
1369 if (error == ENOSPC)
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001370 goto out_trans_cancel;
1371 goto out_trans_abort;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373
1374 /*
1375 * At this point, we've gotten a newly allocated inode.
1376 * It is locked (and joined to the transaction).
1377 */
Christoph Hellwig579aa9c2008-04-22 17:34:00 +10001378 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379
1380 /*
Christoph Hellwig993386c2007-08-28 16:12:30 +10001381 * Now we join the directory inode to the transaction. We do not do it
1382 * earlier because xfs_dir_ialloc might commit the previous transaction
1383 * (and release all the locks). An error from here on will result in
1384 * the transaction cancel unlocking dp so don't do it explicitly in the
1385 * error path.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10001387 xfs_trans_ijoin_ref(tp, dp, XFS_ILOCK_EXCL);
Christoph Hellwig993386c2007-08-28 16:12:30 +10001388 unlock_dp_on_error = B_FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389
Barry Naujok556b8b12008-04-10 12:22:07 +10001390 error = xfs_dir_createname(tp, dp, name, ip->i_ino,
Nathan Scottf6c2d1f2006-06-20 13:04:51 +10001391 &first_block, &free_list, resblks ?
1392 resblks - XFS_IALLOC_SPACE_RES(mp) : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 if (error) {
1394 ASSERT(error != ENOSPC);
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001395 goto out_trans_abort;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396 }
Dave Chinnerdcd79a12010-09-28 12:27:25 +10001397 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
1399
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001400 if (is_dir) {
1401 error = xfs_dir_init(tp, ip, dp);
1402 if (error)
1403 goto out_bmap_cancel;
1404
1405 error = xfs_bumplink(tp, dp);
1406 if (error)
1407 goto out_bmap_cancel;
1408 }
1409
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410 /*
1411 * If this is a synchronous mount, make sure that the
1412 * create transaction goes to disk before returning to
1413 * the user.
1414 */
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001415 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 xfs_trans_set_sync(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 /*
1419 * Attach the dquot(s) to the inodes and modify them incore.
1420 * These ids of the inode couldn't have changed since the new
1421 * inode has been locked ever since it was created.
1422 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001423 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424
1425 /*
1426 * xfs_trans_commit normally decrements the vnode ref count
1427 * when it unlocks the inode. Since we want to return the
1428 * vnode to the caller, we bump the vnode ref count now.
1429 */
1430 IHOLD(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001432 error = xfs_bmap_finish(&tp, &free_list, &committed);
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001433 if (error)
1434 goto out_abort_rele;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435
Eric Sandeen1c72bf92007-05-08 13:48:42 +10001436 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437 if (error) {
1438 IRELE(ip);
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001439 goto out_dqrele;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 }
1441
Christoph Hellwig7d095252009-06-08 15:33:32 +02001442 xfs_qm_dqrele(udqp);
1443 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
Christoph Hellwig979ebab2008-03-06 13:46:05 +11001445 *ipp = ip;
Christoph Hellwig288699f2010-06-23 18:11:15 +10001446 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001448 out_bmap_cancel:
1449 xfs_bmap_cancel(&free_list);
1450 out_trans_abort:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451 cancel_flags |= XFS_TRANS_ABORT;
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001452 out_trans_cancel:
1453 xfs_trans_cancel(tp, cancel_flags);
1454 out_dqrele:
Christoph Hellwig7d095252009-06-08 15:33:32 +02001455 xfs_qm_dqrele(udqp);
1456 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457
Christoph Hellwig993386c2007-08-28 16:12:30 +10001458 if (unlock_dp_on_error)
1459 xfs_iunlock(dp, XFS_ILOCK_EXCL);
Christoph Hellwig288699f2010-06-23 18:11:15 +10001460 std_return:
1461 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001463 out_abort_rele:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 /*
1465 * Wait until after the current transaction is aborted to
1466 * release the inode. This prevents recursive transactions
1467 * and deadlocks from xfs_inactive.
1468 */
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001469 xfs_bmap_cancel(&free_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470 cancel_flags |= XFS_TRANS_ABORT;
1471 xfs_trans_cancel(tp, cancel_flags);
1472 IRELE(ip);
Christoph Hellwig517b5e82009-02-09 08:38:02 +01001473 unlock_dp_on_error = B_FALSE;
1474 goto out_dqrele;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475}
1476
1477#ifdef DEBUG
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478int xfs_locked_n;
1479int xfs_small_retries;
1480int xfs_middle_retries;
1481int xfs_lots_retries;
1482int xfs_lock_delays;
1483#endif
1484
1485/*
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001486 * Bump the subclass so xfs_lock_inodes() acquires each lock with
1487 * a different value
1488 */
1489static inline int
1490xfs_lock_inumorder(int lock_mode, int subclass)
1491{
1492 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL))
David Chinner0f1145c2007-06-29 17:26:09 +10001493 lock_mode |= (subclass + XFS_LOCK_INUMORDER) << XFS_IOLOCK_SHIFT;
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001494 if (lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL))
David Chinner0f1145c2007-06-29 17:26:09 +10001495 lock_mode |= (subclass + XFS_LOCK_INUMORDER) << XFS_ILOCK_SHIFT;
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001496
1497 return lock_mode;
1498}
1499
1500/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 * The following routine will lock n inodes in exclusive mode.
1502 * We assume the caller calls us with the inodes in i_ino order.
1503 *
1504 * We need to detect deadlock where an inode that we lock
1505 * is in the AIL and we start waiting for another inode that is locked
1506 * by a thread in a long running transaction (such as truncate). This can
1507 * result in deadlock since the long running trans might need to wait
1508 * for the inode we just locked in order to push the tail and free space
1509 * in the log.
1510 */
1511void
1512xfs_lock_inodes(
1513 xfs_inode_t **ips,
1514 int inodes,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 uint lock_mode)
1516{
1517 int attempts = 0, i, j, try_lock;
1518 xfs_log_item_t *lp;
1519
1520 ASSERT(ips && (inodes >= 2)); /* we need at least two */
1521
Christoph Hellwigcfa853e2008-04-22 17:34:06 +10001522 try_lock = 0;
1523 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524
1525again:
1526 for (; i < inodes; i++) {
1527 ASSERT(ips[i]);
1528
1529 if (i && (ips[i] == ips[i-1])) /* Already locked */
1530 continue;
1531
1532 /*
1533 * If try_lock is not set yet, make sure all locked inodes
1534 * are not in the AIL.
1535 * If any are, set try_lock to be used later.
1536 */
1537
1538 if (!try_lock) {
1539 for (j = (i - 1); j >= 0 && !try_lock; j--) {
1540 lp = (xfs_log_item_t *)ips[j]->i_itemp;
1541 if (lp && (lp->li_flags & XFS_LI_IN_AIL)) {
1542 try_lock++;
1543 }
1544 }
1545 }
1546
1547 /*
1548 * If any of the previous locks we have locked is in the AIL,
1549 * we must TRY to get the second and subsequent locks. If
1550 * we can't get any, we must release all we have
1551 * and try again.
1552 */
1553
1554 if (try_lock) {
1555 /* try_lock must be 0 if i is 0. */
1556 /*
1557 * try_lock means we have an inode locked
1558 * that is in the AIL.
1559 */
1560 ASSERT(i != 0);
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001561 if (!xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 attempts++;
1563
1564 /*
1565 * Unlock all previous guys and try again.
1566 * xfs_iunlock will try to push the tail
1567 * if the inode is in the AIL.
1568 */
1569
1570 for(j = i - 1; j >= 0; j--) {
1571
1572 /*
1573 * Check to see if we've already
1574 * unlocked this one.
1575 * Not the first one going back,
1576 * and the inode ptr is the same.
1577 */
1578 if ((j != (i - 1)) && ips[j] ==
1579 ips[j+1])
1580 continue;
1581
1582 xfs_iunlock(ips[j], lock_mode);
1583 }
1584
1585 if ((attempts % 5) == 0) {
1586 delay(1); /* Don't just spin the CPU */
1587#ifdef DEBUG
1588 xfs_lock_delays++;
1589#endif
1590 }
1591 i = 0;
1592 try_lock = 0;
1593 goto again;
1594 }
1595 } else {
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10001596 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 }
1598 }
1599
1600#ifdef DEBUG
1601 if (attempts) {
1602 if (attempts < 5) xfs_small_retries++;
1603 else if (attempts < 100) xfs_middle_retries++;
1604 else xfs_lots_retries++;
1605 } else {
1606 xfs_locked_n++;
1607 }
1608#endif
1609}
1610
David Chinnerf9114eb2008-09-17 16:51:21 +10001611/*
1612 * xfs_lock_two_inodes() can only be used to lock one type of lock
1613 * at a time - the iolock or the ilock, but not both at once. If
1614 * we lock both at once, lockdep will report false positives saying
1615 * we have violated locking orders.
1616 */
Christoph Hellwige1cccd92008-08-13 16:18:07 +10001617void
1618xfs_lock_two_inodes(
1619 xfs_inode_t *ip0,
1620 xfs_inode_t *ip1,
1621 uint lock_mode)
1622{
1623 xfs_inode_t *temp;
1624 int attempts = 0;
1625 xfs_log_item_t *lp;
1626
David Chinnerf9114eb2008-09-17 16:51:21 +10001627 if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL))
1628 ASSERT((lock_mode & (XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)) == 0);
Christoph Hellwige1cccd92008-08-13 16:18:07 +10001629 ASSERT(ip0->i_ino != ip1->i_ino);
1630
1631 if (ip0->i_ino > ip1->i_ino) {
1632 temp = ip0;
1633 ip0 = ip1;
1634 ip1 = temp;
1635 }
1636
1637 again:
1638 xfs_ilock(ip0, xfs_lock_inumorder(lock_mode, 0));
1639
1640 /*
1641 * If the first lock we have locked is in the AIL, we must TRY to get
1642 * the second lock. If we can't get it, we must release the first one
1643 * and try again.
1644 */
1645 lp = (xfs_log_item_t *)ip0->i_itemp;
1646 if (lp && (lp->li_flags & XFS_LI_IN_AIL)) {
1647 if (!xfs_ilock_nowait(ip1, xfs_lock_inumorder(lock_mode, 1))) {
1648 xfs_iunlock(ip0, lock_mode);
1649 if ((++attempts % 5) == 0)
1650 delay(1); /* Don't just spin the CPU */
1651 goto again;
1652 }
1653 } else {
1654 xfs_ilock(ip1, xfs_lock_inumorder(lock_mode, 1));
1655 }
1656}
1657
Christoph Hellwig993386c2007-08-28 16:12:30 +10001658int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659xfs_remove(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001660 xfs_inode_t *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +10001661 struct xfs_name *name,
1662 xfs_inode_t *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663{
Christoph Hellwig993386c2007-08-28 16:12:30 +10001664 xfs_mount_t *mp = dp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 xfs_trans_t *tp = NULL;
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001666 int is_dir = S_ISDIR(ip->i_d.di_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667 int error = 0;
1668 xfs_bmap_free_t free_list;
1669 xfs_fsblock_t first_block;
1670 int cancel_flags;
1671 int committed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 int link_zero;
1673 uint resblks;
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001674 uint log_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001676 trace_xfs_remove(dp, name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678 if (XFS_FORCED_SHUTDOWN(mp))
1679 return XFS_ERROR(EIO);
1680
Christoph Hellwig7d095252009-06-08 15:33:32 +02001681 error = xfs_qm_dqattach(dp, 0);
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001682 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 goto std_return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684
Christoph Hellwig7d095252009-06-08 15:33:32 +02001685 error = xfs_qm_dqattach(ip, 0);
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001686 if (error)
1687 goto std_return;
1688
1689 if (is_dir) {
1690 tp = xfs_trans_alloc(mp, XFS_TRANS_RMDIR);
1691 log_count = XFS_DEFAULT_LOG_COUNT;
1692 } else {
1693 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE);
1694 log_count = XFS_REMOVE_LOG_COUNT;
1695 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 /*
1699 * We try to get the real space reservation first,
1700 * allowing for directory btree deletion(s) implying
1701 * possible bmap insert(s). If we can't get the space
1702 * reservation then we use 0 instead, and avoid the bmap
1703 * btree insert(s) in the directory code by, if the bmap
1704 * insert tries to happen, instead trimming the LAST
1705 * block from the directory.
1706 */
1707 resblks = XFS_REMOVE_SPACE_RES(mp);
1708 error = xfs_trans_reserve(tp, resblks, XFS_REMOVE_LOG_RES(mp), 0,
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001709 XFS_TRANS_PERM_LOG_RES, log_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710 if (error == ENOSPC) {
1711 resblks = 0;
1712 error = xfs_trans_reserve(tp, 0, XFS_REMOVE_LOG_RES(mp), 0,
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001713 XFS_TRANS_PERM_LOG_RES, log_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 }
1715 if (error) {
1716 ASSERT(error != ENOSPC);
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001717 cancel_flags = 0;
1718 goto out_trans_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 }
1720
Christoph Hellwige1cccd92008-08-13 16:18:07 +10001721 xfs_lock_two_inodes(dp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722
Christoph Hellwig898621d2010-06-24 11:36:58 +10001723 xfs_trans_ijoin_ref(tp, dp, XFS_ILOCK_EXCL);
1724 xfs_trans_ijoin_ref(tp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725
1726 /*
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001727 * If we're removing a directory perform some additional validation.
1728 */
1729 if (is_dir) {
1730 ASSERT(ip->i_d.di_nlink >= 2);
1731 if (ip->i_d.di_nlink != 2) {
1732 error = XFS_ERROR(ENOTEMPTY);
1733 goto out_trans_cancel;
1734 }
1735 if (!xfs_dir_isempty(ip)) {
1736 error = XFS_ERROR(ENOTEMPTY);
1737 goto out_trans_cancel;
1738 }
1739 }
1740
Eric Sandeen9d87c312009-01-14 23:22:07 -06001741 xfs_bmap_init(&free_list, &first_block);
Barry Naujok556b8b12008-04-10 12:22:07 +10001742 error = xfs_dir_removename(tp, dp, name, ip->i_ino,
Christoph Hellwigd4377d82008-04-22 17:33:46 +10001743 &first_block, &free_list, resblks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 if (error) {
1745 ASSERT(error != ENOENT);
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001746 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747 }
Dave Chinnerdcd79a12010-09-28 12:27:25 +10001748 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001750 if (is_dir) {
1751 /*
1752 * Drop the link from ip's "..".
1753 */
1754 error = xfs_droplink(tp, dp);
1755 if (error)
1756 goto out_bmap_cancel;
1757
1758 /*
Christoph Hellwig2b7035f2008-10-30 17:55:18 +11001759 * Drop the "." link from ip to self.
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001760 */
1761 error = xfs_droplink(tp, ip);
1762 if (error)
1763 goto out_bmap_cancel;
1764 } else {
1765 /*
1766 * When removing a non-directory we need to log the parent
Dave Chinner26c52952008-11-28 14:23:37 +11001767 * inode here. For a directory this is done implicitly
1768 * by the xfs_droplink call for the ".." entry.
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001769 */
1770 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771 }
1772
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001773 /*
Christoph Hellwig2b7035f2008-10-30 17:55:18 +11001774 * Drop the link from dp to ip.
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001775 */
1776 error = xfs_droplink(tp, ip);
1777 if (error)
1778 goto out_bmap_cancel;
1779
1780 /*
1781 * Determine if this is the last link while
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 * we are in the transaction.
1783 */
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001784 link_zero = (ip->i_d.di_nlink == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785
1786 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 * If this is a synchronous mount, make sure that the
1788 * remove transaction goes to disk before returning to
1789 * the user.
1790 */
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001791 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 xfs_trans_set_sync(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001794 error = xfs_bmap_finish(&tp, &free_list, &committed);
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001795 if (error)
1796 goto out_bmap_cancel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797
Eric Sandeen1c72bf92007-05-08 13:48:42 +10001798 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Christoph Hellwig5df78e72008-04-22 17:34:24 +10001799 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800 goto std_return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801
1802 /*
David Chinner2a82b8b2007-07-11 11:09:12 +10001803 * If we are using filestreams, kill the stream association.
1804 * If the file is still open it may get a new one but that
1805 * will get killed on last close in xfs_close() so we don't
1806 * have to worry about that.
1807 */
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001808 if (!is_dir && link_zero && xfs_inode_is_filestream(ip))
David Chinner2a82b8b2007-07-11 11:09:12 +10001809 xfs_filestream_deassociate(ip);
1810
Christoph Hellwig288699f2010-06-23 18:11:15 +10001811 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001813 out_bmap_cancel:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 xfs_bmap_cancel(&free_list);
1815 cancel_flags |= XFS_TRANS_ABORT;
Christoph Hellwig8f112e32008-06-23 13:25:17 +10001816 out_trans_cancel:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 xfs_trans_cancel(tp, cancel_flags);
Christoph Hellwig288699f2010-06-23 18:11:15 +10001818 std_return:
1819 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820}
1821
Christoph Hellwig993386c2007-08-28 16:12:30 +10001822int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823xfs_link(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001824 xfs_inode_t *tdp,
Christoph Hellwiga3da7892008-03-06 13:46:12 +11001825 xfs_inode_t *sip,
Barry Naujok556b8b12008-04-10 12:22:07 +10001826 struct xfs_name *target_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827{
Christoph Hellwig993386c2007-08-28 16:12:30 +10001828 xfs_mount_t *mp = tdp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 int error;
1831 xfs_bmap_free_t free_list;
1832 xfs_fsblock_t first_block;
1833 int cancel_flags;
1834 int committed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 int resblks;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001837 trace_xfs_link(tdp, target_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
Christoph Hellwiga3da7892008-03-06 13:46:12 +11001839 ASSERT(!S_ISDIR(sip->i_d.di_mode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 if (XFS_FORCED_SHUTDOWN(mp))
1842 return XFS_ERROR(EIO);
1843
Christoph Hellwig7d095252009-06-08 15:33:32 +02001844 error = xfs_qm_dqattach(sip, 0);
Christoph Hellwigcb3f35b2009-02-04 09:34:20 +01001845 if (error)
1846 goto std_return;
1847
Christoph Hellwig7d095252009-06-08 15:33:32 +02001848 error = xfs_qm_dqattach(tdp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 if (error)
1850 goto std_return;
1851
1852 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK);
1853 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
Barry Naujok556b8b12008-04-10 12:22:07 +10001854 resblks = XFS_LINK_SPACE_RES(mp, target_name->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 error = xfs_trans_reserve(tp, resblks, XFS_LINK_LOG_RES(mp), 0,
1856 XFS_TRANS_PERM_LOG_RES, XFS_LINK_LOG_COUNT);
1857 if (error == ENOSPC) {
1858 resblks = 0;
1859 error = xfs_trans_reserve(tp, 0, XFS_LINK_LOG_RES(mp), 0,
1860 XFS_TRANS_PERM_LOG_RES, XFS_LINK_LOG_COUNT);
1861 }
1862 if (error) {
1863 cancel_flags = 0;
1864 goto error_return;
1865 }
1866
Christoph Hellwige1cccd92008-08-13 16:18:07 +10001867 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868
Christoph Hellwig898621d2010-06-24 11:36:58 +10001869 xfs_trans_ijoin_ref(tp, sip, XFS_ILOCK_EXCL);
1870 xfs_trans_ijoin_ref(tp, tdp, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871
1872 /*
1873 * If the source has too many links, we can't make any more to it.
1874 */
1875 if (sip->i_d.di_nlink >= XFS_MAXLINK) {
1876 error = XFS_ERROR(EMLINK);
1877 goto error_return;
1878 }
1879
Nathan Scott365ca832005-06-21 15:39:12 +10001880 /*
1881 * If we are using project inheritance, we only allow hard link
1882 * creation in our tree when the project IDs are the same; else
1883 * the tree quota mechanism could be circumvented.
1884 */
1885 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
1886 (tdp->i_d.di_projid != sip->i_d.di_projid))) {
Nathan Scottb1ecdda2006-05-08 19:51:42 +10001887 error = XFS_ERROR(EXDEV);
Nathan Scott365ca832005-06-21 15:39:12 +10001888 goto error_return;
1889 }
1890
Barry Naujok556b8b12008-04-10 12:22:07 +10001891 error = xfs_dir_canenter(tp, tdp, target_name, resblks);
1892 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 goto error_return;
1894
Eric Sandeen9d87c312009-01-14 23:22:07 -06001895 xfs_bmap_init(&free_list, &first_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896
Barry Naujok556b8b12008-04-10 12:22:07 +10001897 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino,
1898 &first_block, &free_list, resblks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 if (error)
1900 goto abort_return;
Dave Chinnerdcd79a12010-09-28 12:27:25 +10001901 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 xfs_trans_log_inode(tp, tdp, XFS_ILOG_CORE);
1903
1904 error = xfs_bumplink(tp, sip);
Alexey Dobriyanb71d3002006-06-27 12:45:17 +10001905 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 goto abort_return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907
1908 /*
1909 * If this is a synchronous mount, make sure that the
1910 * link transaction goes to disk before returning to
1911 * the user.
1912 */
1913 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) {
1914 xfs_trans_set_sync(tp);
1915 }
1916
Eric Sandeenf7c99b62007-02-10 18:37:16 +11001917 error = xfs_bmap_finish (&tp, &free_list, &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918 if (error) {
1919 xfs_bmap_cancel(&free_list);
1920 goto abort_return;
1921 }
1922
Christoph Hellwig288699f2010-06-23 18:11:15 +10001923 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924
1925 abort_return:
1926 cancel_flags |= XFS_TRANS_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927 error_return:
1928 xfs_trans_cancel(tp, cancel_flags);
Christoph Hellwig288699f2010-06-23 18:11:15 +10001929 std_return:
1930 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931}
Alexey Dobriyanb71d3002006-06-27 12:45:17 +10001932
Christoph Hellwig993386c2007-08-28 16:12:30 +10001933int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934xfs_symlink(
Christoph Hellwig993386c2007-08-28 16:12:30 +10001935 xfs_inode_t *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +10001936 struct xfs_name *link_name,
1937 const char *target_path,
Christoph Hellwig3e5daf02007-10-11 18:09:12 +10001938 mode_t mode,
Christoph Hellwig3937be52008-03-06 13:46:19 +11001939 xfs_inode_t **ipp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940 cred_t *credp)
1941{
Christoph Hellwig993386c2007-08-28 16:12:30 +10001942 xfs_mount_t *mp = dp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 xfs_inode_t *ip;
1945 int error;
1946 int pathlen;
1947 xfs_bmap_free_t free_list;
1948 xfs_fsblock_t first_block;
Christoph Hellwig993386c2007-08-28 16:12:30 +10001949 boolean_t unlock_dp_on_error = B_FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 uint cancel_flags;
1951 int committed;
1952 xfs_fileoff_t first_fsb;
1953 xfs_filblks_t fs_blocks;
1954 int nmaps;
1955 xfs_bmbt_irec_t mval[SYMLINK_MAPS];
1956 xfs_daddr_t d;
Barry Naujok556b8b12008-04-10 12:22:07 +10001957 const char *cur_chunk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 int byte_cnt;
1959 int n;
1960 xfs_buf_t *bp;
1961 xfs_prid_t prid;
1962 struct xfs_dquot *udqp, *gdqp;
1963 uint resblks;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964
Christoph Hellwig3937be52008-03-06 13:46:19 +11001965 *ipp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 error = 0;
1967 ip = NULL;
1968 tp = NULL;
1969
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10001970 trace_xfs_symlink(dp, link_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
1972 if (XFS_FORCED_SHUTDOWN(mp))
1973 return XFS_ERROR(EIO);
1974
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975 /*
1976 * Check component lengths of the target path name.
1977 */
1978 pathlen = strlen(target_path);
1979 if (pathlen >= MAXPATHLEN) /* total string too long */
1980 return XFS_ERROR(ENAMETOOLONG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 udqp = gdqp = NULL;
Nathan Scott365ca832005-06-21 15:39:12 +10001983 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
1984 prid = dp->i_d.di_projid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 else
1986 prid = (xfs_prid_t)dfltprid;
1987
1988 /*
1989 * Make sure that we have allocated dquot(s) on disk.
1990 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02001991 error = xfs_qm_vop_dqalloc(dp, current_fsuid(), current_fsgid(), prid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992 XFS_QMOPT_QUOTALL | XFS_QMOPT_INHERIT, &udqp, &gdqp);
1993 if (error)
1994 goto std_return;
1995
1996 tp = xfs_trans_alloc(mp, XFS_TRANS_SYMLINK);
1997 cancel_flags = XFS_TRANS_RELEASE_LOG_RES;
1998 /*
1999 * The symlink will fit into the inode data fork?
2000 * There can't be any attributes so we get the whole variable part.
2001 */
2002 if (pathlen <= XFS_LITINO(mp))
2003 fs_blocks = 0;
2004 else
2005 fs_blocks = XFS_B_TO_FSB(mp, pathlen);
Barry Naujok556b8b12008-04-10 12:22:07 +10002006 resblks = XFS_SYMLINK_SPACE_RES(mp, link_name->len, fs_blocks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007 error = xfs_trans_reserve(tp, resblks, XFS_SYMLINK_LOG_RES(mp), 0,
2008 XFS_TRANS_PERM_LOG_RES, XFS_SYMLINK_LOG_COUNT);
2009 if (error == ENOSPC && fs_blocks == 0) {
2010 resblks = 0;
2011 error = xfs_trans_reserve(tp, 0, XFS_SYMLINK_LOG_RES(mp), 0,
2012 XFS_TRANS_PERM_LOG_RES, XFS_SYMLINK_LOG_COUNT);
2013 }
2014 if (error) {
2015 cancel_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016 goto error_return;
2017 }
2018
Lachlan McIlroyf7c66ce2007-05-08 13:50:19 +10002019 xfs_ilock(dp, XFS_ILOCK_EXCL | XFS_ILOCK_PARENT);
Christoph Hellwig993386c2007-08-28 16:12:30 +10002020 unlock_dp_on_error = B_TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021
2022 /*
2023 * Check whether the directory allows new symlinks or not.
2024 */
2025 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) {
2026 error = XFS_ERROR(EPERM);
2027 goto error_return;
2028 }
2029
2030 /*
2031 * Reserve disk quota : blocks and inode.
2032 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02002033 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, resblks, 1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 if (error)
2035 goto error_return;
2036
2037 /*
2038 * Check for ability to enter directory entry, if no space reserved.
2039 */
Barry Naujok556b8b12008-04-10 12:22:07 +10002040 error = xfs_dir_canenter(tp, dp, link_name, resblks);
2041 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 goto error_return;
2043 /*
2044 * Initialize the bmap freelist prior to calling either
2045 * bmapi or the directory create code.
2046 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002047 xfs_bmap_init(&free_list, &first_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048
2049 /*
2050 * Allocate an inode for the symlink.
2051 */
Christoph Hellwig3e5daf02007-10-11 18:09:12 +10002052 error = xfs_dir_ialloc(&tp, dp, S_IFLNK | (mode & ~S_IFMT),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053 1, 0, credp, prid, resblks > 0, &ip, NULL);
2054 if (error) {
2055 if (error == ENOSPC)
2056 goto error_return;
2057 goto error1;
2058 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059
Christoph Hellwig993386c2007-08-28 16:12:30 +10002060 /*
2061 * An error after we've joined dp to the transaction will result in the
2062 * transaction cancel unlocking dp so don't do it explicitly in the
2063 * error path.
2064 */
Christoph Hellwig898621d2010-06-24 11:36:58 +10002065 xfs_trans_ijoin_ref(tp, dp, XFS_ILOCK_EXCL);
Christoph Hellwig993386c2007-08-28 16:12:30 +10002066 unlock_dp_on_error = B_FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067
2068 /*
2069 * Also attach the dquot(s) to it, if applicable.
2070 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02002071 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
2073 if (resblks)
2074 resblks -= XFS_IALLOC_SPACE_RES(mp);
2075 /*
2076 * If the symlink will fit into the inode, write it inline.
2077 */
2078 if (pathlen <= XFS_IFORK_DSIZE(ip)) {
2079 xfs_idata_realloc(ip, pathlen, XFS_DATA_FORK);
2080 memcpy(ip->i_df.if_u1.if_data, target_path, pathlen);
2081 ip->i_d.di_size = pathlen;
2082
2083 /*
2084 * The inode was initially created in extent format.
2085 */
2086 ip->i_df.if_flags &= ~(XFS_IFEXTENTS | XFS_IFBROOT);
2087 ip->i_df.if_flags |= XFS_IFINLINE;
2088
2089 ip->i_d.di_format = XFS_DINODE_FMT_LOCAL;
2090 xfs_trans_log_inode(tp, ip, XFS_ILOG_DDATA | XFS_ILOG_CORE);
2091
2092 } else {
2093 first_fsb = 0;
2094 nmaps = SYMLINK_MAPS;
2095
2096 error = xfs_bmapi(tp, ip, first_fsb, fs_blocks,
2097 XFS_BMAPI_WRITE | XFS_BMAPI_METADATA,
2098 &first_block, resblks, mval, &nmaps,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002099 &free_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 if (error) {
2101 goto error1;
2102 }
2103
2104 if (resblks)
2105 resblks -= fs_blocks;
2106 ip->i_d.di_size = pathlen;
2107 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
2108
2109 cur_chunk = target_path;
2110 for (n = 0; n < nmaps; n++) {
2111 d = XFS_FSB_TO_DADDR(mp, mval[n].br_startblock);
2112 byte_cnt = XFS_FSB_TO_B(mp, mval[n].br_blockcount);
2113 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, d,
2114 BTOBB(byte_cnt), 0);
2115 ASSERT(bp && !XFS_BUF_GETERROR(bp));
2116 if (pathlen < byte_cnt) {
2117 byte_cnt = pathlen;
2118 }
2119 pathlen -= byte_cnt;
2120
2121 memcpy(XFS_BUF_PTR(bp), cur_chunk, byte_cnt);
2122 cur_chunk += byte_cnt;
2123
2124 xfs_trans_log_buf(tp, bp, 0, byte_cnt - 1);
2125 }
2126 }
2127
2128 /*
2129 * Create the directory entry for the symlink.
2130 */
Barry Naujok556b8b12008-04-10 12:22:07 +10002131 error = xfs_dir_createname(tp, dp, link_name, ip->i_ino,
2132 &first_block, &free_list, resblks);
Nathan Scottf6c2d1f2006-06-20 13:04:51 +10002133 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 goto error1;
Dave Chinnerdcd79a12010-09-28 12:27:25 +10002135 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
2137
2138 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139 * If this is a synchronous mount, make sure that the
2140 * symlink transaction goes to disk before returning to
2141 * the user.
2142 */
2143 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) {
2144 xfs_trans_set_sync(tp);
2145 }
2146
2147 /*
2148 * xfs_trans_commit normally decrements the vnode ref count
2149 * when it unlocks the inode. Since we want to return the
2150 * vnode to the caller, we bump the vnode ref count now.
2151 */
2152 IHOLD(ip);
2153
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002154 error = xfs_bmap_finish(&tp, &free_list, &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155 if (error) {
2156 goto error2;
2157 }
Eric Sandeen1c72bf92007-05-08 13:48:42 +10002158 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Christoph Hellwig7d095252009-06-08 15:33:32 +02002159 xfs_qm_dqrele(udqp);
2160 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
Christoph Hellwig288699f2010-06-23 18:11:15 +10002162 *ipp = ip;
2163 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164
2165 error2:
2166 IRELE(ip);
2167 error1:
2168 xfs_bmap_cancel(&free_list);
2169 cancel_flags |= XFS_TRANS_ABORT;
2170 error_return:
2171 xfs_trans_cancel(tp, cancel_flags);
Christoph Hellwig7d095252009-06-08 15:33:32 +02002172 xfs_qm_dqrele(udqp);
2173 xfs_qm_dqrele(gdqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
Christoph Hellwig993386c2007-08-28 16:12:30 +10002175 if (unlock_dp_on_error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 xfs_iunlock(dp, XFS_ILOCK_EXCL);
Christoph Hellwig288699f2010-06-23 18:11:15 +10002177 std_return:
2178 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179}
2180
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181int
Christoph Hellwig993386c2007-08-28 16:12:30 +10002182xfs_set_dmattrs(
2183 xfs_inode_t *ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184 u_int evmask,
Christoph Hellwig993386c2007-08-28 16:12:30 +10002185 u_int16_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186{
Christoph Hellwig993386c2007-08-28 16:12:30 +10002187 xfs_mount_t *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189 int error;
2190
2191 if (!capable(CAP_SYS_ADMIN))
2192 return XFS_ERROR(EPERM);
2193
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194 if (XFS_FORCED_SHUTDOWN(mp))
2195 return XFS_ERROR(EIO);
2196
2197 tp = xfs_trans_alloc(mp, XFS_TRANS_SET_DMATTRS);
2198 error = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES (mp), 0, 0, 0);
2199 if (error) {
2200 xfs_trans_cancel(tp, 0);
2201 return error;
2202 }
2203 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig898621d2010-06-24 11:36:58 +10002204 xfs_trans_ijoin_ref(tp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
Christoph Hellwig613d7042007-10-11 17:44:08 +10002206 ip->i_d.di_dmevmask = evmask;
2207 ip->i_d.di_dmstate = state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208
2209 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Eric Sandeen1c72bf92007-05-08 13:48:42 +10002210 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211
2212 return error;
2213}
2214
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215/*
2216 * xfs_alloc_file_space()
2217 * This routine allocates disk space for the given file.
2218 *
2219 * If alloc_type == 0, this request is for an ALLOCSP type
2220 * request which will change the file size. In this case, no
2221 * DMAPI event will be generated by the call. A TRUNCATE event
2222 * will be generated later by xfs_setattr.
2223 *
2224 * If alloc_type != 0, this request is for a RESVSP type
2225 * request, and a DMAPI DM_EVENT_WRITE will be generated if the
2226 * lower block boundary byte address is less than the file's
2227 * length.
2228 *
2229 * RETURNS:
2230 * 0 on success
2231 * errno on error
2232 *
2233 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +10002234STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235xfs_alloc_file_space(
2236 xfs_inode_t *ip,
2237 xfs_off_t offset,
2238 xfs_off_t len,
2239 int alloc_type,
2240 int attr_flags)
2241{
Nathan Scottdd9f4382006-01-11 15:28:28 +11002242 xfs_mount_t *mp = ip->i_mount;
2243 xfs_off_t count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 xfs_filblks_t allocated_fsb;
2245 xfs_filblks_t allocatesize_fsb;
Nathan Scottdd9f4382006-01-11 15:28:28 +11002246 xfs_extlen_t extsz, temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 xfs_fileoff_t startoffset_fsb;
Nathan Scottdd9f4382006-01-11 15:28:28 +11002248 xfs_fsblock_t firstfsb;
2249 int nimaps;
2250 int bmapi_flag;
2251 int quota_flag;
2252 int rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253 xfs_trans_t *tp;
Nathan Scottdd9f4382006-01-11 15:28:28 +11002254 xfs_bmbt_irec_t imaps[1], *imapp;
2255 xfs_bmap_free_t free_list;
2256 uint qblocks, resblks, resrtextents;
2257 int committed;
2258 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10002260 trace_xfs_alloc_file_space(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261
2262 if (XFS_FORCED_SHUTDOWN(mp))
2263 return XFS_ERROR(EIO);
2264
Christoph Hellwig7d095252009-06-08 15:33:32 +02002265 error = xfs_qm_dqattach(ip, 0);
2266 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267 return error;
2268
2269 if (len <= 0)
2270 return XFS_ERROR(EINVAL);
2271
David Chinner957d0eb2007-06-18 16:50:37 +10002272 rt = XFS_IS_REALTIME_INODE(ip);
2273 extsz = xfs_get_extsz_hint(ip);
2274
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 count = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276 imapp = &imaps[0];
Nathan Scottdd9f4382006-01-11 15:28:28 +11002277 nimaps = 1;
Dave Chinner44722352010-08-24 12:02:11 +10002278 bmapi_flag = XFS_BMAPI_WRITE | alloc_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 startoffset_fsb = XFS_B_TO_FSBT(mp, offset);
2280 allocatesize_fsb = XFS_B_TO_FSB(mp, count);
2281
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282 /*
Nathan Scottdd9f4382006-01-11 15:28:28 +11002283 * Allocate file space until done or until there is an error
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 while (allocatesize_fsb && !error) {
Nathan Scottdd9f4382006-01-11 15:28:28 +11002286 xfs_fileoff_t s, e;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287
Nathan Scottdd9f4382006-01-11 15:28:28 +11002288 /*
Nathan Scott3ddb8fa2006-01-11 15:33:02 +11002289 * Determine space reservations for data/realtime.
Nathan Scottdd9f4382006-01-11 15:28:28 +11002290 */
2291 if (unlikely(extsz)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 s = startoffset_fsb;
Nathan Scottdd9f4382006-01-11 15:28:28 +11002293 do_div(s, extsz);
2294 s *= extsz;
2295 e = startoffset_fsb + allocatesize_fsb;
2296 if ((temp = do_mod(startoffset_fsb, extsz)))
2297 e += temp;
2298 if ((temp = do_mod(e, extsz)))
2299 e += extsz - temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 } else {
Nathan Scottdd9f4382006-01-11 15:28:28 +11002301 s = 0;
2302 e = allocatesize_fsb;
2303 }
2304
Dave Chinner72656c42010-09-03 12:19:33 +10002305 /*
2306 * The transaction reservation is limited to a 32-bit block
2307 * count, hence we need to limit the number of blocks we are
2308 * trying to reserve to avoid an overflow. We can't allocate
2309 * more than @nimaps extents, and an extent is limited on disk
2310 * to MAXEXTLEN (21 bits), so use that to enforce the limit.
2311 */
2312 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps));
Nathan Scottdd9f4382006-01-11 15:28:28 +11002313 if (unlikely(rt)) {
Dave Chinner72656c42010-09-03 12:19:33 +10002314 resrtextents = qblocks = resblks;
Nathan Scottdd9f4382006-01-11 15:28:28 +11002315 resrtextents /= mp->m_sb.sb_rextsize;
2316 resblks = XFS_DIOSTRAT_SPACE_RES(mp, 0);
2317 quota_flag = XFS_QMOPT_RES_RTBLKS;
2318 } else {
2319 resrtextents = 0;
Dave Chinner72656c42010-09-03 12:19:33 +10002320 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resblks);
Nathan Scottdd9f4382006-01-11 15:28:28 +11002321 quota_flag = XFS_QMOPT_RES_REGBLKS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322 }
2323
2324 /*
Nathan Scottdd9f4382006-01-11 15:28:28 +11002325 * Allocate and setup the transaction.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326 */
2327 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT);
Nathan Scottdd9f4382006-01-11 15:28:28 +11002328 error = xfs_trans_reserve(tp, resblks,
2329 XFS_WRITE_LOG_RES(mp), resrtextents,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 XFS_TRANS_PERM_LOG_RES,
2331 XFS_WRITE_LOG_COUNT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 /*
Nathan Scottdd9f4382006-01-11 15:28:28 +11002333 * Check for running out of space
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 */
2335 if (error) {
2336 /*
2337 * Free the transaction structure.
2338 */
2339 ASSERT(error == ENOSPC || XFS_FORCED_SHUTDOWN(mp));
2340 xfs_trans_cancel(tp, 0);
2341 break;
2342 }
2343 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig7d095252009-06-08 15:33:32 +02002344 error = xfs_trans_reserve_quota_nblks(tp, ip, qblocks,
2345 0, quota_flag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 if (error)
2347 goto error1;
2348
Christoph Hellwig898621d2010-06-24 11:36:58 +10002349 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
2351 /*
Nathan Scottdd9f4382006-01-11 15:28:28 +11002352 * Issue the xfs_bmapi() call to allocate the blocks
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002354 xfs_bmap_init(&free_list, &firstfsb);
Lachlan McIlroy541d7d32007-10-11 17:34:33 +10002355 error = xfs_bmapi(tp, ip, startoffset_fsb,
Nathan Scottdd9f4382006-01-11 15:28:28 +11002356 allocatesize_fsb, bmapi_flag,
2357 &firstfsb, 0, imapp, &nimaps,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002358 &free_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359 if (error) {
2360 goto error0;
2361 }
2362
2363 /*
Nathan Scottdd9f4382006-01-11 15:28:28 +11002364 * Complete the transaction
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365 */
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002366 error = xfs_bmap_finish(&tp, &free_list, &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 if (error) {
2368 goto error0;
2369 }
2370
Eric Sandeen1c72bf92007-05-08 13:48:42 +10002371 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372 xfs_iunlock(ip, XFS_ILOCK_EXCL);
2373 if (error) {
2374 break;
2375 }
2376
2377 allocated_fsb = imapp->br_blockcount;
2378
Nathan Scottdd9f4382006-01-11 15:28:28 +11002379 if (nimaps == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380 error = XFS_ERROR(ENOSPC);
2381 break;
2382 }
2383
2384 startoffset_fsb += allocated_fsb;
2385 allocatesize_fsb -= allocated_fsb;
2386 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387
2388 return error;
2389
Nathan Scottdd9f4382006-01-11 15:28:28 +11002390error0: /* Cancel bmap, unlock inode, unreserve quota blocks, cancel trans */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 xfs_bmap_cancel(&free_list);
Christoph Hellwig7d095252009-06-08 15:33:32 +02002392 xfs_trans_unreserve_quota_nblks(tp, ip, qblocks, 0, quota_flag);
Nathan Scottdd9f4382006-01-11 15:28:28 +11002393
2394error1: /* Just cancel transaction */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT);
2396 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig288699f2010-06-23 18:11:15 +10002397 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398}
2399
2400/*
2401 * Zero file bytes between startoff and endoff inclusive.
2402 * The iolock is held exclusive and no blocks are buffered.
Lachlan McIlroy2fd6f6e2008-09-17 16:52:50 +10002403 *
2404 * This function is used by xfs_free_file_space() to zero
2405 * partial blocks when the range to free is not block aligned.
2406 * When unreserving space with boundaries that are not block
2407 * aligned we round up the start and round down the end
2408 * boundaries and then use this function to zero the parts of
2409 * the blocks that got dropped during the rounding.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 */
2411STATIC int
2412xfs_zero_remaining_bytes(
2413 xfs_inode_t *ip,
2414 xfs_off_t startoff,
2415 xfs_off_t endoff)
2416{
2417 xfs_bmbt_irec_t imap;
2418 xfs_fileoff_t offset_fsb;
2419 xfs_off_t lastoffset;
2420 xfs_off_t offset;
2421 xfs_buf_t *bp;
2422 xfs_mount_t *mp = ip->i_mount;
2423 int nimap;
2424 int error = 0;
2425
Lachlan McIlroy2fd6f6e2008-09-17 16:52:50 +10002426 /*
2427 * Avoid doing I/O beyond eof - it's not necessary
2428 * since nothing can read beyond eof. The space will
2429 * be zeroed when the file is extended anyway.
2430 */
2431 if (startoff >= ip->i_size)
2432 return 0;
2433
2434 if (endoff > ip->i_size)
2435 endoff = ip->i_size;
2436
Dave Chinner686865f2010-09-24 20:07:47 +10002437 bp = xfs_buf_get_uncached(XFS_IS_REALTIME_INODE(ip) ?
2438 mp->m_rtdev_targp : mp->m_ddev_targp,
2439 mp->m_sb.sb_blocksize, XBF_DONT_BLOCK);
Lachlan McIlroyc6422612008-12-05 13:16:15 +11002440 if (!bp)
2441 return XFS_ERROR(ENOMEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
2443 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
2444 offset_fsb = XFS_B_TO_FSBT(mp, offset);
2445 nimap = 1;
Lachlan McIlroy541d7d32007-10-11 17:34:33 +10002446 error = xfs_bmapi(NULL, ip, offset_fsb, 1, 0,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002447 NULL, 0, &imap, &nimap, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448 if (error || nimap < 1)
2449 break;
2450 ASSERT(imap.br_blockcount >= 1);
2451 ASSERT(imap.br_startoff == offset_fsb);
2452 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1;
2453 if (lastoffset > endoff)
2454 lastoffset = endoff;
2455 if (imap.br_startblock == HOLESTARTBLOCK)
2456 continue;
2457 ASSERT(imap.br_startblock != DELAYSTARTBLOCK);
2458 if (imap.br_state == XFS_EXT_UNWRITTEN)
2459 continue;
2460 XFS_BUF_UNDONE(bp);
2461 XFS_BUF_UNWRITE(bp);
2462 XFS_BUF_READ(bp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002463 XFS_BUF_SET_ADDR(bp, xfs_fsb_to_db(ip, imap.br_startblock));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464 xfsbdstrat(mp, bp);
David Chinnerd64e31a2008-04-10 12:22:17 +10002465 error = xfs_iowait(bp);
2466 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 xfs_ioerror_alert("xfs_zero_remaining_bytes(read)",
2468 mp, bp, XFS_BUF_ADDR(bp));
2469 break;
2470 }
2471 memset(XFS_BUF_PTR(bp) +
2472 (offset - XFS_FSB_TO_B(mp, imap.br_startoff)),
2473 0, lastoffset - offset + 1);
2474 XFS_BUF_UNDONE(bp);
2475 XFS_BUF_UNREAD(bp);
2476 XFS_BUF_WRITE(bp);
2477 xfsbdstrat(mp, bp);
David Chinnerd64e31a2008-04-10 12:22:17 +10002478 error = xfs_iowait(bp);
2479 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 xfs_ioerror_alert("xfs_zero_remaining_bytes(write)",
2481 mp, bp, XFS_BUF_ADDR(bp));
2482 break;
2483 }
2484 }
2485 xfs_buf_free(bp);
2486 return error;
2487}
2488
2489/*
2490 * xfs_free_file_space()
2491 * This routine frees disk space for the given file.
2492 *
2493 * This routine is only called by xfs_change_file_space
2494 * for an UNRESVSP type call.
2495 *
2496 * RETURNS:
2497 * 0 on success
2498 * errno on error
2499 *
2500 */
2501STATIC int
2502xfs_free_file_space(
2503 xfs_inode_t *ip,
2504 xfs_off_t offset,
2505 xfs_off_t len,
2506 int attr_flags)
2507{
2508 int committed;
2509 int done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 xfs_fileoff_t endoffset_fsb;
2511 int error;
2512 xfs_fsblock_t firstfsb;
2513 xfs_bmap_free_t free_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 xfs_bmbt_irec_t imap;
2515 xfs_off_t ioffset;
2516 xfs_extlen_t mod=0;
2517 xfs_mount_t *mp;
2518 int nimap;
2519 uint resblks;
Nathan Scott673cdf52006-09-28 10:56:26 +10002520 uint rounding;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 int rt;
2522 xfs_fileoff_t startoffset_fsb;
2523 xfs_trans_t *tp;
Dean Roehrich5fcbab32005-05-05 13:27:19 -07002524 int need_iolock = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 mp = ip->i_mount;
2527
Christoph Hellwigcca28fb2010-06-24 11:57:09 +10002528 trace_xfs_free_file_space(ip);
Christoph Hellwigbd5a8762005-06-21 15:47:39 +10002529
Christoph Hellwig7d095252009-06-08 15:33:32 +02002530 error = xfs_qm_dqattach(ip, 0);
2531 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 return error;
2533
2534 error = 0;
2535 if (len <= 0) /* if nothing being freed */
2536 return error;
Eric Sandeen71ddabb2007-11-23 16:29:42 +11002537 rt = XFS_IS_REALTIME_INODE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538 startoffset_fsb = XFS_B_TO_FSB(mp, offset);
Christoph Hellwig288699f2010-06-23 18:11:15 +10002539 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540
Christoph Hellwig0f285c82008-07-18 17:13:28 +10002541 if (attr_flags & XFS_ATTR_NOLOCK)
Dean Roehrich5fcbab32005-05-05 13:27:19 -07002542 need_iolock = 0;
Yingping Lu9fa80462006-03-22 12:44:35 +11002543 if (need_iolock) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 xfs_ilock(ip, XFS_IOLOCK_EXCL);
Christoph Hellwig25e41b32008-12-03 12:20:39 +01002545 /* wait for the completion of any pending DIOs */
2546 xfs_ioend_wait(ip);
Yingping Lu9fa80462006-03-22 12:44:35 +11002547 }
Dean Roehrich5fcbab32005-05-05 13:27:19 -07002548
Tim Shimmine6a4b372007-11-23 16:30:42 +11002549 rounding = max_t(uint, 1 << mp->m_sb.sb_blocklog, PAGE_CACHE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550 ioffset = offset & ~(rounding - 1);
Christoph Hellwigbd5a8762005-06-21 15:47:39 +10002551
Christoph Hellwigdf80c932008-08-13 16:22:09 +10002552 if (VN_CACHED(VFS_I(ip)) != 0) {
Tim Shimmine6a4b372007-11-23 16:30:42 +11002553 error = xfs_flushinval_pages(ip, ioffset, -1, FI_REMAPF_LOCKED);
Lachlan McIlroyd3cf2092007-05-08 13:49:27 +10002554 if (error)
2555 goto out_unlock_iolock;
Christoph Hellwigbd5a8762005-06-21 15:47:39 +10002556 }
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 /*
2559 * Need to zero the stuff we're not freeing, on disk.
Malcolm Parsons9da096f2009-03-29 09:55:42 +02002560 * If it's a realtime file & can't use unwritten extents then we
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 * actually need to zero the extent edges. Otherwise xfs_bunmapi
2562 * will take care of it for us.
2563 */
Eric Sandeen62118702008-03-06 13:44:28 +11002564 if (rt && !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565 nimap = 1;
Lachlan McIlroy541d7d32007-10-11 17:34:33 +10002566 error = xfs_bmapi(NULL, ip, startoffset_fsb,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002567 1, 0, NULL, 0, &imap, &nimap, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 if (error)
2569 goto out_unlock_iolock;
2570 ASSERT(nimap == 0 || nimap == 1);
2571 if (nimap && imap.br_startblock != HOLESTARTBLOCK) {
2572 xfs_daddr_t block;
2573
2574 ASSERT(imap.br_startblock != DELAYSTARTBLOCK);
2575 block = imap.br_startblock;
2576 mod = do_div(block, mp->m_sb.sb_rextsize);
2577 if (mod)
2578 startoffset_fsb += mp->m_sb.sb_rextsize - mod;
2579 }
2580 nimap = 1;
Lachlan McIlroy541d7d32007-10-11 17:34:33 +10002581 error = xfs_bmapi(NULL, ip, endoffset_fsb - 1,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002582 1, 0, NULL, 0, &imap, &nimap, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 if (error)
2584 goto out_unlock_iolock;
2585 ASSERT(nimap == 0 || nimap == 1);
2586 if (nimap && imap.br_startblock != HOLESTARTBLOCK) {
2587 ASSERT(imap.br_startblock != DELAYSTARTBLOCK);
2588 mod++;
2589 if (mod && (mod != mp->m_sb.sb_rextsize))
2590 endoffset_fsb -= mod;
2591 }
2592 }
2593 if ((done = (endoffset_fsb <= startoffset_fsb)))
2594 /*
2595 * One contiguous piece to clear
2596 */
2597 error = xfs_zero_remaining_bytes(ip, offset, offset + len - 1);
2598 else {
2599 /*
2600 * Some full blocks, possibly two pieces to clear
2601 */
2602 if (offset < XFS_FSB_TO_B(mp, startoffset_fsb))
2603 error = xfs_zero_remaining_bytes(ip, offset,
2604 XFS_FSB_TO_B(mp, startoffset_fsb) - 1);
2605 if (!error &&
2606 XFS_FSB_TO_B(mp, endoffset_fsb) < offset + len)
2607 error = xfs_zero_remaining_bytes(ip,
2608 XFS_FSB_TO_B(mp, endoffset_fsb),
2609 offset + len - 1);
2610 }
2611
2612 /*
2613 * free file space until done or until there is an error
2614 */
2615 resblks = XFS_DIOSTRAT_SPACE_RES(mp, 0);
2616 while (!error && !done) {
2617
2618 /*
David Chinner91ebecc2007-07-19 16:28:30 +10002619 * allocate and setup the transaction. Allow this
2620 * transaction to dip into the reserve blocks to ensure
2621 * the freeing of the space succeeds at ENOSPC.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622 */
2623 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT);
David Chinner91ebecc2007-07-19 16:28:30 +10002624 tp->t_flags |= XFS_TRANS_RESERVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625 error = xfs_trans_reserve(tp,
2626 resblks,
2627 XFS_WRITE_LOG_RES(mp),
2628 0,
2629 XFS_TRANS_PERM_LOG_RES,
2630 XFS_WRITE_LOG_COUNT);
2631
2632 /*
2633 * check for running out of space
2634 */
2635 if (error) {
2636 /*
2637 * Free the transaction structure.
2638 */
2639 ASSERT(error == ENOSPC || XFS_FORCED_SHUTDOWN(mp));
2640 xfs_trans_cancel(tp, 0);
2641 break;
2642 }
2643 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig7d095252009-06-08 15:33:32 +02002644 error = xfs_trans_reserve_quota(tp, mp,
2645 ip->i_udquot, ip->i_gdquot,
2646 resblks, 0, XFS_QMOPT_RES_REGBLKS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 if (error)
2648 goto error1;
2649
Christoph Hellwig898621d2010-06-24 11:36:58 +10002650 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651
2652 /*
2653 * issue the bunmapi() call to free the blocks
2654 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06002655 xfs_bmap_init(&free_list, &firstfsb);
Lachlan McIlroy541d7d32007-10-11 17:34:33 +10002656 error = xfs_bunmapi(tp, ip, startoffset_fsb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 endoffset_fsb - startoffset_fsb,
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002658 0, 2, &firstfsb, &free_list, &done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 if (error) {
2660 goto error0;
2661 }
2662
2663 /*
2664 * complete the transaction
2665 */
Eric Sandeenf7c99b62007-02-10 18:37:16 +11002666 error = xfs_bmap_finish(&tp, &free_list, &committed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667 if (error) {
2668 goto error0;
2669 }
2670
Eric Sandeen1c72bf92007-05-08 13:48:42 +10002671 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 xfs_iunlock(ip, XFS_ILOCK_EXCL);
2673 }
2674
2675 out_unlock_iolock:
2676 if (need_iolock)
2677 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
2678 return error;
2679
2680 error0:
2681 xfs_bmap_cancel(&free_list);
2682 error1:
2683 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT);
2684 xfs_iunlock(ip, need_iolock ? (XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL) :
2685 XFS_ILOCK_EXCL);
2686 return error;
2687}
2688
2689/*
2690 * xfs_change_file_space()
2691 * This routine allocates or frees disk space for the given file.
2692 * The user specified parameters are checked for alignment and size
2693 * limitations.
2694 *
2695 * RETURNS:
2696 * 0 on success
2697 * errno on error
2698 *
2699 */
2700int
2701xfs_change_file_space(
Christoph Hellwig993386c2007-08-28 16:12:30 +10002702 xfs_inode_t *ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 int cmd,
2704 xfs_flock64_t *bf,
2705 xfs_off_t offset,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 int attr_flags)
2707{
Christoph Hellwig993386c2007-08-28 16:12:30 +10002708 xfs_mount_t *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 int clrprealloc;
2710 int error;
2711 xfs_fsize_t fsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 int setprealloc;
2713 xfs_off_t startoffset;
2714 xfs_off_t llen;
2715 xfs_trans_t *tp;
Christoph Hellwig0f285c82008-07-18 17:13:28 +10002716 struct iattr iattr;
Dave Chinner44722352010-08-24 12:02:11 +10002717 int prealloc_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718
Christoph Hellwig993386c2007-08-28 16:12:30 +10002719 if (!S_ISREG(ip->i_d.di_mode))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720 return XFS_ERROR(EINVAL);
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722 switch (bf->l_whence) {
2723 case 0: /*SEEK_SET*/
2724 break;
2725 case 1: /*SEEK_CUR*/
2726 bf->l_start += offset;
2727 break;
2728 case 2: /*SEEK_END*/
Lachlan McIlroyba87ea62007-05-08 13:49:46 +10002729 bf->l_start += ip->i_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730 break;
2731 default:
2732 return XFS_ERROR(EINVAL);
2733 }
2734
2735 llen = bf->l_len > 0 ? bf->l_len - 1 : bf->l_len;
2736
2737 if ( (bf->l_start < 0)
2738 || (bf->l_start > XFS_MAXIOFFSET(mp))
2739 || (bf->l_start + llen < 0)
2740 || (bf->l_start + llen > XFS_MAXIOFFSET(mp)))
2741 return XFS_ERROR(EINVAL);
2742
2743 bf->l_whence = 0;
2744
2745 startoffset = bf->l_start;
Lachlan McIlroyba87ea62007-05-08 13:49:46 +10002746 fsize = ip->i_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
2748 /*
2749 * XFS_IOC_RESVSP and XFS_IOC_UNRESVSP will reserve or unreserve
2750 * file space.
2751 * These calls do NOT zero the data space allocated to the file,
2752 * nor do they change the file size.
2753 *
2754 * XFS_IOC_ALLOCSP and XFS_IOC_FREESP will allocate and free file
2755 * space.
2756 * These calls cause the new file data to be zeroed and the file
2757 * size to be changed.
2758 */
2759 setprealloc = clrprealloc = 0;
Dave Chinner44722352010-08-24 12:02:11 +10002760 prealloc_type = XFS_BMAPI_PREALLOC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761
2762 switch (cmd) {
Dave Chinner44722352010-08-24 12:02:11 +10002763 case XFS_IOC_ZERO_RANGE:
2764 prealloc_type |= XFS_BMAPI_CONVERT;
2765 xfs_tosspages(ip, startoffset, startoffset + bf->l_len, 0);
2766 /* FALLTHRU */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767 case XFS_IOC_RESVSP:
2768 case XFS_IOC_RESVSP64:
2769 error = xfs_alloc_file_space(ip, startoffset, bf->l_len,
Dave Chinner44722352010-08-24 12:02:11 +10002770 prealloc_type, attr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771 if (error)
2772 return error;
2773 setprealloc = 1;
2774 break;
2775
2776 case XFS_IOC_UNRESVSP:
2777 case XFS_IOC_UNRESVSP64:
2778 if ((error = xfs_free_file_space(ip, startoffset, bf->l_len,
2779 attr_flags)))
2780 return error;
2781 break;
2782
2783 case XFS_IOC_ALLOCSP:
2784 case XFS_IOC_ALLOCSP64:
2785 case XFS_IOC_FREESP:
2786 case XFS_IOC_FREESP64:
2787 if (startoffset > fsize) {
2788 error = xfs_alloc_file_space(ip, fsize,
2789 startoffset - fsize, 0, attr_flags);
2790 if (error)
2791 break;
2792 }
2793
Christoph Hellwig0f285c82008-07-18 17:13:28 +10002794 iattr.ia_valid = ATTR_SIZE;
2795 iattr.ia_size = startoffset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
Christoph Hellwigea5a3dc82008-10-30 18:27:48 +11002797 error = xfs_setattr(ip, &iattr, attr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798
2799 if (error)
2800 return error;
2801
2802 clrprealloc = 1;
2803 break;
2804
2805 default:
2806 ASSERT(0);
2807 return XFS_ERROR(EINVAL);
2808 }
2809
2810 /*
2811 * update the inode timestamp, mode, and prealloc flag bits
2812 */
2813 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID);
2814
2815 if ((error = xfs_trans_reserve(tp, 0, XFS_WRITEID_LOG_RES(mp),
2816 0, 0, 0))) {
2817 /* ASSERT(0); */
2818 xfs_trans_cancel(tp, 0);
2819 return error;
2820 }
2821
2822 xfs_ilock(ip, XFS_ILOCK_EXCL);
2823
Christoph Hellwig898621d2010-06-24 11:36:58 +10002824 xfs_trans_ijoin(tp, ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825
Christoph Hellwig0f285c82008-07-18 17:13:28 +10002826 if ((attr_flags & XFS_ATTR_DMI) == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827 ip->i_d.di_mode &= ~S_ISUID;
2828
2829 /*
2830 * Note that we don't have to worry about mandatory
2831 * file locking being disabled here because we only
2832 * clear the S_ISGID bit if the Group execute bit is
2833 * on, but if it was on then mandatory locking wouldn't
2834 * have been enabled.
2835 */
2836 if (ip->i_d.di_mode & S_IXGRP)
2837 ip->i_d.di_mode &= ~S_ISGID;
2838
Dave Chinnerdcd79a12010-09-28 12:27:25 +10002839 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 }
2841 if (setprealloc)
2842 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC;
2843 else if (clrprealloc)
2844 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC;
2845
2846 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
2847 xfs_trans_set_sync(tp);
2848
Eric Sandeen1c72bf92007-05-08 13:48:42 +10002849 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850
2851 xfs_iunlock(ip, XFS_ILOCK_EXCL);
2852
2853 return error;
2854}