blob: 8d7e5f0688039c968d183131752dc52fa1b871d6 [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 Chinner70a9883c2013-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 Chinner4d11a402015-01-22 09:10:26 +110095 return xfs_qm_write_sb_changes(mp);
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 Chinner4d11a402015-01-22 09:10:26 +1100372 if ((error = xfs_qm_write_sb_changes(mp)))
Eric Sandeend99831f2014-06-22 15:03:54 +1000373 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 /*
375 * If we aren't trying to switch on quota enforcement, we are done.
376 */
377 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) !=
378 (mp->m_qflags & XFS_UQUOTA_ACCT)) ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000379 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) !=
380 (mp->m_qflags & XFS_PQUOTA_ACCT)) ||
381 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) !=
382 (mp->m_qflags & XFS_GQUOTA_ACCT)) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 (flags & XFS_ALL_QUOTA_ENFD) == 0)
Eric Sandeend99831f2014-06-22 15:03:54 +1000384 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385
386 if (! XFS_IS_QUOTA_RUNNING(mp))
Dave Chinner24513372014-06-25 14:58:08 +1000387 return -ESRCH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388
389 /*
390 * Switch on quota enforcement in core.
391 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000392 mutex_lock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000394 mutex_unlock(&mp->m_quotainfo->qi_quotaofflock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
Eric Sandeend99831f2014-06-22 15:03:54 +1000396 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397}
398
399
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400/*
401 * Return quota status information, such as uquota-off, enforcements, etc.
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500402 * for Q_XGETQSTAT command.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100404int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405xfs_qm_scall_getqstat(
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000406 struct xfs_mount *mp,
407 struct fs_quota_stat *out)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000409 struct xfs_quotainfo *q = mp->m_quotainfo;
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500410 struct xfs_inode *uip = NULL;
411 struct xfs_inode *gip = NULL;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500412 struct xfs_inode *pip = NULL;
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500413 bool tempuqip = false;
414 bool tempgqip = false;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500415 bool temppqip = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 memset(out, 0, sizeof(fs_quota_stat_t));
418
419 out->qs_version = FS_QSTAT_VERSION;
Eric Sandeen62118702008-03-06 13:44:28 +1100420 if (!xfs_sb_version_hasquota(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 out->qs_uquota.qfs_ino = NULLFSINO;
422 out->qs_gquota.qfs_ino = NULLFSINO;
Eric Sandeend99831f2014-06-22 15:03:54 +1000423 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags &
427 (XFS_ALL_QUOTA_ACCT|
428 XFS_ALL_QUOTA_ENFD));
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000429 if (q) {
430 uip = q->qi_uquotaip;
431 gip = q->qi_gquotaip;
Chandra Seetharamand892d582013-07-19 17:36:02 -0500432 pip = q->qi_pquotaip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 }
434 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
435 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000436 0, 0, &uip) == 0)
Thiago Farina667a9292012-11-12 21:32:59 -0200437 tempuqip = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 }
439 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
440 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
Dave Chinner7b6259e2010-06-24 11:35:17 +1000441 0, 0, &gip) == 0)
Thiago Farina667a9292012-11-12 21:32:59 -0200442 tempgqip = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500444 /*
445 * Q_XGETQSTAT doesn't have room for both group and project quotas.
446 * So, allow the project quota values to be copied out only if
447 * there is no group quota information available.
448 */
449 if (!gip) {
450 if (!pip && mp->m_sb.sb_pquotino != NULLFSINO) {
451 if (xfs_iget(mp, NULL, mp->m_sb.sb_pquotino,
452 0, 0, &pip) == 0)
453 temppqip = true;
454 }
455 } else
456 pip = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 if (uip) {
Chandra Seetharamand892d582013-07-19 17:36:02 -0500458 out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks;
460 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
461 if (tempuqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100462 IRELE(uip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500464
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 if (gip) {
Chandra Seetharamand892d582013-07-19 17:36:02 -0500466 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks;
468 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;
469 if (tempgqip)
Christoph Hellwig43355092008-03-27 18:01:08 +1100470 IRELE(gip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 }
Chandra Seetharamand892d582013-07-19 17:36:02 -0500472 if (pip) {
473 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
474 out->qs_gquota.qfs_nblks = pip->i_d.di_nblocks;
475 out->qs_gquota.qfs_nextents = pip->i_d.di_nextents;
476 if (temppqip)
477 IRELE(pip);
478 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000479 if (q) {
480 out->qs_incoredqs = q->qi_dquots;
481 out->qs_btimelimit = q->qi_btimelimit;
482 out->qs_itimelimit = q->qi_itimelimit;
483 out->qs_rtbtimelimit = q->qi_rtbtimelimit;
484 out->qs_bwarnlimit = q->qi_bwarnlimit;
485 out->qs_iwarnlimit = q->qi_iwarnlimit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 }
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000487 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488}
489
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500490/*
491 * Return quota status information, such as uquota-off, enforcements, etc.
492 * for Q_XGETQSTATV command, to support separate project quota field.
493 */
494int
495xfs_qm_scall_getqstatv(
496 struct xfs_mount *mp,
497 struct fs_quota_statv *out)
498{
499 struct xfs_quotainfo *q = mp->m_quotainfo;
500 struct xfs_inode *uip = NULL;
501 struct xfs_inode *gip = NULL;
502 struct xfs_inode *pip = NULL;
503 bool tempuqip = false;
504 bool tempgqip = false;
505 bool temppqip = false;
506
507 if (!xfs_sb_version_hasquota(&mp->m_sb)) {
508 out->qs_uquota.qfs_ino = NULLFSINO;
509 out->qs_gquota.qfs_ino = NULLFSINO;
510 out->qs_pquota.qfs_ino = NULLFSINO;
Eric Sandeend99831f2014-06-22 15:03:54 +1000511 return 0;
Chandra Seetharaman5d5e3d52013-08-06 17:27:08 -0500512 }
513
514 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags &
515 (XFS_ALL_QUOTA_ACCT|
516 XFS_ALL_QUOTA_ENFD));
517 out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino;
518 out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino;
519 out->qs_pquota.qfs_ino = mp->m_sb.sb_pquotino;
520
521 if (q) {
522 uip = q->qi_uquotaip;
523 gip = q->qi_gquotaip;
524 pip = q->qi_pquotaip;
525 }
526 if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) {
527 if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
528 0, 0, &uip) == 0)
529 tempuqip = true;
530 }
531 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) {
532 if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
533 0, 0, &gip) == 0)
534 tempgqip = true;
535 }
536 if (!pip && mp->m_sb.sb_pquotino != NULLFSINO) {
537 if (xfs_iget(mp, NULL, mp->m_sb.sb_pquotino,
538 0, 0, &pip) == 0)
539 temppqip = true;
540 }
541 if (uip) {
542 out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks;
543 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
544 if (tempuqip)
545 IRELE(uip);
546 }
547
548 if (gip) {
549 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks;
550 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;
551 if (tempgqip)
552 IRELE(gip);
553 }
554 if (pip) {
555 out->qs_pquota.qfs_nblks = pip->i_d.di_nblocks;
556 out->qs_pquota.qfs_nextents = pip->i_d.di_nextents;
557 if (temppqip)
558 IRELE(pip);
559 }
560 if (q) {
561 out->qs_incoredqs = q->qi_dquots;
562 out->qs_btimelimit = q->qi_btimelimit;
563 out->qs_itimelimit = q->qi_itimelimit;
564 out->qs_rtbtimelimit = q->qi_rtbtimelimit;
565 out->qs_bwarnlimit = q->qi_bwarnlimit;
566 out->qs_iwarnlimit = q->qi_iwarnlimit;
567 }
568 return 0;
569}
570
Christoph Hellwigc472b432010-05-06 17:05:17 -0400571#define XFS_DQ_MASK \
572 (FS_DQ_LIMIT_MASK | FS_DQ_TIMER_MASK | FS_DQ_WARNS_MASK)
573
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574/*
575 * Adjust quota limits, and start/stop timers accordingly.
576 */
Christoph Hellwigfcafb712009-02-09 08:47:34 +0100577int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578xfs_qm_scall_setqlim(
Brian Fosterb1366452013-03-18 10:51:46 -0400579 struct xfs_mount *mp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 xfs_dqid_t id,
581 uint type,
582 fs_disk_quota_t *newlim)
583{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000584 struct xfs_quotainfo *q = mp->m_quotainfo;
Brian Fosterb1366452013-03-18 10:51:46 -0400585 struct xfs_disk_dquot *ddq;
586 struct xfs_dquot *dqp;
587 struct xfs_trans *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 int error;
589 xfs_qcnt_t hard, soft;
590
Christoph Hellwigc472b432010-05-06 17:05:17 -0400591 if (newlim->d_fieldmask & ~XFS_DQ_MASK)
Dave Chinner24513372014-06-25 14:58:08 +1000592 return -EINVAL;
Christoph Hellwigc472b432010-05-06 17:05:17 -0400593 if ((newlim->d_fieldmask & XFS_DQ_MASK) == 0)
594 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595
Dave Chinnerf6481672013-05-21 18:02:00 +1000596 /*
597 * We don't want to race with a quotaoff so take the quotaoff lock.
598 * We don't hold an inode lock, so there's nothing else to stop
599 * a quotaoff from happening.
600 */
601 mutex_lock(&q->qi_quotaofflock);
602
603 /*
604 * Get the dquot (locked) before we start, as we need to do a
605 * transaction to allocate it if it doesn't exist. Once we have the
606 * dquot, unlock it so we can start the next transaction safely. We hold
607 * a reference to the dquot, so it's safe to do this unlock/lock without
608 * it being reclaimed in the mean time.
609 */
610 error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp);
611 if (error) {
Dave Chinner24513372014-06-25 14:58:08 +1000612 ASSERT(error != -ENOENT);
Dave Chinnerf6481672013-05-21 18:02:00 +1000613 goto out_unlock;
614 }
615 xfs_dqunlock(dqp);
616
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000618 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_setqlim, 0, 0);
Jeff Liuf0f2df92013-01-28 21:26:49 +0800619 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 xfs_trans_cancel(tp, 0);
Dave Chinnerf6481672013-05-21 18:02:00 +1000621 goto out_rele;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 }
623
Dave Chinnerf6481672013-05-21 18:02:00 +1000624 xfs_dqlock(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 xfs_trans_dqjoin(tp, dqp);
626 ddq = &dqp->q_core;
627
628 /*
629 * Make sure that hardlimits are >= soft limits before changing.
630 */
631 hard = (newlim->d_fieldmask & FS_DQ_BHARD) ?
632 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100633 be64_to_cpu(ddq->d_blk_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ?
635 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100636 be64_to_cpu(ddq->d_blk_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100638 ddq->d_blk_hardlimit = cpu_to_be64(hard);
639 ddq->d_blk_softlimit = cpu_to_be64(soft);
Brian Fosterb1366452013-03-18 10:51:46 -0400640 xfs_dquot_set_prealloc_limits(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000642 q->qi_bhardlimit = hard;
643 q->qi_bsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 }
645 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500646 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 }
648 hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ?
649 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100650 be64_to_cpu(ddq->d_rtb_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ?
652 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100653 be64_to_cpu(ddq->d_rtb_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100655 ddq->d_rtb_hardlimit = cpu_to_be64(hard);
656 ddq->d_rtb_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000658 q->qi_rtbhardlimit = hard;
659 q->qi_rtbsoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 }
661 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500662 xfs_debug(mp, "rtbhard %Ld < rtbsoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 }
664
665 hard = (newlim->d_fieldmask & FS_DQ_IHARD) ?
666 (xfs_qcnt_t) newlim->d_ino_hardlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100667 be64_to_cpu(ddq->d_ino_hardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 soft = (newlim->d_fieldmask & FS_DQ_ISOFT) ?
669 (xfs_qcnt_t) newlim->d_ino_softlimit :
Christoph Hellwig1149d962005-11-02 15:01:12 +1100670 be64_to_cpu(ddq->d_ino_softlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 if (hard == 0 || hard >= soft) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100672 ddq->d_ino_hardlimit = cpu_to_be64(hard);
673 ddq->d_ino_softlimit = cpu_to_be64(soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 if (id == 0) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000675 q->qi_ihardlimit = hard;
676 q->qi_isoftlimit = soft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 }
678 } else {
Eric Sandeen08e96e12013-10-11 20:59:05 -0500679 xfs_debug(mp, "ihard %Ld < isoft %Ld", hard, soft);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 }
681
Nathan Scott754002b2005-06-21 15:49:06 +1000682 /*
683 * Update warnings counter(s) if requested
684 */
685 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100686 ddq->d_bwarns = cpu_to_be16(newlim->d_bwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000687 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100688 ddq->d_iwarns = cpu_to_be16(newlim->d_iwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000689 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100690 ddq->d_rtbwarns = cpu_to_be16(newlim->d_rtbwarns);
Nathan Scott754002b2005-06-21 15:49:06 +1000691
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 if (id == 0) {
693 /*
694 * Timelimits for the super user set the relative time
695 * the other users can be over quota for this file system.
696 * If it is zero a default is used. Ditto for the default
Nathan Scott754002b2005-06-21 15:49:06 +1000697 * soft and hard limit values (already done, above), and
698 * for warnings.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 */
700 if (newlim->d_fieldmask & FS_DQ_BTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000701 q->qi_btimelimit = newlim->d_btimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100702 ddq->d_btimer = cpu_to_be32(newlim->d_btimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 }
704 if (newlim->d_fieldmask & FS_DQ_ITIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000705 q->qi_itimelimit = newlim->d_itimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100706 ddq->d_itimer = cpu_to_be32(newlim->d_itimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 }
708 if (newlim->d_fieldmask & FS_DQ_RTBTIMER) {
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000709 q->qi_rtbtimelimit = newlim->d_rtbtimer;
Christoph Hellwig1149d962005-11-02 15:01:12 +1100710 ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 }
Nathan Scott754002b2005-06-21 15:49:06 +1000712 if (newlim->d_fieldmask & FS_DQ_BWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000713 q->qi_bwarnlimit = newlim->d_bwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000714 if (newlim->d_fieldmask & FS_DQ_IWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000715 q->qi_iwarnlimit = newlim->d_iwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000716 if (newlim->d_fieldmask & FS_DQ_RTBWARNS)
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000717 q->qi_rtbwarnlimit = newlim->d_rtbwarns;
Nathan Scott754002b2005-06-21 15:49:06 +1000718 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 /*
720 * If the user is now over quota, start the timelimit.
721 * The user will not be 'warned'.
722 * Note that we keep the timers ticking, whether enforcement
723 * is on or off. We don't really want to bother with iterating
724 * over all ondisk dquots and turning the timers on/off.
725 */
726 xfs_qm_adjust_dqtimers(mp, ddq);
727 }
728 dqp->dq_flags |= XFS_DQ_DIRTY;
729 xfs_trans_log_dquot(tp, dqp);
730
David Chinnere5720ee2008-04-10 12:21:18 +1000731 error = xfs_trans_commit(tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Dave Chinnerf6481672013-05-21 18:02:00 +1000733out_rele:
734 xfs_qm_dqrele(dqp);
735out_unlock:
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000736 mutex_unlock(&q->qi_quotaofflock);
David Chinnere5720ee2008-04-10 12:21:18 +1000737 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738}
739
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740STATIC int
741xfs_qm_log_quotaoff_end(
742 xfs_mount_t *mp,
743 xfs_qoff_logitem_t *startqoff,
744 uint flags)
745{
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000746 xfs_trans_t *tp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 int error;
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000748 xfs_qoff_logitem_t *qoffi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749
750 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END);
751
Jie Liu3d3c8b52013-08-12 20:49:59 +1000752 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_equotaoff, 0, 0);
Jeff Liu762d7ba2013-01-28 21:27:21 +0800753 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 xfs_trans_cancel(tp, 0);
Eric Sandeend99831f2014-06-22 15:03:54 +1000755 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756 }
757
758 qoffi = xfs_trans_get_qoff_item(tp, startqoff,
759 flags & XFS_ALL_QUOTA_ACCT);
760 xfs_trans_log_quotaoff_item(tp, qoffi);
761
762 /*
763 * We have to make sure that the transaction is secure on disk before we
764 * return and actually stop quota accounting. So, make it synchronous.
765 * We don't care about quotoff's performance.
766 */
767 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000768 error = xfs_trans_commit(tp, 0);
Eric Sandeend99831f2014-06-22 15:03:54 +1000769 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770}
771
772
773STATIC int
774xfs_qm_log_quotaoff(
775 xfs_mount_t *mp,
776 xfs_qoff_logitem_t **qoffstartp,
777 uint flags)
778{
779 xfs_trans_t *tp;
780 int error;
Brian Foster5d45ee12014-11-28 14:00:53 +1100781 xfs_qoff_logitem_t *qoffi;
782
783 *qoffstartp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784
785 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF);
Jie Liu3d3c8b52013-08-12 20:49:59 +1000786 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_quotaoff, 0, 0);
Brian Foster5d45ee12014-11-28 14:00:53 +1100787 if (error) {
788 xfs_trans_cancel(tp, 0);
789 goto out;
790 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
792 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT);
793 xfs_trans_log_quotaoff_item(tp, qoffi);
794
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000795 spin_lock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL;
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000797 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
Dave Chinner4d11a402015-01-22 09:10:26 +1100799 xfs_mod_sb(tp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800
801 /*
802 * We have to make sure that the transaction is secure on disk before we
803 * return and actually stop quota accounting. So, make it synchronous.
804 * We don't care about quotoff's performance.
805 */
806 xfs_trans_set_sync(tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +1000807 error = xfs_trans_commit(tp, 0);
Brian Foster5d45ee12014-11-28 14:00:53 +1100808 if (error)
809 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 *qoffstartp = qoffi;
Brian Foster5d45ee12014-11-28 14:00:53 +1100812out:
Eric Sandeend99831f2014-06-22 15:03:54 +1000813 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814}
815
816
Christoph Hellwig18535a72012-02-20 02:28:16 +0000817int
818xfs_qm_scall_getquota(
819 struct xfs_mount *mp,
820 xfs_dqid_t id,
821 uint type,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822 struct fs_disk_quota *dst)
823{
Christoph Hellwig18535a72012-02-20 02:28:16 +0000824 struct xfs_dquot *dqp;
825 int error;
826
827 /*
828 * Try to get the dquot. We don't want it allocated on disk, so
829 * we aren't passing the XFS_QMOPT_DOALLOC flag. If it doesn't
830 * exist, we'll get ENOENT back.
831 */
832 error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp);
833 if (error)
834 return error;
835
836 /*
837 * If everything's NULL, this dquot doesn't quite exist as far as
838 * our utility programs are concerned.
839 */
840 if (XFS_IS_DQUOT_UNINITIALIZED(dqp)) {
Dave Chinner24513372014-06-25 14:58:08 +1000841 error = -ENOENT;
Christoph Hellwig18535a72012-02-20 02:28:16 +0000842 goto out_put;
843 }
844
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 memset(dst, 0, sizeof(*dst));
Christoph Hellwig18535a72012-02-20 02:28:16 +0000846 dst->d_version = FS_DQUOT_VERSION;
847 dst->d_flags = xfs_qm_export_qtype_flags(dqp->q_core.d_flags);
848 dst->d_id = be32_to_cpu(dqp->q_core.d_id);
Christoph Hellwig1149d962005-11-02 15:01:12 +1100849 dst->d_blk_hardlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000850 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit));
Christoph Hellwig1149d962005-11-02 15:01:12 +1100851 dst->d_blk_softlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000852 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit));
853 dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit);
854 dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit);
Christoph Hellwig89605012012-02-20 02:28:17 +0000855 dst->d_bcount = XFS_FSB_TO_BB(mp, dqp->q_res_bcount);
856 dst->d_icount = dqp->q_res_icount;
Christoph Hellwig18535a72012-02-20 02:28:16 +0000857 dst->d_btimer = be32_to_cpu(dqp->q_core.d_btimer);
858 dst->d_itimer = be32_to_cpu(dqp->q_core.d_itimer);
859 dst->d_iwarns = be16_to_cpu(dqp->q_core.d_iwarns);
860 dst->d_bwarns = be16_to_cpu(dqp->q_core.d_bwarns);
Christoph Hellwig1149d962005-11-02 15:01:12 +1100861 dst->d_rtb_hardlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000862 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit));
Christoph Hellwig1149d962005-11-02 15:01:12 +1100863 dst->d_rtb_softlimit =
Christoph Hellwig18535a72012-02-20 02:28:16 +0000864 XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit));
Christoph Hellwig89605012012-02-20 02:28:17 +0000865 dst->d_rtbcount = XFS_FSB_TO_BB(mp, dqp->q_res_rtbcount);
Christoph Hellwig18535a72012-02-20 02:28:16 +0000866 dst->d_rtbtimer = be32_to_cpu(dqp->q_core.d_rtbtimer);
867 dst->d_rtbwarns = be16_to_cpu(dqp->q_core.d_rtbwarns);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
869 /*
870 * Internally, we don't reset all the timers when quota enforcement
Nathan Scottc41564b2006-03-29 08:55:14 +1000871 * gets turned off. No need to confuse the user level code,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 * so return zeroes in that case.
873 */
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500874 if ((!XFS_IS_UQUOTA_ENFORCED(mp) &&
875 dqp->q_core.d_flags == XFS_DQ_USER) ||
876 (!XFS_IS_GQUOTA_ENFORCED(mp) &&
877 dqp->q_core.d_flags == XFS_DQ_GROUP) ||
878 (!XFS_IS_PQUOTA_ENFORCED(mp) &&
879 dqp->q_core.d_flags == XFS_DQ_PROJ)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 dst->d_btimer = 0;
881 dst->d_itimer = 0;
882 dst->d_rtbtimer = 0;
883 }
884
885#ifdef DEBUG
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200886 if (((XFS_IS_UQUOTA_ENFORCED(mp) && dst->d_flags == FS_USER_QUOTA) ||
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500887 (XFS_IS_GQUOTA_ENFORCED(mp) && dst->d_flags == FS_GROUP_QUOTA) ||
888 (XFS_IS_PQUOTA_ENFORCED(mp) && dst->d_flags == FS_PROJ_QUOTA)) &&
Kouta Ooizumie6d29422007-05-08 13:49:33 +1000889 dst->d_id != 0) {
Brian Fosterf7555032012-12-21 10:45:17 -0500890 if ((dst->d_bcount > dst->d_blk_softlimit) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 (dst->d_blk_softlimit > 0)) {
892 ASSERT(dst->d_btimer != 0);
893 }
Brian Fosterf7555032012-12-21 10:45:17 -0500894 if ((dst->d_icount > dst->d_ino_softlimit) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 (dst->d_ino_softlimit > 0)) {
896 ASSERT(dst->d_itimer != 0);
897 }
898 }
899#endif
Christoph Hellwig18535a72012-02-20 02:28:16 +0000900out_put:
901 xfs_qm_dqput(dqp);
902 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903}
904
905STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906xfs_qm_export_qtype_flags(
907 uint flags)
908{
909 /*
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000910 * Can't be more than one, or none.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 */
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200912 ASSERT((flags & (FS_PROJ_QUOTA | FS_USER_QUOTA)) !=
913 (FS_PROJ_QUOTA | FS_USER_QUOTA));
914 ASSERT((flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)) !=
915 (FS_PROJ_QUOTA | FS_GROUP_QUOTA));
916 ASSERT((flags & (FS_USER_QUOTA | FS_GROUP_QUOTA)) !=
917 (FS_USER_QUOTA | FS_GROUP_QUOTA));
918 ASSERT((flags & (FS_PROJ_QUOTA|FS_USER_QUOTA|FS_GROUP_QUOTA)) != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919
920 return (flags & XFS_DQ_USER) ?
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200921 FS_USER_QUOTA : (flags & XFS_DQ_PROJ) ?
922 FS_PROJ_QUOTA : FS_GROUP_QUOTA;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923}
924
925STATIC uint
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926xfs_qm_export_flags(
927 uint flags)
928{
929 uint uflags;
930
931 uflags = 0;
932 if (flags & XFS_UQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200933 uflags |= FS_QUOTA_UDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 if (flags & XFS_GQUOTA_ACCT)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200935 uflags |= FS_QUOTA_GDQ_ACCT;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500936 if (flags & XFS_PQUOTA_ACCT)
937 uflags |= FS_QUOTA_PDQ_ACCT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 if (flags & XFS_UQUOTA_ENFD)
Christoph Hellwigade7ce32010-06-04 10:56:01 +0200939 uflags |= FS_QUOTA_UDQ_ENFD;
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500940 if (flags & XFS_GQUOTA_ENFD)
941 uflags |= FS_QUOTA_GDQ_ENFD;
942 if (flags & XFS_PQUOTA_ENFD)
943 uflags |= FS_QUOTA_PDQ_ENFD;
Eric Sandeend99831f2014-06-22 15:03:54 +1000944 return uflags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945}
946
947
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200948STATIC int
949xfs_dqrele_inode(
950 struct xfs_inode *ip,
Brian Fostera454f742012-11-06 09:50:39 -0500951 int flags,
952 void *args)
David Chinner5b4d89a2008-10-30 17:08:03 +1100953{
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200954 /* skip quota inodes */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000955 if (ip == ip->i_mount->m_quotainfo->qi_uquotaip ||
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500956 ip == ip->i_mount->m_quotainfo->qi_gquotaip ||
957 ip == ip->i_mount->m_quotainfo->qi_pquotaip) {
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200958 ASSERT(ip->i_udquot == NULL);
959 ASSERT(ip->i_gdquot == NULL);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500960 ASSERT(ip->i_pdquot == NULL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200961 return 0;
962 }
Dave Chinnercb4f0d12008-11-10 17:11:18 +1100963
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200964 xfs_ilock(ip, XFS_ILOCK_EXCL);
965 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) {
966 xfs_qm_dqrele(ip->i_udquot);
967 ip->i_udquot = NULL;
968 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500969 if ((flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) {
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200970 xfs_qm_dqrele(ip->i_gdquot);
971 ip->i_gdquot = NULL;
972 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500973 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) {
974 xfs_qm_dqrele(ip->i_pdquot);
975 ip->i_pdquot = NULL;
976 }
Christoph Hellwigf2d67612010-06-24 11:52:50 +1000977 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200978 return 0;
David Chinner5b4d89a2008-10-30 17:08:03 +1100979}
980
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200981
David Chinner5b4d89a2008-10-30 17:08:03 +1100982/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983 * Go thru all the inodes in the file system, releasing their dquots.
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200984 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 * Note that the mount structure gets modified to indicate that quotas are off
Christoph Hellwigfe588ed2009-06-08 15:35:27 +0200986 * AFTER this, in the case of quotaoff.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 */
988void
989xfs_qm_dqrele_all_inodes(
990 struct xfs_mount *mp,
991 uint flags)
992{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 ASSERT(mp->m_quotainfo);
Brian Fostera454f742012-11-06 09:50:39 -0500994 xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995}