Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 2 | * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc. |
| 3 | * All Rights Reserved. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +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 | 7b71876 | 2005-11-02 14:58:39 +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 | 7b71876 | 2005-11-02 14:58:39 +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 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include "xfs.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 19 | #include "xfs_fs.h" |
Dave Chinner | 70a9883 | 2013-10-23 10:36:05 +1100 | [diff] [blame] | 20 | #include "xfs_format.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 21 | #include "xfs_log_format.h" |
Dave Chinner | 70a9883 | 2013-10-23 10:36:05 +1100 | [diff] [blame] | 22 | #include "xfs_shared.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 23 | #include "xfs_trans_resv.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 24 | #include "xfs_bit.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include "xfs_sb.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include "xfs_mount.h" |
Darrick J. Wong | 3ab78df | 2016-08-03 11:15:38 +1000 | [diff] [blame] | 27 | #include "xfs_defer.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 28 | #include "xfs_inode.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | #include "xfs_btree.h" |
Darrick J. Wong | 673930c | 2016-08-03 11:33:43 +1000 | [diff] [blame] | 30 | #include "xfs_rmap.h" |
Dave Chinner | a4fbe6a | 2013-10-23 10:51:50 +1100 | [diff] [blame] | 31 | #include "xfs_alloc_btree.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include "xfs_alloc.h" |
Dave Chinner | efc27b5 | 2012-04-29 10:39:43 +0000 | [diff] [blame] | 33 | #include "xfs_extent_busy.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | #include "xfs_error.h" |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 35 | #include "xfs_cksum.h" |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 36 | #include "xfs_trace.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 37 | #include "xfs_trans.h" |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 38 | #include "xfs_buf_item.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 39 | #include "xfs_log.h" |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 40 | #include "xfs_ag_resv.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Dave Chinner | c999a22 | 2012-03-22 05:15:07 +0000 | [diff] [blame] | 42 | struct workqueue_struct *xfs_alloc_wq; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | |
| 44 | #define XFS_ABSDIFF(a,b) (((a) <= (b)) ? ((b) - (a)) : ((a) - (b))) |
| 45 | |
| 46 | #define XFSA_FIXUP_BNO_OK 1 |
| 47 | #define XFSA_FIXUP_CNT_OK 2 |
| 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | STATIC int xfs_alloc_ag_vextent_exact(xfs_alloc_arg_t *); |
| 50 | STATIC int xfs_alloc_ag_vextent_near(xfs_alloc_arg_t *); |
| 51 | STATIC int xfs_alloc_ag_vextent_size(xfs_alloc_arg_t *); |
| 52 | STATIC int xfs_alloc_ag_vextent_small(xfs_alloc_arg_t *, |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 53 | xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | |
Darrick J. Wong | af30dfa | 2016-10-03 09:11:17 -0700 | [diff] [blame^] | 55 | unsigned int |
| 56 | xfs_refc_block( |
| 57 | struct xfs_mount *mp) |
| 58 | { |
| 59 | if (xfs_sb_version_hasrmapbt(&mp->m_sb)) |
| 60 | return XFS_RMAP_BLOCK(mp) + 1; |
| 61 | if (xfs_sb_version_hasfinobt(&mp->m_sb)) |
| 62 | return XFS_FIBT_BLOCK(mp) + 1; |
| 63 | return XFS_IBT_BLOCK(mp) + 1; |
| 64 | } |
| 65 | |
Darrick J. Wong | 8018026 | 2016-08-03 11:31:47 +1000 | [diff] [blame] | 66 | xfs_extlen_t |
| 67 | xfs_prealloc_blocks( |
| 68 | struct xfs_mount *mp) |
| 69 | { |
Darrick J. Wong | af30dfa | 2016-10-03 09:11:17 -0700 | [diff] [blame^] | 70 | if (xfs_sb_version_hasreflink(&mp->m_sb)) |
| 71 | return xfs_refc_block(mp) + 1; |
Darrick J. Wong | 8018026 | 2016-08-03 11:31:47 +1000 | [diff] [blame] | 72 | if (xfs_sb_version_hasrmapbt(&mp->m_sb)) |
| 73 | return XFS_RMAP_BLOCK(mp) + 1; |
| 74 | if (xfs_sb_version_hasfinobt(&mp->m_sb)) |
| 75 | return XFS_FIBT_BLOCK(mp) + 1; |
| 76 | return XFS_IBT_BLOCK(mp) + 1; |
| 77 | } |
| 78 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | /* |
Darrick J. Wong | 5254885 | 2016-08-03 11:38:24 +1000 | [diff] [blame] | 80 | * In order to avoid ENOSPC-related deadlock caused by out-of-order locking of |
| 81 | * AGF buffer (PV 947395), we place constraints on the relationship among |
| 82 | * actual allocations for data blocks, freelist blocks, and potential file data |
| 83 | * bmap btree blocks. However, these restrictions may result in no actual space |
| 84 | * allocated for a delayed extent, for example, a data block in a certain AG is |
| 85 | * allocated but there is no additional block for the additional bmap btree |
| 86 | * block due to a split of the bmap btree of the file. The result of this may |
| 87 | * lead to an infinite loop when the file gets flushed to disk and all delayed |
| 88 | * extents need to be actually allocated. To get around this, we explicitly set |
| 89 | * aside a few blocks which will not be reserved in delayed allocation. |
| 90 | * |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 91 | * We need to reserve 4 fsbs _per AG_ for the freelist and 4 more to handle a |
| 92 | * potential split of the file's bmap btree. |
Darrick J. Wong | 5254885 | 2016-08-03 11:38:24 +1000 | [diff] [blame] | 93 | */ |
| 94 | unsigned int |
| 95 | xfs_alloc_set_aside( |
| 96 | struct xfs_mount *mp) |
| 97 | { |
| 98 | unsigned int blocks; |
| 99 | |
| 100 | blocks = 4 + (mp->m_sb.sb_agcount * XFS_ALLOC_AGFL_RESERVE); |
Darrick J. Wong | 5254885 | 2016-08-03 11:38:24 +1000 | [diff] [blame] | 101 | return blocks; |
| 102 | } |
| 103 | |
| 104 | /* |
| 105 | * When deciding how much space to allocate out of an AG, we limit the |
| 106 | * allocation maximum size to the size the AG. However, we cannot use all the |
| 107 | * blocks in the AG - some are permanently used by metadata. These |
| 108 | * blocks are generally: |
| 109 | * - the AG superblock, AGF, AGI and AGFL |
| 110 | * - the AGF (bno and cnt) and AGI btree root blocks, and optionally |
| 111 | * the AGI free inode and rmap btree root blocks. |
| 112 | * - blocks on the AGFL according to xfs_alloc_set_aside() limits |
| 113 | * - the rmapbt root block |
| 114 | * |
| 115 | * The AG headers are sector sized, so the amount of space they take up is |
| 116 | * dependent on filesystem geometry. The others are all single blocks. |
| 117 | */ |
| 118 | unsigned int |
| 119 | xfs_alloc_ag_max_usable( |
| 120 | struct xfs_mount *mp) |
| 121 | { |
| 122 | unsigned int blocks; |
| 123 | |
| 124 | blocks = XFS_BB_TO_FSB(mp, XFS_FSS_TO_BB(mp, 4)); /* ag headers */ |
| 125 | blocks += XFS_ALLOC_AGFL_RESERVE; |
| 126 | blocks += 3; /* AGF, AGI btree root blocks */ |
| 127 | if (xfs_sb_version_hasfinobt(&mp->m_sb)) |
| 128 | blocks++; /* finobt root block */ |
| 129 | if (xfs_sb_version_hasrmapbt(&mp->m_sb)) |
| 130 | blocks++; /* rmap root block */ |
| 131 | |
| 132 | return mp->m_sb.sb_agblocks - blocks; |
| 133 | } |
| 134 | |
| 135 | /* |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 136 | * Lookup the record equal to [bno, len] in the btree given by cur. |
| 137 | */ |
| 138 | STATIC int /* error */ |
| 139 | xfs_alloc_lookup_eq( |
| 140 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 141 | xfs_agblock_t bno, /* starting block of extent */ |
| 142 | xfs_extlen_t len, /* length of extent */ |
| 143 | int *stat) /* success/failure */ |
| 144 | { |
| 145 | cur->bc_rec.a.ar_startblock = bno; |
| 146 | cur->bc_rec.a.ar_blockcount = len; |
| 147 | return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); |
| 148 | } |
| 149 | |
| 150 | /* |
| 151 | * Lookup the first record greater than or equal to [bno, len] |
| 152 | * in the btree given by cur. |
| 153 | */ |
Dave Chinner | a66d636 | 2012-03-22 05:15:12 +0000 | [diff] [blame] | 154 | int /* error */ |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 155 | xfs_alloc_lookup_ge( |
| 156 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 157 | xfs_agblock_t bno, /* starting block of extent */ |
| 158 | xfs_extlen_t len, /* length of extent */ |
| 159 | int *stat) /* success/failure */ |
| 160 | { |
| 161 | cur->bc_rec.a.ar_startblock = bno; |
| 162 | cur->bc_rec.a.ar_blockcount = len; |
| 163 | return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); |
| 164 | } |
| 165 | |
| 166 | /* |
| 167 | * Lookup the first record less than or equal to [bno, len] |
| 168 | * in the btree given by cur. |
| 169 | */ |
Eric Sandeen | 0d5a75e | 2016-06-01 17:38:15 +1000 | [diff] [blame] | 170 | static int /* error */ |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 171 | xfs_alloc_lookup_le( |
| 172 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 173 | xfs_agblock_t bno, /* starting block of extent */ |
| 174 | xfs_extlen_t len, /* length of extent */ |
| 175 | int *stat) /* success/failure */ |
| 176 | { |
| 177 | cur->bc_rec.a.ar_startblock = bno; |
| 178 | cur->bc_rec.a.ar_blockcount = len; |
| 179 | return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); |
| 180 | } |
| 181 | |
Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 182 | /* |
| 183 | * Update the record referred to by cur to the value given |
| 184 | * by [bno, len]. |
| 185 | * This either works (return 0) or gets an EFSCORRUPTED error. |
| 186 | */ |
| 187 | STATIC int /* error */ |
| 188 | xfs_alloc_update( |
| 189 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 190 | xfs_agblock_t bno, /* starting block of extent */ |
| 191 | xfs_extlen_t len) /* length of extent */ |
| 192 | { |
| 193 | union xfs_btree_rec rec; |
| 194 | |
| 195 | rec.alloc.ar_startblock = cpu_to_be32(bno); |
| 196 | rec.alloc.ar_blockcount = cpu_to_be32(len); |
| 197 | return xfs_btree_update(cur, &rec); |
| 198 | } |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 199 | |
| 200 | /* |
Christoph Hellwig | 8cc938f | 2008-10-30 16:58:11 +1100 | [diff] [blame] | 201 | * Get the data from the pointed-to record. |
| 202 | */ |
Christoph Hellwig | a46db60 | 2011-01-07 13:02:04 +0000 | [diff] [blame] | 203 | int /* error */ |
Christoph Hellwig | 8cc938f | 2008-10-30 16:58:11 +1100 | [diff] [blame] | 204 | xfs_alloc_get_rec( |
| 205 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 206 | xfs_agblock_t *bno, /* output: starting block of extent */ |
| 207 | xfs_extlen_t *len, /* output: length of extent */ |
| 208 | int *stat) /* output: success/failure */ |
| 209 | { |
| 210 | union xfs_btree_rec *rec; |
| 211 | int error; |
| 212 | |
| 213 | error = xfs_btree_get_rec(cur, &rec, stat); |
| 214 | if (!error && *stat == 1) { |
| 215 | *bno = be32_to_cpu(rec->alloc.ar_startblock); |
| 216 | *len = be32_to_cpu(rec->alloc.ar_blockcount); |
| 217 | } |
| 218 | return error; |
| 219 | } |
| 220 | |
| 221 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | * Compute aligned version of the found extent. |
| 223 | * Takes alignment and min length into account. |
| 224 | */ |
David Chinner | 12375c8 | 2008-04-10 12:21:32 +1000 | [diff] [blame] | 225 | STATIC void |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | xfs_alloc_compute_aligned( |
Christoph Hellwig | 86fa8af | 2011-03-04 12:59:54 +0000 | [diff] [blame] | 227 | xfs_alloc_arg_t *args, /* allocation argument structure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | xfs_agblock_t foundbno, /* starting block in found extent */ |
| 229 | xfs_extlen_t foundlen, /* length in found extent */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | xfs_agblock_t *resbno, /* result block number */ |
| 231 | xfs_extlen_t *reslen) /* result length */ |
| 232 | { |
| 233 | xfs_agblock_t bno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | xfs_extlen_t len; |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 235 | xfs_extlen_t diff; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 236 | |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 237 | /* Trim busy sections out of found extent */ |
Dave Chinner | 4ecbfe6 | 2012-04-29 10:41:10 +0000 | [diff] [blame] | 238 | xfs_extent_busy_trim(args, foundbno, foundlen, &bno, &len); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 239 | |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 240 | /* |
| 241 | * If we have a largish extent that happens to start before min_agbno, |
| 242 | * see if we can shift it into range... |
| 243 | */ |
| 244 | if (bno < args->min_agbno && bno + len > args->min_agbno) { |
| 245 | diff = args->min_agbno - bno; |
| 246 | if (len > diff) { |
| 247 | bno += diff; |
| 248 | len -= diff; |
| 249 | } |
| 250 | } |
| 251 | |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 252 | if (args->alignment > 1 && len >= args->minlen) { |
| 253 | xfs_agblock_t aligned_bno = roundup(bno, args->alignment); |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 254 | |
| 255 | diff = aligned_bno - bno; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 256 | |
| 257 | *resbno = aligned_bno; |
| 258 | *reslen = diff >= len ? 0 : len - diff; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | } else { |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 260 | *resbno = bno; |
| 261 | *reslen = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | } |
| 264 | |
| 265 | /* |
| 266 | * Compute best start block and diff for "near" allocations. |
| 267 | * freelen >= wantlen already checked by caller. |
| 268 | */ |
| 269 | STATIC xfs_extlen_t /* difference value (absolute) */ |
| 270 | xfs_alloc_compute_diff( |
| 271 | xfs_agblock_t wantbno, /* target starting block */ |
| 272 | xfs_extlen_t wantlen, /* target length */ |
| 273 | xfs_extlen_t alignment, /* target alignment */ |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 274 | int datatype, /* are we allocating data? */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | xfs_agblock_t freebno, /* freespace's starting block */ |
| 276 | xfs_extlen_t freelen, /* freespace's length */ |
| 277 | xfs_agblock_t *newbnop) /* result: best start block from free */ |
| 278 | { |
| 279 | xfs_agblock_t freeend; /* end of freespace extent */ |
| 280 | xfs_agblock_t newbno1; /* return block number */ |
| 281 | xfs_agblock_t newbno2; /* other new block number */ |
| 282 | xfs_extlen_t newlen1=0; /* length with newbno1 */ |
| 283 | xfs_extlen_t newlen2=0; /* length with newbno2 */ |
| 284 | xfs_agblock_t wantend; /* end of target extent */ |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 285 | bool userdata = xfs_alloc_is_userdata(datatype); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | |
| 287 | ASSERT(freelen >= wantlen); |
| 288 | freeend = freebno + freelen; |
| 289 | wantend = wantbno + wantlen; |
Jan Kara | 211d022 | 2013-04-11 22:09:56 +0200 | [diff] [blame] | 290 | /* |
| 291 | * We want to allocate from the start of a free extent if it is past |
| 292 | * the desired block or if we are allocating user data and the free |
| 293 | * extent is before desired block. The second case is there to allow |
| 294 | * for contiguous allocation from the remaining free space if the file |
| 295 | * grows in the short term. |
| 296 | */ |
| 297 | if (freebno >= wantbno || (userdata && freeend < wantend)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | if ((newbno1 = roundup(freebno, alignment)) >= freeend) |
| 299 | newbno1 = NULLAGBLOCK; |
| 300 | } else if (freeend >= wantend && alignment > 1) { |
| 301 | newbno1 = roundup(wantbno, alignment); |
| 302 | newbno2 = newbno1 - alignment; |
| 303 | if (newbno1 >= freeend) |
| 304 | newbno1 = NULLAGBLOCK; |
| 305 | else |
| 306 | newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1); |
| 307 | if (newbno2 < freebno) |
| 308 | newbno2 = NULLAGBLOCK; |
| 309 | else |
| 310 | newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); |
| 311 | if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) { |
| 312 | if (newlen1 < newlen2 || |
| 313 | (newlen1 == newlen2 && |
| 314 | XFS_ABSDIFF(newbno1, wantbno) > |
| 315 | XFS_ABSDIFF(newbno2, wantbno))) |
| 316 | newbno1 = newbno2; |
| 317 | } else if (newbno2 != NULLAGBLOCK) |
| 318 | newbno1 = newbno2; |
| 319 | } else if (freeend >= wantend) { |
| 320 | newbno1 = wantbno; |
| 321 | } else if (alignment > 1) { |
| 322 | newbno1 = roundup(freeend - wantlen, alignment); |
| 323 | if (newbno1 > freeend - wantlen && |
| 324 | newbno1 - alignment >= freebno) |
| 325 | newbno1 -= alignment; |
| 326 | else if (newbno1 >= freeend) |
| 327 | newbno1 = NULLAGBLOCK; |
| 328 | } else |
| 329 | newbno1 = freeend - wantlen; |
| 330 | *newbnop = newbno1; |
| 331 | return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); |
| 332 | } |
| 333 | |
| 334 | /* |
| 335 | * Fix up the length, based on mod and prod. |
| 336 | * len should be k * prod + mod for some k. |
| 337 | * If len is too small it is returned unchanged. |
| 338 | * If len hits maxlen it is left alone. |
| 339 | */ |
| 340 | STATIC void |
| 341 | xfs_alloc_fix_len( |
| 342 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 343 | { |
| 344 | xfs_extlen_t k; |
| 345 | xfs_extlen_t rlen; |
| 346 | |
| 347 | ASSERT(args->mod < args->prod); |
| 348 | rlen = args->len; |
| 349 | ASSERT(rlen >= args->minlen); |
| 350 | ASSERT(rlen <= args->maxlen); |
| 351 | if (args->prod <= 1 || rlen < args->mod || rlen == args->maxlen || |
| 352 | (args->mod == 0 && rlen < args->prod)) |
| 353 | return; |
| 354 | k = rlen % args->prod; |
| 355 | if (k == args->mod) |
| 356 | return; |
Jan Kara | 3026511 | 2014-06-06 16:06:37 +1000 | [diff] [blame] | 357 | if (k > args->mod) |
| 358 | rlen = rlen - (k - args->mod); |
| 359 | else |
| 360 | rlen = rlen - args->prod + (args->mod - k); |
Dave Chinner | 3790a8c | 2015-02-24 10:16:04 +1100 | [diff] [blame] | 361 | /* casts to (int) catch length underflows */ |
Jan Kara | 3026511 | 2014-06-06 16:06:37 +1000 | [diff] [blame] | 362 | if ((int)rlen < (int)args->minlen) |
| 363 | return; |
| 364 | ASSERT(rlen >= args->minlen && rlen <= args->maxlen); |
| 365 | ASSERT(rlen % args->prod == args->mod); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | args->len = rlen; |
| 367 | } |
| 368 | |
| 369 | /* |
| 370 | * Fix up length if there is too little space left in the a.g. |
| 371 | * Return 1 if ok, 0 if too little, should give up. |
| 372 | */ |
| 373 | STATIC int |
| 374 | xfs_alloc_fix_minleft( |
| 375 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 376 | { |
| 377 | xfs_agf_t *agf; /* a.g. freelist header */ |
| 378 | int diff; /* free space difference */ |
| 379 | |
| 380 | if (args->minleft == 0) |
| 381 | return 1; |
| 382 | agf = XFS_BUF_TO_AGF(args->agbp); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 383 | diff = be32_to_cpu(agf->agf_freeblks) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | - args->len - args->minleft; |
| 385 | if (diff >= 0) |
| 386 | return 1; |
| 387 | args->len += diff; /* shrink the allocated space */ |
Dave Chinner | 3790a8c | 2015-02-24 10:16:04 +1100 | [diff] [blame] | 388 | /* casts to (int) catch length underflows */ |
| 389 | if ((int)args->len >= (int)args->minlen) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | return 1; |
| 391 | args->agbno = NULLAGBLOCK; |
| 392 | return 0; |
| 393 | } |
| 394 | |
| 395 | /* |
| 396 | * Update the two btrees, logically removing from freespace the extent |
| 397 | * starting at rbno, rlen blocks. The extent is contained within the |
| 398 | * actual (current) free extent fbno for flen blocks. |
| 399 | * Flags are passed in indicating whether the cursors are set to the |
| 400 | * relevant records. |
| 401 | */ |
| 402 | STATIC int /* error code */ |
| 403 | xfs_alloc_fixup_trees( |
| 404 | xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */ |
| 405 | xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */ |
| 406 | xfs_agblock_t fbno, /* starting block of free extent */ |
| 407 | xfs_extlen_t flen, /* length of free extent */ |
| 408 | xfs_agblock_t rbno, /* starting block of returned extent */ |
| 409 | xfs_extlen_t rlen, /* length of returned extent */ |
| 410 | int flags) /* flags, XFSA_FIXUP_... */ |
| 411 | { |
| 412 | int error; /* error code */ |
| 413 | int i; /* operation results */ |
| 414 | xfs_agblock_t nfbno1; /* first new free startblock */ |
| 415 | xfs_agblock_t nfbno2; /* second new free startblock */ |
| 416 | xfs_extlen_t nflen1=0; /* first new free length */ |
| 417 | xfs_extlen_t nflen2=0; /* second new free length */ |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 418 | struct xfs_mount *mp; |
| 419 | |
| 420 | mp = cnt_cur->bc_mp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | |
| 422 | /* |
| 423 | * Look up the record in the by-size tree if necessary. |
| 424 | */ |
| 425 | if (flags & XFSA_FIXUP_CNT_OK) { |
| 426 | #ifdef DEBUG |
| 427 | if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) |
| 428 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 429 | XFS_WANT_CORRUPTED_RETURN(mp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | i == 1 && nfbno1 == fbno && nflen1 == flen); |
| 431 | #endif |
| 432 | } else { |
| 433 | if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) |
| 434 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 435 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | } |
| 437 | /* |
| 438 | * Look up the record in the by-block tree if necessary. |
| 439 | */ |
| 440 | if (flags & XFSA_FIXUP_BNO_OK) { |
| 441 | #ifdef DEBUG |
| 442 | if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) |
| 443 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 444 | XFS_WANT_CORRUPTED_RETURN(mp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | i == 1 && nfbno1 == fbno && nflen1 == flen); |
| 446 | #endif |
| 447 | } else { |
| 448 | if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) |
| 449 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 450 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | |
Christoph Hellwig | 7cc95a8 | 2008-10-30 17:14:34 +1100 | [diff] [blame] | 453 | #ifdef DEBUG |
| 454 | if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) { |
| 455 | struct xfs_btree_block *bnoblock; |
| 456 | struct xfs_btree_block *cntblock; |
| 457 | |
| 458 | bnoblock = XFS_BUF_TO_BLOCK(bno_cur->bc_bufs[0]); |
| 459 | cntblock = XFS_BUF_TO_BLOCK(cnt_cur->bc_bufs[0]); |
| 460 | |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 461 | XFS_WANT_CORRUPTED_RETURN(mp, |
Christoph Hellwig | 7cc95a8 | 2008-10-30 17:14:34 +1100 | [diff] [blame] | 462 | bnoblock->bb_numrecs == cntblock->bb_numrecs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | } |
| 464 | #endif |
Christoph Hellwig | 7cc95a8 | 2008-10-30 17:14:34 +1100 | [diff] [blame] | 465 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | /* |
| 467 | * Deal with all four cases: the allocated record is contained |
| 468 | * within the freespace record, so we can have new freespace |
| 469 | * at either (or both) end, or no freespace remaining. |
| 470 | */ |
| 471 | if (rbno == fbno && rlen == flen) |
| 472 | nfbno1 = nfbno2 = NULLAGBLOCK; |
| 473 | else if (rbno == fbno) { |
| 474 | nfbno1 = rbno + rlen; |
| 475 | nflen1 = flen - rlen; |
| 476 | nfbno2 = NULLAGBLOCK; |
| 477 | } else if (rbno + rlen == fbno + flen) { |
| 478 | nfbno1 = fbno; |
| 479 | nflen1 = flen - rlen; |
| 480 | nfbno2 = NULLAGBLOCK; |
| 481 | } else { |
| 482 | nfbno1 = fbno; |
| 483 | nflen1 = rbno - fbno; |
| 484 | nfbno2 = rbno + rlen; |
| 485 | nflen2 = (fbno + flen) - nfbno2; |
| 486 | } |
| 487 | /* |
| 488 | * Delete the entry from the by-size btree. |
| 489 | */ |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 490 | if ((error = xfs_btree_delete(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 491 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 492 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | /* |
| 494 | * Add new by-size btree entry(s). |
| 495 | */ |
| 496 | if (nfbno1 != NULLAGBLOCK) { |
| 497 | if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) |
| 498 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 499 | XFS_WANT_CORRUPTED_RETURN(mp, i == 0); |
Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 500 | if ((error = xfs_btree_insert(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 501 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 502 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 503 | } |
| 504 | if (nfbno2 != NULLAGBLOCK) { |
| 505 | if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) |
| 506 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 507 | XFS_WANT_CORRUPTED_RETURN(mp, i == 0); |
Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 508 | if ((error = xfs_btree_insert(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 510 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | } |
| 512 | /* |
| 513 | * Fix up the by-block btree entry(s). |
| 514 | */ |
| 515 | if (nfbno1 == NULLAGBLOCK) { |
| 516 | /* |
| 517 | * No remaining freespace, just delete the by-block tree entry. |
| 518 | */ |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 519 | if ((error = xfs_btree_delete(bno_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 521 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | } else { |
| 523 | /* |
| 524 | * Update the by-block entry to start later|be shorter. |
| 525 | */ |
| 526 | if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) |
| 527 | return error; |
| 528 | } |
| 529 | if (nfbno2 != NULLAGBLOCK) { |
| 530 | /* |
| 531 | * 2 resulting free entries, need to add one. |
| 532 | */ |
| 533 | if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) |
| 534 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 535 | XFS_WANT_CORRUPTED_RETURN(mp, i == 0); |
Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 536 | if ((error = xfs_btree_insert(bno_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 538 | XFS_WANT_CORRUPTED_RETURN(mp, i == 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | } |
| 540 | return 0; |
| 541 | } |
| 542 | |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 543 | static bool |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 544 | xfs_agfl_verify( |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 545 | struct xfs_buf *bp) |
| 546 | { |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 547 | struct xfs_mount *mp = bp->b_target->bt_mount; |
| 548 | struct xfs_agfl *agfl = XFS_BUF_TO_AGFL(bp); |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 549 | int i; |
| 550 | |
Eric Sandeen | ce748ea | 2015-07-29 11:53:31 +1000 | [diff] [blame] | 551 | if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid)) |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 552 | return false; |
| 553 | if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) |
| 554 | return false; |
| 555 | /* |
| 556 | * during growfs operations, the perag is not fully initialised, |
| 557 | * so we can't use it for any useful checking. growfs ensures we can't |
| 558 | * use it by using uncached buffers that don't have the perag attached |
| 559 | * so we can detect and avoid this problem. |
| 560 | */ |
| 561 | if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) |
| 562 | return false; |
| 563 | |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 564 | for (i = 0; i < XFS_AGFL_SIZE(mp); i++) { |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 565 | if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 566 | be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 567 | return false; |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 568 | } |
Brian Foster | a45086e | 2015-10-12 15:59:25 +1100 | [diff] [blame] | 569 | |
| 570 | return xfs_log_check_lsn(mp, |
| 571 | be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn)); |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 572 | } |
| 573 | |
Dave Chinner | b0f539d | 2012-11-14 17:53:49 +1100 | [diff] [blame] | 574 | static void |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 575 | xfs_agfl_read_verify( |
| 576 | struct xfs_buf *bp) |
| 577 | { |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 578 | struct xfs_mount *mp = bp->b_target->bt_mount; |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 579 | |
| 580 | /* |
| 581 | * There is no verification of non-crc AGFLs because mkfs does not |
| 582 | * initialise the AGFL to zero or NULL. Hence the only valid part of the |
| 583 | * AGFL is what the AGF says is active. We can't get to the AGF, so we |
| 584 | * can't verify just those entries are valid. |
| 585 | */ |
| 586 | if (!xfs_sb_version_hascrc(&mp->m_sb)) |
| 587 | return; |
| 588 | |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 589 | if (!xfs_buf_verify_cksum(bp, XFS_AGFL_CRC_OFF)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 590 | xfs_buf_ioerror(bp, -EFSBADCRC); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 591 | else if (!xfs_agfl_verify(bp)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 592 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 593 | |
| 594 | if (bp->b_error) |
| 595 | xfs_verifier_error(bp); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 596 | } |
| 597 | |
| 598 | static void |
| 599 | xfs_agfl_write_verify( |
| 600 | struct xfs_buf *bp) |
| 601 | { |
| 602 | struct xfs_mount *mp = bp->b_target->bt_mount; |
| 603 | struct xfs_buf_log_item *bip = bp->b_fspriv; |
| 604 | |
| 605 | /* no verification of non-crc AGFLs */ |
| 606 | if (!xfs_sb_version_hascrc(&mp->m_sb)) |
| 607 | return; |
| 608 | |
| 609 | if (!xfs_agfl_verify(bp)) { |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 610 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 611 | xfs_verifier_error(bp); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 612 | return; |
| 613 | } |
| 614 | |
| 615 | if (bip) |
| 616 | XFS_BUF_TO_AGFL(bp)->agfl_lsn = cpu_to_be64(bip->bli_item.li_lsn); |
| 617 | |
Eric Sandeen | f1dbcd7 | 2014-02-27 15:18:23 +1100 | [diff] [blame] | 618 | xfs_buf_update_cksum(bp, XFS_AGFL_CRC_OFF); |
Dave Chinner | bb80c6d | 2012-11-12 22:54:06 +1100 | [diff] [blame] | 619 | } |
| 620 | |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 621 | const struct xfs_buf_ops xfs_agfl_buf_ops = { |
Eric Sandeen | 233135b | 2016-01-04 16:10:19 +1100 | [diff] [blame] | 622 | .name = "xfs_agfl", |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 623 | .verify_read = xfs_agfl_read_verify, |
| 624 | .verify_write = xfs_agfl_write_verify, |
| 625 | }; |
| 626 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 627 | /* |
| 628 | * Read in the allocation group free block array. |
| 629 | */ |
| 630 | STATIC int /* error */ |
| 631 | xfs_alloc_read_agfl( |
| 632 | xfs_mount_t *mp, /* mount point structure */ |
| 633 | xfs_trans_t *tp, /* transaction pointer */ |
| 634 | xfs_agnumber_t agno, /* allocation group number */ |
| 635 | xfs_buf_t **bpp) /* buffer for the ag free block array */ |
| 636 | { |
| 637 | xfs_buf_t *bp; /* return value */ |
| 638 | int error; |
| 639 | |
| 640 | ASSERT(agno != NULLAGNUMBER); |
| 641 | error = xfs_trans_read_buf( |
| 642 | mp, tp, mp->m_ddev_targp, |
| 643 | XFS_AG_DADDR(mp, agno, XFS_AGFL_DADDR(mp)), |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 644 | XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_agfl_buf_ops); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 645 | if (error) |
| 646 | return error; |
Christoph Hellwig | 38f2323 | 2011-10-10 16:52:45 +0000 | [diff] [blame] | 647 | xfs_buf_set_ref(bp, XFS_AGFL_REF); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | *bpp = bp; |
| 649 | return 0; |
| 650 | } |
| 651 | |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 652 | STATIC int |
| 653 | xfs_alloc_update_counters( |
| 654 | struct xfs_trans *tp, |
| 655 | struct xfs_perag *pag, |
| 656 | struct xfs_buf *agbp, |
| 657 | long len) |
| 658 | { |
| 659 | struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); |
| 660 | |
| 661 | pag->pagf_freeblks += len; |
| 662 | be32_add_cpu(&agf->agf_freeblks, len); |
| 663 | |
| 664 | xfs_trans_agblocks_delta(tp, len); |
| 665 | if (unlikely(be32_to_cpu(agf->agf_freeblks) > |
| 666 | be32_to_cpu(agf->agf_length))) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 667 | return -EFSCORRUPTED; |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 668 | |
| 669 | xfs_alloc_log_agf(tp, agbp, XFS_AGF_FREEBLKS); |
| 670 | return 0; |
| 671 | } |
| 672 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 673 | /* |
| 674 | * Allocation group level functions. |
| 675 | */ |
| 676 | |
| 677 | /* |
| 678 | * Allocate a variable extent in the allocation group agno. |
| 679 | * Type and bno are used to determine where in the allocation group the |
| 680 | * extent will start. |
| 681 | * Extent's length (returned in *len) will be between minlen and maxlen, |
| 682 | * and of the form k * prod + mod unless there's nothing that large. |
| 683 | * Return the starting a.g. block, or NULLAGBLOCK if we can't do it. |
| 684 | */ |
| 685 | STATIC int /* error */ |
| 686 | xfs_alloc_ag_vextent( |
| 687 | xfs_alloc_arg_t *args) /* argument structure for allocation */ |
| 688 | { |
| 689 | int error=0; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 690 | xfs_extlen_t reservation; |
| 691 | xfs_extlen_t oldmax; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 692 | |
| 693 | ASSERT(args->minlen > 0); |
| 694 | ASSERT(args->maxlen > 0); |
| 695 | ASSERT(args->minlen <= args->maxlen); |
| 696 | ASSERT(args->mod < args->prod); |
| 697 | ASSERT(args->alignment > 0); |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 698 | |
| 699 | /* |
| 700 | * Clamp maxlen to the amount of free space minus any reservations |
| 701 | * that have been made. |
| 702 | */ |
| 703 | oldmax = args->maxlen; |
| 704 | reservation = xfs_ag_resv_needed(args->pag, args->resv); |
| 705 | if (args->maxlen > args->pag->pagf_freeblks - reservation) |
| 706 | args->maxlen = args->pag->pagf_freeblks - reservation; |
| 707 | if (args->maxlen == 0) { |
| 708 | args->agbno = NULLAGBLOCK; |
| 709 | args->maxlen = oldmax; |
| 710 | return 0; |
| 711 | } |
| 712 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | /* |
| 714 | * Branch to correct routine based on the type. |
| 715 | */ |
| 716 | args->wasfromfl = 0; |
| 717 | switch (args->type) { |
| 718 | case XFS_ALLOCTYPE_THIS_AG: |
| 719 | error = xfs_alloc_ag_vextent_size(args); |
| 720 | break; |
| 721 | case XFS_ALLOCTYPE_NEAR_BNO: |
| 722 | error = xfs_alloc_ag_vextent_near(args); |
| 723 | break; |
| 724 | case XFS_ALLOCTYPE_THIS_BNO: |
| 725 | error = xfs_alloc_ag_vextent_exact(args); |
| 726 | break; |
| 727 | default: |
| 728 | ASSERT(0); |
| 729 | /* NOTREACHED */ |
| 730 | } |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 731 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 732 | args->maxlen = oldmax; |
| 733 | |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 734 | if (error || args->agbno == NULLAGBLOCK) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 735 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 737 | ASSERT(args->len >= args->minlen); |
| 738 | ASSERT(args->len <= args->maxlen); |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 739 | ASSERT(!args->wasfromfl || args->resv != XFS_AG_RESV_AGFL); |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 740 | ASSERT(args->agbno % args->alignment == 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 741 | |
Darrick J. Wong | 673930c | 2016-08-03 11:33:43 +1000 | [diff] [blame] | 742 | /* if not file data, insert new block into the reverse map btree */ |
| 743 | if (args->oinfo.oi_owner != XFS_RMAP_OWN_UNKNOWN) { |
| 744 | error = xfs_rmap_alloc(args->tp, args->agbp, args->agno, |
| 745 | args->agbno, args->len, &args->oinfo); |
| 746 | if (error) |
| 747 | return error; |
| 748 | } |
| 749 | |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 750 | if (!args->wasfromfl) { |
| 751 | error = xfs_alloc_update_counters(args->tp, args->pag, |
| 752 | args->agbp, |
| 753 | -((long)(args->len))); |
| 754 | if (error) |
| 755 | return error; |
| 756 | |
Dave Chinner | 4ecbfe6 | 2012-04-29 10:41:10 +0000 | [diff] [blame] | 757 | ASSERT(!xfs_extent_busy_search(args->mp, args->agno, |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 758 | args->agbno, args->len)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | } |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 760 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 761 | xfs_ag_resv_alloc_extent(args->pag, args->resv, args); |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 762 | |
Bill O'Donnell | ff6d6af | 2015-10-12 18:21:22 +1100 | [diff] [blame] | 763 | XFS_STATS_INC(args->mp, xs_allocx); |
| 764 | XFS_STATS_ADD(args->mp, xs_allocb, args->len); |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 765 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 766 | } |
| 767 | |
| 768 | /* |
| 769 | * Allocate a variable extent at exactly agno/bno. |
| 770 | * Extent's length (returned in *len) will be between minlen and maxlen, |
| 771 | * and of the form k * prod + mod unless there's nothing that large. |
| 772 | * Return the starting a.g. block (bno), or NULLAGBLOCK if we can't do it. |
| 773 | */ |
| 774 | STATIC int /* error */ |
| 775 | xfs_alloc_ag_vextent_exact( |
| 776 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 777 | { |
| 778 | xfs_btree_cur_t *bno_cur;/* by block-number btree cursor */ |
| 779 | xfs_btree_cur_t *cnt_cur;/* by count btree cursor */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | int error; |
| 781 | xfs_agblock_t fbno; /* start block of found extent */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 782 | xfs_extlen_t flen; /* length of found extent */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 783 | xfs_agblock_t tbno; /* start block of trimmed extent */ |
| 784 | xfs_extlen_t tlen; /* length of trimmed extent */ |
| 785 | xfs_agblock_t tend; /* end block of trimmed extent */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | int i; /* success/failure of operation */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 787 | |
| 788 | ASSERT(args->alignment == 1); |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 789 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | /* |
| 791 | * Allocate/initialize a cursor for the by-number freespace btree. |
| 792 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 793 | bno_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 794 | args->agno, XFS_BTNUM_BNO); |
| 795 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 796 | /* |
| 797 | * Lookup bno and minlen in the btree (minlen is irrelevant, really). |
| 798 | * Look for the closest free block <= bno, it must contain bno |
| 799 | * if any free block does. |
| 800 | */ |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 801 | error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i); |
| 802 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 803 | goto error0; |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 804 | if (!i) |
| 805 | goto not_found; |
| 806 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 807 | /* |
| 808 | * Grab the freespace record. |
| 809 | */ |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 810 | error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); |
| 811 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 812 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 813 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 814 | ASSERT(fbno <= args->agbno); |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 815 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | /* |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 817 | * Check for overlapping busy extents. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 818 | */ |
Dave Chinner | 4ecbfe6 | 2012-04-29 10:41:10 +0000 | [diff] [blame] | 819 | xfs_extent_busy_trim(args, fbno, flen, &tbno, &tlen); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 820 | |
| 821 | /* |
| 822 | * Give up if the start of the extent is busy, or the freespace isn't |
| 823 | * long enough for the minimum request. |
| 824 | */ |
| 825 | if (tbno > args->agbno) |
| 826 | goto not_found; |
| 827 | if (tlen < args->minlen) |
| 828 | goto not_found; |
| 829 | tend = tbno + tlen; |
| 830 | if (tend < args->agbno + args->minlen) |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 831 | goto not_found; |
| 832 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 833 | /* |
| 834 | * End of extent will be smaller of the freespace end and the |
| 835 | * maximal requested end. |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 836 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | * Fix the length according to mod and prod if given. |
| 838 | */ |
Chandra Seetharaman | 81463b1 | 2011-06-09 16:47:49 +0000 | [diff] [blame] | 839 | args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) |
| 840 | - args->agbno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | xfs_alloc_fix_len(args); |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 842 | if (!xfs_alloc_fix_minleft(args)) |
| 843 | goto not_found; |
| 844 | |
Chandra Seetharaman | 81463b1 | 2011-06-09 16:47:49 +0000 | [diff] [blame] | 845 | ASSERT(args->agbno + args->len <= tend); |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 846 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | /* |
Chandra Seetharaman | 81463b1 | 2011-06-09 16:47:49 +0000 | [diff] [blame] | 848 | * We are allocating agbno for args->len |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | * Allocate/initialize a cursor for the by-size btree. |
| 850 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 851 | cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
| 852 | args->agno, XFS_BTNUM_CNT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | ASSERT(args->agbno + args->len <= |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 854 | be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 855 | error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, args->agbno, |
| 856 | args->len, XFSA_FIXUP_BNO_OK); |
| 857 | if (error) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 858 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_ERROR); |
| 859 | goto error0; |
| 860 | } |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 861 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 862 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_NOERROR); |
| 863 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 864 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | args->wasfromfl = 0; |
Christoph Hellwig | 9f9baab | 2010-12-10 15:03:57 +0000 | [diff] [blame] | 866 | trace_xfs_alloc_exact_done(args); |
| 867 | return 0; |
| 868 | |
| 869 | not_found: |
| 870 | /* Didn't find it, return null. */ |
| 871 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_NOERROR); |
| 872 | args->agbno = NULLAGBLOCK; |
| 873 | trace_xfs_alloc_exact_notfound(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 874 | return 0; |
| 875 | |
| 876 | error0: |
| 877 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_ERROR); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 878 | trace_xfs_alloc_exact_error(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | return error; |
| 880 | } |
| 881 | |
| 882 | /* |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 883 | * Search the btree in a given direction via the search cursor and compare |
| 884 | * the records found against the good extent we've already found. |
| 885 | */ |
| 886 | STATIC int |
| 887 | xfs_alloc_find_best_extent( |
| 888 | struct xfs_alloc_arg *args, /* allocation argument structure */ |
| 889 | struct xfs_btree_cur **gcur, /* good cursor */ |
| 890 | struct xfs_btree_cur **scur, /* searching cursor */ |
| 891 | xfs_agblock_t gdiff, /* difference for search comparison */ |
| 892 | xfs_agblock_t *sbno, /* extent found by search */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 893 | xfs_extlen_t *slen, /* extent length */ |
| 894 | xfs_agblock_t *sbnoa, /* aligned extent found by search */ |
| 895 | xfs_extlen_t *slena, /* aligned extent length */ |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 896 | int dir) /* 0 = search right, 1 = search left */ |
| 897 | { |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 898 | xfs_agblock_t new; |
| 899 | xfs_agblock_t sdiff; |
| 900 | int error; |
| 901 | int i; |
| 902 | |
| 903 | /* The good extent is perfect, no need to search. */ |
| 904 | if (!gdiff) |
| 905 | goto out_use_good; |
| 906 | |
| 907 | /* |
| 908 | * Look until we find a better one, run out of space or run off the end. |
| 909 | */ |
| 910 | do { |
| 911 | error = xfs_alloc_get_rec(*scur, sbno, slen, &i); |
| 912 | if (error) |
| 913 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 914 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 915 | xfs_alloc_compute_aligned(args, *sbno, *slen, sbnoa, slena); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 916 | |
| 917 | /* |
| 918 | * The good extent is closer than this one. |
| 919 | */ |
| 920 | if (!dir) { |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 921 | if (*sbnoa > args->max_agbno) |
| 922 | goto out_use_good; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 923 | if (*sbnoa >= args->agbno + gdiff) |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 924 | goto out_use_good; |
| 925 | } else { |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 926 | if (*sbnoa < args->min_agbno) |
| 927 | goto out_use_good; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 928 | if (*sbnoa <= args->agbno - gdiff) |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 929 | goto out_use_good; |
| 930 | } |
| 931 | |
| 932 | /* |
| 933 | * Same distance, compare length and pick the best. |
| 934 | */ |
| 935 | if (*slena >= args->minlen) { |
| 936 | args->len = XFS_EXTLEN_MIN(*slena, args->maxlen); |
| 937 | xfs_alloc_fix_len(args); |
| 938 | |
| 939 | sdiff = xfs_alloc_compute_diff(args->agbno, args->len, |
Jan Kara | 211d022 | 2013-04-11 22:09:56 +0200 | [diff] [blame] | 940 | args->alignment, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 941 | args->datatype, *sbnoa, |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 942 | *slena, &new); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 943 | |
| 944 | /* |
| 945 | * Choose closer size and invalidate other cursor. |
| 946 | */ |
| 947 | if (sdiff < gdiff) |
| 948 | goto out_use_search; |
| 949 | goto out_use_good; |
| 950 | } |
| 951 | |
| 952 | if (!dir) |
| 953 | error = xfs_btree_increment(*scur, 0, &i); |
| 954 | else |
| 955 | error = xfs_btree_decrement(*scur, 0, &i); |
| 956 | if (error) |
| 957 | goto error0; |
| 958 | } while (i); |
| 959 | |
| 960 | out_use_good: |
| 961 | xfs_btree_del_cursor(*scur, XFS_BTREE_NOERROR); |
| 962 | *scur = NULL; |
| 963 | return 0; |
| 964 | |
| 965 | out_use_search: |
| 966 | xfs_btree_del_cursor(*gcur, XFS_BTREE_NOERROR); |
| 967 | *gcur = NULL; |
| 968 | return 0; |
| 969 | |
| 970 | error0: |
| 971 | /* caller invalidates cursors */ |
| 972 | return error; |
| 973 | } |
| 974 | |
| 975 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 976 | * Allocate a variable extent near bno in the allocation group agno. |
| 977 | * Extent's length (returned in len) will be between minlen and maxlen, |
| 978 | * and of the form k * prod + mod unless there's nothing that large. |
| 979 | * Return the starting a.g. block, or NULLAGBLOCK if we can't do it. |
| 980 | */ |
| 981 | STATIC int /* error */ |
| 982 | xfs_alloc_ag_vextent_near( |
| 983 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 984 | { |
| 985 | xfs_btree_cur_t *bno_cur_gt; /* cursor for bno btree, right side */ |
| 986 | xfs_btree_cur_t *bno_cur_lt; /* cursor for bno btree, left side */ |
| 987 | xfs_btree_cur_t *cnt_cur; /* cursor for count btree */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | xfs_agblock_t gtbno; /* start bno of right side entry */ |
| 989 | xfs_agblock_t gtbnoa; /* aligned ... */ |
| 990 | xfs_extlen_t gtdiff; /* difference to right side entry */ |
| 991 | xfs_extlen_t gtlen; /* length of right side entry */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 992 | xfs_extlen_t gtlena; /* aligned ... */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 993 | xfs_agblock_t gtnew; /* useful start bno of right side */ |
| 994 | int error; /* error code */ |
| 995 | int i; /* result code, temporary */ |
| 996 | int j; /* result code, temporary */ |
| 997 | xfs_agblock_t ltbno; /* start bno of left side entry */ |
| 998 | xfs_agblock_t ltbnoa; /* aligned ... */ |
| 999 | xfs_extlen_t ltdiff; /* difference to left side entry */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | xfs_extlen_t ltlen; /* length of left side entry */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1001 | xfs_extlen_t ltlena; /* aligned ... */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1002 | xfs_agblock_t ltnew; /* useful start bno of left side */ |
| 1003 | xfs_extlen_t rlen; /* length of returned extent */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1004 | int forced = 0; |
Dave Chinner | 63d20d6 | 2013-08-12 20:49:50 +1000 | [diff] [blame] | 1005 | #ifdef DEBUG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1006 | /* |
| 1007 | * Randomly don't execute the first algorithm. |
| 1008 | */ |
| 1009 | int dofirst; /* set to do first algorithm */ |
| 1010 | |
Akinobu Mita | ecb3403 | 2013-03-04 21:58:20 +0900 | [diff] [blame] | 1011 | dofirst = prandom_u32() & 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1012 | #endif |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1013 | |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1014 | /* handle unitialized agbno range so caller doesn't have to */ |
| 1015 | if (!args->min_agbno && !args->max_agbno) |
| 1016 | args->max_agbno = args->mp->m_sb.sb_agblocks - 1; |
| 1017 | ASSERT(args->min_agbno <= args->max_agbno); |
| 1018 | |
| 1019 | /* clamp agbno to the range if it's outside */ |
| 1020 | if (args->agbno < args->min_agbno) |
| 1021 | args->agbno = args->min_agbno; |
| 1022 | if (args->agbno > args->max_agbno) |
| 1023 | args->agbno = args->max_agbno; |
| 1024 | |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1025 | restart: |
| 1026 | bno_cur_lt = NULL; |
| 1027 | bno_cur_gt = NULL; |
| 1028 | ltlen = 0; |
| 1029 | gtlena = 0; |
| 1030 | ltlena = 0; |
| 1031 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1032 | /* |
| 1033 | * Get a cursor for the by-size btree. |
| 1034 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1035 | cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
| 1036 | args->agno, XFS_BTNUM_CNT); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1037 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1038 | /* |
| 1039 | * See if there are any free extents as big as maxlen. |
| 1040 | */ |
| 1041 | if ((error = xfs_alloc_lookup_ge(cnt_cur, 0, args->maxlen, &i))) |
| 1042 | goto error0; |
| 1043 | /* |
| 1044 | * If none, then pick up the last entry in the tree unless the |
| 1045 | * tree is empty. |
| 1046 | */ |
| 1047 | if (!i) { |
| 1048 | if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, <bno, |
| 1049 | <len, &i))) |
| 1050 | goto error0; |
| 1051 | if (i == 0 || ltlen == 0) { |
| 1052 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1053 | trace_xfs_alloc_near_noentry(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1054 | return 0; |
| 1055 | } |
| 1056 | ASSERT(i == 1); |
| 1057 | } |
| 1058 | args->wasfromfl = 0; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1059 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1060 | /* |
| 1061 | * First algorithm. |
| 1062 | * If the requested extent is large wrt the freespaces available |
| 1063 | * in this a.g., then the cursor will be pointing to a btree entry |
| 1064 | * near the right edge of the tree. If it's in the last btree leaf |
| 1065 | * block, then we just examine all the entries in that block |
| 1066 | * that are big enough, and pick the best one. |
| 1067 | * This is written as a while loop so we can break out of it, |
| 1068 | * but we never loop back to the top. |
| 1069 | */ |
| 1070 | while (xfs_btree_islastblock(cnt_cur, 0)) { |
| 1071 | xfs_extlen_t bdiff; |
| 1072 | int besti=0; |
| 1073 | xfs_extlen_t blen=0; |
| 1074 | xfs_agblock_t bnew=0; |
| 1075 | |
Dave Chinner | 63d20d6 | 2013-08-12 20:49:50 +1000 | [diff] [blame] | 1076 | #ifdef DEBUG |
| 1077 | if (dofirst) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1078 | break; |
| 1079 | #endif |
| 1080 | /* |
| 1081 | * Start from the entry that lookup found, sequence through |
| 1082 | * all larger free blocks. If we're actually pointing at a |
| 1083 | * record smaller than maxlen, go to the start of this block, |
| 1084 | * and skip all those smaller than minlen. |
| 1085 | */ |
| 1086 | if (ltlen || args->alignment > 1) { |
| 1087 | cnt_cur->bc_ptrs[0] = 1; |
| 1088 | do { |
| 1089 | if ((error = xfs_alloc_get_rec(cnt_cur, <bno, |
| 1090 | <len, &i))) |
| 1091 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1092 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | if (ltlen >= args->minlen) |
| 1094 | break; |
Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 1095 | if ((error = xfs_btree_increment(cnt_cur, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 | goto error0; |
| 1097 | } while (i); |
| 1098 | ASSERT(ltlen >= args->minlen); |
| 1099 | if (!i) |
| 1100 | break; |
| 1101 | } |
| 1102 | i = cnt_cur->bc_ptrs[0]; |
| 1103 | for (j = 1, blen = 0, bdiff = 0; |
| 1104 | !error && j && (blen < args->maxlen || bdiff > 0); |
Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 1105 | error = xfs_btree_increment(cnt_cur, 0, &j)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1106 | /* |
| 1107 | * For each entry, decide if it's better than |
| 1108 | * the previous best entry. |
| 1109 | */ |
| 1110 | if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) |
| 1111 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1112 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | 86fa8af | 2011-03-04 12:59:54 +0000 | [diff] [blame] | 1113 | xfs_alloc_compute_aligned(args, ltbno, ltlen, |
| 1114 | <bnoa, <lena); |
David Chinner | e643003 | 2008-04-17 16:49:49 +1000 | [diff] [blame] | 1115 | if (ltlena < args->minlen) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1116 | continue; |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1117 | if (ltbnoa < args->min_agbno || ltbnoa > args->max_agbno) |
| 1118 | continue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | args->len = XFS_EXTLEN_MIN(ltlena, args->maxlen); |
| 1120 | xfs_alloc_fix_len(args); |
| 1121 | ASSERT(args->len >= args->minlen); |
| 1122 | if (args->len < blen) |
| 1123 | continue; |
| 1124 | ltdiff = xfs_alloc_compute_diff(args->agbno, args->len, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1125 | args->alignment, args->datatype, ltbnoa, |
Jan Kara | 211d022 | 2013-04-11 22:09:56 +0200 | [diff] [blame] | 1126 | ltlena, <new); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 | if (ltnew != NULLAGBLOCK && |
| 1128 | (args->len > blen || ltdiff < bdiff)) { |
| 1129 | bdiff = ltdiff; |
| 1130 | bnew = ltnew; |
| 1131 | blen = args->len; |
| 1132 | besti = cnt_cur->bc_ptrs[0]; |
| 1133 | } |
| 1134 | } |
| 1135 | /* |
| 1136 | * It didn't work. We COULD be in a case where |
| 1137 | * there's a good record somewhere, so try again. |
| 1138 | */ |
| 1139 | if (blen == 0) |
| 1140 | break; |
| 1141 | /* |
| 1142 | * Point at the best entry, and retrieve it again. |
| 1143 | */ |
| 1144 | cnt_cur->bc_ptrs[0] = besti; |
| 1145 | if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) |
| 1146 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1147 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | 73523a2 | 2010-07-20 17:54:45 +1000 | [diff] [blame] | 1148 | ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | args->len = blen; |
| 1150 | if (!xfs_alloc_fix_minleft(args)) { |
| 1151 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1152 | trace_xfs_alloc_near_nominleft(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1153 | return 0; |
| 1154 | } |
| 1155 | blen = args->len; |
| 1156 | /* |
| 1157 | * We are allocating starting at bnew for blen blocks. |
| 1158 | */ |
| 1159 | args->agbno = bnew; |
| 1160 | ASSERT(bnew >= ltbno); |
Christoph Hellwig | 73523a2 | 2010-07-20 17:54:45 +1000 | [diff] [blame] | 1161 | ASSERT(bnew + blen <= ltbno + ltlen); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | /* |
| 1163 | * Set up a cursor for the by-bno tree. |
| 1164 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1165 | bno_cur_lt = xfs_allocbt_init_cursor(args->mp, args->tp, |
| 1166 | args->agbp, args->agno, XFS_BTNUM_BNO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1167 | /* |
| 1168 | * Fix up the btree entries. |
| 1169 | */ |
| 1170 | if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, |
| 1171 | ltlen, bnew, blen, XFSA_FIXUP_CNT_OK))) |
| 1172 | goto error0; |
| 1173 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1174 | xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1175 | |
| 1176 | trace_xfs_alloc_near_first(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1177 | return 0; |
| 1178 | } |
| 1179 | /* |
| 1180 | * Second algorithm. |
| 1181 | * Search in the by-bno tree to the left and to the right |
| 1182 | * simultaneously, until in each case we find a space big enough, |
| 1183 | * or run into the edge of the tree. When we run into the edge, |
| 1184 | * we deallocate that cursor. |
| 1185 | * If both searches succeed, we compare the two spaces and pick |
| 1186 | * the better one. |
| 1187 | * With alignment, it's possible for both to fail; the upper |
| 1188 | * level algorithm that picks allocation groups for allocations |
| 1189 | * is not supposed to do this. |
| 1190 | */ |
| 1191 | /* |
| 1192 | * Allocate and initialize the cursor for the leftward search. |
| 1193 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1194 | bno_cur_lt = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
| 1195 | args->agno, XFS_BTNUM_BNO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1196 | /* |
| 1197 | * Lookup <= bno to find the leftward search's starting point. |
| 1198 | */ |
| 1199 | if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i))) |
| 1200 | goto error0; |
| 1201 | if (!i) { |
| 1202 | /* |
| 1203 | * Didn't find anything; use this cursor for the rightward |
| 1204 | * search. |
| 1205 | */ |
| 1206 | bno_cur_gt = bno_cur_lt; |
| 1207 | bno_cur_lt = NULL; |
| 1208 | } |
| 1209 | /* |
| 1210 | * Found something. Duplicate the cursor for the rightward search. |
| 1211 | */ |
| 1212 | else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) |
| 1213 | goto error0; |
| 1214 | /* |
| 1215 | * Increment the cursor, so we will point at the entry just right |
| 1216 | * of the leftward entry if any, or to the leftmost entry. |
| 1217 | */ |
Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 1218 | if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1219 | goto error0; |
| 1220 | if (!i) { |
| 1221 | /* |
| 1222 | * It failed, there are no rightward entries. |
| 1223 | */ |
| 1224 | xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_NOERROR); |
| 1225 | bno_cur_gt = NULL; |
| 1226 | } |
| 1227 | /* |
| 1228 | * Loop going left with the leftward cursor, right with the |
| 1229 | * rightward cursor, until either both directions give up or |
| 1230 | * we find an entry at least as big as minlen. |
| 1231 | */ |
| 1232 | do { |
| 1233 | if (bno_cur_lt) { |
| 1234 | if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) |
| 1235 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1236 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | 86fa8af | 2011-03-04 12:59:54 +0000 | [diff] [blame] | 1237 | xfs_alloc_compute_aligned(args, ltbno, ltlen, |
| 1238 | <bnoa, <lena); |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1239 | if (ltlena >= args->minlen && ltbnoa >= args->min_agbno) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1240 | break; |
Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 1241 | if ((error = xfs_btree_decrement(bno_cur_lt, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1242 | goto error0; |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1243 | if (!i || ltbnoa < args->min_agbno) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1244 | xfs_btree_del_cursor(bno_cur_lt, |
| 1245 | XFS_BTREE_NOERROR); |
| 1246 | bno_cur_lt = NULL; |
| 1247 | } |
| 1248 | } |
| 1249 | if (bno_cur_gt) { |
| 1250 | if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) |
| 1251 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1252 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | 86fa8af | 2011-03-04 12:59:54 +0000 | [diff] [blame] | 1253 | xfs_alloc_compute_aligned(args, gtbno, gtlen, |
| 1254 | >bnoa, >lena); |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1255 | if (gtlena >= args->minlen && gtbnoa <= args->max_agbno) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1256 | break; |
Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 1257 | if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1258 | goto error0; |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1259 | if (!i || gtbnoa > args->max_agbno) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1260 | xfs_btree_del_cursor(bno_cur_gt, |
| 1261 | XFS_BTREE_NOERROR); |
| 1262 | bno_cur_gt = NULL; |
| 1263 | } |
| 1264 | } |
| 1265 | } while (bno_cur_lt || bno_cur_gt); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1266 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1267 | /* |
| 1268 | * Got both cursors still active, need to find better entry. |
| 1269 | */ |
| 1270 | if (bno_cur_lt && bno_cur_gt) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1271 | if (ltlena >= args->minlen) { |
| 1272 | /* |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1273 | * Left side is good, look for a right side entry. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1274 | */ |
| 1275 | args->len = XFS_EXTLEN_MIN(ltlena, args->maxlen); |
| 1276 | xfs_alloc_fix_len(args); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1277 | ltdiff = xfs_alloc_compute_diff(args->agbno, args->len, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1278 | args->alignment, args->datatype, ltbnoa, |
Jan Kara | 211d022 | 2013-04-11 22:09:56 +0200 | [diff] [blame] | 1279 | ltlena, <new); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1280 | |
| 1281 | error = xfs_alloc_find_best_extent(args, |
| 1282 | &bno_cur_lt, &bno_cur_gt, |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1283 | ltdiff, >bno, >len, |
| 1284 | >bnoa, >lena, |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1285 | 0 /* search right */); |
| 1286 | } else { |
| 1287 | ASSERT(gtlena >= args->minlen); |
| 1288 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1289 | /* |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1290 | * Right side is good, look for a left side entry. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1291 | */ |
| 1292 | args->len = XFS_EXTLEN_MIN(gtlena, args->maxlen); |
| 1293 | xfs_alloc_fix_len(args); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1294 | gtdiff = xfs_alloc_compute_diff(args->agbno, args->len, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1295 | args->alignment, args->datatype, gtbnoa, |
Jan Kara | 211d022 | 2013-04-11 22:09:56 +0200 | [diff] [blame] | 1296 | gtlena, >new); |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1297 | |
| 1298 | error = xfs_alloc_find_best_extent(args, |
| 1299 | &bno_cur_gt, &bno_cur_lt, |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1300 | gtdiff, <bno, <len, |
| 1301 | <bnoa, <lena, |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1302 | 1 /* search left */); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1303 | } |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1304 | |
| 1305 | if (error) |
| 1306 | goto error0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1307 | } |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1308 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1309 | /* |
| 1310 | * If we couldn't get anything, give up. |
| 1311 | */ |
| 1312 | if (bno_cur_lt == NULL && bno_cur_gt == NULL) { |
Dave Chinner | e3a746f5 | 2012-07-12 07:40:42 +1000 | [diff] [blame] | 1313 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1314 | |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1315 | if (!forced++) { |
| 1316 | trace_xfs_alloc_near_busy(args); |
| 1317 | xfs_log_force(args->mp, XFS_LOG_SYNC); |
| 1318 | goto restart; |
| 1319 | } |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1320 | trace_xfs_alloc_size_neither(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1321 | args->agbno = NULLAGBLOCK; |
| 1322 | return 0; |
| 1323 | } |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1324 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1325 | /* |
| 1326 | * At this point we have selected a freespace entry, either to the |
| 1327 | * left or to the right. If it's on the right, copy all the |
| 1328 | * useful variables to the "left" set so we only have one |
| 1329 | * copy of this code. |
| 1330 | */ |
| 1331 | if (bno_cur_gt) { |
| 1332 | bno_cur_lt = bno_cur_gt; |
| 1333 | bno_cur_gt = NULL; |
| 1334 | ltbno = gtbno; |
| 1335 | ltbnoa = gtbnoa; |
| 1336 | ltlen = gtlen; |
| 1337 | ltlena = gtlena; |
| 1338 | j = 1; |
| 1339 | } else |
| 1340 | j = 0; |
Christoph Hellwig | 489a150 | 2010-12-10 15:04:11 +0000 | [diff] [blame] | 1341 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1342 | /* |
| 1343 | * Fix up the length and compute the useful address. |
| 1344 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1345 | args->len = XFS_EXTLEN_MIN(ltlena, args->maxlen); |
| 1346 | xfs_alloc_fix_len(args); |
| 1347 | if (!xfs_alloc_fix_minleft(args)) { |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1348 | trace_xfs_alloc_near_nominleft(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1349 | xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR); |
| 1350 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1351 | return 0; |
| 1352 | } |
| 1353 | rlen = args->len; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1354 | (void)xfs_alloc_compute_diff(args->agbno, rlen, args->alignment, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1355 | args->datatype, ltbnoa, ltlena, <new); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1356 | ASSERT(ltnew >= ltbno); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1357 | ASSERT(ltnew + rlen <= ltbnoa + ltlena); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 1358 | ASSERT(ltnew + rlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); |
Brian Foster | bfe46d4 | 2015-05-29 08:53:00 +1000 | [diff] [blame] | 1359 | ASSERT(ltnew >= args->min_agbno && ltnew <= args->max_agbno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1360 | args->agbno = ltnew; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1361 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen, |
| 1363 | ltnew, rlen, XFSA_FIXUP_BNO_OK))) |
| 1364 | goto error0; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1365 | |
| 1366 | if (j) |
| 1367 | trace_xfs_alloc_near_greater(args); |
| 1368 | else |
| 1369 | trace_xfs_alloc_near_lesser(args); |
| 1370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1371 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1372 | xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR); |
| 1373 | return 0; |
| 1374 | |
| 1375 | error0: |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1376 | trace_xfs_alloc_near_error(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1377 | if (cnt_cur != NULL) |
| 1378 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_ERROR); |
| 1379 | if (bno_cur_lt != NULL) |
| 1380 | xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_ERROR); |
| 1381 | if (bno_cur_gt != NULL) |
| 1382 | xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_ERROR); |
| 1383 | return error; |
| 1384 | } |
| 1385 | |
| 1386 | /* |
| 1387 | * Allocate a variable extent anywhere in the allocation group agno. |
| 1388 | * Extent's length (returned in len) will be between minlen and maxlen, |
| 1389 | * and of the form k * prod + mod unless there's nothing that large. |
| 1390 | * Return the starting a.g. block, or NULLAGBLOCK if we can't do it. |
| 1391 | */ |
| 1392 | STATIC int /* error */ |
| 1393 | xfs_alloc_ag_vextent_size( |
| 1394 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 1395 | { |
| 1396 | xfs_btree_cur_t *bno_cur; /* cursor for bno btree */ |
| 1397 | xfs_btree_cur_t *cnt_cur; /* cursor for cnt btree */ |
| 1398 | int error; /* error result */ |
| 1399 | xfs_agblock_t fbno; /* start of found freespace */ |
| 1400 | xfs_extlen_t flen; /* length of found freespace */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1401 | int i; /* temp status variable */ |
| 1402 | xfs_agblock_t rbno; /* returned block number */ |
| 1403 | xfs_extlen_t rlen; /* length of returned extent */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1404 | int forced = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1405 | |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1406 | restart: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1407 | /* |
| 1408 | * Allocate and initialize a cursor for the by-size btree. |
| 1409 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1410 | cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
| 1411 | args->agno, XFS_BTNUM_CNT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1412 | bno_cur = NULL; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1413 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1414 | /* |
| 1415 | * Look for an entry >= maxlen+alignment-1 blocks. |
| 1416 | */ |
| 1417 | if ((error = xfs_alloc_lookup_ge(cnt_cur, 0, |
| 1418 | args->maxlen + args->alignment - 1, &i))) |
| 1419 | goto error0; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1420 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1421 | /* |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1422 | * If none or we have busy extents that we cannot allocate from, then |
| 1423 | * we have to settle for a smaller extent. In the case that there are |
| 1424 | * no large extents, this will return the last entry in the tree unless |
| 1425 | * the tree is empty. In the case that there are only busy large |
| 1426 | * extents, this will return the largest small extent unless there |
| 1427 | * are no smaller extents available. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1428 | */ |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1429 | if (!i || forced > 1) { |
| 1430 | error = xfs_alloc_ag_vextent_small(args, cnt_cur, |
| 1431 | &fbno, &flen, &i); |
| 1432 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1433 | goto error0; |
| 1434 | if (i == 0 || flen == 0) { |
| 1435 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1436 | trace_xfs_alloc_size_noentry(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1437 | return 0; |
| 1438 | } |
| 1439 | ASSERT(i == 1); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1440 | xfs_alloc_compute_aligned(args, fbno, flen, &rbno, &rlen); |
| 1441 | } else { |
| 1442 | /* |
| 1443 | * Search for a non-busy extent that is large enough. |
| 1444 | * If we are at low space, don't check, or if we fall of |
| 1445 | * the end of the btree, turn off the busy check and |
| 1446 | * restart. |
| 1447 | */ |
| 1448 | for (;;) { |
| 1449 | error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, &i); |
| 1450 | if (error) |
| 1451 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1452 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1453 | |
| 1454 | xfs_alloc_compute_aligned(args, fbno, flen, |
| 1455 | &rbno, &rlen); |
| 1456 | |
| 1457 | if (rlen >= args->maxlen) |
| 1458 | break; |
| 1459 | |
| 1460 | error = xfs_btree_increment(cnt_cur, 0, &i); |
| 1461 | if (error) |
| 1462 | goto error0; |
| 1463 | if (i == 0) { |
| 1464 | /* |
| 1465 | * Our only valid extents must have been busy. |
| 1466 | * Make it unbusy by forcing the log out and |
| 1467 | * retrying. If we've been here before, forcing |
| 1468 | * the log isn't making the extents available, |
| 1469 | * which means they have probably been freed in |
| 1470 | * this transaction. In that case, we have to |
| 1471 | * give up on them and we'll attempt a minlen |
| 1472 | * allocation the next time around. |
| 1473 | */ |
| 1474 | xfs_btree_del_cursor(cnt_cur, |
| 1475 | XFS_BTREE_NOERROR); |
| 1476 | trace_xfs_alloc_size_busy(args); |
| 1477 | if (!forced++) |
| 1478 | xfs_log_force(args->mp, XFS_LOG_SYNC); |
| 1479 | goto restart; |
| 1480 | } |
| 1481 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1482 | } |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1483 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1484 | /* |
| 1485 | * In the first case above, we got the last entry in the |
| 1486 | * by-size btree. Now we check to see if the space hits maxlen |
| 1487 | * once aligned; if not, we search left for something better. |
| 1488 | * This can't happen in the second case above. |
| 1489 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | rlen = XFS_EXTLEN_MIN(args->maxlen, rlen); |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1491 | XFS_WANT_CORRUPTED_GOTO(args->mp, rlen == 0 || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1492 | (rlen <= flen && rbno + rlen <= fbno + flen), error0); |
| 1493 | if (rlen < args->maxlen) { |
| 1494 | xfs_agblock_t bestfbno; |
| 1495 | xfs_extlen_t bestflen; |
| 1496 | xfs_agblock_t bestrbno; |
| 1497 | xfs_extlen_t bestrlen; |
| 1498 | |
| 1499 | bestrlen = rlen; |
| 1500 | bestrbno = rbno; |
| 1501 | bestflen = flen; |
| 1502 | bestfbno = fbno; |
| 1503 | for (;;) { |
Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 1504 | if ((error = xfs_btree_decrement(cnt_cur, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | goto error0; |
| 1506 | if (i == 0) |
| 1507 | break; |
| 1508 | if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, |
| 1509 | &i))) |
| 1510 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1511 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | if (flen < bestrlen) |
| 1513 | break; |
Christoph Hellwig | 86fa8af | 2011-03-04 12:59:54 +0000 | [diff] [blame] | 1514 | xfs_alloc_compute_aligned(args, fbno, flen, |
| 1515 | &rbno, &rlen); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1516 | rlen = XFS_EXTLEN_MIN(args->maxlen, rlen); |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1517 | XFS_WANT_CORRUPTED_GOTO(args->mp, rlen == 0 || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1518 | (rlen <= flen && rbno + rlen <= fbno + flen), |
| 1519 | error0); |
| 1520 | if (rlen > bestrlen) { |
| 1521 | bestrlen = rlen; |
| 1522 | bestrbno = rbno; |
| 1523 | bestflen = flen; |
| 1524 | bestfbno = fbno; |
| 1525 | if (rlen == args->maxlen) |
| 1526 | break; |
| 1527 | } |
| 1528 | } |
| 1529 | if ((error = xfs_alloc_lookup_eq(cnt_cur, bestfbno, bestflen, |
| 1530 | &i))) |
| 1531 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1532 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1533 | rlen = bestrlen; |
| 1534 | rbno = bestrbno; |
| 1535 | flen = bestflen; |
| 1536 | fbno = bestfbno; |
| 1537 | } |
| 1538 | args->wasfromfl = 0; |
| 1539 | /* |
| 1540 | * Fix up the length. |
| 1541 | */ |
| 1542 | args->len = rlen; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1543 | if (rlen < args->minlen) { |
| 1544 | if (!forced++) { |
| 1545 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1546 | trace_xfs_alloc_size_busy(args); |
| 1547 | xfs_log_force(args->mp, XFS_LOG_SYNC); |
| 1548 | goto restart; |
| 1549 | } |
| 1550 | goto out_nominleft; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1551 | } |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1552 | xfs_alloc_fix_len(args); |
| 1553 | |
| 1554 | if (!xfs_alloc_fix_minleft(args)) |
| 1555 | goto out_nominleft; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1556 | rlen = args->len; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1557 | XFS_WANT_CORRUPTED_GOTO(args->mp, rlen <= flen, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1558 | /* |
| 1559 | * Allocate and initialize a cursor for the by-block tree. |
| 1560 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1561 | bno_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp, |
| 1562 | args->agno, XFS_BTNUM_BNO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1563 | if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, |
| 1564 | rbno, rlen, XFSA_FIXUP_CNT_OK))) |
| 1565 | goto error0; |
| 1566 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1567 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_NOERROR); |
| 1568 | cnt_cur = bno_cur = NULL; |
| 1569 | args->len = rlen; |
| 1570 | args->agbno = rbno; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1571 | XFS_WANT_CORRUPTED_GOTO(args->mp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1572 | args->agbno + args->len <= |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 1573 | be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1574 | error0); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1575 | trace_xfs_alloc_size_done(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1576 | return 0; |
| 1577 | |
| 1578 | error0: |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1579 | trace_xfs_alloc_size_error(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1580 | if (cnt_cur) |
| 1581 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_ERROR); |
| 1582 | if (bno_cur) |
| 1583 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_ERROR); |
| 1584 | return error; |
Christoph Hellwig | e26f050 | 2011-04-24 19:06:15 +0000 | [diff] [blame] | 1585 | |
| 1586 | out_nominleft: |
| 1587 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1588 | trace_xfs_alloc_size_nominleft(args); |
| 1589 | args->agbno = NULLAGBLOCK; |
| 1590 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1591 | } |
| 1592 | |
| 1593 | /* |
| 1594 | * Deal with the case where only small freespaces remain. |
| 1595 | * Either return the contents of the last freespace record, |
| 1596 | * or allocate space from the freelist if there is nothing in the tree. |
| 1597 | */ |
| 1598 | STATIC int /* error */ |
| 1599 | xfs_alloc_ag_vextent_small( |
| 1600 | xfs_alloc_arg_t *args, /* allocation argument structure */ |
| 1601 | xfs_btree_cur_t *ccur, /* by-size cursor */ |
| 1602 | xfs_agblock_t *fbnop, /* result block number */ |
| 1603 | xfs_extlen_t *flenp, /* result length */ |
| 1604 | int *stat) /* status: 0-freelist, 1-normal/none */ |
| 1605 | { |
Darrick J. Wong | a03f1a6 | 2016-08-17 11:12:57 +1000 | [diff] [blame] | 1606 | struct xfs_owner_info oinfo; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1607 | struct xfs_perag *pag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1608 | int error; |
| 1609 | xfs_agblock_t fbno; |
| 1610 | xfs_extlen_t flen; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | int i; |
| 1612 | |
Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 1613 | if ((error = xfs_btree_decrement(ccur, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1614 | goto error0; |
| 1615 | if (i) { |
| 1616 | if ((error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i))) |
| 1617 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1618 | XFS_WANT_CORRUPTED_GOTO(args->mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1619 | } |
| 1620 | /* |
| 1621 | * Nothing in the btree, try the freelist. Make sure |
| 1622 | * to respect minleft even when pulling from the |
| 1623 | * freelist. |
| 1624 | */ |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1625 | else if (args->minlen == 1 && args->alignment == 1 && |
| 1626 | args->resv != XFS_AG_RESV_AGFL && |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 1627 | (be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_flcount) |
| 1628 | > args->minleft)) { |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 1629 | error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno, 0); |
| 1630 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1631 | goto error0; |
| 1632 | if (fbno != NULLAGBLOCK) { |
Dave Chinner | 4ecbfe6 | 2012-04-29 10:41:10 +0000 | [diff] [blame] | 1633 | xfs_extent_busy_reuse(args->mp, args->agno, fbno, 1, |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1634 | xfs_alloc_allow_busy_reuse(args->datatype)); |
Christoph Hellwig | 97d3ac7 | 2011-04-24 19:06:16 +0000 | [diff] [blame] | 1635 | |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 1636 | if (xfs_alloc_is_userdata(args->datatype)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1637 | xfs_buf_t *bp; |
| 1638 | |
| 1639 | bp = xfs_btree_get_bufs(args->mp, args->tp, |
| 1640 | args->agno, fbno, 0); |
| 1641 | xfs_trans_binval(args->tp, bp); |
| 1642 | } |
| 1643 | args->len = 1; |
| 1644 | args->agbno = fbno; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1645 | XFS_WANT_CORRUPTED_GOTO(args->mp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | args->agbno + args->len <= |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 1647 | be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | error0); |
| 1649 | args->wasfromfl = 1; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1650 | trace_xfs_alloc_small_freelist(args); |
Darrick J. Wong | a03f1a6 | 2016-08-17 11:12:57 +1000 | [diff] [blame] | 1651 | |
| 1652 | /* |
| 1653 | * If we're feeding an AGFL block to something that |
| 1654 | * doesn't live in the free space, we need to clear |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1655 | * out the OWN_AG rmap and add the block back to |
| 1656 | * the AGFL per-AG reservation. |
Darrick J. Wong | a03f1a6 | 2016-08-17 11:12:57 +1000 | [diff] [blame] | 1657 | */ |
| 1658 | xfs_rmap_ag_owner(&oinfo, XFS_RMAP_OWN_AG); |
| 1659 | error = xfs_rmap_free(args->tp, args->agbp, args->agno, |
| 1660 | fbno, 1, &oinfo); |
| 1661 | if (error) |
| 1662 | goto error0; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1663 | pag = xfs_perag_get(args->mp, args->agno); |
| 1664 | xfs_ag_resv_free_extent(pag, XFS_AG_RESV_AGFL, |
| 1665 | args->tp, 1); |
| 1666 | xfs_perag_put(pag); |
Darrick J. Wong | a03f1a6 | 2016-08-17 11:12:57 +1000 | [diff] [blame] | 1667 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1668 | *stat = 0; |
| 1669 | return 0; |
| 1670 | } |
| 1671 | /* |
| 1672 | * Nothing in the freelist. |
| 1673 | */ |
| 1674 | else |
| 1675 | flen = 0; |
| 1676 | } |
| 1677 | /* |
| 1678 | * Can't allocate from the freelist for some reason. |
| 1679 | */ |
Nathan Scott | d432c80 | 2006-09-28 11:03:44 +1000 | [diff] [blame] | 1680 | else { |
| 1681 | fbno = NULLAGBLOCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1682 | flen = 0; |
Nathan Scott | d432c80 | 2006-09-28 11:03:44 +1000 | [diff] [blame] | 1683 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1684 | /* |
| 1685 | * Can't do the allocation, give up. |
| 1686 | */ |
| 1687 | if (flen < args->minlen) { |
| 1688 | args->agbno = NULLAGBLOCK; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1689 | trace_xfs_alloc_small_notenough(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1690 | flen = 0; |
| 1691 | } |
| 1692 | *fbnop = fbno; |
| 1693 | *flenp = flen; |
| 1694 | *stat = 1; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1695 | trace_xfs_alloc_small_done(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | return 0; |
| 1697 | |
| 1698 | error0: |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1699 | trace_xfs_alloc_small_error(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1700 | return error; |
| 1701 | } |
| 1702 | |
| 1703 | /* |
| 1704 | * Free the extent starting at agno/bno for length. |
| 1705 | */ |
Darrick J. Wong | 340785c | 2016-08-03 11:33:42 +1000 | [diff] [blame] | 1706 | STATIC int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1707 | xfs_free_ag_extent( |
Darrick J. Wong | 340785c | 2016-08-03 11:33:42 +1000 | [diff] [blame] | 1708 | xfs_trans_t *tp, |
| 1709 | xfs_buf_t *agbp, |
| 1710 | xfs_agnumber_t agno, |
| 1711 | xfs_agblock_t bno, |
| 1712 | xfs_extlen_t len, |
| 1713 | struct xfs_owner_info *oinfo, |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1714 | enum xfs_ag_resv_type type) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1715 | { |
| 1716 | xfs_btree_cur_t *bno_cur; /* cursor for by-block btree */ |
| 1717 | xfs_btree_cur_t *cnt_cur; /* cursor for by-size btree */ |
| 1718 | int error; /* error return value */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1719 | xfs_agblock_t gtbno; /* start of right neighbor block */ |
| 1720 | xfs_extlen_t gtlen; /* length of right neighbor block */ |
| 1721 | int haveleft; /* have a left neighbor block */ |
| 1722 | int haveright; /* have a right neighbor block */ |
| 1723 | int i; /* temp, result code */ |
| 1724 | xfs_agblock_t ltbno; /* start of left neighbor block */ |
| 1725 | xfs_extlen_t ltlen; /* length of left neighbor block */ |
| 1726 | xfs_mount_t *mp; /* mount point struct for filesystem */ |
| 1727 | xfs_agblock_t nbno; /* new starting block of freespace */ |
| 1728 | xfs_extlen_t nlen; /* new length of freespace */ |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 1729 | xfs_perag_t *pag; /* per allocation group data */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1730 | |
Darrick J. Wong | 673930c | 2016-08-03 11:33:43 +1000 | [diff] [blame] | 1731 | bno_cur = cnt_cur = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1732 | mp = tp->t_mountp; |
Darrick J. Wong | 673930c | 2016-08-03 11:33:43 +1000 | [diff] [blame] | 1733 | |
| 1734 | if (oinfo->oi_owner != XFS_RMAP_OWN_UNKNOWN) { |
| 1735 | error = xfs_rmap_free(tp, agbp, agno, bno, len, oinfo); |
| 1736 | if (error) |
| 1737 | goto error0; |
| 1738 | } |
| 1739 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1740 | /* |
| 1741 | * Allocate and initialize a cursor for the by-block btree. |
| 1742 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1743 | bno_cur = xfs_allocbt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_BNO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1744 | /* |
| 1745 | * Look for a neighboring block on the left (lower block numbers) |
| 1746 | * that is contiguous with this space. |
| 1747 | */ |
| 1748 | if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) |
| 1749 | goto error0; |
| 1750 | if (haveleft) { |
| 1751 | /* |
| 1752 | * There is a block to our left. |
| 1753 | */ |
| 1754 | if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) |
| 1755 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1756 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1757 | /* |
| 1758 | * It's not contiguous, though. |
| 1759 | */ |
| 1760 | if (ltbno + ltlen < bno) |
| 1761 | haveleft = 0; |
| 1762 | else { |
| 1763 | /* |
| 1764 | * If this failure happens the request to free this |
| 1765 | * space was invalid, it's (partly) already free. |
| 1766 | * Very bad. |
| 1767 | */ |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1768 | XFS_WANT_CORRUPTED_GOTO(mp, |
| 1769 | ltbno + ltlen <= bno, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1770 | } |
| 1771 | } |
| 1772 | /* |
| 1773 | * Look for a neighboring block on the right (higher block numbers) |
| 1774 | * that is contiguous with this space. |
| 1775 | */ |
Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 1776 | if ((error = xfs_btree_increment(bno_cur, 0, &haveright))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1777 | goto error0; |
| 1778 | if (haveright) { |
| 1779 | /* |
| 1780 | * There is a block to our right. |
| 1781 | */ |
| 1782 | if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) |
| 1783 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1784 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1785 | /* |
| 1786 | * It's not contiguous, though. |
| 1787 | */ |
| 1788 | if (bno + len < gtbno) |
| 1789 | haveright = 0; |
| 1790 | else { |
| 1791 | /* |
| 1792 | * If this failure happens the request to free this |
| 1793 | * space was invalid, it's (partly) already free. |
| 1794 | * Very bad. |
| 1795 | */ |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1796 | XFS_WANT_CORRUPTED_GOTO(mp, gtbno >= bno + len, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1797 | } |
| 1798 | } |
| 1799 | /* |
| 1800 | * Now allocate and initialize a cursor for the by-size tree. |
| 1801 | */ |
Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1802 | cnt_cur = xfs_allocbt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_CNT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1803 | /* |
| 1804 | * Have both left and right contiguous neighbors. |
| 1805 | * Merge all three into a single free block. |
| 1806 | */ |
| 1807 | if (haveleft && haveright) { |
| 1808 | /* |
| 1809 | * Delete the old by-size entry on the left. |
| 1810 | */ |
| 1811 | if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) |
| 1812 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1813 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1814 | if ((error = xfs_btree_delete(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1815 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1816 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | /* |
| 1818 | * Delete the old by-size entry on the right. |
| 1819 | */ |
| 1820 | if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) |
| 1821 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1822 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1823 | if ((error = xfs_btree_delete(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1824 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1825 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1826 | /* |
| 1827 | * Delete the old by-block entry for the right block. |
| 1828 | */ |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1829 | if ((error = xfs_btree_delete(bno_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1830 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1831 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1832 | /* |
| 1833 | * Move the by-block cursor back to the left neighbor. |
| 1834 | */ |
Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 1835 | if ((error = xfs_btree_decrement(bno_cur, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1836 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1837 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1838 | #ifdef DEBUG |
| 1839 | /* |
| 1840 | * Check that this is the right record: delete didn't |
| 1841 | * mangle the cursor. |
| 1842 | */ |
| 1843 | { |
| 1844 | xfs_agblock_t xxbno; |
| 1845 | xfs_extlen_t xxlen; |
| 1846 | |
| 1847 | if ((error = xfs_alloc_get_rec(bno_cur, &xxbno, &xxlen, |
| 1848 | &i))) |
| 1849 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1850 | XFS_WANT_CORRUPTED_GOTO(mp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1851 | i == 1 && xxbno == ltbno && xxlen == ltlen, |
| 1852 | error0); |
| 1853 | } |
| 1854 | #endif |
| 1855 | /* |
| 1856 | * Update remaining by-block entry to the new, joined block. |
| 1857 | */ |
| 1858 | nbno = ltbno; |
| 1859 | nlen = len + ltlen + gtlen; |
| 1860 | if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) |
| 1861 | goto error0; |
| 1862 | } |
| 1863 | /* |
| 1864 | * Have only a left contiguous neighbor. |
| 1865 | * Merge it together with the new freespace. |
| 1866 | */ |
| 1867 | else if (haveleft) { |
| 1868 | /* |
| 1869 | * Delete the old by-size entry on the left. |
| 1870 | */ |
| 1871 | if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) |
| 1872 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1873 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1874 | if ((error = xfs_btree_delete(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1875 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1876 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1877 | /* |
| 1878 | * Back up the by-block cursor to the left neighbor, and |
| 1879 | * update its length. |
| 1880 | */ |
Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 1881 | if ((error = xfs_btree_decrement(bno_cur, 0, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1882 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1883 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1884 | nbno = ltbno; |
| 1885 | nlen = len + ltlen; |
| 1886 | if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) |
| 1887 | goto error0; |
| 1888 | } |
| 1889 | /* |
| 1890 | * Have only a right contiguous neighbor. |
| 1891 | * Merge it together with the new freespace. |
| 1892 | */ |
| 1893 | else if (haveright) { |
| 1894 | /* |
| 1895 | * Delete the old by-size entry on the right. |
| 1896 | */ |
| 1897 | if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) |
| 1898 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1899 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1900 | if ((error = xfs_btree_delete(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1901 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1902 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1903 | /* |
| 1904 | * Update the starting block and length of the right |
| 1905 | * neighbor in the by-block tree. |
| 1906 | */ |
| 1907 | nbno = bno; |
| 1908 | nlen = len + gtlen; |
| 1909 | if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) |
| 1910 | goto error0; |
| 1911 | } |
| 1912 | /* |
| 1913 | * No contiguous neighbors. |
| 1914 | * Insert the new freespace into the by-block tree. |
| 1915 | */ |
| 1916 | else { |
| 1917 | nbno = bno; |
| 1918 | nlen = len; |
Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 1919 | if ((error = xfs_btree_insert(bno_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1920 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1921 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1922 | } |
| 1923 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_NOERROR); |
| 1924 | bno_cur = NULL; |
| 1925 | /* |
| 1926 | * In all cases we need to insert the new freespace in the by-size tree. |
| 1927 | */ |
| 1928 | if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i))) |
| 1929 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1930 | XFS_WANT_CORRUPTED_GOTO(mp, i == 0, error0); |
Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 1931 | if ((error = xfs_btree_insert(cnt_cur, &i))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1932 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1933 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1934 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); |
| 1935 | cnt_cur = NULL; |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 1936 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1937 | /* |
| 1938 | * Update the freespace totals in the ag and superblock. |
| 1939 | */ |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 1940 | pag = xfs_perag_get(mp, agno); |
| 1941 | error = xfs_alloc_update_counters(tp, pag, agbp, len); |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1942 | xfs_ag_resv_free_extent(pag, type, tp, len); |
Christoph Hellwig | ecb6928 | 2011-03-04 12:59:55 +0000 | [diff] [blame] | 1943 | xfs_perag_put(pag); |
| 1944 | if (error) |
| 1945 | goto error0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1946 | |
Bill O'Donnell | ff6d6af | 2015-10-12 18:21:22 +1100 | [diff] [blame] | 1947 | XFS_STATS_INC(mp, xs_freex); |
| 1948 | XFS_STATS_ADD(mp, xs_freeb, len); |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1949 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1950 | trace_xfs_free_extent(mp, agno, bno, len, type == XFS_AG_RESV_AGFL, |
| 1951 | haveleft, haveright); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1952 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | return 0; |
| 1954 | |
| 1955 | error0: |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1956 | trace_xfs_free_extent(mp, agno, bno, len, type == XFS_AG_RESV_AGFL, |
| 1957 | -1, -1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1958 | if (bno_cur) |
| 1959 | xfs_btree_del_cursor(bno_cur, XFS_BTREE_ERROR); |
| 1960 | if (cnt_cur) |
| 1961 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_ERROR); |
| 1962 | return error; |
| 1963 | } |
| 1964 | |
| 1965 | /* |
| 1966 | * Visible (exported) allocation/free functions. |
| 1967 | * Some of these are used just by xfs_alloc_btree.c and this file. |
| 1968 | */ |
| 1969 | |
| 1970 | /* |
| 1971 | * Compute and fill in value of m_ag_maxlevels. |
| 1972 | */ |
| 1973 | void |
| 1974 | xfs_alloc_compute_maxlevels( |
| 1975 | xfs_mount_t *mp) /* file system mount structure */ |
| 1976 | { |
Darrick J. Wong | 19b54ee | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 1977 | mp->m_ag_maxlevels = xfs_btree_compute_maxlevels(mp, mp->m_alloc_mnr, |
| 1978 | (mp->m_sb.sb_agblocks + 1) / 2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1979 | } |
| 1980 | |
| 1981 | /* |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1982 | * Find the length of the longest extent in an AG. The 'need' parameter |
| 1983 | * specifies how much space we're going to need for the AGFL and the |
| 1984 | * 'reserved' parameter tells us how many blocks in this AG are reserved for |
| 1985 | * other callers. |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 1986 | */ |
| 1987 | xfs_extlen_t |
| 1988 | xfs_alloc_longest_free_extent( |
| 1989 | struct xfs_mount *mp, |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 1990 | struct xfs_perag *pag, |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1991 | xfs_extlen_t need, |
| 1992 | xfs_extlen_t reserved) |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 1993 | { |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 1994 | xfs_extlen_t delta = 0; |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 1995 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 1996 | /* |
| 1997 | * If the AGFL needs a recharge, we'll have to subtract that from the |
| 1998 | * longest extent. |
| 1999 | */ |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 2000 | if (need > pag->pagf_flcount) |
| 2001 | delta = need - pag->pagf_flcount; |
| 2002 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2003 | /* |
| 2004 | * If we cannot maintain others' reservations with space from the |
| 2005 | * not-longest freesp extents, we'll have to subtract /that/ from |
| 2006 | * the longest extent too. |
| 2007 | */ |
| 2008 | if (pag->pagf_freeblks - pag->pagf_longest < reserved) |
| 2009 | delta += reserved - (pag->pagf_freeblks - pag->pagf_longest); |
| 2010 | |
| 2011 | /* |
| 2012 | * If the longest extent is long enough to satisfy all the |
| 2013 | * reservations and AGFL rules in place, we can return this extent. |
| 2014 | */ |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 2015 | if (pag->pagf_longest > delta) |
| 2016 | return pag->pagf_longest - delta; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2017 | |
| 2018 | /* Otherwise, let the caller try for 1 block if there's space. */ |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 2019 | return pag->pagf_flcount > 0 || pag->pagf_longest > 0; |
| 2020 | } |
| 2021 | |
Dave Chinner | 496817b | 2015-06-22 10:13:30 +1000 | [diff] [blame] | 2022 | unsigned int |
| 2023 | xfs_alloc_min_freelist( |
| 2024 | struct xfs_mount *mp, |
| 2025 | struct xfs_perag *pag) |
| 2026 | { |
| 2027 | unsigned int min_free; |
| 2028 | |
| 2029 | /* space needed by-bno freespace btree */ |
| 2030 | min_free = min_t(unsigned int, pag->pagf_levels[XFS_BTNUM_BNOi] + 1, |
| 2031 | mp->m_ag_maxlevels); |
| 2032 | /* space needed by-size freespace btree */ |
| 2033 | min_free += min_t(unsigned int, pag->pagf_levels[XFS_BTNUM_CNTi] + 1, |
| 2034 | mp->m_ag_maxlevels); |
Darrick J. Wong | 5254885 | 2016-08-03 11:38:24 +1000 | [diff] [blame] | 2035 | /* space needed reverse mapping used space btree */ |
| 2036 | if (xfs_sb_version_hasrmapbt(&mp->m_sb)) |
| 2037 | min_free += min_t(unsigned int, |
| 2038 | pag->pagf_levels[XFS_BTNUM_RMAPi] + 1, |
| 2039 | mp->m_rmap_maxlevels); |
Dave Chinner | 496817b | 2015-06-22 10:13:30 +1000 | [diff] [blame] | 2040 | |
| 2041 | return min_free; |
| 2042 | } |
| 2043 | |
Dave Chinner | 6cc8764 | 2009-03-16 08:29:46 +0100 | [diff] [blame] | 2044 | /* |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2045 | * Check if the operation we are fixing up the freelist for should go ahead or |
| 2046 | * not. If we are freeing blocks, we always allow it, otherwise the allocation |
| 2047 | * is dependent on whether the size and shape of free space available will |
| 2048 | * permit the requested allocation to take place. |
| 2049 | */ |
| 2050 | static bool |
| 2051 | xfs_alloc_space_available( |
| 2052 | struct xfs_alloc_arg *args, |
| 2053 | xfs_extlen_t min_free, |
| 2054 | int flags) |
| 2055 | { |
| 2056 | struct xfs_perag *pag = args->pag; |
| 2057 | xfs_extlen_t longest; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2058 | xfs_extlen_t reservation; /* blocks that are still reserved */ |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2059 | int available; |
| 2060 | |
| 2061 | if (flags & XFS_ALLOC_FLAG_FREEING) |
| 2062 | return true; |
| 2063 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2064 | reservation = xfs_ag_resv_needed(pag, args->resv); |
| 2065 | |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2066 | /* do we have enough contiguous free space for the allocation? */ |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2067 | longest = xfs_alloc_longest_free_extent(args->mp, pag, min_free, |
| 2068 | reservation); |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2069 | if ((args->minlen + args->alignment + args->minalignslop - 1) > longest) |
| 2070 | return false; |
| 2071 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2072 | /* do we have enough free space remaining for the allocation? */ |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2073 | available = (int)(pag->pagf_freeblks + pag->pagf_flcount - |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2074 | reservation - min_free - args->total); |
| 2075 | if (available < (int)args->minleft || available <= 0) |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2076 | return false; |
| 2077 | |
| 2078 | return true; |
| 2079 | } |
| 2080 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2081 | /* |
| 2082 | * Decide whether to use this allocation group for this allocation. |
| 2083 | * If so, fix up the btree freelist's size. |
| 2084 | */ |
Darrick J. Wong | 2e9101d | 2016-01-04 16:10:42 +1100 | [diff] [blame] | 2085 | int /* error */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | xfs_alloc_fix_freelist( |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2087 | struct xfs_alloc_arg *args, /* allocation argument structure */ |
| 2088 | int flags) /* XFS_ALLOC_FLAG_... */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | { |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2090 | struct xfs_mount *mp = args->mp; |
| 2091 | struct xfs_perag *pag = args->pag; |
| 2092 | struct xfs_trans *tp = args->tp; |
| 2093 | struct xfs_buf *agbp = NULL; |
| 2094 | struct xfs_buf *agflbp = NULL; |
| 2095 | struct xfs_alloc_arg targs; /* local allocation arguments */ |
| 2096 | xfs_agblock_t bno; /* freelist block */ |
| 2097 | xfs_extlen_t need; /* total blocks needed in freelist */ |
Jan Kara | c184f85 | 2015-08-25 10:05:13 +1000 | [diff] [blame] | 2098 | int error = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2099 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | if (!pag->pagf_init) { |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2101 | error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); |
| 2102 | if (error) |
| 2103 | goto out_no_agbp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2104 | if (!pag->pagf_init) { |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2105 | ASSERT(flags & XFS_ALLOC_FLAG_TRYLOCK); |
| 2106 | ASSERT(!(flags & XFS_ALLOC_FLAG_FREEING)); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2107 | goto out_agbp_relse; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2108 | } |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2109 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2111 | /* |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2112 | * If this is a metadata preferred pag and we are user data then try |
| 2113 | * somewhere else if we are not being asked to try harder at this |
| 2114 | * point |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2115 | */ |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 2116 | if (pag->pagf_metadata && xfs_alloc_is_userdata(args->datatype) && |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2117 | (flags & XFS_ALLOC_FLAG_TRYLOCK)) { |
| 2118 | ASSERT(!(flags & XFS_ALLOC_FLAG_FREEING)); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2119 | goto out_agbp_relse; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2120 | } |
| 2121 | |
Dave Chinner | 496817b | 2015-06-22 10:13:30 +1000 | [diff] [blame] | 2122 | need = xfs_alloc_min_freelist(mp, pag); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2123 | if (!xfs_alloc_space_available(args, need, flags)) |
| 2124 | goto out_agbp_relse; |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2125 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2126 | /* |
| 2127 | * Get the a.g. freespace buffer. |
| 2128 | * Can fail if we're not blocking on locks, and it's held. |
| 2129 | */ |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2130 | if (!agbp) { |
| 2131 | error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); |
| 2132 | if (error) |
| 2133 | goto out_no_agbp; |
| 2134 | if (!agbp) { |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2135 | ASSERT(flags & XFS_ALLOC_FLAG_TRYLOCK); |
| 2136 | ASSERT(!(flags & XFS_ALLOC_FLAG_FREEING)); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2137 | goto out_no_agbp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2138 | } |
| 2139 | } |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2140 | |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2141 | /* If there isn't enough total space or single-extent, reject it. */ |
Dave Chinner | 496817b | 2015-06-22 10:13:30 +1000 | [diff] [blame] | 2142 | need = xfs_alloc_min_freelist(mp, pag); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2143 | if (!xfs_alloc_space_available(args, need, flags)) |
| 2144 | goto out_agbp_relse; |
Dave Chinner | 72d5528 | 2015-06-22 10:04:42 +1000 | [diff] [blame] | 2145 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2146 | /* |
| 2147 | * Make the freelist shorter if it's too long. |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2148 | * |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2149 | * Note that from this point onwards, we will always release the agf and |
| 2150 | * agfl buffers on error. This handles the case where we error out and |
| 2151 | * the buffers are clean or may not have been joined to the transaction |
| 2152 | * and hence need to be released manually. If they have been joined to |
| 2153 | * the transaction, then xfs_trans_brelse() will handle them |
| 2154 | * appropriately based on the recursion count and dirty state of the |
| 2155 | * buffer. |
| 2156 | * |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2157 | * XXX (dgc): When we have lots of free space, does this buy us |
| 2158 | * anything other than extra overhead when we need to put more blocks |
| 2159 | * back on the free list? Maybe we should only do this when space is |
| 2160 | * getting low or the AGFL is more than half full? |
Darrick J. Wong | 04f1306 | 2016-08-03 12:19:53 +1000 | [diff] [blame] | 2161 | * |
| 2162 | * The NOSHRINK flag prevents the AGFL from being shrunk if it's too |
| 2163 | * big; the NORMAP flag prevents AGFL expand/shrink operations from |
| 2164 | * updating the rmapbt. Both flags are used in xfs_repair while we're |
| 2165 | * rebuilding the rmapbt, and neither are used by the kernel. They're |
| 2166 | * both required to ensure that rmaps are correctly recorded for the |
| 2167 | * regenerated AGFL, bnobt, and cntbt. See repair/phase5.c and |
| 2168 | * repair/rmap.c in xfsprogs for details. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | */ |
Darrick J. Wong | 04f1306 | 2016-08-03 12:19:53 +1000 | [diff] [blame] | 2170 | memset(&targs, 0, sizeof(targs)); |
| 2171 | if (flags & XFS_ALLOC_FLAG_NORMAP) |
| 2172 | xfs_rmap_skip_owner_update(&targs.oinfo); |
| 2173 | else |
| 2174 | xfs_rmap_ag_owner(&targs.oinfo, XFS_RMAP_OWN_AG); |
| 2175 | while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2176 | struct xfs_buf *bp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2177 | |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2178 | error = xfs_alloc_get_freelist(tp, agbp, &bno, 0); |
| 2179 | if (error) |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2180 | goto out_agbp_relse; |
Darrick J. Wong | 340785c | 2016-08-03 11:33:42 +1000 | [diff] [blame] | 2181 | error = xfs_free_ag_extent(tp, agbp, args->agno, bno, 1, |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2182 | &targs.oinfo, XFS_AG_RESV_AGFL); |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2183 | if (error) |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2184 | goto out_agbp_relse; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2185 | bp = xfs_btree_get_bufs(mp, tp, args->agno, bno, 0); |
| 2186 | xfs_trans_binval(tp, bp); |
| 2187 | } |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2188 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2189 | targs.tp = tp; |
| 2190 | targs.mp = mp; |
| 2191 | targs.agbp = agbp; |
| 2192 | targs.agno = args->agno; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2193 | targs.alignment = targs.minlen = targs.prod = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2194 | targs.type = XFS_ALLOCTYPE_THIS_AG; |
| 2195 | targs.pag = pag; |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2196 | error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); |
| 2197 | if (error) |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2198 | goto out_agbp_relse; |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2199 | |
| 2200 | /* Make the freelist longer if it's too short. */ |
| 2201 | while (pag->pagf_flcount < need) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2202 | targs.agbno = 0; |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2203 | targs.maxlen = need - pag->pagf_flcount; |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2204 | targs.resv = XFS_AG_RESV_AGFL; |
Dave Chinner | 50adbcb | 2015-06-22 10:04:31 +1000 | [diff] [blame] | 2205 | |
| 2206 | /* Allocate as many blocks as possible at once. */ |
| 2207 | error = xfs_alloc_ag_vextent(&targs); |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2208 | if (error) |
| 2209 | goto out_agflbp_relse; |
| 2210 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2211 | /* |
| 2212 | * Stop if we run out. Won't happen if callers are obeying |
| 2213 | * the restrictions correctly. Can happen for free calls |
| 2214 | * on a completely full ag. |
| 2215 | */ |
Yingping Lu | d210a28 | 2006-06-09 14:55:18 +1000 | [diff] [blame] | 2216 | if (targs.agbno == NULLAGBLOCK) { |
Nathan Scott | 0e1edbd | 2006-08-10 14:40:41 +1000 | [diff] [blame] | 2217 | if (flags & XFS_ALLOC_FLAG_FREEING) |
| 2218 | break; |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2219 | goto out_agflbp_relse; |
Yingping Lu | d210a28 | 2006-06-09 14:55:18 +1000 | [diff] [blame] | 2220 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2221 | /* |
| 2222 | * Put each allocated block on the list. |
| 2223 | */ |
| 2224 | for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) { |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2225 | error = xfs_alloc_put_freelist(tp, agbp, |
| 2226 | agflbp, bno, 0); |
| 2227 | if (error) |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2228 | goto out_agflbp_relse; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | } |
| 2230 | } |
Nathan Scott | e63a369 | 2006-05-08 19:51:58 +1000 | [diff] [blame] | 2231 | xfs_trans_brelse(tp, agflbp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2232 | args->agbp = agbp; |
| 2233 | return 0; |
Dave Chinner | 396503f | 2015-06-22 10:13:19 +1000 | [diff] [blame] | 2234 | |
| 2235 | out_agflbp_relse: |
| 2236 | xfs_trans_brelse(tp, agflbp); |
| 2237 | out_agbp_relse: |
| 2238 | if (agbp) |
| 2239 | xfs_trans_brelse(tp, agbp); |
| 2240 | out_no_agbp: |
| 2241 | args->agbp = NULL; |
| 2242 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2243 | } |
| 2244 | |
| 2245 | /* |
| 2246 | * Get a block from the freelist. |
| 2247 | * Returns with the buffer for the block gotten. |
| 2248 | */ |
| 2249 | int /* error */ |
| 2250 | xfs_alloc_get_freelist( |
| 2251 | xfs_trans_t *tp, /* transaction pointer */ |
| 2252 | xfs_buf_t *agbp, /* buffer containing the agf structure */ |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2253 | xfs_agblock_t *bnop, /* block address retrieved from freelist */ |
| 2254 | int btreeblk) /* destination is a AGF btree */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | { |
| 2256 | xfs_agf_t *agf; /* a.g. freespace structure */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ |
| 2258 | xfs_agblock_t bno; /* block number returned */ |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2259 | __be32 *agfl_bno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | int error; |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2261 | int logflags; |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2262 | xfs_mount_t *mp = tp->t_mountp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2263 | xfs_perag_t *pag; /* per allocation group data */ |
| 2264 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | /* |
| 2266 | * Freelist is empty, give up. |
| 2267 | */ |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2268 | agf = XFS_BUF_TO_AGF(agbp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2269 | if (!agf->agf_flcount) { |
| 2270 | *bnop = NULLAGBLOCK; |
| 2271 | return 0; |
| 2272 | } |
| 2273 | /* |
| 2274 | * Read the array of free blocks. |
| 2275 | */ |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2276 | error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), |
| 2277 | &agflbp); |
| 2278 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2279 | return error; |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2280 | |
| 2281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2282 | /* |
| 2283 | * Get the block number and update the data structures. |
| 2284 | */ |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2285 | agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); |
| 2286 | bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2287 | be32_add_cpu(&agf->agf_flfirst, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2288 | xfs_trans_brelse(tp, agflbp); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2289 | if (be32_to_cpu(agf->agf_flfirst) == XFS_AGFL_SIZE(mp)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2290 | agf->agf_flfirst = 0; |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2291 | |
| 2292 | pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2293 | be32_add_cpu(&agf->agf_flcount, -1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2294 | xfs_trans_agflist_delta(tp, -1); |
| 2295 | pag->pagf_flcount--; |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2296 | xfs_perag_put(pag); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2297 | |
| 2298 | logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; |
| 2299 | if (btreeblk) { |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2300 | be32_add_cpu(&agf->agf_btreeblks, 1); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2301 | pag->pagf_btreeblks++; |
| 2302 | logflags |= XFS_AGF_BTREEBLKS; |
| 2303 | } |
| 2304 | |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2305 | xfs_alloc_log_agf(tp, agbp, logflags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2306 | *bnop = bno; |
| 2307 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2308 | return 0; |
| 2309 | } |
| 2310 | |
| 2311 | /* |
| 2312 | * Log the given fields from the agf structure. |
| 2313 | */ |
| 2314 | void |
| 2315 | xfs_alloc_log_agf( |
| 2316 | xfs_trans_t *tp, /* transaction pointer */ |
| 2317 | xfs_buf_t *bp, /* buffer for a.g. freelist header */ |
| 2318 | int fields) /* mask of fields to be logged (XFS_AGF_...) */ |
| 2319 | { |
| 2320 | int first; /* first byte offset */ |
| 2321 | int last; /* last byte offset */ |
| 2322 | static const short offsets[] = { |
| 2323 | offsetof(xfs_agf_t, agf_magicnum), |
| 2324 | offsetof(xfs_agf_t, agf_versionnum), |
| 2325 | offsetof(xfs_agf_t, agf_seqno), |
| 2326 | offsetof(xfs_agf_t, agf_length), |
| 2327 | offsetof(xfs_agf_t, agf_roots[0]), |
| 2328 | offsetof(xfs_agf_t, agf_levels[0]), |
| 2329 | offsetof(xfs_agf_t, agf_flfirst), |
| 2330 | offsetof(xfs_agf_t, agf_fllast), |
| 2331 | offsetof(xfs_agf_t, agf_flcount), |
| 2332 | offsetof(xfs_agf_t, agf_freeblks), |
| 2333 | offsetof(xfs_agf_t, agf_longest), |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2334 | offsetof(xfs_agf_t, agf_btreeblks), |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2335 | offsetof(xfs_agf_t, agf_uuid), |
Darrick J. Wong | f32866fd | 2016-08-17 08:31:49 +1000 | [diff] [blame] | 2336 | offsetof(xfs_agf_t, agf_rmap_blocks), |
Darrick J. Wong | da1f039 | 2016-08-26 15:59:31 +1000 | [diff] [blame] | 2337 | /* needed so that we don't log the whole rest of the structure: */ |
| 2338 | offsetof(xfs_agf_t, agf_spare64), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2339 | sizeof(xfs_agf_t) |
| 2340 | }; |
| 2341 | |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2342 | trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); |
| 2343 | |
Dave Chinner | 61fe135 | 2013-04-03 16:11:30 +1100 | [diff] [blame] | 2344 | xfs_trans_buf_set_type(tp, bp, XFS_BLFT_AGF_BUF); |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2345 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2346 | xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); |
| 2347 | xfs_trans_log_buf(tp, bp, (uint)first, (uint)last); |
| 2348 | } |
| 2349 | |
| 2350 | /* |
| 2351 | * Interface for inode allocation to force the pag data to be initialized. |
| 2352 | */ |
| 2353 | int /* error */ |
| 2354 | xfs_alloc_pagf_init( |
| 2355 | xfs_mount_t *mp, /* file system mount structure */ |
| 2356 | xfs_trans_t *tp, /* transaction pointer */ |
| 2357 | xfs_agnumber_t agno, /* allocation group number */ |
| 2358 | int flags) /* XFS_ALLOC_FLAGS_... */ |
| 2359 | { |
| 2360 | xfs_buf_t *bp; |
| 2361 | int error; |
| 2362 | |
| 2363 | if ((error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp))) |
| 2364 | return error; |
| 2365 | if (bp) |
| 2366 | xfs_trans_brelse(tp, bp); |
| 2367 | return 0; |
| 2368 | } |
| 2369 | |
| 2370 | /* |
| 2371 | * Put the block on the freelist for the allocation group. |
| 2372 | */ |
| 2373 | int /* error */ |
| 2374 | xfs_alloc_put_freelist( |
| 2375 | xfs_trans_t *tp, /* transaction pointer */ |
| 2376 | xfs_buf_t *agbp, /* buffer for a.g. freelist header */ |
| 2377 | xfs_buf_t *agflbp,/* buffer for a.g. free block array */ |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2378 | xfs_agblock_t bno, /* block being freed */ |
| 2379 | int btreeblk) /* block came from a AGF btree */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2380 | { |
| 2381 | xfs_agf_t *agf; /* a.g. freespace structure */ |
Christoph Hellwig | e210100 | 2006-09-28 10:56:51 +1000 | [diff] [blame] | 2382 | __be32 *blockp;/* pointer to array entry */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2383 | int error; |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2384 | int logflags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2385 | xfs_mount_t *mp; /* mount structure */ |
| 2386 | xfs_perag_t *pag; /* per allocation group data */ |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2387 | __be32 *agfl_bno; |
| 2388 | int startoff; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2389 | |
| 2390 | agf = XFS_BUF_TO_AGF(agbp); |
| 2391 | mp = tp->t_mountp; |
| 2392 | |
| 2393 | if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2394 | be32_to_cpu(agf->agf_seqno), &agflbp))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2395 | return error; |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2396 | be32_add_cpu(&agf->agf_fllast, 1); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2397 | if (be32_to_cpu(agf->agf_fllast) == XFS_AGFL_SIZE(mp)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2398 | agf->agf_fllast = 0; |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2399 | |
| 2400 | pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2401 | be32_add_cpu(&agf->agf_flcount, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2402 | xfs_trans_agflist_delta(tp, 1); |
| 2403 | pag->pagf_flcount++; |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2404 | |
| 2405 | logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; |
| 2406 | if (btreeblk) { |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 2407 | be32_add_cpu(&agf->agf_btreeblks, -1); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2408 | pag->pagf_btreeblks--; |
| 2409 | logflags |= XFS_AGF_BTREEBLKS; |
| 2410 | } |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2411 | xfs_perag_put(pag); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2412 | |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2413 | xfs_alloc_log_agf(tp, agbp, logflags); |
| 2414 | |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2415 | ASSERT(be32_to_cpu(agf->agf_flcount) <= XFS_AGFL_SIZE(mp)); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2416 | |
| 2417 | agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); |
| 2418 | blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; |
Christoph Hellwig | e210100 | 2006-09-28 10:56:51 +1000 | [diff] [blame] | 2419 | *blockp = cpu_to_be32(bno); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2420 | startoff = (char *)blockp - (char *)agflbp->b_addr; |
| 2421 | |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2422 | xfs_alloc_log_agf(tp, agbp, logflags); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2423 | |
Dave Chinner | 61fe135 | 2013-04-03 16:11:30 +1100 | [diff] [blame] | 2424 | xfs_trans_buf_set_type(tp, agflbp, XFS_BLFT_AGFL_BUF); |
Christoph Hellwig | 77c95bb | 2013-04-03 16:11:14 +1100 | [diff] [blame] | 2425 | xfs_trans_log_buf(tp, agflbp, startoff, |
| 2426 | startoff + sizeof(xfs_agblock_t) - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2427 | return 0; |
| 2428 | } |
| 2429 | |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2430 | static bool |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2431 | xfs_agf_verify( |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2432 | struct xfs_mount *mp, |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2433 | struct xfs_buf *bp) |
| 2434 | { |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2435 | struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2436 | |
Brian Foster | a45086e | 2015-10-12 15:59:25 +1100 | [diff] [blame] | 2437 | if (xfs_sb_version_hascrc(&mp->m_sb)) { |
| 2438 | if (!uuid_equal(&agf->agf_uuid, &mp->m_sb.sb_meta_uuid)) |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2439 | return false; |
Brian Foster | a45086e | 2015-10-12 15:59:25 +1100 | [diff] [blame] | 2440 | if (!xfs_log_check_lsn(mp, |
| 2441 | be64_to_cpu(XFS_BUF_TO_AGF(bp)->agf_lsn))) |
| 2442 | return false; |
| 2443 | } |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2444 | |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2445 | if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && |
| 2446 | XFS_AGF_GOOD_VERSION(be32_to_cpu(agf->agf_versionnum)) && |
| 2447 | be32_to_cpu(agf->agf_freeblks) <= be32_to_cpu(agf->agf_length) && |
| 2448 | be32_to_cpu(agf->agf_flfirst) < XFS_AGFL_SIZE(mp) && |
| 2449 | be32_to_cpu(agf->agf_fllast) < XFS_AGFL_SIZE(mp) && |
| 2450 | be32_to_cpu(agf->agf_flcount) <= XFS_AGFL_SIZE(mp))) |
| 2451 | return false; |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2452 | |
Eric Sandeen | e1b0572 | 2014-09-09 11:47:24 +1000 | [diff] [blame] | 2453 | if (be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNO]) > XFS_BTREE_MAXLEVELS || |
| 2454 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNT]) > XFS_BTREE_MAXLEVELS) |
| 2455 | return false; |
| 2456 | |
Darrick J. Wong | b870494 | 2016-08-03 11:30:32 +1000 | [diff] [blame] | 2457 | if (xfs_sb_version_hasrmapbt(&mp->m_sb) && |
| 2458 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_RMAP]) > XFS_BTREE_MAXLEVELS) |
| 2459 | return false; |
| 2460 | |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2461 | /* |
| 2462 | * during growfs operations, the perag is not fully initialised, |
| 2463 | * so we can't use it for any useful checking. growfs ensures we can't |
| 2464 | * use it by using uncached buffers that don't have the perag attached |
| 2465 | * so we can detect and avoid this problem. |
| 2466 | */ |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2467 | if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) |
| 2468 | return false; |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2469 | |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2470 | if (xfs_sb_version_haslazysbcount(&mp->m_sb) && |
| 2471 | be32_to_cpu(agf->agf_btreeblks) > be32_to_cpu(agf->agf_length)) |
| 2472 | return false; |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2473 | |
Darrick J. Wong | 46eeb52 | 2016-10-03 09:11:16 -0700 | [diff] [blame] | 2474 | if (xfs_sb_version_hasreflink(&mp->m_sb) && |
| 2475 | be32_to_cpu(agf->agf_refcount_level) > XFS_BTREE_MAXLEVELS) |
| 2476 | return false; |
| 2477 | |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2478 | return true;; |
| 2479 | |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2480 | } |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2481 | |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2482 | static void |
| 2483 | xfs_agf_read_verify( |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2484 | struct xfs_buf *bp) |
| 2485 | { |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2486 | struct xfs_mount *mp = bp->b_target->bt_mount; |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2487 | |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2488 | if (xfs_sb_version_hascrc(&mp->m_sb) && |
| 2489 | !xfs_buf_verify_cksum(bp, XFS_AGF_CRC_OFF)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2490 | xfs_buf_ioerror(bp, -EFSBADCRC); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2491 | else if (XFS_TEST_ERROR(!xfs_agf_verify(mp, bp), mp, |
| 2492 | XFS_ERRTAG_ALLOC_READ_AGF, |
| 2493 | XFS_RANDOM_ALLOC_READ_AGF)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2494 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2495 | |
| 2496 | if (bp->b_error) |
| 2497 | xfs_verifier_error(bp); |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2498 | } |
| 2499 | |
Dave Chinner | b0f539d | 2012-11-14 17:53:49 +1100 | [diff] [blame] | 2500 | static void |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2501 | xfs_agf_write_verify( |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2502 | struct xfs_buf *bp) |
| 2503 | { |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2504 | struct xfs_mount *mp = bp->b_target->bt_mount; |
| 2505 | struct xfs_buf_log_item *bip = bp->b_fspriv; |
| 2506 | |
| 2507 | if (!xfs_agf_verify(mp, bp)) { |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2508 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2509 | xfs_verifier_error(bp); |
Dave Chinner | 4e0e604 | 2013-04-03 16:11:13 +1100 | [diff] [blame] | 2510 | return; |
| 2511 | } |
| 2512 | |
| 2513 | if (!xfs_sb_version_hascrc(&mp->m_sb)) |
| 2514 | return; |
| 2515 | |
| 2516 | if (bip) |
| 2517 | XFS_BUF_TO_AGF(bp)->agf_lsn = cpu_to_be64(bip->bli_item.li_lsn); |
| 2518 | |
Eric Sandeen | f1dbcd7 | 2014-02-27 15:18:23 +1100 | [diff] [blame] | 2519 | xfs_buf_update_cksum(bp, XFS_AGF_CRC_OFF); |
Dave Chinner | 5d5f527 | 2012-11-14 17:44:56 +1100 | [diff] [blame] | 2520 | } |
| 2521 | |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2522 | const struct xfs_buf_ops xfs_agf_buf_ops = { |
Eric Sandeen | 233135b | 2016-01-04 16:10:19 +1100 | [diff] [blame] | 2523 | .name = "xfs_agf", |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2524 | .verify_read = xfs_agf_read_verify, |
| 2525 | .verify_write = xfs_agf_write_verify, |
| 2526 | }; |
| 2527 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2528 | /* |
| 2529 | * Read in the allocation group header (free/alloc section). |
| 2530 | */ |
| 2531 | int /* error */ |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2532 | xfs_read_agf( |
| 2533 | struct xfs_mount *mp, /* mount point structure */ |
| 2534 | struct xfs_trans *tp, /* transaction pointer */ |
| 2535 | xfs_agnumber_t agno, /* allocation group number */ |
| 2536 | int flags, /* XFS_BUF_ */ |
| 2537 | struct xfs_buf **bpp) /* buffer for the ag freelist header */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2538 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2539 | int error; |
| 2540 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2541 | trace_xfs_read_agf(mp, agno); |
| 2542 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2543 | ASSERT(agno != NULLAGNUMBER); |
| 2544 | error = xfs_trans_read_buf( |
| 2545 | mp, tp, mp->m_ddev_targp, |
| 2546 | XFS_AG_DADDR(mp, agno, XFS_AGF_DADDR(mp)), |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2547 | XFS_FSS_TO_BB(mp, 1), flags, bpp, &xfs_agf_buf_ops); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2548 | if (error) |
| 2549 | return error; |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2550 | if (!*bpp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | return 0; |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2552 | |
Chandra Seetharaman | 5a52c2a58 | 2011-07-22 23:39:51 +0000 | [diff] [blame] | 2553 | ASSERT(!(*bpp)->b_error); |
Christoph Hellwig | 38f2323 | 2011-10-10 16:52:45 +0000 | [diff] [blame] | 2554 | xfs_buf_set_ref(*bpp, XFS_AGF_REF); |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2555 | return 0; |
| 2556 | } |
| 2557 | |
| 2558 | /* |
| 2559 | * Read in the allocation group header (free/alloc section). |
| 2560 | */ |
| 2561 | int /* error */ |
| 2562 | xfs_alloc_read_agf( |
| 2563 | struct xfs_mount *mp, /* mount point structure */ |
| 2564 | struct xfs_trans *tp, /* transaction pointer */ |
| 2565 | xfs_agnumber_t agno, /* allocation group number */ |
| 2566 | int flags, /* XFS_ALLOC_FLAG_... */ |
| 2567 | struct xfs_buf **bpp) /* buffer for the ag freelist header */ |
| 2568 | { |
| 2569 | struct xfs_agf *agf; /* ag freelist header */ |
| 2570 | struct xfs_perag *pag; /* per allocation group data */ |
| 2571 | int error; |
| 2572 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2573 | trace_xfs_alloc_read_agf(mp, agno); |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2574 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2575 | ASSERT(agno != NULLAGNUMBER); |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2576 | error = xfs_read_agf(mp, tp, agno, |
Christoph Hellwig | 0cadda1 | 2010-01-19 09:56:44 +0000 | [diff] [blame] | 2577 | (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0, |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2578 | bpp); |
| 2579 | if (error) |
| 2580 | return error; |
| 2581 | if (!*bpp) |
| 2582 | return 0; |
Chandra Seetharaman | 5a52c2a58 | 2011-07-22 23:39:51 +0000 | [diff] [blame] | 2583 | ASSERT(!(*bpp)->b_error); |
From: Christoph Hellwig | 4805621 | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 2584 | |
| 2585 | agf = XFS_BUF_TO_AGF(*bpp); |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2586 | pag = xfs_perag_get(mp, agno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2587 | if (!pag->pagf_init) { |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2588 | pag->pagf_freeblks = be32_to_cpu(agf->agf_freeblks); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2589 | pag->pagf_btreeblks = be32_to_cpu(agf->agf_btreeblks); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2590 | pag->pagf_flcount = be32_to_cpu(agf->agf_flcount); |
| 2591 | pag->pagf_longest = be32_to_cpu(agf->agf_longest); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2592 | pag->pagf_levels[XFS_BTNUM_BNOi] = |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2593 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNOi]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2594 | pag->pagf_levels[XFS_BTNUM_CNTi] = |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2595 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNTi]); |
Darrick J. Wong | b870494 | 2016-08-03 11:30:32 +1000 | [diff] [blame] | 2596 | pag->pagf_levels[XFS_BTNUM_RMAPi] = |
| 2597 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_RMAPi]); |
Darrick J. Wong | 46eeb52 | 2016-10-03 09:11:16 -0700 | [diff] [blame] | 2598 | pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); |
Eric Sandeen | 007c61c | 2007-10-11 17:43:56 +1000 | [diff] [blame] | 2599 | spin_lock_init(&pag->pagb_lock); |
Dave Chinner | e57336f | 2010-01-11 11:47:49 +0000 | [diff] [blame] | 2600 | pag->pagb_count = 0; |
Dave Chinner | ed3b4d6 | 2010-05-21 12:07:08 +1000 | [diff] [blame] | 2601 | pag->pagb_tree = RB_ROOT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2602 | pag->pagf_init = 1; |
| 2603 | } |
| 2604 | #ifdef DEBUG |
| 2605 | else if (!XFS_FORCED_SHUTDOWN(mp)) { |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2606 | ASSERT(pag->pagf_freeblks == be32_to_cpu(agf->agf_freeblks)); |
Barry Naujok | 89b2839 | 2008-10-30 17:05:49 +1100 | [diff] [blame] | 2607 | ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->agf_btreeblks)); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2608 | ASSERT(pag->pagf_flcount == be32_to_cpu(agf->agf_flcount)); |
| 2609 | ASSERT(pag->pagf_longest == be32_to_cpu(agf->agf_longest)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2610 | ASSERT(pag->pagf_levels[XFS_BTNUM_BNOi] == |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2611 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNOi])); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2612 | ASSERT(pag->pagf_levels[XFS_BTNUM_CNTi] == |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2613 | be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNTi])); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2614 | } |
| 2615 | #endif |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2616 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2617 | return 0; |
| 2618 | } |
| 2619 | |
| 2620 | /* |
| 2621 | * Allocate an extent (variable-size). |
| 2622 | * Depending on the allocation type, we either look in a single allocation |
| 2623 | * group or loop over the allocation groups to find the result. |
| 2624 | */ |
| 2625 | int /* error */ |
Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 2626 | xfs_alloc_vextent( |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2627 | xfs_alloc_arg_t *args) /* allocation argument structure */ |
| 2628 | { |
| 2629 | xfs_agblock_t agsize; /* allocation group size */ |
| 2630 | int error; |
| 2631 | int flags; /* XFS_ALLOC_FLAG_... locking flags */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2632 | xfs_extlen_t minleft;/* minimum left value, temp copy */ |
| 2633 | xfs_mount_t *mp; /* mount structure pointer */ |
| 2634 | xfs_agnumber_t sagno; /* starting allocation group number */ |
| 2635 | xfs_alloctype_t type; /* input allocation type */ |
| 2636 | int bump_rotor = 0; |
| 2637 | int no_min = 0; |
| 2638 | xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ |
| 2639 | |
| 2640 | mp = args->mp; |
| 2641 | type = args->otype = args->type; |
| 2642 | args->agbno = NULLAGBLOCK; |
| 2643 | /* |
| 2644 | * Just fix this up, for the case where the last a.g. is shorter |
| 2645 | * (or there's only one a.g.) and the caller couldn't easily figure |
| 2646 | * that out (xfs_bmap_alloc). |
| 2647 | */ |
| 2648 | agsize = mp->m_sb.sb_agblocks; |
| 2649 | if (args->maxlen > agsize) |
| 2650 | args->maxlen = agsize; |
| 2651 | if (args->alignment == 0) |
| 2652 | args->alignment = 1; |
| 2653 | ASSERT(XFS_FSB_TO_AGNO(mp, args->fsbno) < mp->m_sb.sb_agcount); |
| 2654 | ASSERT(XFS_FSB_TO_AGBNO(mp, args->fsbno) < agsize); |
| 2655 | ASSERT(args->minlen <= args->maxlen); |
| 2656 | ASSERT(args->minlen <= agsize); |
| 2657 | ASSERT(args->mod < args->prod); |
| 2658 | if (XFS_FSB_TO_AGNO(mp, args->fsbno) >= mp->m_sb.sb_agcount || |
| 2659 | XFS_FSB_TO_AGBNO(mp, args->fsbno) >= agsize || |
| 2660 | args->minlen > args->maxlen || args->minlen > agsize || |
| 2661 | args->mod >= args->prod) { |
| 2662 | args->fsbno = NULLFSBLOCK; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2663 | trace_xfs_alloc_vextent_badargs(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2664 | return 0; |
| 2665 | } |
| 2666 | minleft = args->minleft; |
| 2667 | |
| 2668 | switch (type) { |
| 2669 | case XFS_ALLOCTYPE_THIS_AG: |
| 2670 | case XFS_ALLOCTYPE_NEAR_BNO: |
| 2671 | case XFS_ALLOCTYPE_THIS_BNO: |
| 2672 | /* |
| 2673 | * These three force us into a single a.g. |
| 2674 | */ |
| 2675 | args->agno = XFS_FSB_TO_AGNO(mp, args->fsbno); |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2676 | args->pag = xfs_perag_get(mp, args->agno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2677 | args->minleft = 0; |
| 2678 | error = xfs_alloc_fix_freelist(args, 0); |
| 2679 | args->minleft = minleft; |
| 2680 | if (error) { |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2681 | trace_xfs_alloc_vextent_nofix(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2682 | goto error0; |
| 2683 | } |
| 2684 | if (!args->agbp) { |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2685 | trace_xfs_alloc_vextent_noagbp(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2686 | break; |
| 2687 | } |
| 2688 | args->agbno = XFS_FSB_TO_AGBNO(mp, args->fsbno); |
| 2689 | if ((error = xfs_alloc_ag_vextent(args))) |
| 2690 | goto error0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2691 | break; |
| 2692 | case XFS_ALLOCTYPE_START_BNO: |
| 2693 | /* |
| 2694 | * Try near allocation first, then anywhere-in-ag after |
| 2695 | * the first a.g. fails. |
| 2696 | */ |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 2697 | if ((args->datatype & XFS_ALLOC_INITIAL_USER_DATA) && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2698 | (mp->m_flags & XFS_MOUNT_32BITINODES)) { |
| 2699 | args->fsbno = XFS_AGB_TO_FSB(mp, |
| 2700 | ((mp->m_agfrotor / rotorstep) % |
| 2701 | mp->m_sb.sb_agcount), 0); |
| 2702 | bump_rotor = 1; |
| 2703 | } |
| 2704 | args->agbno = XFS_FSB_TO_AGBNO(mp, args->fsbno); |
| 2705 | args->type = XFS_ALLOCTYPE_NEAR_BNO; |
| 2706 | /* FALLTHROUGH */ |
| 2707 | case XFS_ALLOCTYPE_ANY_AG: |
| 2708 | case XFS_ALLOCTYPE_START_AG: |
| 2709 | case XFS_ALLOCTYPE_FIRST_AG: |
| 2710 | /* |
| 2711 | * Rotate through the allocation groups looking for a winner. |
| 2712 | */ |
| 2713 | if (type == XFS_ALLOCTYPE_ANY_AG) { |
| 2714 | /* |
| 2715 | * Start with the last place we left off. |
| 2716 | */ |
| 2717 | args->agno = sagno = (mp->m_agfrotor / rotorstep) % |
| 2718 | mp->m_sb.sb_agcount; |
| 2719 | args->type = XFS_ALLOCTYPE_THIS_AG; |
| 2720 | flags = XFS_ALLOC_FLAG_TRYLOCK; |
| 2721 | } else if (type == XFS_ALLOCTYPE_FIRST_AG) { |
| 2722 | /* |
| 2723 | * Start with allocation group given by bno. |
| 2724 | */ |
| 2725 | args->agno = XFS_FSB_TO_AGNO(mp, args->fsbno); |
| 2726 | args->type = XFS_ALLOCTYPE_THIS_AG; |
| 2727 | sagno = 0; |
| 2728 | flags = 0; |
| 2729 | } else { |
| 2730 | if (type == XFS_ALLOCTYPE_START_AG) |
| 2731 | args->type = XFS_ALLOCTYPE_THIS_AG; |
| 2732 | /* |
| 2733 | * Start with the given allocation group. |
| 2734 | */ |
| 2735 | args->agno = sagno = XFS_FSB_TO_AGNO(mp, args->fsbno); |
| 2736 | flags = XFS_ALLOC_FLAG_TRYLOCK; |
| 2737 | } |
| 2738 | /* |
| 2739 | * Loop over allocation groups twice; first time with |
| 2740 | * trylock set, second time without. |
| 2741 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2742 | for (;;) { |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2743 | args->pag = xfs_perag_get(mp, args->agno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2744 | if (no_min) args->minleft = 0; |
| 2745 | error = xfs_alloc_fix_freelist(args, flags); |
| 2746 | args->minleft = minleft; |
| 2747 | if (error) { |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2748 | trace_xfs_alloc_vextent_nofix(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2749 | goto error0; |
| 2750 | } |
| 2751 | /* |
| 2752 | * If we get a buffer back then the allocation will fly. |
| 2753 | */ |
| 2754 | if (args->agbp) { |
| 2755 | if ((error = xfs_alloc_ag_vextent(args))) |
| 2756 | goto error0; |
| 2757 | break; |
| 2758 | } |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2759 | |
| 2760 | trace_xfs_alloc_vextent_loopfailed(args); |
| 2761 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2762 | /* |
| 2763 | * Didn't work, figure out the next iteration. |
| 2764 | */ |
| 2765 | if (args->agno == sagno && |
| 2766 | type == XFS_ALLOCTYPE_START_BNO) |
| 2767 | args->type = XFS_ALLOCTYPE_THIS_AG; |
Yingping Lu | d210a28 | 2006-06-09 14:55:18 +1000 | [diff] [blame] | 2768 | /* |
| 2769 | * For the first allocation, we can try any AG to get |
| 2770 | * space. However, if we already have allocated a |
| 2771 | * block, we don't want to try AGs whose number is below |
| 2772 | * sagno. Otherwise, we may end up with out-of-order |
| 2773 | * locking of AGF, which might cause deadlock. |
| 2774 | */ |
| 2775 | if (++(args->agno) == mp->m_sb.sb_agcount) { |
| 2776 | if (args->firstblock != NULLFSBLOCK) |
| 2777 | args->agno = sagno; |
| 2778 | else |
| 2779 | args->agno = 0; |
| 2780 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2781 | /* |
| 2782 | * Reached the starting a.g., must either be done |
| 2783 | * or switch to non-trylock mode. |
| 2784 | */ |
| 2785 | if (args->agno == sagno) { |
| 2786 | if (no_min == 1) { |
| 2787 | args->agbno = NULLAGBLOCK; |
Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2788 | trace_xfs_alloc_vextent_allfailed(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2789 | break; |
| 2790 | } |
| 2791 | if (flags == 0) { |
| 2792 | no_min = 1; |
| 2793 | } else { |
| 2794 | flags = 0; |
| 2795 | if (type == XFS_ALLOCTYPE_START_BNO) { |
| 2796 | args->agbno = XFS_FSB_TO_AGBNO(mp, |
| 2797 | args->fsbno); |
| 2798 | args->type = XFS_ALLOCTYPE_NEAR_BNO; |
| 2799 | } |
| 2800 | } |
| 2801 | } |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2802 | xfs_perag_put(args->pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2803 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2804 | if (bump_rotor || (type == XFS_ALLOCTYPE_ANY_AG)) { |
| 2805 | if (args->agno == sagno) |
| 2806 | mp->m_agfrotor = (mp->m_agfrotor + 1) % |
| 2807 | (mp->m_sb.sb_agcount * rotorstep); |
| 2808 | else |
| 2809 | mp->m_agfrotor = (args->agno * rotorstep + 1) % |
| 2810 | (mp->m_sb.sb_agcount * rotorstep); |
| 2811 | } |
| 2812 | break; |
| 2813 | default: |
| 2814 | ASSERT(0); |
| 2815 | /* NOTREACHED */ |
| 2816 | } |
| 2817 | if (args->agbno == NULLAGBLOCK) |
| 2818 | args->fsbno = NULLFSBLOCK; |
| 2819 | else { |
| 2820 | args->fsbno = XFS_AGB_TO_FSB(mp, args->agno, args->agbno); |
| 2821 | #ifdef DEBUG |
| 2822 | ASSERT(args->len >= args->minlen); |
| 2823 | ASSERT(args->len <= args->maxlen); |
| 2824 | ASSERT(args->agbno % args->alignment == 0); |
| 2825 | XFS_AG_CHECK_DADDR(mp, XFS_FSB_TO_DADDR(mp, args->fsbno), |
| 2826 | args->len); |
| 2827 | #endif |
Dave Chinner | 3fbbbea | 2015-11-03 12:27:22 +1100 | [diff] [blame] | 2828 | |
| 2829 | /* Zero the extent if we were asked to do so */ |
Dave Chinner | 292378e | 2016-09-26 08:21:28 +1000 | [diff] [blame] | 2830 | if (args->datatype & XFS_ALLOC_USERDATA_ZERO) { |
Dave Chinner | 3fbbbea | 2015-11-03 12:27:22 +1100 | [diff] [blame] | 2831 | error = xfs_zero_extent(args->ip, args->fsbno, args->len); |
| 2832 | if (error) |
| 2833 | goto error0; |
| 2834 | } |
| 2835 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2836 | } |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2837 | xfs_perag_put(args->pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2838 | return 0; |
| 2839 | error0: |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2840 | xfs_perag_put(args->pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2841 | return error; |
| 2842 | } |
| 2843 | |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2844 | /* Ensure that the freelist is at full capacity. */ |
| 2845 | int |
| 2846 | xfs_free_extent_fix_freelist( |
| 2847 | struct xfs_trans *tp, |
| 2848 | xfs_agnumber_t agno, |
| 2849 | struct xfs_buf **agbp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2850 | { |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2851 | struct xfs_alloc_arg args; |
| 2852 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2853 | |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2854 | memset(&args, 0, sizeof(struct xfs_alloc_arg)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2855 | args.tp = tp; |
| 2856 | args.mp = tp->t_mountp; |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2857 | args.agno = agno; |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2858 | |
| 2859 | /* |
| 2860 | * validate that the block number is legal - the enables us to detect |
| 2861 | * and handle a silent filesystem corruption rather than crashing. |
| 2862 | */ |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2863 | if (args.agno >= args.mp->m_sb.sb_agcount) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2864 | return -EFSCORRUPTED; |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2865 | |
Dave Chinner | a862e0f | 2010-01-11 11:47:41 +0000 | [diff] [blame] | 2866 | args.pag = xfs_perag_get(args.mp, args.agno); |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2867 | ASSERT(args.pag); |
| 2868 | |
| 2869 | error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING); |
| 2870 | if (error) |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2871 | goto out; |
| 2872 | |
| 2873 | *agbp = args.agbp; |
| 2874 | out: |
| 2875 | xfs_perag_put(args.pag); |
| 2876 | return error; |
| 2877 | } |
| 2878 | |
| 2879 | /* |
| 2880 | * Free an extent. |
| 2881 | * Just break up the extent address and hand off to xfs_free_ag_extent |
| 2882 | * after fixing up the freelist. |
| 2883 | */ |
| 2884 | int /* error */ |
| 2885 | xfs_free_extent( |
| 2886 | struct xfs_trans *tp, /* transaction pointer */ |
| 2887 | xfs_fsblock_t bno, /* starting block number of extent */ |
Darrick J. Wong | 340785c | 2016-08-03 11:33:42 +1000 | [diff] [blame] | 2888 | xfs_extlen_t len, /* length of extent */ |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2889 | struct xfs_owner_info *oinfo, /* extent owner */ |
| 2890 | enum xfs_ag_resv_type type) /* block reservation type */ |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2891 | { |
| 2892 | struct xfs_mount *mp = tp->t_mountp; |
| 2893 | struct xfs_buf *agbp; |
| 2894 | xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, bno); |
| 2895 | xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, bno); |
| 2896 | int error; |
| 2897 | |
| 2898 | ASSERT(len != 0); |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2899 | ASSERT(type != XFS_AG_RESV_AGFL); |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2900 | |
Darrick J. Wong | ba9e780 | 2016-08-03 11:26:33 +1000 | [diff] [blame] | 2901 | if (XFS_TEST_ERROR(false, mp, |
| 2902 | XFS_ERRTAG_FREE_EXTENT, |
| 2903 | XFS_RANDOM_FREE_EXTENT)) |
| 2904 | return -EIO; |
| 2905 | |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2906 | error = xfs_free_extent_fix_freelist(tp, agno, &agbp); |
| 2907 | if (error) |
| 2908 | return error; |
| 2909 | |
| 2910 | XFS_WANT_CORRUPTED_GOTO(mp, agbno < mp->m_sb.sb_agblocks, err); |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2911 | |
| 2912 | /* validate the extent size is legal now we have the agf locked */ |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2913 | XFS_WANT_CORRUPTED_GOTO(mp, |
| 2914 | agbno + len <= be32_to_cpu(XFS_BUF_TO_AGF(agbp)->agf_length), |
| 2915 | err); |
Dave Chinner | be65b18 | 2011-04-08 12:45:07 +1000 | [diff] [blame] | 2916 | |
Darrick J. Wong | 3fd129b | 2016-09-19 10:30:52 +1000 | [diff] [blame] | 2917 | error = xfs_free_ag_extent(tp, agbp, agno, agbno, len, oinfo, type); |
Dave Chinner | 4d89e20 | 2016-06-21 11:53:28 +1000 | [diff] [blame] | 2918 | if (error) |
| 2919 | goto err; |
| 2920 | |
| 2921 | xfs_extent_busy_insert(tp, agno, agbno, len, 0); |
| 2922 | return 0; |
| 2923 | |
| 2924 | err: |
| 2925 | xfs_trans_brelse(tp, agbp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2926 | return error; |
| 2927 | } |