Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Nathan Scott | 4ce3121 | 2005-11-02 14:59:41 +1100 | [diff] [blame] | 2 | * Copyright (c) 2000-2005 Silicon Graphics, Inc. |
| 3 | * All Rights Reserved. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Nathan Scott | 4ce3121 | 2005-11-02 14:59:41 +1100 | [diff] [blame] | 5 | * 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * published by the Free Software Foundation. |
| 8 | * |
Nathan Scott | 4ce3121 | 2005-11-02 14:59:41 +1100 | [diff] [blame] | 9 | * 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | * |
Nathan Scott | 4ce3121 | 2005-11-02 14:59:41 +1100 | [diff] [blame] | 14 | * 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | */ |
Randy Dunlap | 16f7e0f | 2006-01-11 12:17:46 -0800 | [diff] [blame] | 18 | |
| 19 | #include <linux/capability.h> |
| 20 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include "xfs.h" |
| 22 | #include "xfs_fs.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 23 | #include "xfs_bit.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | #include "xfs_log.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 25 | #include "xfs_inum.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include "xfs_trans.h" |
| 27 | #include "xfs_sb.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 28 | #include "xfs_ag.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | #include "xfs_alloc.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | #include "xfs_quota.h" |
| 31 | #include "xfs_mount.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include "xfs_bmap_btree.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | #include "xfs_inode.h" |
Christoph Hellwig | 673e8e5 | 2011-12-18 20:00:04 +0000 | [diff] [blame] | 34 | #include "xfs_inode_item.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 35 | #include "xfs_itable.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | #include "xfs_bmap.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | #include "xfs_rtalloc.h" |
| 38 | #include "xfs_error.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include "xfs_attr.h" |
| 40 | #include "xfs_buf_item.h" |
| 41 | #include "xfs_utils.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | #include "xfs_qm.h" |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 43 | #include "xfs_trace.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | STATIC int xfs_qm_log_quotaoff(xfs_mount_t *, xfs_qoff_logitem_t **, uint); |
| 46 | STATIC int xfs_qm_log_quotaoff_end(xfs_mount_t *, xfs_qoff_logitem_t *, |
| 47 | uint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | STATIC uint xfs_qm_export_flags(uint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | STATIC uint xfs_qm_export_qtype_flags(uint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
| 51 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | * Turn off quota accounting and/or enforcement for all udquots and/or |
| 53 | * gdquots. Called only at unmount time. |
| 54 | * |
| 55 | * This assumes that there are no dquots of this file system cached |
| 56 | * incore, and modifies the ondisk dquot directly. Therefore, for example, |
| 57 | * it is an error to call this twice, without purging the cache. |
| 58 | */ |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 59 | int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | xfs_qm_scall_quotaoff( |
| 61 | xfs_mount_t *mp, |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 62 | uint flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 64 | struct xfs_quotainfo *q = mp->m_quotainfo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | uint dqtype; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | int error; |
| 67 | uint inactivate_flags; |
| 68 | xfs_qoff_logitem_t *qoffstart; |
| 69 | int nculprits; |
| 70 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | /* |
| 72 | * No file system can have quotas enabled on disk but not in core. |
| 73 | * Note that quota utilities (like quotaoff) _expect_ |
| 74 | * errno == EEXIST here. |
| 75 | */ |
| 76 | if ((mp->m_qflags & flags) == 0) |
| 77 | return XFS_ERROR(EEXIST); |
| 78 | error = 0; |
| 79 | |
| 80 | flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); |
| 81 | |
| 82 | /* |
| 83 | * We don't want to deal with two quotaoffs messing up each other, |
| 84 | * so we're going to serialize it. quotaoff isn't exactly a performance |
| 85 | * critical thing. |
| 86 | * If quotaoff, then we must be dealing with the root filesystem. |
| 87 | */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 88 | ASSERT(q); |
| 89 | mutex_lock(&q->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | |
| 91 | /* |
| 92 | * If we're just turning off quota enforcement, change mp and go. |
| 93 | */ |
| 94 | if ((flags & XFS_ALL_QUOTA_ACCT) == 0) { |
| 95 | mp->m_qflags &= ~(flags); |
| 96 | |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 97 | spin_lock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | mp->m_sb.sb_qflags = mp->m_qflags; |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 99 | spin_unlock(&mp->m_sb_lock); |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 100 | mutex_unlock(&q->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | |
| 102 | /* XXX what to do if error ? Revert back to old vals incore ? */ |
| 103 | error = xfs_qm_write_sb_changes(mp, XFS_SB_QFLAGS); |
| 104 | return (error); |
| 105 | } |
| 106 | |
| 107 | dqtype = 0; |
| 108 | inactivate_flags = 0; |
| 109 | /* |
| 110 | * If accounting is off, we must turn enforcement off, clear the |
| 111 | * quota 'CHKD' certificate to make it known that we have to |
| 112 | * do a quotacheck the next time this quota is turned on. |
| 113 | */ |
| 114 | if (flags & XFS_UQUOTA_ACCT) { |
| 115 | dqtype |= XFS_QMOPT_UQUOTA; |
| 116 | flags |= (XFS_UQUOTA_CHKD | XFS_UQUOTA_ENFD); |
| 117 | inactivate_flags |= XFS_UQUOTA_ACTIVE; |
| 118 | } |
| 119 | if (flags & XFS_GQUOTA_ACCT) { |
| 120 | dqtype |= XFS_QMOPT_GQUOTA; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 121 | flags |= (XFS_OQUOTA_CHKD | XFS_OQUOTA_ENFD); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | inactivate_flags |= XFS_GQUOTA_ACTIVE; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 123 | } else if (flags & XFS_PQUOTA_ACCT) { |
| 124 | dqtype |= XFS_QMOPT_PQUOTA; |
| 125 | flags |= (XFS_OQUOTA_CHKD | XFS_OQUOTA_ENFD); |
| 126 | inactivate_flags |= XFS_PQUOTA_ACTIVE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | } |
| 128 | |
| 129 | /* |
| 130 | * Nothing to do? Don't complain. This happens when we're just |
| 131 | * turning off quota enforcement. |
| 132 | */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 133 | if ((mp->m_qflags & flags) == 0) |
| 134 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | |
| 136 | /* |
| 137 | * Write the LI_QUOTAOFF log record, and do SB changes atomically, |
David Chinner | cb6edc2 | 2008-04-10 12:20:45 +1000 | [diff] [blame] | 138 | * and synchronously. If we fail to write, we should abort the |
| 139 | * operation as it cannot be recovered safely if we crash. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | */ |
David Chinner | cb6edc2 | 2008-04-10 12:20:45 +1000 | [diff] [blame] | 141 | error = xfs_qm_log_quotaoff(mp, &qoffstart, flags); |
| 142 | if (error) |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 143 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | |
| 145 | /* |
| 146 | * Next we clear the XFS_MOUNT_*DQ_ACTIVE bit(s) in the mount struct |
| 147 | * to take care of the race between dqget and quotaoff. We don't take |
| 148 | * any special locks to reset these bits. All processes need to check |
| 149 | * these bits *after* taking inode lock(s) to see if the particular |
| 150 | * quota type is in the process of being turned off. If *ACTIVE, it is |
| 151 | * guaranteed that all dquot structures and all quotainode ptrs will all |
| 152 | * stay valid as long as that inode is kept locked. |
| 153 | * |
| 154 | * There is no turning back after this. |
| 155 | */ |
| 156 | mp->m_qflags &= ~inactivate_flags; |
| 157 | |
| 158 | /* |
| 159 | * Give back all the dquot reference(s) held by inodes. |
| 160 | * Here we go thru every single incore inode in this file system, and |
| 161 | * do a dqrele on the i_udquot/i_gdquot that it may have. |
| 162 | * Essentially, as long as somebody has an inode locked, this guarantees |
| 163 | * that quotas will not be turned off. This is handy because in a |
| 164 | * transaction once we lock the inode(s) and check for quotaon, we can |
| 165 | * depend on the quota inodes (and other things) being valid as long as |
| 166 | * we keep the lock(s). |
| 167 | */ |
| 168 | xfs_qm_dqrele_all_inodes(mp, flags); |
| 169 | |
| 170 | /* |
| 171 | * Next we make the changes in the quota flag in the mount struct. |
| 172 | * This isn't protected by a particular lock directly, because we |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 173 | * don't want to take a mrlock every time we depend on quotas being on. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | */ |
| 175 | mp->m_qflags &= ~(flags); |
| 176 | |
| 177 | /* |
| 178 | * Go through all the dquots of this file system and purge them, |
| 179 | * according to what was turned off. We may not be able to get rid |
| 180 | * of all dquots, because dquots can have temporary references that |
| 181 | * are not attached to inodes. eg. xfs_setattr, xfs_create. |
| 182 | * So, if we couldn't purge all the dquots from the filesystem, |
| 183 | * we can't get rid of the incore data structures. |
| 184 | */ |
Christoph Hellwig | 8112e9d | 2010-04-20 17:02:29 +1000 | [diff] [blame] | 185 | while ((nculprits = xfs_qm_dqpurge_all(mp, dqtype))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | delay(10 * nculprits); |
| 187 | |
| 188 | /* |
| 189 | * Transactions that had started before ACTIVE state bit was cleared |
| 190 | * could have logged many dquots, so they'd have higher LSNs than |
| 191 | * the first QUOTAOFF log record does. If we happen to crash when |
| 192 | * the tail of the log has gone past the QUOTAOFF record, but |
| 193 | * before the last dquot modification, those dquots __will__ |
| 194 | * recover, and that's not good. |
| 195 | * |
| 196 | * So, we have QUOTAOFF start and end logitems; the start |
| 197 | * logitem won't get overwritten until the end logitem appears... |
| 198 | */ |
David Chinner | cb6edc2 | 2008-04-10 12:20:45 +1000 | [diff] [blame] | 199 | error = xfs_qm_log_quotaoff_end(mp, qoffstart, flags); |
| 200 | if (error) { |
| 201 | /* We're screwed now. Shutdown is the only option. */ |
| 202 | xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE); |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 203 | goto out_unlock; |
David Chinner | cb6edc2 | 2008-04-10 12:20:45 +1000 | [diff] [blame] | 204 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | |
| 206 | /* |
| 207 | * If quotas is completely disabled, close shop. |
| 208 | */ |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 209 | if (((flags & XFS_MOUNT_QUOTA_ALL) == XFS_MOUNT_QUOTA_SET1) || |
| 210 | ((flags & XFS_MOUNT_QUOTA_ALL) == XFS_MOUNT_QUOTA_SET2)) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 211 | mutex_unlock(&q->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | xfs_qm_destroy_quotainfo(mp); |
| 213 | return (0); |
| 214 | } |
| 215 | |
| 216 | /* |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 217 | * Release our quotainode references if we don't need them anymore. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 219 | if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) { |
| 220 | IRELE(q->qi_uquotaip); |
| 221 | q->qi_uquotaip = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | } |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 223 | if ((dqtype & (XFS_QMOPT_GQUOTA|XFS_QMOPT_PQUOTA)) && q->qi_gquotaip) { |
| 224 | IRELE(q->qi_gquotaip); |
| 225 | q->qi_gquotaip = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 228 | out_unlock: |
| 229 | mutex_unlock(&q->qi_quotaofflock); |
| 230 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | } |
| 232 | |
Christoph Hellwig | 5d18898 | 2010-07-20 17:51:31 +1000 | [diff] [blame] | 233 | STATIC int |
| 234 | xfs_qm_scall_trunc_qfile( |
| 235 | struct xfs_mount *mp, |
| 236 | xfs_ino_t ino) |
| 237 | { |
| 238 | struct xfs_inode *ip; |
| 239 | struct xfs_trans *tp; |
| 240 | int error; |
| 241 | |
| 242 | if (ino == NULLFSINO) |
| 243 | return 0; |
| 244 | |
| 245 | error = xfs_iget(mp, NULL, ino, 0, 0, &ip); |
| 246 | if (error) |
| 247 | return error; |
| 248 | |
| 249 | xfs_ilock(ip, XFS_IOLOCK_EXCL); |
| 250 | |
| 251 | tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); |
| 252 | error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, |
| 253 | XFS_TRANS_PERM_LOG_RES, |
| 254 | XFS_ITRUNCATE_LOG_COUNT); |
| 255 | if (error) { |
| 256 | xfs_trans_cancel(tp, 0); |
| 257 | xfs_iunlock(ip, XFS_IOLOCK_EXCL); |
| 258 | goto out_put; |
| 259 | } |
| 260 | |
| 261 | xfs_ilock(ip, XFS_ILOCK_EXCL); |
Christoph Hellwig | ddc3415 | 2011-09-19 15:00:54 +0000 | [diff] [blame] | 262 | xfs_trans_ijoin(tp, ip, 0); |
Christoph Hellwig | 5d18898 | 2010-07-20 17:51:31 +1000 | [diff] [blame] | 263 | |
Christoph Hellwig | 673e8e5 | 2011-12-18 20:00:04 +0000 | [diff] [blame] | 264 | ip->i_d.di_size = 0; |
Christoph Hellwig | 673e8e5 | 2011-12-18 20:00:04 +0000 | [diff] [blame] | 265 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
| 266 | |
| 267 | error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0); |
Christoph Hellwig | 5d18898 | 2010-07-20 17:51:31 +1000 | [diff] [blame] | 268 | if (error) { |
| 269 | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | |
| 270 | XFS_TRANS_ABORT); |
| 271 | goto out_unlock; |
| 272 | } |
| 273 | |
Christoph Hellwig | 673e8e5 | 2011-12-18 20:00:04 +0000 | [diff] [blame] | 274 | ASSERT(ip->i_d.di_nextents == 0); |
| 275 | |
Dave Chinner | dcd79a1 | 2010-09-28 12:27:25 +1000 | [diff] [blame] | 276 | xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); |
Christoph Hellwig | 5d18898 | 2010-07-20 17:51:31 +1000 | [diff] [blame] | 277 | error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); |
| 278 | |
| 279 | out_unlock: |
| 280 | xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); |
| 281 | out_put: |
| 282 | IRELE(ip); |
| 283 | return error; |
| 284 | } |
| 285 | |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 286 | int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | xfs_qm_scall_trunc_qfiles( |
| 288 | xfs_mount_t *mp, |
| 289 | uint flags) |
| 290 | { |
David Chinner | 88ab020 | 2008-04-10 12:20:51 +1000 | [diff] [blame] | 291 | int error = 0, error2 = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | |
Eric Sandeen | 6211870 | 2008-03-06 13:44:28 +1100 | [diff] [blame] | 293 | if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0) { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 294 | xfs_debug(mp, "%s: flags=%x m_qflags=%x\n", |
| 295 | __func__, flags, mp->m_qflags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | return XFS_ERROR(EINVAL); |
| 297 | } |
| 298 | |
Christoph Hellwig | 5d18898 | 2010-07-20 17:51:31 +1000 | [diff] [blame] | 299 | if (flags & XFS_DQ_USER) |
| 300 | error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_uquotino); |
| 301 | if (flags & (XFS_DQ_GROUP|XFS_DQ_PROJ)) |
| 302 | error2 = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 303 | |
David Chinner | 88ab020 | 2008-04-10 12:20:51 +1000 | [diff] [blame] | 304 | return error ? error : error2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | } |
| 306 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | /* |
| 308 | * Switch on (a given) quota enforcement for a filesystem. This takes |
| 309 | * effect immediately. |
| 310 | * (Switching on quota accounting must be done at mount time.) |
| 311 | */ |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 312 | int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | xfs_qm_scall_quotaon( |
| 314 | xfs_mount_t *mp, |
| 315 | uint flags) |
| 316 | { |
| 317 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | uint qf; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | __int64_t sbflags; |
| 320 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); |
| 322 | /* |
| 323 | * Switching on quota accounting must be done at mount time. |
| 324 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | flags &= ~(XFS_ALL_QUOTA_ACCT); |
| 326 | |
| 327 | sbflags = 0; |
| 328 | |
| 329 | if (flags == 0) { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 330 | xfs_debug(mp, "%s: zero flags, m_qflags=%x\n", |
| 331 | __func__, mp->m_qflags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 332 | return XFS_ERROR(EINVAL); |
| 333 | } |
| 334 | |
| 335 | /* No fs can turn on quotas with a delayed effect */ |
| 336 | ASSERT((flags & XFS_ALL_QUOTA_ACCT) == 0); |
| 337 | |
| 338 | /* |
| 339 | * Can't enforce without accounting. We check the superblock |
| 340 | * qflags here instead of m_qflags because rootfs can have |
| 341 | * quota acct on ondisk without m_qflags' knowing. |
| 342 | */ |
| 343 | if (((flags & XFS_UQUOTA_ACCT) == 0 && |
| 344 | (mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && |
| 345 | (flags & XFS_UQUOTA_ENFD)) |
| 346 | || |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 347 | ((flags & XFS_PQUOTA_ACCT) == 0 && |
| 348 | (mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 && |
Donald Douwsma | 424ea91 | 2007-05-08 13:49:15 +1000 | [diff] [blame] | 349 | (flags & XFS_GQUOTA_ACCT) == 0 && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | (mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 && |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 351 | (flags & XFS_OQUOTA_ENFD))) { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 352 | xfs_debug(mp, |
| 353 | "%s: Can't enforce without acct, flags=%x sbflags=%x\n", |
| 354 | __func__, flags, mp->m_sb.sb_qflags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | return XFS_ERROR(EINVAL); |
| 356 | } |
| 357 | /* |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 358 | * If everything's up to-date incore, then don't waste time. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | */ |
| 360 | if ((mp->m_qflags & flags) == flags) |
| 361 | return XFS_ERROR(EEXIST); |
| 362 | |
| 363 | /* |
| 364 | * Change sb_qflags on disk but not incore mp->qflags |
| 365 | * if this is the root filesystem. |
| 366 | */ |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 367 | spin_lock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | qf = mp->m_sb.sb_qflags; |
| 369 | mp->m_sb.sb_qflags = qf | flags; |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 370 | spin_unlock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | |
| 372 | /* |
| 373 | * There's nothing to change if it's the same. |
| 374 | */ |
| 375 | if ((qf & flags) == flags && sbflags == 0) |
| 376 | return XFS_ERROR(EEXIST); |
| 377 | sbflags |= XFS_SB_QFLAGS; |
| 378 | |
| 379 | if ((error = xfs_qm_write_sb_changes(mp, sbflags))) |
| 380 | return (error); |
| 381 | /* |
| 382 | * If we aren't trying to switch on quota enforcement, we are done. |
| 383 | */ |
| 384 | if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != |
| 385 | (mp->m_qflags & XFS_UQUOTA_ACCT)) || |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 386 | ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) != |
| 387 | (mp->m_qflags & XFS_PQUOTA_ACCT)) || |
| 388 | ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) != |
| 389 | (mp->m_qflags & XFS_GQUOTA_ACCT)) || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | (flags & XFS_ALL_QUOTA_ENFD) == 0) |
| 391 | return (0); |
| 392 | |
| 393 | if (! XFS_IS_QUOTA_RUNNING(mp)) |
| 394 | return XFS_ERROR(ESRCH); |
| 395 | |
| 396 | /* |
| 397 | * Switch on quota enforcement in core. |
| 398 | */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 399 | mutex_lock(&mp->m_quotainfo->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 400 | mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD); |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 401 | mutex_unlock(&mp->m_quotainfo->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | |
| 403 | return (0); |
| 404 | } |
| 405 | |
| 406 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | /* |
| 408 | * Return quota status information, such as uquota-off, enforcements, etc. |
| 409 | */ |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 410 | int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | xfs_qm_scall_getqstat( |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 412 | struct xfs_mount *mp, |
| 413 | struct fs_quota_stat *out) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 414 | { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 415 | struct xfs_quotainfo *q = mp->m_quotainfo; |
| 416 | struct xfs_inode *uip, *gip; |
| 417 | boolean_t tempuqip, tempgqip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | |
| 419 | uip = gip = NULL; |
| 420 | tempuqip = tempgqip = B_FALSE; |
| 421 | memset(out, 0, sizeof(fs_quota_stat_t)); |
| 422 | |
| 423 | out->qs_version = FS_QSTAT_VERSION; |
Eric Sandeen | 6211870 | 2008-03-06 13:44:28 +1100 | [diff] [blame] | 424 | if (!xfs_sb_version_hasquota(&mp->m_sb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | out->qs_uquota.qfs_ino = NULLFSINO; |
| 426 | out->qs_gquota.qfs_ino = NULLFSINO; |
| 427 | return (0); |
| 428 | } |
| 429 | out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags & |
| 430 | (XFS_ALL_QUOTA_ACCT| |
| 431 | XFS_ALL_QUOTA_ENFD)); |
| 432 | out->qs_pad = 0; |
| 433 | out->qs_uquota.qfs_ino = mp->m_sb.sb_uquotino; |
| 434 | out->qs_gquota.qfs_ino = mp->m_sb.sb_gquotino; |
| 435 | |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 436 | if (q) { |
| 437 | uip = q->qi_uquotaip; |
| 438 | gip = q->qi_gquotaip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | } |
| 440 | if (!uip && mp->m_sb.sb_uquotino != NULLFSINO) { |
| 441 | if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, |
Dave Chinner | 7b6259e | 2010-06-24 11:35:17 +1000 | [diff] [blame] | 442 | 0, 0, &uip) == 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | tempuqip = B_TRUE; |
| 444 | } |
| 445 | if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) { |
| 446 | if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, |
Dave Chinner | 7b6259e | 2010-06-24 11:35:17 +1000 | [diff] [blame] | 447 | 0, 0, &gip) == 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | tempgqip = B_TRUE; |
| 449 | } |
| 450 | if (uip) { |
| 451 | out->qs_uquota.qfs_nblks = uip->i_d.di_nblocks; |
| 452 | out->qs_uquota.qfs_nextents = uip->i_d.di_nextents; |
| 453 | if (tempuqip) |
Christoph Hellwig | 4335509 | 2008-03-27 18:01:08 +1100 | [diff] [blame] | 454 | IRELE(uip); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | } |
| 456 | if (gip) { |
| 457 | out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks; |
| 458 | out->qs_gquota.qfs_nextents = gip->i_d.di_nextents; |
| 459 | if (tempgqip) |
Christoph Hellwig | 4335509 | 2008-03-27 18:01:08 +1100 | [diff] [blame] | 460 | IRELE(gip); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | } |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 462 | if (q) { |
| 463 | out->qs_incoredqs = q->qi_dquots; |
| 464 | out->qs_btimelimit = q->qi_btimelimit; |
| 465 | out->qs_itimelimit = q->qi_itimelimit; |
| 466 | out->qs_rtbtimelimit = q->qi_rtbtimelimit; |
| 467 | out->qs_bwarnlimit = q->qi_bwarnlimit; |
| 468 | out->qs_iwarnlimit = q->qi_iwarnlimit; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | } |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 470 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | } |
| 472 | |
Christoph Hellwig | c472b43 | 2010-05-06 17:05:17 -0400 | [diff] [blame] | 473 | #define XFS_DQ_MASK \ |
| 474 | (FS_DQ_LIMIT_MASK | FS_DQ_TIMER_MASK | FS_DQ_WARNS_MASK) |
| 475 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 476 | /* |
| 477 | * Adjust quota limits, and start/stop timers accordingly. |
| 478 | */ |
Christoph Hellwig | fcafb71 | 2009-02-09 08:47:34 +0100 | [diff] [blame] | 479 | int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | xfs_qm_scall_setqlim( |
| 481 | xfs_mount_t *mp, |
| 482 | xfs_dqid_t id, |
| 483 | uint type, |
| 484 | fs_disk_quota_t *newlim) |
| 485 | { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 486 | struct xfs_quotainfo *q = mp->m_quotainfo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 487 | xfs_disk_dquot_t *ddq; |
| 488 | xfs_dquot_t *dqp; |
| 489 | xfs_trans_t *tp; |
| 490 | int error; |
| 491 | xfs_qcnt_t hard, soft; |
| 492 | |
Christoph Hellwig | c472b43 | 2010-05-06 17:05:17 -0400 | [diff] [blame] | 493 | if (newlim->d_fieldmask & ~XFS_DQ_MASK) |
| 494 | return EINVAL; |
| 495 | if ((newlim->d_fieldmask & XFS_DQ_MASK) == 0) |
| 496 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 497 | |
| 498 | tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM); |
| 499 | if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128, |
| 500 | 0, 0, XFS_DEFAULT_LOG_COUNT))) { |
| 501 | xfs_trans_cancel(tp, 0); |
| 502 | return (error); |
| 503 | } |
| 504 | |
| 505 | /* |
| 506 | * We don't want to race with a quotaoff so take the quotaoff lock. |
| 507 | * (We don't hold an inode lock, so there's nothing else to stop |
| 508 | * a quotaoff from happening). (XXXThis doesn't currently happen |
| 509 | * because we take the vfslock before calling xfs_qm_sysent). |
| 510 | */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 511 | mutex_lock(&q->qi_quotaofflock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 512 | |
| 513 | /* |
| 514 | * Get the dquot (locked), and join it to the transaction. |
| 515 | * Allocate the dquot if this doesn't exist. |
| 516 | */ |
| 517 | if ((error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp))) { |
| 518 | xfs_trans_cancel(tp, XFS_TRANS_ABORT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 519 | ASSERT(error != ENOENT); |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 520 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | xfs_trans_dqjoin(tp, dqp); |
| 523 | ddq = &dqp->q_core; |
| 524 | |
| 525 | /* |
| 526 | * Make sure that hardlimits are >= soft limits before changing. |
| 527 | */ |
| 528 | hard = (newlim->d_fieldmask & FS_DQ_BHARD) ? |
| 529 | (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 530 | be64_to_cpu(ddq->d_blk_hardlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 531 | soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ? |
| 532 | (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 533 | be64_to_cpu(ddq->d_blk_softlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 534 | if (hard == 0 || hard >= soft) { |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 535 | ddq->d_blk_hardlimit = cpu_to_be64(hard); |
| 536 | ddq->d_blk_softlimit = cpu_to_be64(soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | if (id == 0) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 538 | q->qi_bhardlimit = hard; |
| 539 | q->qi_bsoftlimit = soft; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | } |
| 541 | } else { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 542 | xfs_debug(mp, "blkhard %Ld < blksoft %Ld\n", hard, soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 543 | } |
| 544 | hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ? |
| 545 | (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 546 | be64_to_cpu(ddq->d_rtb_hardlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 547 | soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ? |
| 548 | (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 549 | be64_to_cpu(ddq->d_rtb_softlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | if (hard == 0 || hard >= soft) { |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 551 | ddq->d_rtb_hardlimit = cpu_to_be64(hard); |
| 552 | ddq->d_rtb_softlimit = cpu_to_be64(soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 553 | if (id == 0) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 554 | q->qi_rtbhardlimit = hard; |
| 555 | q->qi_rtbsoftlimit = soft; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | } |
| 557 | } else { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 558 | xfs_debug(mp, "rtbhard %Ld < rtbsoft %Ld\n", hard, soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 559 | } |
| 560 | |
| 561 | hard = (newlim->d_fieldmask & FS_DQ_IHARD) ? |
| 562 | (xfs_qcnt_t) newlim->d_ino_hardlimit : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 563 | be64_to_cpu(ddq->d_ino_hardlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | soft = (newlim->d_fieldmask & FS_DQ_ISOFT) ? |
| 565 | (xfs_qcnt_t) newlim->d_ino_softlimit : |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 566 | be64_to_cpu(ddq->d_ino_softlimit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | if (hard == 0 || hard >= soft) { |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 568 | ddq->d_ino_hardlimit = cpu_to_be64(hard); |
| 569 | ddq->d_ino_softlimit = cpu_to_be64(soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | if (id == 0) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 571 | q->qi_ihardlimit = hard; |
| 572 | q->qi_isoftlimit = soft; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 573 | } |
| 574 | } else { |
Dave Chinner | 8221112 | 2011-03-07 10:07:35 +1100 | [diff] [blame] | 575 | xfs_debug(mp, "ihard %Ld < isoft %Ld\n", hard, soft); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 576 | } |
| 577 | |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 578 | /* |
| 579 | * Update warnings counter(s) if requested |
| 580 | */ |
| 581 | if (newlim->d_fieldmask & FS_DQ_BWARNS) |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 582 | ddq->d_bwarns = cpu_to_be16(newlim->d_bwarns); |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 583 | if (newlim->d_fieldmask & FS_DQ_IWARNS) |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 584 | ddq->d_iwarns = cpu_to_be16(newlim->d_iwarns); |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 585 | if (newlim->d_fieldmask & FS_DQ_RTBWARNS) |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 586 | ddq->d_rtbwarns = cpu_to_be16(newlim->d_rtbwarns); |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 587 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 588 | if (id == 0) { |
| 589 | /* |
| 590 | * Timelimits for the super user set the relative time |
| 591 | * the other users can be over quota for this file system. |
| 592 | * If it is zero a default is used. Ditto for the default |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 593 | * soft and hard limit values (already done, above), and |
| 594 | * for warnings. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 595 | */ |
| 596 | if (newlim->d_fieldmask & FS_DQ_BTIMER) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 597 | q->qi_btimelimit = newlim->d_btimer; |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 598 | ddq->d_btimer = cpu_to_be32(newlim->d_btimer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | } |
| 600 | if (newlim->d_fieldmask & FS_DQ_ITIMER) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 601 | q->qi_itimelimit = newlim->d_itimer; |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 602 | ddq->d_itimer = cpu_to_be32(newlim->d_itimer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | } |
| 604 | if (newlim->d_fieldmask & FS_DQ_RTBTIMER) { |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 605 | q->qi_rtbtimelimit = newlim->d_rtbtimer; |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 606 | ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | } |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 608 | if (newlim->d_fieldmask & FS_DQ_BWARNS) |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 609 | q->qi_bwarnlimit = newlim->d_bwarns; |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 610 | if (newlim->d_fieldmask & FS_DQ_IWARNS) |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 611 | q->qi_iwarnlimit = newlim->d_iwarns; |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 612 | if (newlim->d_fieldmask & FS_DQ_RTBWARNS) |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 613 | q->qi_rtbwarnlimit = newlim->d_rtbwarns; |
Nathan Scott | 754002b | 2005-06-21 15:49:06 +1000 | [diff] [blame] | 614 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 615 | /* |
| 616 | * If the user is now over quota, start the timelimit. |
| 617 | * The user will not be 'warned'. |
| 618 | * Note that we keep the timers ticking, whether enforcement |
| 619 | * is on or off. We don't really want to bother with iterating |
| 620 | * over all ondisk dquots and turning the timers on/off. |
| 621 | */ |
| 622 | xfs_qm_adjust_dqtimers(mp, ddq); |
| 623 | } |
| 624 | dqp->dq_flags |= XFS_DQ_DIRTY; |
| 625 | xfs_trans_log_dquot(tp, dqp); |
| 626 | |
David Chinner | e5720ee | 2008-04-10 12:21:18 +1000 | [diff] [blame] | 627 | error = xfs_trans_commit(tp, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 628 | xfs_qm_dqrele(dqp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 629 | |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 630 | out_unlock: |
| 631 | mutex_unlock(&q->qi_quotaofflock); |
David Chinner | e5720ee | 2008-04-10 12:21:18 +1000 | [diff] [blame] | 632 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 633 | } |
| 634 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 635 | STATIC int |
| 636 | xfs_qm_log_quotaoff_end( |
| 637 | xfs_mount_t *mp, |
| 638 | xfs_qoff_logitem_t *startqoff, |
| 639 | uint flags) |
| 640 | { |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 641 | xfs_trans_t *tp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | int error; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 643 | xfs_qoff_logitem_t *qoffi; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 | |
| 645 | tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END); |
| 646 | |
| 647 | if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_qoff_logitem_t) * 2, |
| 648 | 0, 0, XFS_DEFAULT_LOG_COUNT))) { |
| 649 | xfs_trans_cancel(tp, 0); |
| 650 | return (error); |
| 651 | } |
| 652 | |
| 653 | qoffi = xfs_trans_get_qoff_item(tp, startqoff, |
| 654 | flags & XFS_ALL_QUOTA_ACCT); |
| 655 | xfs_trans_log_quotaoff_item(tp, qoffi); |
| 656 | |
| 657 | /* |
| 658 | * We have to make sure that the transaction is secure on disk before we |
| 659 | * return and actually stop quota accounting. So, make it synchronous. |
| 660 | * We don't care about quotoff's performance. |
| 661 | */ |
| 662 | xfs_trans_set_sync(tp); |
Eric Sandeen | 1c72bf9 | 2007-05-08 13:48:42 +1000 | [diff] [blame] | 663 | error = xfs_trans_commit(tp, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 664 | return (error); |
| 665 | } |
| 666 | |
| 667 | |
| 668 | STATIC int |
| 669 | xfs_qm_log_quotaoff( |
| 670 | xfs_mount_t *mp, |
| 671 | xfs_qoff_logitem_t **qoffstartp, |
| 672 | uint flags) |
| 673 | { |
| 674 | xfs_trans_t *tp; |
| 675 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 676 | xfs_qoff_logitem_t *qoffi=NULL; |
| 677 | uint oldsbqflag=0; |
| 678 | |
| 679 | tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF); |
| 680 | if ((error = xfs_trans_reserve(tp, 0, |
| 681 | sizeof(xfs_qoff_logitem_t) * 2 + |
| 682 | mp->m_sb.sb_sectsize + 128, |
| 683 | 0, |
| 684 | 0, |
| 685 | XFS_DEFAULT_LOG_COUNT))) { |
| 686 | goto error0; |
| 687 | } |
| 688 | |
| 689 | qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT); |
| 690 | xfs_trans_log_quotaoff_item(tp, qoffi); |
| 691 | |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 692 | spin_lock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | oldsbqflag = mp->m_sb.sb_qflags; |
| 694 | mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 695 | spin_unlock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | |
| 697 | xfs_mod_sb(tp, XFS_SB_QFLAGS); |
| 698 | |
| 699 | /* |
| 700 | * We have to make sure that the transaction is secure on disk before we |
| 701 | * return and actually stop quota accounting. So, make it synchronous. |
| 702 | * We don't care about quotoff's performance. |
| 703 | */ |
| 704 | xfs_trans_set_sync(tp); |
Eric Sandeen | 1c72bf9 | 2007-05-08 13:48:42 +1000 | [diff] [blame] | 705 | error = xfs_trans_commit(tp, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 706 | |
| 707 | error0: |
| 708 | if (error) { |
| 709 | xfs_trans_cancel(tp, 0); |
| 710 | /* |
| 711 | * No one else is modifying sb_qflags, so this is OK. |
| 712 | * We still hold the quotaofflock. |
| 713 | */ |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 714 | spin_lock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | mp->m_sb.sb_qflags = oldsbqflag; |
Eric Sandeen | 3685c2a | 2007-10-11 17:42:32 +1000 | [diff] [blame] | 716 | spin_unlock(&mp->m_sb_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 717 | } |
| 718 | *qoffstartp = qoffi; |
| 719 | return (error); |
| 720 | } |
| 721 | |
| 722 | |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 723 | int |
| 724 | xfs_qm_scall_getquota( |
| 725 | struct xfs_mount *mp, |
| 726 | xfs_dqid_t id, |
| 727 | uint type, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 728 | struct fs_disk_quota *dst) |
| 729 | { |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 730 | struct xfs_dquot *dqp; |
| 731 | int error; |
| 732 | |
| 733 | /* |
| 734 | * Try to get the dquot. We don't want it allocated on disk, so |
| 735 | * we aren't passing the XFS_QMOPT_DOALLOC flag. If it doesn't |
| 736 | * exist, we'll get ENOENT back. |
| 737 | */ |
| 738 | error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp); |
| 739 | if (error) |
| 740 | return error; |
| 741 | |
| 742 | /* |
| 743 | * If everything's NULL, this dquot doesn't quite exist as far as |
| 744 | * our utility programs are concerned. |
| 745 | */ |
| 746 | if (XFS_IS_DQUOT_UNINITIALIZED(dqp)) { |
| 747 | error = XFS_ERROR(ENOENT); |
| 748 | goto out_put; |
| 749 | } |
| 750 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 751 | memset(dst, 0, sizeof(*dst)); |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 752 | dst->d_version = FS_DQUOT_VERSION; |
| 753 | dst->d_flags = xfs_qm_export_qtype_flags(dqp->q_core.d_flags); |
| 754 | dst->d_id = be32_to_cpu(dqp->q_core.d_id); |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 755 | dst->d_blk_hardlimit = |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 756 | XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit)); |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 757 | dst->d_blk_softlimit = |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 758 | XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); |
| 759 | dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); |
| 760 | dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); |
| 761 | dst->d_bcount = XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_bcount)); |
| 762 | dst->d_icount = be64_to_cpu(dqp->q_core.d_icount); |
| 763 | dst->d_btimer = be32_to_cpu(dqp->q_core.d_btimer); |
| 764 | dst->d_itimer = be32_to_cpu(dqp->q_core.d_itimer); |
| 765 | dst->d_iwarns = be16_to_cpu(dqp->q_core.d_iwarns); |
| 766 | dst->d_bwarns = be16_to_cpu(dqp->q_core.d_bwarns); |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 767 | dst->d_rtb_hardlimit = |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 768 | XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit)); |
Christoph Hellwig | 1149d96 | 2005-11-02 15:01:12 +1100 | [diff] [blame] | 769 | dst->d_rtb_softlimit = |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 770 | XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit)); |
| 771 | dst->d_rtbcount = XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtbcount)); |
| 772 | dst->d_rtbtimer = be32_to_cpu(dqp->q_core.d_rtbtimer); |
| 773 | dst->d_rtbwarns = be16_to_cpu(dqp->q_core.d_rtbwarns); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 774 | |
| 775 | /* |
| 776 | * Internally, we don't reset all the timers when quota enforcement |
Nathan Scott | c41564b | 2006-03-29 08:55:14 +1000 | [diff] [blame] | 777 | * gets turned off. No need to confuse the user level code, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 778 | * so return zeroes in that case. |
| 779 | */ |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 780 | if ((!XFS_IS_UQUOTA_ENFORCED(mp) && dqp->q_core.d_flags == XFS_DQ_USER) || |
Kouta Ooizumi | e6d2942 | 2007-05-08 13:49:33 +1000 | [diff] [blame] | 781 | (!XFS_IS_OQUOTA_ENFORCED(mp) && |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 782 | (dqp->q_core.d_flags & (XFS_DQ_PROJ | XFS_DQ_GROUP)))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 783 | dst->d_btimer = 0; |
| 784 | dst->d_itimer = 0; |
| 785 | dst->d_rtbtimer = 0; |
| 786 | } |
| 787 | |
| 788 | #ifdef DEBUG |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 789 | if (((XFS_IS_UQUOTA_ENFORCED(mp) && dst->d_flags == FS_USER_QUOTA) || |
Kouta Ooizumi | e6d2942 | 2007-05-08 13:49:33 +1000 | [diff] [blame] | 790 | (XFS_IS_OQUOTA_ENFORCED(mp) && |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 791 | (dst->d_flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)))) && |
Kouta Ooizumi | e6d2942 | 2007-05-08 13:49:33 +1000 | [diff] [blame] | 792 | dst->d_id != 0) { |
Mitsuo Hayasaka | d0a3fe6 | 2012-02-06 12:50:07 +0000 | [diff] [blame] | 793 | if (((int) dst->d_bcount > (int) dst->d_blk_softlimit) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 794 | (dst->d_blk_softlimit > 0)) { |
| 795 | ASSERT(dst->d_btimer != 0); |
| 796 | } |
Mitsuo Hayasaka | d0a3fe6 | 2012-02-06 12:50:07 +0000 | [diff] [blame] | 797 | if (((int) dst->d_icount > (int) dst->d_ino_softlimit) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | (dst->d_ino_softlimit > 0)) { |
| 799 | ASSERT(dst->d_itimer != 0); |
| 800 | } |
| 801 | } |
| 802 | #endif |
Christoph Hellwig | 18535a7 | 2012-02-20 02:28:16 +0000 | [diff] [blame^] | 803 | out_put: |
| 804 | xfs_qm_dqput(dqp); |
| 805 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 806 | } |
| 807 | |
| 808 | STATIC uint |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 809 | xfs_qm_export_qtype_flags( |
| 810 | uint flags) |
| 811 | { |
| 812 | /* |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 813 | * Can't be more than one, or none. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 814 | */ |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 815 | ASSERT((flags & (FS_PROJ_QUOTA | FS_USER_QUOTA)) != |
| 816 | (FS_PROJ_QUOTA | FS_USER_QUOTA)); |
| 817 | ASSERT((flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)) != |
| 818 | (FS_PROJ_QUOTA | FS_GROUP_QUOTA)); |
| 819 | ASSERT((flags & (FS_USER_QUOTA | FS_GROUP_QUOTA)) != |
| 820 | (FS_USER_QUOTA | FS_GROUP_QUOTA)); |
| 821 | ASSERT((flags & (FS_PROJ_QUOTA|FS_USER_QUOTA|FS_GROUP_QUOTA)) != 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | |
| 823 | return (flags & XFS_DQ_USER) ? |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 824 | FS_USER_QUOTA : (flags & XFS_DQ_PROJ) ? |
| 825 | FS_PROJ_QUOTA : FS_GROUP_QUOTA; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | } |
| 827 | |
| 828 | STATIC uint |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 829 | xfs_qm_export_flags( |
| 830 | uint flags) |
| 831 | { |
| 832 | uint uflags; |
| 833 | |
| 834 | uflags = 0; |
| 835 | if (flags & XFS_UQUOTA_ACCT) |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 836 | uflags |= FS_QUOTA_UDQ_ACCT; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 837 | if (flags & XFS_PQUOTA_ACCT) |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 838 | uflags |= FS_QUOTA_PDQ_ACCT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 839 | if (flags & XFS_GQUOTA_ACCT) |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 840 | uflags |= FS_QUOTA_GDQ_ACCT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | if (flags & XFS_UQUOTA_ENFD) |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 842 | uflags |= FS_QUOTA_UDQ_ENFD; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 843 | if (flags & (XFS_OQUOTA_ENFD)) { |
| 844 | uflags |= (flags & XFS_GQUOTA_ACCT) ? |
Christoph Hellwig | ade7ce3 | 2010-06-04 10:56:01 +0200 | [diff] [blame] | 845 | FS_QUOTA_GDQ_ENFD : FS_QUOTA_PDQ_ENFD; |
Nathan Scott | c8ad20f | 2005-06-21 15:38:48 +1000 | [diff] [blame] | 846 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | return (uflags); |
| 848 | } |
| 849 | |
| 850 | |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 851 | STATIC int |
| 852 | xfs_dqrele_inode( |
| 853 | struct xfs_inode *ip, |
| 854 | struct xfs_perag *pag, |
| 855 | int flags) |
David Chinner | 5b4d89a | 2008-10-30 17:08:03 +1100 | [diff] [blame] | 856 | { |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 857 | /* skip quota inodes */ |
Christoph Hellwig | 8a7b8a8 | 2010-04-20 17:01:30 +1000 | [diff] [blame] | 858 | if (ip == ip->i_mount->m_quotainfo->qi_uquotaip || |
| 859 | ip == ip->i_mount->m_quotainfo->qi_gquotaip) { |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 860 | ASSERT(ip->i_udquot == NULL); |
| 861 | ASSERT(ip->i_gdquot == NULL); |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 862 | return 0; |
| 863 | } |
Dave Chinner | cb4f0d1 | 2008-11-10 17:11:18 +1100 | [diff] [blame] | 864 | |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 865 | xfs_ilock(ip, XFS_ILOCK_EXCL); |
| 866 | if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { |
| 867 | xfs_qm_dqrele(ip->i_udquot); |
| 868 | ip->i_udquot = NULL; |
| 869 | } |
| 870 | if (flags & (XFS_PQUOTA_ACCT|XFS_GQUOTA_ACCT) && ip->i_gdquot) { |
| 871 | xfs_qm_dqrele(ip->i_gdquot); |
| 872 | ip->i_gdquot = NULL; |
| 873 | } |
Christoph Hellwig | f2d6761 | 2010-06-24 11:52:50 +1000 | [diff] [blame] | 874 | xfs_iunlock(ip, XFS_ILOCK_EXCL); |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 875 | return 0; |
David Chinner | 5b4d89a | 2008-10-30 17:08:03 +1100 | [diff] [blame] | 876 | } |
| 877 | |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 878 | |
David Chinner | 5b4d89a | 2008-10-30 17:08:03 +1100 | [diff] [blame] | 879 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 880 | * Go thru all the inodes in the file system, releasing their dquots. |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 881 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 882 | * Note that the mount structure gets modified to indicate that quotas are off |
Christoph Hellwig | fe588ed | 2009-06-08 15:35:27 +0200 | [diff] [blame] | 883 | * AFTER this, in the case of quotaoff. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 884 | */ |
| 885 | void |
| 886 | xfs_qm_dqrele_all_inodes( |
| 887 | struct xfs_mount *mp, |
| 888 | uint flags) |
| 889 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 890 | ASSERT(mp->m_quotainfo); |
Dave Chinner | 65d0f20 | 2010-09-24 18:40:15 +1000 | [diff] [blame] | 891 | xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 892 | } |