blob: b8a565edb4ae02d921eb409f7b2c2888643e8d63 [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"
Dave Chinner70a98832013-10-23 10:36:05 +110023#include "xfs_shared.h"
Dave Chinner239880e2013-10-23 10:50:10 +110024#include "xfs_format.h"
25#include "xfs_log_format.h"
26#include "xfs_trans_resv.h"
Nathan Scotta844f452005-11-02 14:38:42 +110027#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include "xfs_sb.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_inode.h"
Dave Chinner239880e2013-10-23 10:50:10 +110031#include "xfs_trans.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_error.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110033#include "xfs_quota.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include "xfs_qm.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000035#include "xfs_trace.h"
Dave Chinner6d8b79c2012-10-08 21:56:09 +110036#include "xfs_icache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Linus Torvalds1da177e2005-04-16 15:20:36 -070038STATIC int xfs_qm_log_quotaoff(xfs_mount_t *, xfs_qoff_logitem_t **, uint);
39STATIC int xfs_qm_log_quotaoff_end(xfs_mount_t *, xfs_qoff_logitem_t *,
40 uint);
Linus Torvalds1da177e2005-04-16 15:20:36 -070041STATIC uint xfs_qm_export_flags(uint);
Linus Torvalds1da177e2005-04-16 15:20:36 -070042STATIC uint xfs_qm_export_qtype_flags(uint);
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 * Turn off quota accounting and/or enforcement for all udquots and/or
46 * gdquots. Called only at unmount time.
47 *
48 * This assumes that there are no dquots of this file system cached
49 * incore, and modifies the ondisk dquot directly. Therefore, for example,
50 * it is an error to call this twice, without purging the cache.
51 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +010052int
Linus Torvalds1da177e2005-04-16 15:20:36 -070053xfs_qm_scall_quotaoff(
54 xfs_mount_t *mp,
Christoph Hellwigfcafb712009-02-09 08:47:34 +010055 uint flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -070056{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +100057 struct xfs_quotainfo *q = mp->m_quotainfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 uint dqtype;
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 int error;
60 uint inactivate_flags;
61 xfs_qoff_logitem_t *qoffstart;
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 /*
64 * No file system can have quotas enabled on disk but not in core.
65 * Note that quota utilities (like quotaoff) _expect_
Dave Chinner24513372014-06-25 14:58:08 +100066 * errno == -EEXIST here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 */
68 if ((mp->m_qflags & flags) == 0)
Dave Chinner24513372014-06-25 14:58:08 +100069 return -EEXIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 error = 0;
71
72 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
73
74 /*
75 * We don't want to deal with two quotaoffs messing up each other,
76 * so we're going to serialize it. quotaoff isn't exactly a performance
77 * critical thing.
78 * If quotaoff, then we must be dealing with the root filesystem.
79 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +100080 ASSERT(q);
81 mutex_lock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070082
83 /*
84 * If we're just turning off quota enforcement, change mp and go.
85 */
86 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) {
87 mp->m_qflags &= ~(flags);
88
Eric Sandeen3685c2a2007-10-11 17:42:32 +100089 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 mp->m_sb.sb_qflags = mp->m_qflags;
Eric Sandeen3685c2a2007-10-11 17:42:32 +100091 spin_unlock(&mp->m_sb_lock);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +100092 mutex_unlock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
94 /* XXX what to do if error ? Revert back to old vals incore ? */
Dave Chinner61e63ec2015-01-22 09:10:31 +110095 return xfs_sync_sb(mp, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 }
97
98 dqtype = 0;
99 inactivate_flags = 0;
100 /*
101 * If accounting is off, we must turn enforcement off, clear the
102 * quota 'CHKD' certificate to make it known that we have to
103 * do a quotacheck the next time this quota is turned on.
104 */
105 if (flags & XFS_UQUOTA_ACCT) {
106 dqtype |= XFS_QMOPT_UQUOTA;
107 flags |= (XFS_UQUOTA_CHKD | XFS_UQUOTA_ENFD);
108 inactivate_flags |= XFS_UQUOTA_ACTIVE;
109 }
110 if (flags & XFS_GQUOTA_ACCT) {
111 dqtype |= XFS_QMOPT_GQUOTA;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500112 flags |= (XFS_GQUOTA_CHKD | XFS_GQUOTA_ENFD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 inactivate_flags |= XFS_GQUOTA_ACTIVE;
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500114 }
115 if (flags & XFS_PQUOTA_ACCT) {
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000116 dqtype |= XFS_QMOPT_PQUOTA;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500117 flags |= (XFS_PQUOTA_CHKD | XFS_PQUOTA_ENFD);
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000118 inactivate_flags |= XFS_PQUOTA_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 }
120
121 /*
122 * Nothing to do? Don't complain. This happens when we're just
123 * turning off quota enforcement.
124 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000125 if ((mp->m_qflags & flags) == 0)
126 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128 /*
129 * Write the LI_QUOTAOFF log record, and do SB changes atomically,
David Chinnercb6edc22008-04-10 12:20:45 +1000130 * and synchronously. If we fail to write, we should abort the
131 * operation as it cannot be recovered safely if we crash.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 */
David Chinnercb6edc22008-04-10 12:20:45 +1000133 error = xfs_qm_log_quotaoff(mp, &qoffstart, flags);
134 if (error)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000135 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
137 /*
138 * Next we clear the XFS_MOUNT_*DQ_ACTIVE bit(s) in the mount struct
139 * to take care of the race between dqget and quotaoff. We don't take
140 * any special locks to reset these bits. All processes need to check
141 * these bits *after* taking inode lock(s) to see if the particular
142 * quota type is in the process of being turned off. If *ACTIVE, it is
143 * guaranteed that all dquot structures and all quotainode ptrs will all
144 * stay valid as long as that inode is kept locked.
145 *
146 * There is no turning back after this.
147 */
148 mp->m_qflags &= ~inactivate_flags;
149
150 /*
151 * Give back all the dquot reference(s) held by inodes.
152 * Here we go thru every single incore inode in this file system, and
153 * do a dqrele on the i_udquot/i_gdquot that it may have.
154 * Essentially, as long as somebody has an inode locked, this guarantees
155 * that quotas will not be turned off. This is handy because in a
156 * transaction once we lock the inode(s) and check for quotaon, we can
157 * depend on the quota inodes (and other things) being valid as long as
158 * we keep the lock(s).
159 */
160 xfs_qm_dqrele_all_inodes(mp, flags);
161
162 /*
163 * Next we make the changes in the quota flag in the mount struct.
164 * This isn't protected by a particular lock directly, because we
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300165 * don't want to take a mrlock every time we depend on quotas being on.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 */
Christoph Hellwigb84a3a92012-03-14 11:53:34 -0500167 mp->m_qflags &= ~flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169 /*
170 * Go through all the dquots of this file system and purge them,
Christoph Hellwigb84a3a92012-03-14 11:53:34 -0500171 * according to what was turned off.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 */
Christoph Hellwigb84a3a92012-03-14 11:53:34 -0500173 xfs_qm_dqpurge_all(mp, dqtype);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175 /*
176 * Transactions that had started before ACTIVE state bit was cleared
177 * could have logged many dquots, so they'd have higher LSNs than
178 * the first QUOTAOFF log record does. If we happen to crash when
179 * the tail of the log has gone past the QUOTAOFF record, but
180 * before the last dquot modification, those dquots __will__
181 * recover, and that's not good.
182 *
183 * So, we have QUOTAOFF start and end logitems; the start
184 * logitem won't get overwritten until the end logitem appears...
185 */
David Chinnercb6edc22008-04-10 12:20:45 +1000186 error = xfs_qm_log_quotaoff_end(mp, qoffstart, flags);
187 if (error) {
188 /* We're screwed now. Shutdown is the only option. */
189 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000190 goto out_unlock;
David Chinnercb6edc22008-04-10 12:20:45 +1000191 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 /*
Chandra Seetharamanc31ad432013-07-10 18:00:36 -0500194 * If all quotas are completely turned off, close shop.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195 */
Chandra Seetharamanc31ad432013-07-10 18:00:36 -0500196 if (mp->m_qflags == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000197 mutex_unlock(&q->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 xfs_qm_destroy_quotainfo(mp);
Eric Sandeend99831f2014-06-22 15:03:54 +1000199 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 }
201
202 /*
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000203 * Release our quotainode references if we don't need them anymore.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000205 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) {
206 IRELE(q->qi_uquotaip);
207 q->qi_uquotaip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500209 if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000210 IRELE(q->qi_gquotaip);
211 q->qi_gquotaip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500213 if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) {
214 IRELE(q->qi_pquotaip);
215 q->qi_pquotaip = NULL;
216 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000218out_unlock:
219 mutex_unlock(&q->qi_quotaofflock);
220 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221}
222
Christoph Hellwig5d188982010-07-20 17:51:31 +1000223STATIC int
224xfs_qm_scall_trunc_qfile(
225 struct xfs_mount *mp,
226 xfs_ino_t ino)
227{
228 struct xfs_inode *ip;
229 struct xfs_trans *tp;
230 int error;
231
232 if (ino == NULLFSINO)
233 return 0;
234
235 error = xfs_iget(mp, NULL, ino, 0, 0, &ip);
236 if (error)
237 return error;
238
239 xfs_ilock(ip, XFS_IOLOCK_EXCL);
240
241 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000242 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0);
Christoph Hellwig5d188982010-07-20 17:51:31 +1000243 if (error) {
244 xfs_trans_cancel(tp, 0);
245 xfs_iunlock(ip, XFS_IOLOCK_EXCL);
246 goto out_put;
247 }
248
249 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwigddc34152011-09-19 15:00:54 +0000250 xfs_trans_ijoin(tp, ip, 0);
Christoph Hellwig5d188982010-07-20 17:51:31 +1000251
Christoph Hellwig673e8e52011-12-18 20:00:04 +0000252 ip->i_d.di_size = 0;
Christoph Hellwig673e8e52011-12-18 20:00:04 +0000253 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
254
255 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0);
Christoph Hellwig5d188982010-07-20 17:51:31 +1000256 if (error) {
257 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES |
258 XFS_TRANS_ABORT);
259 goto out_unlock;
260 }
261
Christoph Hellwig673e8e52011-12-18 20:00:04 +0000262 ASSERT(ip->i_d.di_nextents == 0);
263
Dave Chinnerdcd79a12010-09-28 12:27:25 +1000264 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
Christoph Hellwig5d188982010-07-20 17:51:31 +1000265 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
266
267out_unlock:
268 xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
269out_put:
270 IRELE(ip);
271 return error;
272}
273
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100274int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275xfs_qm_scall_trunc_qfiles(
276 xfs_mount_t *mp,
277 uint flags)
278{
Dave Chinner24513372014-06-25 14:58:08 +1000279 int error = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280
Eric Sandeenf58522c2014-05-05 17:27:06 +1000281 if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0 ||
282 (flags & ~XFS_DQ_ALLTYPES)) {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500283 xfs_debug(mp, "%s: flags=%x m_qflags=%x",
Dave Chinner82211122011-03-07 10:07:35 +1100284 __func__, flags, mp->m_qflags);
Dave Chinner24513372014-06-25 14:58:08 +1000285 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 }
287
Jie Liuc61a9e32013-11-22 14:04:00 +0800288 if (flags & XFS_DQ_USER) {
Christoph Hellwig5d188982010-07-20 17:51:31 +1000289 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_uquotino);
Jie Liuc61a9e32013-11-22 14:04:00 +0800290 if (error)
291 return error;
292 }
293 if (flags & XFS_DQ_GROUP) {
294 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino);
295 if (error)
296 return error;
297 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500298 if (flags & XFS_DQ_PROJ)
Jie Liuc61a9e32013-11-22 14:04:00 +0800299 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_pquotino);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
Jie Liuc61a9e32013-11-22 14:04:00 +0800301 return error;
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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
318 /*
319 * Switching on quota accounting must be done at mount time.
320 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 flags &= ~(XFS_ALL_QUOTA_ACCT);
322
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 if (flags == 0) {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500324 xfs_debug(mp, "%s: zero flags, m_qflags=%x",
Dave Chinner82211122011-03-07 10:07:35 +1100325 __func__, mp->m_qflags);
Dave Chinner24513372014-06-25 14:58:08 +1000326 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 }
328
329 /* No fs can turn on quotas with a delayed effect */
330 ASSERT((flags & XFS_ALL_QUOTA_ACCT) == 0);
331
332 /*
333 * Can't enforce without accounting. We check the superblock
334 * qflags here instead of m_qflags because rootfs can have
335 * quota acct on ondisk without m_qflags' knowing.
336 */
337 if (((flags & XFS_UQUOTA_ACCT) == 0 &&
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500338 (mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 &&
339 (flags & XFS_UQUOTA_ENFD)) ||
340 ((flags & XFS_GQUOTA_ACCT) == 0 &&
341 (mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 &&
342 (flags & XFS_GQUOTA_ENFD)) ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000343 ((flags & XFS_PQUOTA_ACCT) == 0 &&
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500344 (mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 &&
345 (flags & XFS_PQUOTA_ENFD))) {
Dave Chinner82211122011-03-07 10:07:35 +1100346 xfs_debug(mp,
Eric Sandeen08e96e12013-10-11 20:59:05 -0500347 "%s: Can't enforce without acct, flags=%x sbflags=%x",
Dave Chinner82211122011-03-07 10:07:35 +1100348 __func__, flags, mp->m_sb.sb_qflags);
Dave Chinner24513372014-06-25 14:58:08 +1000349 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 }
351 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300352 * If everything's up to-date incore, then don't waste time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 */
354 if ((mp->m_qflags & flags) == flags)
Dave Chinner24513372014-06-25 14:58:08 +1000355 return -EEXIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
357 /*
358 * Change sb_qflags on disk but not incore mp->qflags
359 * if this is the root filesystem.
360 */
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000361 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362 qf = mp->m_sb.sb_qflags;
363 mp->m_sb.sb_qflags = qf | flags;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000364 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365
366 /*
367 * There's nothing to change if it's the same.
368 */
Dave Chinner4d11a402015-01-22 09:10:26 +1100369 if ((qf & flags) == flags)
Dave Chinner24513372014-06-25 14:58:08 +1000370 return -EEXIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
Dave Chinner61e63ec2015-01-22 09:10:31 +1100372 error = xfs_sync_sb(mp, false);
373 if (error)
Eric Sandeend99831f2014-06-22 15:03:54 +1000374 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 /*
376 * If we aren't trying to switch on quota enforcement, we are done.
377 */
378 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) !=
379 (mp->m_qflags & XFS_UQUOTA_ACCT)) ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000380 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) !=
381 (mp->m_qflags & XFS_PQUOTA_ACCT)) ||
382 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) !=
383 (mp->m_qflags & XFS_GQUOTA_ACCT)) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 (flags & XFS_ALL_QUOTA_ENFD) == 0)
Eric Sandeend99831f2014-06-22 15:03:54 +1000385 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386
387 if (! XFS_IS_QUOTA_RUNNING(mp))
Dave Chinner24513372014-06-25 14:58:08 +1000388 return -ESRCH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
390 /*
391 * Switch on quota enforcement in core.
392 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000393 mutex_lock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000395 mutex_unlock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396
Eric Sandeend99831f2014-06-22 15:03:54 +1000397 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398}
399
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401/*
402 * Return quota status information, such as uquota-off, enforcements, etc.
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500403 * for Q_XGETQSTAT command.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100405int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406xfs_qm_scall_getqstat(
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000407 struct xfs_mount *mp,
408 struct fs_quota_stat *out)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000410 struct xfs_quotainfo *q = mp->m_quotainfo;
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500411 struct xfs_inode *uip = NULL;
412 struct xfs_inode *gip = NULL;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500413 struct xfs_inode *pip = NULL;
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500414 bool tempuqip = false;
415 bool tempgqip = false;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500416 bool temppqip = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 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;
Eric Sandeend99831f2014-06-22 15:03:54 +1000424 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags &
428 (XFS_ALL_QUOTA_ACCT|
429 XFS_ALL_QUOTA_ENFD));
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000430 if (q) {
431 uip = q->qi_uquotaip;
432 gip = q->qi_gquotaip;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500433 pip = q->qi_pquotaip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 }
435 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
436 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000437 0, 0, &uip) == 0)
Thiago Farina667a9292012-11-12 21:32:59 -0200438 tempuqip = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 }
440 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
441 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000442 0, 0, &gip) == 0)
Thiago Farina667a9292012-11-12 21:32:59 -0200443 tempgqip = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500445 /*
446 * Q_XGETQSTAT doesn't have room for both group and project quotas.
447 * So, allow the project quota values to be copied out only if
448 * there is no group quota information available.
449 */
450 if (!gip) {
451 if (!pip && mp->m_sb.sb_pquotino != NULLFSINO) {
452 if (xfs_iget(mp, NULL, mp->m_sb.sb_pquotino,
453 0, 0, &pip) == 0)
454 temppqip = true;
455 }
456 } else
457 pip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 if (uip) {
Chandra Seetharamand892d582013-07-19 17:36:02 -0500459 out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks;
461 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
462 if (tempuqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100463 IRELE(uip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500465
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 if (gip) {
Chandra Seetharamand892d582013-07-19 17:36:02 -0500467 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks;
469 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;
470 if (tempgqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100471 IRELE(gip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500473 if (pip) {
474 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
475 out->qs_gquota.qfs_nblks = pip->i_d.di_nblocks;
476 out->qs_gquota.qfs_nextents = pip->i_d.di_nextents;
477 if (temppqip)
478 IRELE(pip);
479 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000480 if (q) {
481 out->qs_incoredqs = q->qi_dquots;
482 out->qs_btimelimit = q->qi_btimelimit;
483 out->qs_itimelimit = q->qi_itimelimit;
484 out->qs_rtbtimelimit = q->qi_rtbtimelimit;
485 out->qs_bwarnlimit = q->qi_bwarnlimit;
486 out->qs_iwarnlimit = q->qi_iwarnlimit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000488 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489}
490
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500491/*
492 * Return quota status information, such as uquota-off, enforcements, etc.
493 * for Q_XGETQSTATV command, to support separate project quota field.
494 */
495int
496xfs_qm_scall_getqstatv(
497 struct xfs_mount *mp,
498 struct fs_quota_statv *out)
499{
500 struct xfs_quotainfo *q = mp->m_quotainfo;
501 struct xfs_inode *uip = NULL;
502 struct xfs_inode *gip = NULL;
503 struct xfs_inode *pip = NULL;
504 bool tempuqip = false;
505 bool tempgqip = false;
506 bool temppqip = false;
507
508 if (!xfs_sb_version_hasquota(&mp->m_sb)) {
509 out->qs_uquota.qfs_ino = NULLFSINO;
510 out->qs_gquota.qfs_ino = NULLFSINO;
511 out->qs_pquota.qfs_ino = NULLFSINO;
Eric Sandeend99831f2014-06-22 15:03:54 +1000512 return 0;
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500513 }
514
515 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags &
516 (XFS_ALL_QUOTA_ACCT|
517 XFS_ALL_QUOTA_ENFD));
518 out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino;
519 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
520 out->qs_pquota.qfs_ino = mp->m_sb.sb_pquotino;
521
522 if (q) {
523 uip = q->qi_uquotaip;
524 gip = q->qi_gquotaip;
525 pip = q->qi_pquotaip;
526 }
527 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
528 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
529 0, 0, &uip) == 0)
530 tempuqip = true;
531 }
532 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
533 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
534 0, 0, &gip) == 0)
535 tempgqip = true;
536 }
537 if (!pip && mp->m_sb.sb_pquotino != NULLFSINO) {
538 if (xfs_iget(mp, NULL, mp->m_sb.sb_pquotino,
539 0, 0, &pip) == 0)
540 temppqip = true;
541 }
542 if (uip) {
543 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks;
544 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
545 if (tempuqip)
546 IRELE(uip);
547 }
548
549 if (gip) {
550 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks;
551 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;
552 if (tempgqip)
553 IRELE(gip);
554 }
555 if (pip) {
556 out->qs_pquota.qfs_nblks = pip->i_d.di_nblocks;
557 out->qs_pquota.qfs_nextents = pip->i_d.di_nextents;
558 if (temppqip)
559 IRELE(pip);
560 }
561 if (q) {
562 out->qs_incoredqs = q->qi_dquots;
563 out->qs_btimelimit = q->qi_btimelimit;
564 out->qs_itimelimit = q->qi_itimelimit;
565 out->qs_rtbtimelimit = q->qi_rtbtimelimit;
566 out->qs_bwarnlimit = q->qi_bwarnlimit;
567 out->qs_iwarnlimit = q->qi_iwarnlimit;
568 }
569 return 0;
570}
571
Christoph Hellwigc472b432010-05-06 17:05:17 -0400572#define XFS_DQ_MASK \
573 (FS_DQ_LIMIT_MASK | FS_DQ_TIMER_MASK | FS_DQ_WARNS_MASK)
574
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575/*
576 * Adjust quota limits, and start/stop timers accordingly.
577 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100578int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579xfs_qm_scall_setqlim(
Brian Fosterb1366452013-03-18 10:51:46 -0400580 struct xfs_mount *mp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 xfs_dqid_t id,
582 uint type,
583 fs_disk_quota_t *newlim)
584{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000585 struct xfs_quotainfo *q = mp->m_quotainfo;
Brian Fosterb1366452013-03-18 10:51:46 -0400586 struct xfs_disk_dquot *ddq;
587 struct xfs_dquot *dqp;
588 struct xfs_trans *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 int error;
590 xfs_qcnt_t hard, soft;
591
Christoph Hellwigc472b432010-05-06 17:05:17 -0400592 if (newlim->d_fieldmask & ~XFS_DQ_MASK)
Dave Chinner24513372014-06-25 14:58:08 +1000593 return -EINVAL;
Christoph Hellwigc472b432010-05-06 17:05:17 -0400594 if ((newlim->d_fieldmask & XFS_DQ_MASK) == 0)
595 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
Dave Chinnerf6481672013-05-21 18:02:00 +1000597 /*
598 * We don't want to race with a quotaoff so take the quotaoff lock.
599 * We don't hold an inode lock, so there's nothing else to stop
600 * a quotaoff from happening.
601 */
602 mutex_lock(&q->qi_quotaofflock);
603
604 /*
605 * Get the dquot (locked) before we start, as we need to do a
606 * transaction to allocate it if it doesn't exist. Once we have the
607 * dquot, unlock it so we can start the next transaction safely. We hold
608 * a reference to the dquot, so it's safe to do this unlock/lock without
609 * it being reclaimed in the mean time.
610 */
611 error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp);
612 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +1000613 ASSERT(error != -ENOENT);
Dave Chinnerf6481672013-05-21 18:02:00 +1000614 goto out_unlock;
615 }
616 xfs_dqunlock(dqp);
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000619 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_setqlim, 0, 0);
Jeff Liuf0f2df92013-01-28 21:26:49 +0800620 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 xfs_trans_cancel(tp, 0);
Dave Chinnerf6481672013-05-21 18:02:00 +1000622 goto out_rele;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 }
624
Dave Chinnerf6481672013-05-21 18:02:00 +1000625 xfs_dqlock(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 xfs_trans_dqjoin(tp, dqp);
627 ddq = &dqp->q_core;
628
629 /*
630 * Make sure that hardlimits are >= soft limits before changing.
631 */
632 hard = (newlim->d_fieldmask & FS_DQ_BHARD) ?
633 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100634 be64_to_cpu(ddq->d_blk_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ?
636 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100637 be64_to_cpu(ddq->d_blk_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100639 ddq->d_blk_hardlimit = cpu_to_be64(hard);
640 ddq->d_blk_softlimit = cpu_to_be64(soft);
Brian Fosterb1366452013-03-18 10:51:46 -0400641 xfs_dquot_set_prealloc_limits(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000643 q->qi_bhardlimit = hard;
644 q->qi_bsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 }
646 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500647 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 }
649 hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ?
650 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100651 be64_to_cpu(ddq->d_rtb_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ?
653 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100654 be64_to_cpu(ddq->d_rtb_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100656 ddq->d_rtb_hardlimit = cpu_to_be64(hard);
657 ddq->d_rtb_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000659 q->qi_rtbhardlimit = hard;
660 q->qi_rtbsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 }
662 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500663 xfs_debug(mp, "rtbhard %Ld < rtbsoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 }
665
666 hard = (newlim->d_fieldmask & FS_DQ_IHARD) ?
667 (xfs_qcnt_t) newlim->d_ino_hardlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100668 be64_to_cpu(ddq->d_ino_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 soft = (newlim->d_fieldmask & FS_DQ_ISOFT) ?
670 (xfs_qcnt_t) newlim->d_ino_softlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100671 be64_to_cpu(ddq->d_ino_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100673 ddq->d_ino_hardlimit = cpu_to_be64(hard);
674 ddq->d_ino_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000676 q->qi_ihardlimit = hard;
677 q->qi_isoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 }
679 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500680 xfs_debug(mp, "ihard %Ld < isoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 }
682
Nathan Scott754002b2005-06-21 15:49:06 +1000683 /*
684 * Update warnings counter(s) if requested
685 */
686 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100687 ddq->d_bwarns = cpu_to_be16(newlim->d_bwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000688 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100689 ddq->d_iwarns = cpu_to_be16(newlim->d_iwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000690 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100691 ddq->d_rtbwarns = cpu_to_be16(newlim->d_rtbwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 if (id == 0) {
694 /*
695 * Timelimits for the super user set the relative time
696 * the other users can be over quota for this file system.
697 * If it is zero a default is used. Ditto for the default
Nathan Scott754002b2005-06-21 15:49:06 +1000698 * soft and hard limit values (already done, above), and
699 * for warnings.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 */
701 if (newlim->d_fieldmask & FS_DQ_BTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000702 q->qi_btimelimit = newlim->d_btimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100703 ddq->d_btimer = cpu_to_be32(newlim->d_btimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 }
705 if (newlim->d_fieldmask & FS_DQ_ITIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000706 q->qi_itimelimit = newlim->d_itimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100707 ddq->d_itimer = cpu_to_be32(newlim->d_itimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 }
709 if (newlim->d_fieldmask & FS_DQ_RTBTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000710 q->qi_rtbtimelimit = newlim->d_rtbtimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100711 ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 }
Nathan Scott754002b2005-06-21 15:49:06 +1000713 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000714 q->qi_bwarnlimit = newlim->d_bwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000715 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000716 q->qi_iwarnlimit = newlim->d_iwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000717 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000718 q->qi_rtbwarnlimit = newlim->d_rtbwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000719 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 /*
721 * If the user is now over quota, start the timelimit.
722 * The user will not be 'warned'.
723 * Note that we keep the timers ticking, whether enforcement
724 * is on or off. We don't really want to bother with iterating
725 * over all ondisk dquots and turning the timers on/off.
726 */
727 xfs_qm_adjust_dqtimers(mp, ddq);
728 }
729 dqp->dq_flags |= XFS_DQ_DIRTY;
730 xfs_trans_log_dquot(tp, dqp);
731
David Chinnere5720ee2008-04-10 12:21:18 +1000732 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733
Dave Chinnerf6481672013-05-21 18:02:00 +1000734out_rele:
735 xfs_qm_dqrele(dqp);
736out_unlock:
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000737 mutex_unlock(&q->qi_quotaofflock);
David Chinnere5720ee2008-04-10 12:21:18 +1000738 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739}
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741STATIC int
742xfs_qm_log_quotaoff_end(
743 xfs_mount_t *mp,
744 xfs_qoff_logitem_t *startqoff,
745 uint flags)
746{
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000747 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 int error;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000749 xfs_qoff_logitem_t *qoffi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
751 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END);
752
Jie Liu3d3c8b52013-08-12 20:49:59 +1000753 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_equotaoff, 0, 0);
Jeff Liu762d7ba2013-01-28 21:27:21 +0800754 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 xfs_trans_cancel(tp, 0);
Eric Sandeend99831f2014-06-22 15:03:54 +1000756 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 }
758
759 qoffi = xfs_trans_get_qoff_item(tp, startqoff,
760 flags & XFS_ALL_QUOTA_ACCT);
761 xfs_trans_log_quotaoff_item(tp, qoffi);
762
763 /*
764 * We have to make sure that the transaction is secure on disk before we
765 * return and actually stop quota accounting. So, make it synchronous.
766 * We don't care about quotoff's performance.
767 */
768 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000769 error = xfs_trans_commit(tp, 0);
Eric Sandeend99831f2014-06-22 15:03:54 +1000770 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771}
772
773
774STATIC int
775xfs_qm_log_quotaoff(
776 xfs_mount_t *mp,
777 xfs_qoff_logitem_t **qoffstartp,
778 uint flags)
779{
780 xfs_trans_t *tp;
781 int error;
Brian Foster5d45ee12014-11-28 14:00:53 +1100782 xfs_qoff_logitem_t *qoffi;
783
784 *qoffstartp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
786 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000787 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_quotaoff, 0, 0);
Brian Foster5d45ee12014-11-28 14:00:53 +1100788 if (error) {
789 xfs_trans_cancel(tp, 0);
790 goto out;
791 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792
793 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT);
794 xfs_trans_log_quotaoff_item(tp, qoffi);
795
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000796 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000798 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799
Dave Chinner61e63ec2015-01-22 09:10:31 +1100800 xfs_log_sb(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
802 /*
803 * We have to make sure that the transaction is secure on disk before we
804 * return and actually stop quota accounting. So, make it synchronous.
805 * We don't care about quotoff's performance.
806 */
807 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000808 error = xfs_trans_commit(tp, 0);
Brian Foster5d45ee12014-11-28 14:00:53 +1100809 if (error)
810 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 *qoffstartp = qoffi;
Brian Foster5d45ee12014-11-28 14:00:53 +1100813out:
Eric Sandeend99831f2014-06-22 15:03:54 +1000814 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815}
816
817
Christoph Hellwig18535a72012-02-20 02:28:16 +0000818int
819xfs_qm_scall_getquota(
820 struct xfs_mount *mp,
821 xfs_dqid_t id,
822 uint type,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 struct fs_disk_quota *dst)
824{
Christoph Hellwig18535a72012-02-20 02:28:16 +0000825 struct xfs_dquot *dqp;
826 int error;
827
828 /*
829 * Try to get the dquot. We don't want it allocated on disk, so
830 * we aren't passing the XFS_QMOPT_DOALLOC flag. If it doesn't
831 * exist, we'll get ENOENT back.
832 */
833 error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp);
834 if (error)
835 return error;
836
837 /*
838 * If everything's NULL, this dquot doesn't quite exist as far as
839 * our utility programs are concerned.
840 */
841 if (XFS_IS_DQUOT_UNINITIALIZED(dqp)) {
Dave Chinner24513372014-06-25 14:58:08 +1000842 error = -ENOENT;
Christoph Hellwig18535a72012-02-20 02:28:16 +0000843 goto out_put;
844 }
845
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 memset(dst, 0, sizeof(*dst));
Christoph Hellwig18535a72012-02-20 02:28:16 +0000847 dst->d_version = FS_DQUOT_VERSION;
848 dst->d_flags = xfs_qm_export_qtype_flags(dqp->q_core.d_flags);
849 dst->d_id = be32_to_cpu(dqp->q_core.d_id);
Christoph Hellwig1149d962005-11-02 15:01:12 +1100850 dst->d_blk_hardlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000851 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit));
Christoph Hellwig1149d962005-11-02 15:01:12 +1100852 dst->d_blk_softlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000853 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit));
854 dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit);
855 dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit);
Christoph Hellwig89605012012-02-20 02:28:17 +0000856 dst->d_bcount = XFS_FSB_TO_BB(mp, dqp->q_res_bcount);
857 dst->d_icount = dqp->q_res_icount;
Christoph Hellwig18535a72012-02-20 02:28:16 +0000858 dst->d_btimer = be32_to_cpu(dqp->q_core.d_btimer);
859 dst->d_itimer = be32_to_cpu(dqp->q_core.d_itimer);
860 dst->d_iwarns = be16_to_cpu(dqp->q_core.d_iwarns);
861 dst->d_bwarns = be16_to_cpu(dqp->q_core.d_bwarns);
Christoph Hellwig1149d962005-11-02 15:01:12 +1100862 dst->d_rtb_hardlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000863 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit));
Christoph Hellwig1149d962005-11-02 15:01:12 +1100864 dst->d_rtb_softlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000865 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit));
Christoph Hellwig89605012012-02-20 02:28:17 +0000866 dst->d_rtbcount = XFS_FSB_TO_BB(mp, dqp->q_res_rtbcount);
Christoph Hellwig18535a72012-02-20 02:28:16 +0000867 dst->d_rtbtimer = be32_to_cpu(dqp->q_core.d_rtbtimer);
868 dst->d_rtbwarns = be16_to_cpu(dqp->q_core.d_rtbwarns);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
870 /*
871 * Internally, we don't reset all the timers when quota enforcement
Nathan Scottc41564b2006-03-29 08:55:14 +1000872 * gets turned off. No need to confuse the user level code,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 * so return zeroes in that case.
874 */
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500875 if ((!XFS_IS_UQUOTA_ENFORCED(mp) &&
876 dqp->q_core.d_flags == XFS_DQ_USER) ||
877 (!XFS_IS_GQUOTA_ENFORCED(mp) &&
878 dqp->q_core.d_flags == XFS_DQ_GROUP) ||
879 (!XFS_IS_PQUOTA_ENFORCED(mp) &&
880 dqp->q_core.d_flags == XFS_DQ_PROJ)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 dst->d_btimer = 0;
882 dst->d_itimer = 0;
883 dst->d_rtbtimer = 0;
884 }
885
886#ifdef DEBUG
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200887 if (((XFS_IS_UQUOTA_ENFORCED(mp) && dst->d_flags == FS_USER_QUOTA) ||
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500888 (XFS_IS_GQUOTA_ENFORCED(mp) && dst->d_flags == FS_GROUP_QUOTA) ||
889 (XFS_IS_PQUOTA_ENFORCED(mp) && dst->d_flags == FS_PROJ_QUOTA)) &&
Kouta Ooizumie6d29422007-05-08 13:49:33 +1000890 dst->d_id != 0) {
Brian Fosterf7555032012-12-21 10:45:17 -0500891 if ((dst->d_bcount > dst->d_blk_softlimit) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 (dst->d_blk_softlimit > 0)) {
893 ASSERT(dst->d_btimer != 0);
894 }
Brian Fosterf7555032012-12-21 10:45:17 -0500895 if ((dst->d_icount > dst->d_ino_softlimit) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 (dst->d_ino_softlimit > 0)) {
897 ASSERT(dst->d_itimer != 0);
898 }
899 }
900#endif
Christoph Hellwig18535a72012-02-20 02:28:16 +0000901out_put:
902 xfs_qm_dqput(dqp);
903 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904}
905
906STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907xfs_qm_export_qtype_flags(
908 uint flags)
909{
910 /*
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000911 * Can't be more than one, or none.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 */
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200913 ASSERT((flags & (FS_PROJ_QUOTA | FS_USER_QUOTA)) !=
914 (FS_PROJ_QUOTA | FS_USER_QUOTA));
915 ASSERT((flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)) !=
916 (FS_PROJ_QUOTA | FS_GROUP_QUOTA));
917 ASSERT((flags & (FS_USER_QUOTA | FS_GROUP_QUOTA)) !=
918 (FS_USER_QUOTA | FS_GROUP_QUOTA));
919 ASSERT((flags & (FS_PROJ_QUOTA|FS_USER_QUOTA|FS_GROUP_QUOTA)) != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920
921 return (flags & XFS_DQ_USER) ?
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200922 FS_USER_QUOTA : (flags & XFS_DQ_PROJ) ?
923 FS_PROJ_QUOTA : FS_GROUP_QUOTA;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924}
925
926STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927xfs_qm_export_flags(
928 uint flags)
929{
930 uint uflags;
931
932 uflags = 0;
933 if (flags & XFS_UQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200934 uflags |= FS_QUOTA_UDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935 if (flags & XFS_GQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200936 uflags |= FS_QUOTA_GDQ_ACCT;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500937 if (flags & XFS_PQUOTA_ACCT)
938 uflags |= FS_QUOTA_PDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939 if (flags & XFS_UQUOTA_ENFD)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200940 uflags |= FS_QUOTA_UDQ_ENFD;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500941 if (flags & XFS_GQUOTA_ENFD)
942 uflags |= FS_QUOTA_GDQ_ENFD;
943 if (flags & XFS_PQUOTA_ENFD)
944 uflags |= FS_QUOTA_PDQ_ENFD;
Eric Sandeend99831f2014-06-22 15:03:54 +1000945 return uflags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946}
947
948
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200949STATIC int
950xfs_dqrele_inode(
951 struct xfs_inode *ip,
Brian Fostera454f742012-11-06 09:50:39 -0500952 int flags,
953 void *args)
David Chinner5b4d89a2008-10-30 17:08:03 +1100954{
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200955 /* skip quota inodes */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000956 if (ip == ip->i_mount->m_quotainfo->qi_uquotaip ||
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500957 ip == ip->i_mount->m_quotainfo->qi_gquotaip ||
958 ip == ip->i_mount->m_quotainfo->qi_pquotaip) {
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200959 ASSERT(ip->i_udquot == NULL);
960 ASSERT(ip->i_gdquot == NULL);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500961 ASSERT(ip->i_pdquot == NULL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200962 return 0;
963 }
Dave Chinnercb4f0d12008-11-10 17:11:18 +1100964
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200965 xfs_ilock(ip, XFS_ILOCK_EXCL);
966 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) {
967 xfs_qm_dqrele(ip->i_udquot);
968 ip->i_udquot = NULL;
969 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500970 if ((flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) {
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200971 xfs_qm_dqrele(ip->i_gdquot);
972 ip->i_gdquot = NULL;
973 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500974 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) {
975 xfs_qm_dqrele(ip->i_pdquot);
976 ip->i_pdquot = NULL;
977 }
Christoph Hellwigf2d67612010-06-24 11:52:50 +1000978 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200979 return 0;
David Chinner5b4d89a2008-10-30 17:08:03 +1100980}
981
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200982
David Chinner5b4d89a2008-10-30 17:08:03 +1100983/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 * Go thru all the inodes in the file system, releasing their dquots.
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200985 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 * Note that the mount structure gets modified to indicate that quotas are off
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200987 * AFTER this, in the case of quotaoff.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 */
989void
990xfs_qm_dqrele_all_inodes(
991 struct xfs_mount *mp,
992 uint flags)
993{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 ASSERT(mp->m_quotainfo);
Brian Fostera454f742012-11-06 09:50:39 -0500995 xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996}