blob: 2dadb15d5ca90d3b15b485241427c4b739e4b8ec [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scott4ce31212005-11-02 14:59:41 +11002 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott4ce31212005-11-02 14:59:41 +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 Scott4ce31212005-11-02 14:59:41 +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 Scott4ce31212005-11-02 14:59:41 +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
19#include <linux/capability.h>
20
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include "xfs.h"
22#include "xfs_fs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110023#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include "xfs_log.h"
Nathan Scotta844f452005-11-02 14:38:42 +110025#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include "xfs_trans.h"
27#include "xfs_sb.h"
Nathan Scotta844f452005-11-02 14:38:42 +110028#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_alloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_quota.h"
31#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_bmap_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_itable.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_bmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_rtalloc.h"
37#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include "xfs_attr.h"
39#include "xfs_buf_item.h"
40#include "xfs_utils.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include "xfs_qm.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000042#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
Linus Torvalds1da177e2005-04-16 15:20:36 -070044STATIC int xfs_qm_log_quotaoff(xfs_mount_t *, xfs_qoff_logitem_t **, uint);
45STATIC int xfs_qm_log_quotaoff_end(xfs_mount_t *, xfs_qoff_logitem_t *,
46 uint);
Linus Torvalds1da177e2005-04-16 15:20:36 -070047STATIC uint xfs_qm_export_flags(uint);
Linus Torvalds1da177e2005-04-16 15:20:36 -070048STATIC uint xfs_qm_export_qtype_flags(uint);
49STATIC void xfs_qm_export_dquot(xfs_mount_t *, xfs_disk_dquot_t *,
50 fs_disk_quota_t *);
51
52
53/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 * Turn off quota accounting and/or enforcement for all udquots and/or
55 * gdquots. Called only at unmount time.
56 *
57 * This assumes that there are no dquots of this file system cached
58 * incore, and modifies the ondisk dquot directly. Therefore, for example,
59 * it is an error to call this twice, without purging the cache.
60 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +010061int
Linus Torvalds1da177e2005-04-16 15:20:36 -070062xfs_qm_scall_quotaoff(
63 xfs_mount_t *mp,
Christoph Hellwigfcafb712009-02-09 08:47:34 +010064 uint flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -070065{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +100066 struct xfs_quotainfo *q = mp->m_quotainfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 uint dqtype;
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 int error;
69 uint inactivate_flags;
70 xfs_qoff_logitem_t *qoffstart;
71 int nculprits;
72
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 /*
74 * No file system can have quotas enabled on disk but not in core.
75 * Note that quota utilities (like quotaoff) _expect_
76 * errno == EEXIST here.
77 */
78 if ((mp->m_qflags & flags) == 0)
79 return XFS_ERROR(EEXIST);
80 error = 0;
81
82 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
83
84 /*
85 * We don't want to deal with two quotaoffs messing up each other,
86 * so we're going to serialize it. quotaoff isn't exactly a performance
87 * critical thing.
88 * If quotaoff, then we must be dealing with the root filesystem.
89 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +100090 ASSERT(q);
91 mutex_lock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070092
93 /*
94 * If we're just turning off quota enforcement, change mp and go.
95 */
96 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) {
97 mp->m_qflags &= ~(flags);
98
Eric Sandeen3685c2a2007-10-11 17:42:32 +100099 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 mp->m_sb.sb_qflags = mp->m_qflags;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000101 spin_unlock(&mp->m_sb_lock);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000102 mutex_unlock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
104 /* XXX what to do if error ? Revert back to old vals incore ? */
105 error = xfs_qm_write_sb_changes(mp, XFS_SB_QFLAGS);
106 return (error);
107 }
108
109 dqtype = 0;
110 inactivate_flags = 0;
111 /*
112 * If accounting is off, we must turn enforcement off, clear the
113 * quota 'CHKD' certificate to make it known that we have to
114 * do a quotacheck the next time this quota is turned on.
115 */
116 if (flags & XFS_UQUOTA_ACCT) {
117 dqtype |= XFS_QMOPT_UQUOTA;
118 flags |= (XFS_UQUOTA_CHKD | XFS_UQUOTA_ENFD);
119 inactivate_flags |= XFS_UQUOTA_ACTIVE;
120 }
121 if (flags & XFS_GQUOTA_ACCT) {
122 dqtype |= XFS_QMOPT_GQUOTA;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000123 flags |= (XFS_OQUOTA_CHKD | XFS_OQUOTA_ENFD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 inactivate_flags |= XFS_GQUOTA_ACTIVE;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000125 } else if (flags & XFS_PQUOTA_ACCT) {
126 dqtype |= XFS_QMOPT_PQUOTA;
127 flags |= (XFS_OQUOTA_CHKD | XFS_OQUOTA_ENFD);
128 inactivate_flags |= XFS_PQUOTA_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 }
130
131 /*
132 * Nothing to do? Don't complain. This happens when we're just
133 * turning off quota enforcement.
134 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000135 if ((mp->m_qflags & flags) == 0)
136 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137
138 /*
139 * Write the LI_QUOTAOFF log record, and do SB changes atomically,
David Chinnercb6edc22008-04-10 12:20:45 +1000140 * and synchronously. If we fail to write, we should abort the
141 * operation as it cannot be recovered safely if we crash.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 */
David Chinnercb6edc22008-04-10 12:20:45 +1000143 error = xfs_qm_log_quotaoff(mp, &qoffstart, flags);
144 if (error)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000145 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
147 /*
148 * Next we clear the XFS_MOUNT_*DQ_ACTIVE bit(s) in the mount struct
149 * to take care of the race between dqget and quotaoff. We don't take
150 * any special locks to reset these bits. All processes need to check
151 * these bits *after* taking inode lock(s) to see if the particular
152 * quota type is in the process of being turned off. If *ACTIVE, it is
153 * guaranteed that all dquot structures and all quotainode ptrs will all
154 * stay valid as long as that inode is kept locked.
155 *
156 * There is no turning back after this.
157 */
158 mp->m_qflags &= ~inactivate_flags;
159
160 /*
161 * Give back all the dquot reference(s) held by inodes.
162 * Here we go thru every single incore inode in this file system, and
163 * do a dqrele on the i_udquot/i_gdquot that it may have.
164 * Essentially, as long as somebody has an inode locked, this guarantees
165 * that quotas will not be turned off. This is handy because in a
166 * transaction once we lock the inode(s) and check for quotaon, we can
167 * depend on the quota inodes (and other things) being valid as long as
168 * we keep the lock(s).
169 */
170 xfs_qm_dqrele_all_inodes(mp, flags);
171
172 /*
173 * Next we make the changes in the quota flag in the mount struct.
174 * This isn't protected by a particular lock directly, because we
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300175 * don't want to take a mrlock every time we depend on quotas being on.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 */
177 mp->m_qflags &= ~(flags);
178
179 /*
180 * Go through all the dquots of this file system and purge them,
181 * according to what was turned off. We may not be able to get rid
182 * of all dquots, because dquots can have temporary references that
183 * are not attached to inodes. eg. xfs_setattr, xfs_create.
184 * So, if we couldn't purge all the dquots from the filesystem,
185 * we can't get rid of the incore data structures.
186 */
Christoph Hellwig8112e9d2010-04-20 17:02:29 +1000187 while ((nculprits = xfs_qm_dqpurge_all(mp, dqtype)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 delay(10 * nculprits);
189
190 /*
191 * Transactions that had started before ACTIVE state bit was cleared
192 * could have logged many dquots, so they'd have higher LSNs than
193 * the first QUOTAOFF log record does. If we happen to crash when
194 * the tail of the log has gone past the QUOTAOFF record, but
195 * before the last dquot modification, those dquots __will__
196 * recover, and that's not good.
197 *
198 * So, we have QUOTAOFF start and end logitems; the start
199 * logitem won't get overwritten until the end logitem appears...
200 */
David Chinnercb6edc22008-04-10 12:20:45 +1000201 error = xfs_qm_log_quotaoff_end(mp, qoffstart, flags);
202 if (error) {
203 /* We're screwed now. Shutdown is the only option. */
204 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000205 goto out_unlock;
David Chinnercb6edc22008-04-10 12:20:45 +1000206 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207
208 /*
209 * If quotas is completely disabled, close shop.
210 */
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000211 if (((flags & XFS_MOUNT_QUOTA_ALL) == XFS_MOUNT_QUOTA_SET1) ||
212 ((flags & XFS_MOUNT_QUOTA_ALL) == XFS_MOUNT_QUOTA_SET2)) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000213 mutex_unlock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 xfs_qm_destroy_quotainfo(mp);
215 return (0);
216 }
217
218 /*
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000219 * Release our quotainode references if we don't need them anymore.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000221 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) {
222 IRELE(q->qi_uquotaip);
223 q->qi_uquotaip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000225 if ((dqtype & (XFS_QMOPT_GQUOTA|XFS_QMOPT_PQUOTA)) && q->qi_gquotaip) {
226 IRELE(q->qi_gquotaip);
227 q->qi_gquotaip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000230out_unlock:
231 mutex_unlock(&q->qi_quotaofflock);
232 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233}
234
Christoph Hellwig5d188982010-07-20 17:51:31 +1000235STATIC int
236xfs_qm_scall_trunc_qfile(
237 struct xfs_mount *mp,
238 xfs_ino_t ino)
239{
240 struct xfs_inode *ip;
241 struct xfs_trans *tp;
242 int error;
243
244 if (ino == NULLFSINO)
245 return 0;
246
247 error = xfs_iget(mp, NULL, ino, 0, 0, &ip);
248 if (error)
249 return error;
250
251 xfs_ilock(ip, XFS_IOLOCK_EXCL);
252
253 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE);
254 error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
255 XFS_TRANS_PERM_LOG_RES,
256 XFS_ITRUNCATE_LOG_COUNT);
257 if (error) {
258 xfs_trans_cancel(tp, 0);
259 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
260 goto out_put;
261 }
262
263 xfs_ilock(ip, XFS_ILOCK_EXCL);
264 xfs_trans_ijoin(tp, ip);
265
266 error = xfs_itruncate_finish(&tp, ip, 0, XFS_DATA_FORK, 1);
267 if (error) {
268 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES |
269 XFS_TRANS_ABORT);
270 goto out_unlock;
271 }
272
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000273 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Christoph Hellwig5d188982010-07-20 17:51:31 +1000274 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
275
276out_unlock:
277 xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
278out_put:
279 IRELE(ip);
280 return error;
281}
282
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100283int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284xfs_qm_scall_trunc_qfiles(
285 xfs_mount_t *mp,
286 uint flags)
287{
David Chinner88ab0202008-04-10 12:20:51 +1000288 int error = 0, error2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
Eric Sandeen62118702008-03-06 13:44:28 +1100290 if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0) {
Dave Chinner82211122011-03-07 10:07:35 +1100291 xfs_debug(mp, "%s: flags=%x m_qflags=%x\n",
292 __func__, flags, mp->m_qflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 return XFS_ERROR(EINVAL);
294 }
295
Christoph Hellwig5d188982010-07-20 17:51:31 +1000296 if (flags & XFS_DQ_USER)
297 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_uquotino);
298 if (flags & (XFS_DQ_GROUP|XFS_DQ_PROJ))
299 error2 = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
David Chinner88ab0202008-04-10 12:20:51 +1000301 return error ? error : error2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302}
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304/*
305 * Switch on (a given) quota enforcement for a filesystem. This takes
306 * effect immediately.
307 * (Switching on quota accounting must be done at mount time.)
308 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100309int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310xfs_qm_scall_quotaon(
311 xfs_mount_t *mp,
312 uint flags)
313{
314 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 uint qf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 __int64_t sbflags;
317
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
319 /*
320 * Switching on quota accounting must be done at mount time.
321 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 flags &= ~(XFS_ALL_QUOTA_ACCT);
323
324 sbflags = 0;
325
326 if (flags == 0) {
Dave Chinner82211122011-03-07 10:07:35 +1100327 xfs_debug(mp, "%s: zero flags, m_qflags=%x\n",
328 __func__, mp->m_qflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 return XFS_ERROR(EINVAL);
330 }
331
332 /* No fs can turn on quotas with a delayed effect */
333 ASSERT((flags & XFS_ALL_QUOTA_ACCT) == 0);
334
335 /*
336 * Can't enforce without accounting. We check the superblock
337 * qflags here instead of m_qflags because rootfs can have
338 * quota acct on ondisk without m_qflags' knowing.
339 */
340 if (((flags & XFS_UQUOTA_ACCT) == 0 &&
341 (mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 &&
342 (flags & XFS_UQUOTA_ENFD))
343 ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000344 ((flags & XFS_PQUOTA_ACCT) == 0 &&
345 (mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 &&
Donald Douwsma424ea91b2007-05-08 13:49:15 +1000346 (flags & XFS_GQUOTA_ACCT) == 0 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 (mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 &&
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000348 (flags & XFS_OQUOTA_ENFD))) {
Dave Chinner82211122011-03-07 10:07:35 +1100349 xfs_debug(mp,
350 "%s: Can't enforce without acct, flags=%x sbflags=%x\n",
351 __func__, flags, mp->m_sb.sb_qflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 return XFS_ERROR(EINVAL);
353 }
354 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300355 * If everything's up to-date incore, then don't waste time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 */
357 if ((mp->m_qflags & flags) == flags)
358 return XFS_ERROR(EEXIST);
359
360 /*
361 * Change sb_qflags on disk but not incore mp->qflags
362 * if this is the root filesystem.
363 */
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000364 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 qf = mp->m_sb.sb_qflags;
366 mp->m_sb.sb_qflags = qf | flags;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000367 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
369 /*
370 * There's nothing to change if it's the same.
371 */
372 if ((qf & flags) == flags && sbflags == 0)
373 return XFS_ERROR(EEXIST);
374 sbflags |= XFS_SB_QFLAGS;
375
376 if ((error = xfs_qm_write_sb_changes(mp, sbflags)))
377 return (error);
378 /*
379 * If we aren't trying to switch on quota enforcement, we are done.
380 */
381 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) !=
382 (mp->m_qflags & XFS_UQUOTA_ACCT)) ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000383 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) !=
384 (mp->m_qflags & XFS_PQUOTA_ACCT)) ||
385 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) !=
386 (mp->m_qflags & XFS_GQUOTA_ACCT)) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 (flags & XFS_ALL_QUOTA_ENFD) == 0)
388 return (0);
389
390 if (! XFS_IS_QUOTA_RUNNING(mp))
391 return XFS_ERROR(ESRCH);
392
393 /*
394 * Switch on quota enforcement in core.
395 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000396 mutex_lock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000398 mutex_unlock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399
400 return (0);
401}
402
403
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404/*
405 * Return quota status information, such as uquota-off, enforcements, etc.
406 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100407int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408xfs_qm_scall_getqstat(
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000409 struct xfs_mount *mp,
410 struct fs_quota_stat *out)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000412 struct xfs_quotainfo *q = mp->m_quotainfo;
413 struct xfs_inode *uip, *gip;
414 boolean_t tempuqip, tempgqip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415
416 uip = gip = NULL;
417 tempuqip = tempgqip = B_FALSE;
418 memset(out, 0, sizeof(fs_quota_stat_t));
419
420 out->qs_version = FS_QSTAT_VERSION;
Eric Sandeen62118702008-03-06 13:44:28 +1100421 if (!xfs_sb_version_hasquota(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 out->qs_uquota.qfs_ino = NULLFSINO;
423 out->qs_gquota.qfs_ino = NULLFSINO;
424 return (0);
425 }
426 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags &
427 (XFS_ALL_QUOTA_ACCT|
428 XFS_ALL_QUOTA_ENFD));
429 out->qs_pad = 0;
430 out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino;
431 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
432
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000433 if (q) {
434 uip = q->qi_uquotaip;
435 gip = q->qi_gquotaip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436 }
437 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
438 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000439 0, 0, &uip) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440 tempuqip = B_TRUE;
441 }
442 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
443 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000444 0, 0, &gip) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 tempgqip = B_TRUE;
446 }
447 if (uip) {
448 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks;
449 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
450 if (tempuqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100451 IRELE(uip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 }
453 if (gip) {
454 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks;
455 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;
456 if (tempgqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100457 IRELE(gip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000459 if (q) {
460 out->qs_incoredqs = q->qi_dquots;
461 out->qs_btimelimit = q->qi_btimelimit;
462 out->qs_itimelimit = q->qi_itimelimit;
463 out->qs_rtbtimelimit = q->qi_rtbtimelimit;
464 out->qs_bwarnlimit = q->qi_bwarnlimit;
465 out->qs_iwarnlimit = q->qi_iwarnlimit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000467 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468}
469
Christoph Hellwigc472b432010-05-06 17:05:17 -0400470#define XFS_DQ_MASK \
471 (FS_DQ_LIMIT_MASK | FS_DQ_TIMER_MASK | FS_DQ_WARNS_MASK)
472
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473/*
474 * Adjust quota limits, and start/stop timers accordingly.
475 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100476int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477xfs_qm_scall_setqlim(
478 xfs_mount_t *mp,
479 xfs_dqid_t id,
480 uint type,
481 fs_disk_quota_t *newlim)
482{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000483 struct xfs_quotainfo *q = mp->m_quotainfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 xfs_disk_dquot_t *ddq;
485 xfs_dquot_t *dqp;
486 xfs_trans_t *tp;
487 int error;
488 xfs_qcnt_t hard, soft;
489
Christoph Hellwigc472b432010-05-06 17:05:17 -0400490 if (newlim->d_fieldmask & ~XFS_DQ_MASK)
491 return EINVAL;
492 if ((newlim->d_fieldmask & XFS_DQ_MASK) == 0)
493 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494
495 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM);
496 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128,
497 0, 0, XFS_DEFAULT_LOG_COUNT))) {
498 xfs_trans_cancel(tp, 0);
499 return (error);
500 }
501
502 /*
503 * We don't want to race with a quotaoff so take the quotaoff lock.
504 * (We don't hold an inode lock, so there's nothing else to stop
505 * a quotaoff from happening). (XXXThis doesn't currently happen
506 * because we take the vfslock before calling xfs_qm_sysent).
507 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000508 mutex_lock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509
510 /*
511 * Get the dquot (locked), and join it to the transaction.
512 * Allocate the dquot if this doesn't exist.
513 */
514 if ((error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp))) {
515 xfs_trans_cancel(tp, XFS_TRANS_ABORT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 ASSERT(error != ENOENT);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000517 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 xfs_trans_dqjoin(tp, dqp);
520 ddq = &dqp->q_core;
521
522 /*
523 * Make sure that hardlimits are >= soft limits before changing.
524 */
525 hard = (newlim->d_fieldmask & FS_DQ_BHARD) ?
526 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100527 be64_to_cpu(ddq->d_blk_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ?
529 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100530 be64_to_cpu(ddq->d_blk_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100532 ddq->d_blk_hardlimit = cpu_to_be64(hard);
533 ddq->d_blk_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000535 q->qi_bhardlimit = hard;
536 q->qi_bsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 }
538 } else {
Dave Chinner82211122011-03-07 10:07:35 +1100539 xfs_debug(mp, "blkhard %Ld < blksoft %Ld\n", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 }
541 hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ?
542 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100543 be64_to_cpu(ddq->d_rtb_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ?
545 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100546 be64_to_cpu(ddq->d_rtb_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100548 ddq->d_rtb_hardlimit = cpu_to_be64(hard);
549 ddq->d_rtb_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000551 q->qi_rtbhardlimit = hard;
552 q->qi_rtbsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 }
554 } else {
Dave Chinner82211122011-03-07 10:07:35 +1100555 xfs_debug(mp, "rtbhard %Ld < rtbsoft %Ld\n", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 }
557
558 hard = (newlim->d_fieldmask & FS_DQ_IHARD) ?
559 (xfs_qcnt_t) newlim->d_ino_hardlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100560 be64_to_cpu(ddq->d_ino_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 soft = (newlim->d_fieldmask & FS_DQ_ISOFT) ?
562 (xfs_qcnt_t) newlim->d_ino_softlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100563 be64_to_cpu(ddq->d_ino_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100565 ddq->d_ino_hardlimit = cpu_to_be64(hard);
566 ddq->d_ino_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000568 q->qi_ihardlimit = hard;
569 q->qi_isoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 }
571 } else {
Dave Chinner82211122011-03-07 10:07:35 +1100572 xfs_debug(mp, "ihard %Ld < isoft %Ld\n", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 }
574
Nathan Scott754002b2005-06-21 15:49:06 +1000575 /*
576 * Update warnings counter(s) if requested
577 */
578 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100579 ddq->d_bwarns = cpu_to_be16(newlim->d_bwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000580 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100581 ddq->d_iwarns = cpu_to_be16(newlim->d_iwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000582 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100583 ddq->d_rtbwarns = cpu_to_be16(newlim->d_rtbwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000584
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 if (id == 0) {
586 /*
587 * Timelimits for the super user set the relative time
588 * the other users can be over quota for this file system.
589 * If it is zero a default is used. Ditto for the default
Nathan Scott754002b2005-06-21 15:49:06 +1000590 * soft and hard limit values (already done, above), and
591 * for warnings.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 */
593 if (newlim->d_fieldmask & FS_DQ_BTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000594 q->qi_btimelimit = newlim->d_btimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100595 ddq->d_btimer = cpu_to_be32(newlim->d_btimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 }
597 if (newlim->d_fieldmask & FS_DQ_ITIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000598 q->qi_itimelimit = newlim->d_itimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100599 ddq->d_itimer = cpu_to_be32(newlim->d_itimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 }
601 if (newlim->d_fieldmask & FS_DQ_RTBTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000602 q->qi_rtbtimelimit = newlim->d_rtbtimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100603 ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 }
Nathan Scott754002b2005-06-21 15:49:06 +1000605 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000606 q->qi_bwarnlimit = newlim->d_bwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000607 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000608 q->qi_iwarnlimit = newlim->d_iwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000609 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000610 q->qi_rtbwarnlimit = newlim->d_rtbwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000611 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 /*
613 * If the user is now over quota, start the timelimit.
614 * The user will not be 'warned'.
615 * Note that we keep the timers ticking, whether enforcement
616 * is on or off. We don't really want to bother with iterating
617 * over all ondisk dquots and turning the timers on/off.
618 */
619 xfs_qm_adjust_dqtimers(mp, ddq);
620 }
621 dqp->dq_flags |= XFS_DQ_DIRTY;
622 xfs_trans_log_dquot(tp, dqp);
623
David Chinnere5720ee2008-04-10 12:21:18 +1000624 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 xfs_qm_dqprint(dqp);
626 xfs_qm_dqrele(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000628 out_unlock:
629 mutex_unlock(&q->qi_quotaofflock);
David Chinnere5720ee2008-04-10 12:21:18 +1000630 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631}
632
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100633int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634xfs_qm_scall_getquota(
635 xfs_mount_t *mp,
636 xfs_dqid_t id,
637 uint type,
638 fs_disk_quota_t *out)
639{
640 xfs_dquot_t *dqp;
641 int error;
642
643 /*
644 * Try to get the dquot. We don't want it allocated on disk, so
645 * we aren't passing the XFS_QMOPT_DOALLOC flag. If it doesn't
646 * exist, we'll get ENOENT back.
647 */
648 if ((error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp))) {
649 return (error);
650 }
651
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 /*
653 * If everything's NULL, this dquot doesn't quite exist as far as
654 * our utility programs are concerned.
655 */
656 if (XFS_IS_DQUOT_UNINITIALIZED(dqp)) {
657 xfs_qm_dqput(dqp);
658 return XFS_ERROR(ENOENT);
659 }
660 /* xfs_qm_dqprint(dqp); */
661 /*
662 * Convert the disk dquot to the exportable format
663 */
664 xfs_qm_export_dquot(mp, &dqp->q_core, out);
665 xfs_qm_dqput(dqp);
666 return (error ? XFS_ERROR(EFAULT) : 0);
667}
668
669
670STATIC int
671xfs_qm_log_quotaoff_end(
672 xfs_mount_t *mp,
673 xfs_qoff_logitem_t *startqoff,
674 uint flags)
675{
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000676 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 int error;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000678 xfs_qoff_logitem_t *qoffi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679
680 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END);
681
682 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_qoff_logitem_t) * 2,
683 0, 0, XFS_DEFAULT_LOG_COUNT))) {
684 xfs_trans_cancel(tp, 0);
685 return (error);
686 }
687
688 qoffi = xfs_trans_get_qoff_item(tp, startqoff,
689 flags & XFS_ALL_QUOTA_ACCT);
690 xfs_trans_log_quotaoff_item(tp, qoffi);
691
692 /*
693 * We have to make sure that the transaction is secure on disk before we
694 * return and actually stop quota accounting. So, make it synchronous.
695 * We don't care about quotoff's performance.
696 */
697 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000698 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 return (error);
700}
701
702
703STATIC int
704xfs_qm_log_quotaoff(
705 xfs_mount_t *mp,
706 xfs_qoff_logitem_t **qoffstartp,
707 uint flags)
708{
709 xfs_trans_t *tp;
710 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 xfs_qoff_logitem_t *qoffi=NULL;
712 uint oldsbqflag=0;
713
714 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF);
715 if ((error = xfs_trans_reserve(tp, 0,
716 sizeof(xfs_qoff_logitem_t) * 2 +
717 mp->m_sb.sb_sectsize + 128,
718 0,
719 0,
720 XFS_DEFAULT_LOG_COUNT))) {
721 goto error0;
722 }
723
724 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT);
725 xfs_trans_log_quotaoff_item(tp, qoffi);
726
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000727 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 oldsbqflag = mp->m_sb.sb_qflags;
729 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000730 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731
732 xfs_mod_sb(tp, XFS_SB_QFLAGS);
733
734 /*
735 * We have to make sure that the transaction is secure on disk before we
736 * return and actually stop quota accounting. So, make it synchronous.
737 * We don't care about quotoff's performance.
738 */
739 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000740 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
742error0:
743 if (error) {
744 xfs_trans_cancel(tp, 0);
745 /*
746 * No one else is modifying sb_qflags, so this is OK.
747 * We still hold the quotaofflock.
748 */
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000749 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 mp->m_sb.sb_qflags = oldsbqflag;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000751 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 }
753 *qoffstartp = qoffi;
754 return (error);
755}
756
757
758/*
759 * Translate an internal style on-disk-dquot to the exportable format.
760 * The main differences are that the counters/limits are all in Basic
761 * Blocks (BBs) instead of the internal FSBs, and all on-disk data has
762 * to be converted to the native endianness.
763 */
764STATIC void
765xfs_qm_export_dquot(
766 xfs_mount_t *mp,
767 xfs_disk_dquot_t *src,
768 struct fs_disk_quota *dst)
769{
770 memset(dst, 0, sizeof(*dst));
771 dst->d_version = FS_DQUOT_VERSION; /* different from src->d_version */
Christoph Hellwig1149d962005-11-02 15:01:12 +1100772 dst->d_flags = xfs_qm_export_qtype_flags(src->d_flags);
773 dst->d_id = be32_to_cpu(src->d_id);
774 dst->d_blk_hardlimit =
775 XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_blk_hardlimit));
776 dst->d_blk_softlimit =
777 XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_blk_softlimit));
778 dst->d_ino_hardlimit = be64_to_cpu(src->d_ino_hardlimit);
779 dst->d_ino_softlimit = be64_to_cpu(src->d_ino_softlimit);
780 dst->d_bcount = XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_bcount));
781 dst->d_icount = be64_to_cpu(src->d_icount);
782 dst->d_btimer = be32_to_cpu(src->d_btimer);
783 dst->d_itimer = be32_to_cpu(src->d_itimer);
784 dst->d_iwarns = be16_to_cpu(src->d_iwarns);
785 dst->d_bwarns = be16_to_cpu(src->d_bwarns);
786 dst->d_rtb_hardlimit =
787 XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_rtb_hardlimit));
788 dst->d_rtb_softlimit =
789 XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_rtb_softlimit));
790 dst->d_rtbcount = XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_rtbcount));
791 dst->d_rtbtimer = be32_to_cpu(src->d_rtbtimer);
792 dst->d_rtbwarns = be16_to_cpu(src->d_rtbwarns);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793
794 /*
795 * Internally, we don't reset all the timers when quota enforcement
Nathan Scottc41564b2006-03-29 08:55:14 +1000796 * gets turned off. No need to confuse the user level code,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 * so return zeroes in that case.
798 */
Kouta Ooizumie6d29422007-05-08 13:49:33 +1000799 if ((!XFS_IS_UQUOTA_ENFORCED(mp) && src->d_flags == XFS_DQ_USER) ||
800 (!XFS_IS_OQUOTA_ENFORCED(mp) &&
801 (src->d_flags & (XFS_DQ_PROJ | XFS_DQ_GROUP)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 dst->d_btimer = 0;
803 dst->d_itimer = 0;
804 dst->d_rtbtimer = 0;
805 }
806
807#ifdef DEBUG
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200808 if (((XFS_IS_UQUOTA_ENFORCED(mp) && dst->d_flags == FS_USER_QUOTA) ||
Kouta Ooizumie6d29422007-05-08 13:49:33 +1000809 (XFS_IS_OQUOTA_ENFORCED(mp) &&
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200810 (dst->d_flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)))) &&
Kouta Ooizumie6d29422007-05-08 13:49:33 +1000811 dst->d_id != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 if (((int) dst->d_bcount >= (int) dst->d_blk_softlimit) &&
813 (dst->d_blk_softlimit > 0)) {
814 ASSERT(dst->d_btimer != 0);
815 }
816 if (((int) dst->d_icount >= (int) dst->d_ino_softlimit) &&
817 (dst->d_ino_softlimit > 0)) {
818 ASSERT(dst->d_itimer != 0);
819 }
820 }
821#endif
822}
823
824STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825xfs_qm_export_qtype_flags(
826 uint flags)
827{
828 /*
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000829 * Can't be more than one, or none.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 */
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200831 ASSERT((flags & (FS_PROJ_QUOTA | FS_USER_QUOTA)) !=
832 (FS_PROJ_QUOTA | FS_USER_QUOTA));
833 ASSERT((flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)) !=
834 (FS_PROJ_QUOTA | FS_GROUP_QUOTA));
835 ASSERT((flags & (FS_USER_QUOTA | FS_GROUP_QUOTA)) !=
836 (FS_USER_QUOTA | FS_GROUP_QUOTA));
837 ASSERT((flags & (FS_PROJ_QUOTA|FS_USER_QUOTA|FS_GROUP_QUOTA)) != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838
839 return (flags & XFS_DQ_USER) ?
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200840 FS_USER_QUOTA : (flags & XFS_DQ_PROJ) ?
841 FS_PROJ_QUOTA : FS_GROUP_QUOTA;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842}
843
844STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845xfs_qm_export_flags(
846 uint flags)
847{
848 uint uflags;
849
850 uflags = 0;
851 if (flags & XFS_UQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200852 uflags |= FS_QUOTA_UDQ_ACCT;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000853 if (flags & XFS_PQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200854 uflags |= FS_QUOTA_PDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 if (flags & XFS_GQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200856 uflags |= FS_QUOTA_GDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 if (flags & XFS_UQUOTA_ENFD)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200858 uflags |= FS_QUOTA_UDQ_ENFD;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000859 if (flags & (XFS_OQUOTA_ENFD)) {
860 uflags |= (flags & XFS_GQUOTA_ACCT) ?
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200861 FS_QUOTA_GDQ_ENFD : FS_QUOTA_PDQ_ENFD;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000862 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 return (uflags);
864}
865
866
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200867STATIC int
868xfs_dqrele_inode(
869 struct xfs_inode *ip,
870 struct xfs_perag *pag,
871 int flags)
David Chinner5b4d89a2008-10-30 17:08:03 +1100872{
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200873 /* skip quota inodes */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000874 if (ip == ip->i_mount->m_quotainfo->qi_uquotaip ||
875 ip == ip->i_mount->m_quotainfo->qi_gquotaip) {
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200876 ASSERT(ip->i_udquot == NULL);
877 ASSERT(ip->i_gdquot == NULL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200878 return 0;
879 }
Dave Chinnercb4f0d12008-11-10 17:11:18 +1100880
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200881 xfs_ilock(ip, XFS_ILOCK_EXCL);
882 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) {
883 xfs_qm_dqrele(ip->i_udquot);
884 ip->i_udquot = NULL;
885 }
886 if (flags & (XFS_PQUOTA_ACCT|XFS_GQUOTA_ACCT) && ip->i_gdquot) {
887 xfs_qm_dqrele(ip->i_gdquot);
888 ip->i_gdquot = NULL;
889 }
Christoph Hellwigf2d67612010-06-24 11:52:50 +1000890 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200891 return 0;
David Chinner5b4d89a2008-10-30 17:08:03 +1100892}
893
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200894
David Chinner5b4d89a2008-10-30 17:08:03 +1100895/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 * Go thru all the inodes in the file system, releasing their dquots.
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200897 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 * Note that the mount structure gets modified to indicate that quotas are off
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200899 * AFTER this, in the case of quotaoff.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 */
901void
902xfs_qm_dqrele_all_inodes(
903 struct xfs_mount *mp,
904 uint flags)
905{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 ASSERT(mp->m_quotainfo);
Dave Chinner65d0f202010-09-24 18:40:15 +1000907 xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908}
909
910/*------------------------------------------------------------------------*/
911#ifdef DEBUG
912/*
913 * This contains all the test functions for XFS disk quotas.
914 * Currently it does a quota accounting check. ie. it walks through
915 * all inodes in the file system, calculating the dquot accounting fields,
916 * and prints out any inconsistencies.
917 */
918xfs_dqhash_t *qmtest_udqtab;
919xfs_dqhash_t *qmtest_gdqtab;
920int qmtest_hashmask;
921int qmtest_nfails;
Christoph Hellwiga0b0b8a2009-03-29 09:51:00 +0200922struct mutex qcheck_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
924#define DQTEST_HASHVAL(mp, id) (((__psunsigned_t)(mp) + \
925 (__psunsigned_t)(id)) & \
926 (qmtest_hashmask - 1))
927
928#define DQTEST_HASH(mp, id, type) ((type & XFS_DQ_USER) ? \
929 (qmtest_udqtab + \
930 DQTEST_HASHVAL(mp, id)) : \
931 (qmtest_gdqtab + \
932 DQTEST_HASHVAL(mp, id)))
933
934#define DQTEST_LIST_PRINT(l, NXT, title) \
935{ \
936 xfs_dqtest_t *dqp; int i = 0;\
Dave Chinner0b932cc2011-03-07 10:08:35 +1100937 xfs_debug(NULL, "%s (#%d)", title, (int) (l)->qh_nelems); \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 for (dqp = (xfs_dqtest_t *)(l)->qh_next; dqp != NULL; \
939 dqp = (xfs_dqtest_t *)dqp->NXT) { \
Dave Chinner0b932cc2011-03-07 10:08:35 +1100940 xfs_debug(dqp->q_mount, \
941 " %d. \"%d (%s)\" bcnt = %d, icnt = %d", \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 ++i, dqp->d_id, DQFLAGTO_TYPESTR(dqp), \
943 dqp->d_bcount, dqp->d_icount); } \
944}
945
946typedef struct dqtest {
Christoph Hellwig74457cf2010-04-13 15:06:53 +1000947 uint dq_flags; /* various flags (XFS_DQ_*) */
Dave Chinnere6a81f12010-04-13 15:06:51 +1000948 struct list_head q_hashlist;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 xfs_dqhash_t *q_hash; /* the hashchain header */
950 xfs_mount_t *q_mount; /* filesystem this relates to */
951 xfs_dqid_t d_id; /* user id or group id */
952 xfs_qcnt_t d_bcount; /* # disk blocks owned by the user */
953 xfs_qcnt_t d_icount; /* # inodes owned by the user */
954} xfs_dqtest_t;
955
956STATIC void
957xfs_qm_hashinsert(xfs_dqhash_t *h, xfs_dqtest_t *dqp)
958{
Dave Chinnere6a81f12010-04-13 15:06:51 +1000959 list_add(&dqp->q_hashlist, &h->qh_list);
960 h->qh_version++;
961 h->qh_nelems++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962}
963STATIC void
964xfs_qm_dqtest_print(
Dave Chinner0b932cc2011-03-07 10:08:35 +1100965 struct xfs_mount *mp,
966 struct dqtest *d)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967{
Dave Chinner0b932cc2011-03-07 10:08:35 +1100968 xfs_debug(mp, "-----------DQTEST DQUOT----------------");
969 xfs_debug(mp, "---- dquot ID = %d", d->d_id);
970 xfs_debug(mp, "---- fs = 0x%p", d->q_mount);
971 xfs_debug(mp, "---- bcount = %Lu (0x%x)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 d->d_bcount, (int)d->d_bcount);
Dave Chinner0b932cc2011-03-07 10:08:35 +1100973 xfs_debug(mp, "---- icount = %Lu (0x%x)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 d->d_icount, (int)d->d_icount);
Dave Chinner0b932cc2011-03-07 10:08:35 +1100975 xfs_debug(mp, "---------------------------");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976}
977
978STATIC void
979xfs_qm_dqtest_failed(
980 xfs_dqtest_t *d,
981 xfs_dquot_t *dqp,
982 char *reason,
983 xfs_qcnt_t a,
984 xfs_qcnt_t b,
985 int error)
986{
987 qmtest_nfails++;
988 if (error)
Dave Chinner0b932cc2011-03-07 10:08:35 +1100989 xfs_debug(dqp->q_mount,
990 "quotacheck failed id=%d, err=%d\nreason: %s",
991 d->d_id, error, reason);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 else
Dave Chinner0b932cc2011-03-07 10:08:35 +1100993 xfs_debug(dqp->q_mount,
994 "quotacheck failed id=%d (%s) [%d != %d]",
995 d->d_id, reason, (int)a, (int)b);
996 xfs_qm_dqtest_print(dqp->q_mount, d);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 if (dqp)
998 xfs_qm_dqprint(dqp);
999}
1000
1001STATIC int
1002xfs_dqtest_cmp2(
1003 xfs_dqtest_t *d,
1004 xfs_dquot_t *dqp)
1005{
1006 int err = 0;
Christoph Hellwig1149d962005-11-02 15:01:12 +11001007 if (be64_to_cpu(dqp->q_core.d_icount) != d->d_icount) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 xfs_qm_dqtest_failed(d, dqp, "icount mismatch",
Christoph Hellwig1149d962005-11-02 15:01:12 +11001009 be64_to_cpu(dqp->q_core.d_icount),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010 d->d_icount, 0);
1011 err++;
1012 }
Christoph Hellwig1149d962005-11-02 15:01:12 +11001013 if (be64_to_cpu(dqp->q_core.d_bcount) != d->d_bcount) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 xfs_qm_dqtest_failed(d, dqp, "bcount mismatch",
Christoph Hellwig1149d962005-11-02 15:01:12 +11001015 be64_to_cpu(dqp->q_core.d_bcount),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 d->d_bcount, 0);
1017 err++;
1018 }
Christoph Hellwig1149d962005-11-02 15:01:12 +11001019 if (dqp->q_core.d_blk_softlimit &&
1020 be64_to_cpu(dqp->q_core.d_bcount) >=
1021 be64_to_cpu(dqp->q_core.d_blk_softlimit)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 if (!dqp->q_core.d_btimer && dqp->q_core.d_id) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001023 xfs_debug(dqp->q_mount,
1024 "%d [%s] BLK TIMER NOT STARTED",
1025 d->d_id, DQFLAGTO_TYPESTR(d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 err++;
1027 }
1028 }
Christoph Hellwig1149d962005-11-02 15:01:12 +11001029 if (dqp->q_core.d_ino_softlimit &&
1030 be64_to_cpu(dqp->q_core.d_icount) >=
1031 be64_to_cpu(dqp->q_core.d_ino_softlimit)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 if (!dqp->q_core.d_itimer && dqp->q_core.d_id) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001033 xfs_debug(dqp->q_mount,
1034 "%d [%s] INO TIMER NOT STARTED",
1035 d->d_id, DQFLAGTO_TYPESTR(d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 err++;
1037 }
1038 }
1039#ifdef QUOTADEBUG
1040 if (!err) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001041 xfs_debug(dqp->q_mount, "%d [%s] qchecked",
1042 d->d_id, DQFLAGTO_TYPESTR(d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 }
1044#endif
1045 return (err);
1046}
1047
1048STATIC void
1049xfs_dqtest_cmp(
1050 xfs_dqtest_t *d)
1051{
1052 xfs_dquot_t *dqp;
1053 int error;
1054
1055 /* xfs_qm_dqtest_print(d); */
1056 if ((error = xfs_qm_dqget(d->q_mount, NULL, d->d_id, d->dq_flags, 0,
1057 &dqp))) {
1058 xfs_qm_dqtest_failed(d, NULL, "dqget failed", 0, 0, error);
1059 return;
1060 }
1061 xfs_dqtest_cmp2(d, dqp);
1062 xfs_qm_dqput(dqp);
1063}
1064
1065STATIC int
1066xfs_qm_internalqcheck_dqget(
1067 xfs_mount_t *mp,
1068 xfs_dqid_t id,
1069 uint type,
1070 xfs_dqtest_t **O_dq)
1071{
1072 xfs_dqtest_t *d;
1073 xfs_dqhash_t *h;
1074
1075 h = DQTEST_HASH(mp, id, type);
Dave Chinnere6a81f12010-04-13 15:06:51 +10001076 list_for_each_entry(d, &h->qh_list, q_hashlist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 if (d->d_id == id && mp == d->q_mount) {
1078 *O_dq = d;
1079 return (0);
1080 }
1081 }
1082 d = kmem_zalloc(sizeof(xfs_dqtest_t), KM_SLEEP);
1083 d->dq_flags = type;
1084 d->d_id = id;
1085 d->q_mount = mp;
1086 d->q_hash = h;
Dave Chinnere6a81f12010-04-13 15:06:51 +10001087 INIT_LIST_HEAD(&d->q_hashlist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 xfs_qm_hashinsert(h, d);
1089 *O_dq = d;
1090 return (0);
1091}
1092
1093STATIC void
1094xfs_qm_internalqcheck_get_dquots(
1095 xfs_mount_t *mp,
1096 xfs_dqid_t uid,
Nathan Scottc8ad20f2005-06-21 15:38:48 +10001097 xfs_dqid_t projid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 xfs_dqid_t gid,
1099 xfs_dqtest_t **ud,
1100 xfs_dqtest_t **gd)
1101{
1102 if (XFS_IS_UQUOTA_ON(mp))
1103 xfs_qm_internalqcheck_dqget(mp, uid, XFS_DQ_USER, ud);
1104 if (XFS_IS_GQUOTA_ON(mp))
1105 xfs_qm_internalqcheck_dqget(mp, gid, XFS_DQ_GROUP, gd);
Nathan Scottc8ad20f2005-06-21 15:38:48 +10001106 else if (XFS_IS_PQUOTA_ON(mp))
1107 xfs_qm_internalqcheck_dqget(mp, projid, XFS_DQ_PROJ, gd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108}
1109
1110
1111STATIC void
1112xfs_qm_internalqcheck_dqadjust(
1113 xfs_inode_t *ip,
1114 xfs_dqtest_t *d)
1115{
1116 d->d_icount++;
1117 d->d_bcount += (xfs_qcnt_t)ip->i_d.di_nblocks;
1118}
1119
1120STATIC int
1121xfs_qm_internalqcheck_adjust(
1122 xfs_mount_t *mp, /* mount point for filesystem */
1123 xfs_ino_t ino, /* inode number to get data for */
1124 void __user *buffer, /* not used */
1125 int ubsize, /* not used */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 int *ubused, /* not used */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 int *res) /* bulkstat result code */
1128{
1129 xfs_inode_t *ip;
1130 xfs_dqtest_t *ud, *gd;
1131 uint lock_flags;
1132 boolean_t ipreleased;
1133 int error;
1134
1135 ASSERT(XFS_IS_QUOTA_RUNNING(mp));
1136
1137 if (ino == mp->m_sb.sb_uquotino || ino == mp->m_sb.sb_gquotino) {
1138 *res = BULKSTAT_RV_NOTHING;
Dave Chinner82211122011-03-07 10:07:35 +11001139 xfs_debug(mp, "%s: ino=%llu, uqino=%llu, gqino=%llu\n",
1140 __func__, (unsigned long long) ino,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 (unsigned long long) mp->m_sb.sb_uquotino,
1142 (unsigned long long) mp->m_sb.sb_gquotino);
1143 return XFS_ERROR(EINVAL);
1144 }
1145 ipreleased = B_FALSE;
1146 again:
1147 lock_flags = XFS_ILOCK_SHARED;
Dave Chinner7b6259e2010-06-24 11:35:17 +10001148 if ((error = xfs_iget(mp, NULL, ino, 0, lock_flags, &ip))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149 *res = BULKSTAT_RV_NOTHING;
1150 return (error);
1151 }
1152
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 /*
1154 * This inode can have blocks after eof which can get released
1155 * when we send it to inactive. Since we don't check the dquot
1156 * until the after all our calculations are done, we must get rid
1157 * of those now.
1158 */
1159 if (! ipreleased) {
Christoph Hellwigf2d67612010-06-24 11:52:50 +10001160 xfs_iunlock(ip, lock_flags);
1161 IRELE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162 ipreleased = B_TRUE;
1163 goto again;
1164 }
1165 xfs_qm_internalqcheck_get_dquots(mp,
1166 (xfs_dqid_t) ip->i_d.di_uid,
Arkadiusz Mi?kiewicz67430992010-09-26 06:10:18 +00001167 (xfs_dqid_t) xfs_get_projid(ip),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 (xfs_dqid_t) ip->i_d.di_gid,
1169 &ud, &gd);
1170 if (XFS_IS_UQUOTA_ON(mp)) {
1171 ASSERT(ud);
1172 xfs_qm_internalqcheck_dqadjust(ip, ud);
1173 }
Nathan Scottc8ad20f2005-06-21 15:38:48 +10001174 if (XFS_IS_OQUOTA_ON(mp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 ASSERT(gd);
1176 xfs_qm_internalqcheck_dqadjust(ip, gd);
1177 }
Christoph Hellwigf2d67612010-06-24 11:52:50 +10001178 xfs_iunlock(ip, lock_flags);
1179 IRELE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180 *res = BULKSTAT_RV_DIDONE;
1181 return (0);
1182}
1183
1184
1185/* PRIVATE, debugging */
1186int
1187xfs_qm_internalqcheck(
1188 xfs_mount_t *mp)
1189{
1190 xfs_ino_t lastino;
1191 int done, count;
1192 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 int error;
1194
1195 lastino = 0;
1196 qmtest_hashmask = 32;
1197 count = 5;
1198 done = 0;
1199 qmtest_nfails = 0;
1200
1201 if (! XFS_IS_QUOTA_ON(mp))
1202 return XFS_ERROR(ESRCH);
1203
Christoph Hellwiga14a3482010-01-19 09:56:46 +00001204 xfs_log_force(mp, XFS_LOG_SYNC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwiga14a3482010-01-19 09:56:46 +00001206 xfs_log_force(mp, XFS_LOG_SYNC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 XFS_bflush(mp->m_ddev_targp);
1208
Jes Sorensen794ee1b2006-01-09 15:59:21 -08001209 mutex_lock(&qcheck_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 /* There should be absolutely no quota activity while this
1211 is going on. */
1212 qmtest_udqtab = kmem_zalloc(qmtest_hashmask *
1213 sizeof(xfs_dqhash_t), KM_SLEEP);
1214 qmtest_gdqtab = kmem_zalloc(qmtest_hashmask *
1215 sizeof(xfs_dqhash_t), KM_SLEEP);
1216 do {
1217 /*
1218 * Iterate thru all the inodes in the file system,
1219 * adjusting the corresponding dquot counters
1220 */
Christoph Hellwig7dce11d2010-06-23 18:11:11 +10001221 error = xfs_bulkstat(mp, &lastino, &count,
1222 xfs_qm_internalqcheck_adjust,
1223 0, NULL, &done);
1224 if (error) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001225 xfs_debug(mp, "Bulkstat returned error 0x%x", error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226 break;
1227 }
Christoph Hellwig7dce11d2010-06-23 18:11:11 +10001228 } while (!done);
1229
Dave Chinner0b932cc2011-03-07 10:08:35 +11001230 xfs_debug(mp, "Checking results against system dquots");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 for (i = 0; i < qmtest_hashmask; i++) {
Dave Chinnere6a81f12010-04-13 15:06:51 +10001232 xfs_dqtest_t *d, *n;
1233 xfs_dqhash_t *h;
1234
1235 h = &qmtest_udqtab[i];
1236 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 xfs_dqtest_cmp(d);
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10001238 kmem_free(d);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 }
Dave Chinnere6a81f12010-04-13 15:06:51 +10001240 h = &qmtest_gdqtab[i];
1241 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 xfs_dqtest_cmp(d);
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10001243 kmem_free(d);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244 }
1245 }
1246
1247 if (qmtest_nfails) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001248 xfs_debug(mp, "******** quotacheck failed ********");
1249 xfs_debug(mp, "failures = %d", qmtest_nfails);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 } else {
Dave Chinner0b932cc2011-03-07 10:08:35 +11001251 xfs_debug(mp, "******** quotacheck successful! ********");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 }
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10001253 kmem_free(qmtest_udqtab);
1254 kmem_free(qmtest_gdqtab);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255 mutex_unlock(&qcheck_lock);
1256 return (qmtest_nfails);
1257}
1258
1259#endif /* DEBUG */