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_shared.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 21 | #include "xfs_format.h" |
| 22 | #include "xfs_log_format.h" |
| 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" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include "xfs_inode.h" |
Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 28 | #include "xfs_btree.h" |
| 29 | #include "xfs_ialloc.h" |
Dave Chinner | a4fbe6a | 2013-10-23 10:51:50 +1100 | [diff] [blame] | 30 | #include "xfs_ialloc_btree.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include "xfs_alloc.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include "xfs_rtalloc.h" |
| 33 | #include "xfs_error.h" |
| 34 | #include "xfs_bmap.h" |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 35 | #include "xfs_cksum.h" |
Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 36 | #include "xfs_trans.h" |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 37 | #include "xfs_buf_item.h" |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 38 | #include "xfs_icreate_item.h" |
Dave Chinner | 7bb85ef | 2013-08-12 20:49:34 +1000 | [diff] [blame] | 39 | #include "xfs_icache.h" |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 40 | #include "xfs_trace.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | |
| 43 | /* |
| 44 | * Allocation group level functions. |
| 45 | */ |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 46 | static inline int |
| 47 | xfs_ialloc_cluster_alignment( |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 48 | struct xfs_mount *mp) |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 49 | { |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 50 | if (xfs_sb_version_hasalign(&mp->m_sb) && |
| 51 | mp->m_sb.sb_inoalignmt >= |
| 52 | XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) |
| 53 | return mp->m_sb.sb_inoalignmt; |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 54 | return 1; |
| 55 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | |
| 57 | /* |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 58 | * Lookup a record by ino in the btree given by cur. |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 59 | */ |
Christoph Hellwig | 81e2517 | 2009-09-01 19:56:55 -0400 | [diff] [blame] | 60 | int /* error */ |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 61 | xfs_inobt_lookup( |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 62 | struct xfs_btree_cur *cur, /* btree cursor */ |
| 63 | xfs_agino_t ino, /* starting inode of chunk */ |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 64 | xfs_lookup_t dir, /* <=, >=, == */ |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 65 | int *stat) /* success/failure */ |
| 66 | { |
| 67 | cur->bc_rec.i.ir_startino = ino; |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 68 | cur->bc_rec.i.ir_freecount = 0; |
| 69 | cur->bc_rec.i.ir_free = 0; |
| 70 | return xfs_btree_lookup(cur, dir, stat); |
Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 71 | } |
| 72 | |
| 73 | /* |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 74 | * Update the record referred to by cur to the value given. |
Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 75 | * This either works (return 0) or gets an EFSCORRUPTED error. |
| 76 | */ |
| 77 | STATIC int /* error */ |
| 78 | xfs_inobt_update( |
| 79 | struct xfs_btree_cur *cur, /* btree cursor */ |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 80 | xfs_inobt_rec_incore_t *irec) /* btree record */ |
Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 81 | { |
| 82 | union xfs_btree_rec rec; |
| 83 | |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 84 | rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino); |
| 85 | rec.inobt.ir_freecount = cpu_to_be32(irec->ir_freecount); |
| 86 | rec.inobt.ir_free = cpu_to_be64(irec->ir_free); |
Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 87 | return xfs_btree_update(cur, &rec); |
| 88 | } |
| 89 | |
| 90 | /* |
Christoph Hellwig | 8cc938f | 2008-10-30 16:58:11 +1100 | [diff] [blame] | 91 | * Get the data from the pointed-to record. |
| 92 | */ |
| 93 | int /* error */ |
| 94 | xfs_inobt_get_rec( |
| 95 | struct xfs_btree_cur *cur, /* btree cursor */ |
Christoph Hellwig | 2e287a7 | 2009-08-31 20:56:58 -0300 | [diff] [blame] | 96 | xfs_inobt_rec_incore_t *irec, /* btree record */ |
Christoph Hellwig | 8cc938f | 2008-10-30 16:58:11 +1100 | [diff] [blame] | 97 | int *stat) /* output: success/failure */ |
| 98 | { |
| 99 | union xfs_btree_rec *rec; |
| 100 | int error; |
| 101 | |
| 102 | error = xfs_btree_get_rec(cur, &rec, stat); |
| 103 | if (!error && *stat == 1) { |
Christoph Hellwig | 2e287a7 | 2009-08-31 20:56:58 -0300 | [diff] [blame] | 104 | irec->ir_startino = be32_to_cpu(rec->inobt.ir_startino); |
| 105 | irec->ir_freecount = be32_to_cpu(rec->inobt.ir_freecount); |
| 106 | irec->ir_free = be64_to_cpu(rec->inobt.ir_free); |
Christoph Hellwig | 8cc938f | 2008-10-30 16:58:11 +1100 | [diff] [blame] | 107 | } |
| 108 | return error; |
| 109 | } |
| 110 | |
| 111 | /* |
Brian Foster | 0aa0a75 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 112 | * Insert a single inobt record. Cursor must already point to desired location. |
| 113 | */ |
| 114 | STATIC int |
| 115 | xfs_inobt_insert_rec( |
| 116 | struct xfs_btree_cur *cur, |
| 117 | __int32_t freecount, |
| 118 | xfs_inofree_t free, |
| 119 | int *stat) |
| 120 | { |
| 121 | cur->bc_rec.i.ir_freecount = freecount; |
| 122 | cur->bc_rec.i.ir_free = free; |
| 123 | return xfs_btree_insert(cur, stat); |
| 124 | } |
| 125 | |
| 126 | /* |
| 127 | * Insert records describing a newly allocated inode chunk into the inobt. |
| 128 | */ |
| 129 | STATIC int |
| 130 | xfs_inobt_insert( |
| 131 | struct xfs_mount *mp, |
| 132 | struct xfs_trans *tp, |
| 133 | struct xfs_buf *agbp, |
| 134 | xfs_agino_t newino, |
| 135 | xfs_agino_t newlen, |
| 136 | xfs_btnum_t btnum) |
| 137 | { |
| 138 | struct xfs_btree_cur *cur; |
| 139 | struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); |
| 140 | xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); |
| 141 | xfs_agino_t thisino; |
| 142 | int i; |
| 143 | int error; |
| 144 | |
| 145 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, btnum); |
| 146 | |
| 147 | for (thisino = newino; |
| 148 | thisino < newino + newlen; |
| 149 | thisino += XFS_INODES_PER_CHUNK) { |
| 150 | error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); |
| 151 | if (error) { |
| 152 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
| 153 | return error; |
| 154 | } |
| 155 | ASSERT(i == 0); |
| 156 | |
| 157 | error = xfs_inobt_insert_rec(cur, XFS_INODES_PER_CHUNK, |
| 158 | XFS_INOBT_ALL_FREE, &i); |
| 159 | if (error) { |
| 160 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
| 161 | return error; |
| 162 | } |
| 163 | ASSERT(i == 1); |
| 164 | } |
| 165 | |
| 166 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 167 | |
| 168 | return 0; |
| 169 | } |
| 170 | |
| 171 | /* |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 172 | * Verify that the number of free inodes in the AGI is correct. |
| 173 | */ |
| 174 | #ifdef DEBUG |
| 175 | STATIC int |
| 176 | xfs_check_agi_freecount( |
| 177 | struct xfs_btree_cur *cur, |
| 178 | struct xfs_agi *agi) |
| 179 | { |
| 180 | if (cur->bc_nlevels == 1) { |
| 181 | xfs_inobt_rec_incore_t rec; |
| 182 | int freecount = 0; |
| 183 | int error; |
| 184 | int i; |
| 185 | |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 186 | error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 187 | if (error) |
| 188 | return error; |
| 189 | |
| 190 | do { |
| 191 | error = xfs_inobt_get_rec(cur, &rec, &i); |
| 192 | if (error) |
| 193 | return error; |
| 194 | |
| 195 | if (i) { |
| 196 | freecount += rec.ir_freecount; |
| 197 | error = xfs_btree_increment(cur, 0, &i); |
| 198 | if (error) |
| 199 | return error; |
| 200 | } |
| 201 | } while (i == 1); |
| 202 | |
| 203 | if (!XFS_FORCED_SHUTDOWN(cur->bc_mp)) |
| 204 | ASSERT(freecount == be32_to_cpu(agi->agi_freecount)); |
| 205 | } |
| 206 | return 0; |
| 207 | } |
| 208 | #else |
| 209 | #define xfs_check_agi_freecount(cur, agi) 0 |
| 210 | #endif |
| 211 | |
| 212 | /* |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 213 | * Initialise a new set of inodes. When called without a transaction context |
| 214 | * (e.g. from recovery) we initiate a delayed write of the inode buffers rather |
| 215 | * than logging them (which in a transaction context puts them into the AIL |
| 216 | * for writeback rather than the xfsbufd queue). |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 217 | */ |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 218 | int |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 219 | xfs_ialloc_inode_init( |
| 220 | struct xfs_mount *mp, |
| 221 | struct xfs_trans *tp, |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 222 | struct list_head *buffer_list, |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 223 | xfs_agnumber_t agno, |
| 224 | xfs_agblock_t agbno, |
| 225 | xfs_agblock_t length, |
| 226 | unsigned int gen) |
| 227 | { |
| 228 | struct xfs_buf *fbuf; |
| 229 | struct xfs_dinode *free; |
Jie Liu | 6e0c7b8 | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 230 | int nbufs, blks_per_cluster, inodes_per_cluster; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 231 | int version; |
| 232 | int i, j; |
| 233 | xfs_daddr_t d; |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 234 | xfs_ino_t ino = 0; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 235 | |
| 236 | /* |
Jie Liu | 6e0c7b8 | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 237 | * Loop over the new block(s), filling in the inodes. For small block |
| 238 | * sizes, manipulate the inodes in buffers which are multiples of the |
| 239 | * blocks size. |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 240 | */ |
Jie Liu | 6e0c7b8 | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 241 | blks_per_cluster = xfs_icluster_size_fsb(mp); |
| 242 | inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog; |
| 243 | nbufs = length / blks_per_cluster; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 244 | |
| 245 | /* |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 246 | * Figure out what version number to use in the inodes we create. If |
| 247 | * the superblock version has caught up to the one that supports the new |
| 248 | * inode format, then use the new inode version. Otherwise use the old |
| 249 | * version so that old kernels will continue to be able to use the file |
| 250 | * system. |
| 251 | * |
| 252 | * For v3 inodes, we also need to write the inode number into the inode, |
| 253 | * so calculate the first inode number of the chunk here as |
| 254 | * XFS_OFFBNO_TO_AGINO() only works within a filesystem block, not |
| 255 | * across multiple filesystem blocks (such as a cluster) and so cannot |
| 256 | * be used in the cluster buffer loop below. |
| 257 | * |
| 258 | * Further, because we are writing the inode directly into the buffer |
| 259 | * and calculating a CRC on the entire inode, we have ot log the entire |
| 260 | * inode so that the entire range the CRC covers is present in the log. |
| 261 | * That means for v3 inode we log the entire buffer rather than just the |
| 262 | * inode cores. |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 263 | */ |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 264 | if (xfs_sb_version_hascrc(&mp->m_sb)) { |
| 265 | version = 3; |
| 266 | ino = XFS_AGINO_TO_INO(mp, agno, |
| 267 | XFS_OFFBNO_TO_AGINO(mp, agbno, 0)); |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 268 | |
| 269 | /* |
| 270 | * log the initialisation that is about to take place as an |
| 271 | * logical operation. This means the transaction does not |
| 272 | * need to log the physical changes to the inode buffers as log |
| 273 | * recovery will know what initialisation is actually needed. |
| 274 | * Hence we only need to log the buffers as "ordered" buffers so |
| 275 | * they track in the AIL as if they were physically logged. |
| 276 | */ |
| 277 | if (tp) |
Jie Liu | 7178343 | 2013-12-13 15:51:46 +1100 | [diff] [blame] | 278 | xfs_icreate_log(tp, agno, agbno, mp->m_ialloc_inos, |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 279 | mp->m_sb.sb_inodesize, length, gen); |
Dave Chinner | 263997a | 2014-05-20 07:46:40 +1000 | [diff] [blame] | 280 | } else |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 281 | version = 2; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 282 | |
| 283 | for (j = 0; j < nbufs; j++) { |
| 284 | /* |
| 285 | * Get the block. |
| 286 | */ |
| 287 | d = XFS_AGB_TO_DADDR(mp, agno, agbno + (j * blks_per_cluster)); |
| 288 | fbuf = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, |
Dave Chinner | 7c4cebe | 2012-11-23 14:24:23 +1100 | [diff] [blame] | 289 | mp->m_bsize * blks_per_cluster, |
| 290 | XBF_UNMAPPED); |
Chandra Seetharaman | 2a30f36d | 2011-09-20 13:56:55 +0000 | [diff] [blame] | 291 | if (!fbuf) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 292 | return -ENOMEM; |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 293 | |
| 294 | /* Initialize the inode buffers and log them appropriately. */ |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 295 | fbuf->b_ops = &xfs_inode_buf_ops; |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 296 | xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); |
Jie Liu | 6e0c7b8 | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 297 | for (i = 0; i < inodes_per_cluster; i++) { |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 298 | int ioffset = i << mp->m_sb.sb_inodelog; |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 299 | uint isize = xfs_dinode_size(version); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 300 | |
| 301 | free = xfs_make_iptr(mp, fbuf, i); |
| 302 | free->di_magic = cpu_to_be16(XFS_DINODE_MAGIC); |
| 303 | free->di_version = version; |
| 304 | free->di_gen = cpu_to_be32(gen); |
| 305 | free->di_next_unlinked = cpu_to_be32(NULLAGINO); |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 306 | |
| 307 | if (version == 3) { |
| 308 | free->di_ino = cpu_to_be64(ino); |
| 309 | ino++; |
| 310 | uuid_copy(&free->di_uuid, &mp->m_sb.sb_uuid); |
| 311 | xfs_dinode_calc_crc(mp, free); |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 312 | } else if (tp) { |
Christoph Hellwig | 93848a9 | 2013-04-03 16:11:17 +1100 | [diff] [blame] | 313 | /* just log the inode core */ |
| 314 | xfs_trans_log_buf(tp, fbuf, ioffset, |
| 315 | ioffset + isize - 1); |
| 316 | } |
| 317 | } |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 318 | |
| 319 | if (tp) { |
| 320 | /* |
| 321 | * Mark the buffer as an inode allocation buffer so it |
| 322 | * sticks in AIL at the point of this allocation |
| 323 | * transaction. This ensures the they are on disk before |
| 324 | * the tail of the log can be moved past this |
| 325 | * transaction (i.e. by preventing relogging from moving |
| 326 | * it forward in the log). |
| 327 | */ |
| 328 | xfs_trans_inode_alloc_buf(tp, fbuf); |
| 329 | if (version == 3) { |
Dave Chinner | ddf6ad0 | 2013-06-27 16:04:56 +1000 | [diff] [blame] | 330 | /* |
| 331 | * Mark the buffer as ordered so that they are |
| 332 | * not physically logged in the transaction but |
| 333 | * still tracked in the AIL as part of the |
| 334 | * transaction and pin the log appropriately. |
| 335 | */ |
| 336 | xfs_trans_ordered_buf(tp, fbuf); |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 337 | xfs_trans_log_buf(tp, fbuf, 0, |
| 338 | BBTOB(fbuf->b_length) - 1); |
| 339 | } |
| 340 | } else { |
| 341 | fbuf->b_flags |= XBF_DONE; |
| 342 | xfs_buf_delwri_queue(fbuf, buffer_list); |
| 343 | xfs_buf_relse(fbuf); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 344 | } |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 345 | } |
Chandra Seetharaman | 2a30f36d | 2011-09-20 13:56:55 +0000 | [diff] [blame] | 346 | return 0; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 347 | } |
| 348 | |
| 349 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | * Allocate new inodes in the allocation group specified by agbp. |
| 351 | * Return 0 for success, else error code. |
| 352 | */ |
| 353 | STATIC int /* error code or 0 */ |
| 354 | xfs_ialloc_ag_alloc( |
| 355 | xfs_trans_t *tp, /* transaction pointer */ |
| 356 | xfs_buf_t *agbp, /* alloc group buffer */ |
| 357 | int *alloc) |
| 358 | { |
| 359 | xfs_agi_t *agi; /* allocation group header */ |
| 360 | xfs_alloc_arg_t args; /* allocation argument structure */ |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 361 | xfs_agnumber_t agno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | xfs_agino_t newino; /* new first inode's number */ |
| 364 | xfs_agino_t newlen; /* new number of inodes */ |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 365 | int isaligned = 0; /* inode allocation at stripe unit */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | /* boundary */ |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 367 | struct xfs_perag *pag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | |
Mark Tinguely | a004168 | 2012-09-20 13:16:45 -0500 | [diff] [blame] | 369 | memset(&args, 0, sizeof(args)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | args.tp = tp; |
| 371 | args.mp = tp->t_mountp; |
| 372 | |
| 373 | /* |
| 374 | * Locking will ensure that we don't have two callers in here |
| 375 | * at one time. |
| 376 | */ |
Jie Liu | 7178343 | 2013-12-13 15:51:46 +1100 | [diff] [blame] | 377 | newlen = args.mp->m_ialloc_inos; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 | if (args.mp->m_maxicount && |
Dave Chinner | 501ab32 | 2015-02-23 21:19:28 +1100 | [diff] [blame] | 379 | percpu_counter_read(&args.mp->m_icount) + newlen > |
| 380 | args.mp->m_maxicount) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 381 | return -ENOSPC; |
Jie Liu | 126cd10 | 2013-12-13 15:51:48 +1100 | [diff] [blame] | 382 | args.minlen = args.maxlen = args.mp->m_ialloc_blks; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | /* |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 384 | * First try to allocate inodes contiguous with the last-allocated |
| 385 | * chunk of inodes. If the filesystem is striped, this will fill |
| 386 | * an entire stripe unit with inodes. |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 387 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | agi = XFS_BUF_TO_AGI(agbp); |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 389 | newino = be32_to_cpu(agi->agi_newino); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 390 | agno = be32_to_cpu(agi->agi_seqno); |
Nathan Scott | 019ff2d | 2006-04-11 15:45:05 +1000 | [diff] [blame] | 391 | args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + |
Jie Liu | 126cd10 | 2013-12-13 15:51:48 +1100 | [diff] [blame] | 392 | args.mp->m_ialloc_blks; |
Nathan Scott | 019ff2d | 2006-04-11 15:45:05 +1000 | [diff] [blame] | 393 | if (likely(newino != NULLAGINO && |
| 394 | (args.agbno < be32_to_cpu(agi->agi_length)))) { |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 395 | args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 396 | args.type = XFS_ALLOCTYPE_THIS_BNO; |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 397 | args.prod = 1; |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 398 | |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 399 | /* |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 400 | * We need to take into account alignment here to ensure that |
| 401 | * we don't modify the free list if we fail to have an exact |
| 402 | * block. If we don't have an exact match, and every oher |
| 403 | * attempt allocation attempt fails, we'll end up cancelling |
| 404 | * a dirty transaction and shutting down. |
| 405 | * |
| 406 | * For an exact allocation, alignment must be 1, |
| 407 | * however we need to take cluster alignment into account when |
| 408 | * fixing up the freelist. Use the minalignslop field to |
| 409 | * indicate that extra blocks might be required for alignment, |
| 410 | * but not to use them in the actual exact allocation. |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 411 | */ |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 412 | args.alignment = 1; |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 413 | args.minalignslop = xfs_ialloc_cluster_alignment(args.mp) - 1; |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 414 | |
| 415 | /* Allow space for the inode btree to split. */ |
Christoph Hellwig | 0d87e65 | 2009-02-09 08:37:14 +0100 | [diff] [blame] | 416 | args.minleft = args.mp->m_in_maxlevels - 1; |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 417 | if ((error = xfs_alloc_vextent(&args))) |
| 418 | return error; |
Brian Foster | e480a72 | 2014-03-07 16:19:14 +1100 | [diff] [blame] | 419 | |
| 420 | /* |
| 421 | * This request might have dirtied the transaction if the AG can |
| 422 | * satisfy the request, but the exact block was not available. |
| 423 | * If the allocation did fail, subsequent requests will relax |
| 424 | * the exact agbno requirement and increase the alignment |
| 425 | * instead. It is critical that the total size of the request |
| 426 | * (len + alignment + slop) does not increase from this point |
| 427 | * on, so reset minalignslop to ensure it is not included in |
| 428 | * subsequent requests. |
| 429 | */ |
| 430 | args.minalignslop = 0; |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 431 | } else |
| 432 | args.fsbno = NULLFSBLOCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 434 | if (unlikely(args.fsbno == NULLFSBLOCK)) { |
| 435 | /* |
| 436 | * Set the alignment for the allocation. |
| 437 | * If stripe alignment is turned on then align at stripe unit |
| 438 | * boundary. |
Nathan Scott | 019ff2d | 2006-04-11 15:45:05 +1000 | [diff] [blame] | 439 | * If the cluster size is smaller than a filesystem block |
| 440 | * then we're doing I/O for inodes in filesystem block size |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 441 | * pieces, so don't need alignment anyway. |
| 442 | */ |
| 443 | isaligned = 0; |
| 444 | if (args.mp->m_sinoalign) { |
| 445 | ASSERT(!(args.mp->m_flags & XFS_MOUNT_NOALIGN)); |
| 446 | args.alignment = args.mp->m_dalign; |
| 447 | isaligned = 1; |
David Chinner | 75de2a9 | 2008-03-27 18:00:38 +1100 | [diff] [blame] | 448 | } else |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 449 | args.alignment = xfs_ialloc_cluster_alignment(args.mp); |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 450 | /* |
| 451 | * Need to figure out where to allocate the inode blocks. |
| 452 | * Ideally they should be spaced out through the a.g. |
| 453 | * For now, just allocate blocks up front. |
| 454 | */ |
| 455 | args.agbno = be32_to_cpu(agi->agi_root); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 456 | args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 457 | /* |
| 458 | * Allocate a fixed-size extent of inodes. |
| 459 | */ |
| 460 | args.type = XFS_ALLOCTYPE_NEAR_BNO; |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 461 | args.prod = 1; |
| 462 | /* |
| 463 | * Allow space for the inode btree to split. |
| 464 | */ |
Christoph Hellwig | 0d87e65 | 2009-02-09 08:37:14 +0100 | [diff] [blame] | 465 | args.minleft = args.mp->m_in_maxlevels - 1; |
Glen Overby | 3ccb8b5 | 2006-03-29 09:52:28 +1000 | [diff] [blame] | 466 | if ((error = xfs_alloc_vextent(&args))) |
| 467 | return error; |
| 468 | } |
Nathan Scott | 019ff2d | 2006-04-11 15:45:05 +1000 | [diff] [blame] | 469 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | /* |
| 471 | * If stripe alignment is turned on, then try again with cluster |
| 472 | * alignment. |
| 473 | */ |
| 474 | if (isaligned && args.fsbno == NULLFSBLOCK) { |
| 475 | args.type = XFS_ALLOCTYPE_NEAR_BNO; |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 476 | args.agbno = be32_to_cpu(agi->agi_root); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 477 | args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 478 | args.alignment = xfs_ialloc_cluster_alignment(args.mp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | if ((error = xfs_alloc_vextent(&args))) |
| 480 | return error; |
| 481 | } |
| 482 | |
| 483 | if (args.fsbno == NULLFSBLOCK) { |
| 484 | *alloc = 0; |
| 485 | return 0; |
| 486 | } |
| 487 | ASSERT(args.len == args.minlen); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 488 | |
David Chinner | 359346a | 2008-04-29 12:53:32 +1000 | [diff] [blame] | 489 | /* |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 490 | * Stamp and write the inode buffers. |
| 491 | * |
David Chinner | 359346a | 2008-04-29 12:53:32 +1000 | [diff] [blame] | 492 | * Seed the new inode cluster with a random generation number. This |
| 493 | * prevents short-term reuse of generation numbers if a chunk is |
| 494 | * freed and then immediately reallocated. We use random numbers |
| 495 | * rather than a linear progression to prevent the next generation |
| 496 | * number from being easily guessable. |
| 497 | */ |
Dave Chinner | 28c8e41 | 2013-06-27 16:04:55 +1000 | [diff] [blame] | 498 | error = xfs_ialloc_inode_init(args.mp, tp, NULL, agno, args.agbno, |
Akinobu Mita | ecb3403 | 2013-03-04 21:58:20 +0900 | [diff] [blame] | 499 | args.len, prandom_u32()); |
Christoph Hellwig | d42f08f | 2008-11-28 14:23:38 +1100 | [diff] [blame] | 500 | |
Chandra Seetharaman | 2a30f36d | 2011-09-20 13:56:55 +0000 | [diff] [blame] | 501 | if (error) |
| 502 | return error; |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 503 | /* |
| 504 | * Convert the results. |
| 505 | */ |
| 506 | newino = XFS_OFFBNO_TO_AGINO(args.mp, args.agbno, 0); |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 507 | be32_add_cpu(&agi->agi_count, newlen); |
| 508 | be32_add_cpu(&agi->agi_freecount, newlen); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 509 | pag = xfs_perag_get(args.mp, agno); |
| 510 | pag->pagi_freecount += newlen; |
| 511 | xfs_perag_put(pag); |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 512 | agi->agi_newino = cpu_to_be32(newino); |
Dave Chinner | 85c0b2a | 2009-08-31 20:56:51 -0300 | [diff] [blame] | 513 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | /* |
Brian Foster | 0aa0a75 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 515 | * Insert records describing the new inode chunk into the btrees. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | */ |
Brian Foster | 0aa0a75 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 517 | error = xfs_inobt_insert(args.mp, tp, agbp, newino, newlen, |
| 518 | XFS_BTNUM_INO); |
| 519 | if (error) |
| 520 | return error; |
| 521 | |
| 522 | if (xfs_sb_version_hasfinobt(&args.mp->m_sb)) { |
| 523 | error = xfs_inobt_insert(args.mp, tp, agbp, newino, newlen, |
| 524 | XFS_BTNUM_FINO); |
| 525 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 526 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 528 | /* |
| 529 | * Log allocation group header fields |
| 530 | */ |
| 531 | xfs_ialloc_log_agi(tp, agbp, |
| 532 | XFS_AGI_COUNT | XFS_AGI_FREECOUNT | XFS_AGI_NEWINO); |
| 533 | /* |
| 534 | * Modify/log superblock values for inode count and inode free count. |
| 535 | */ |
| 536 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, (long)newlen); |
| 537 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, (long)newlen); |
| 538 | *alloc = 1; |
| 539 | return 0; |
| 540 | } |
| 541 | |
Christoph Hellwig | b8f82a4 | 2009-11-14 16:17:22 +0000 | [diff] [blame] | 542 | STATIC xfs_agnumber_t |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 543 | xfs_ialloc_next_ag( |
| 544 | xfs_mount_t *mp) |
| 545 | { |
| 546 | xfs_agnumber_t agno; |
| 547 | |
| 548 | spin_lock(&mp->m_agirotor_lock); |
| 549 | agno = mp->m_agirotor; |
Carlos Maiolino | 8aea3ff | 2012-09-20 10:32:36 -0300 | [diff] [blame] | 550 | if (++mp->m_agirotor >= mp->m_maxagi) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | mp->m_agirotor = 0; |
| 552 | spin_unlock(&mp->m_agirotor_lock); |
| 553 | |
| 554 | return agno; |
| 555 | } |
| 556 | |
| 557 | /* |
| 558 | * Select an allocation group to look for a free inode in, based on the parent |
Zhi Yong Wu | 2f21ff1 | 2013-08-12 03:14:58 +0000 | [diff] [blame] | 559 | * inode and the mode. Return the allocation group buffer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | */ |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 561 | STATIC xfs_agnumber_t |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | xfs_ialloc_ag_select( |
| 563 | xfs_trans_t *tp, /* transaction pointer */ |
| 564 | xfs_ino_t parent, /* parent directory inode number */ |
Al Viro | 576b1d6 | 2011-07-26 02:50:15 -0400 | [diff] [blame] | 565 | umode_t mode, /* bits set to indicate file type */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 566 | int okalloc) /* ok to allocate more space */ |
| 567 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | xfs_agnumber_t agcount; /* number of ag's in the filesystem */ |
| 569 | xfs_agnumber_t agno; /* current ag number */ |
| 570 | int flags; /* alloc buffer locking flags */ |
| 571 | xfs_extlen_t ineed; /* blocks needed for inode allocation */ |
| 572 | xfs_extlen_t longest = 0; /* longest extent available */ |
| 573 | xfs_mount_t *mp; /* mount point structure */ |
| 574 | int needspace; /* file mode implies space allocated */ |
| 575 | xfs_perag_t *pag; /* per allocation group data */ |
| 576 | xfs_agnumber_t pagno; /* parent (starting) ag number */ |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 577 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | |
| 579 | /* |
| 580 | * Files of these types need at least one block if length > 0 |
| 581 | * (and they won't fit in the inode, but that's hard to figure out). |
| 582 | */ |
| 583 | needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode); |
| 584 | mp = tp->t_mountp; |
| 585 | agcount = mp->m_maxagi; |
| 586 | if (S_ISDIR(mode)) |
| 587 | pagno = xfs_ialloc_next_ag(mp); |
| 588 | else { |
| 589 | pagno = XFS_INO_TO_AGNO(mp, parent); |
| 590 | if (pagno >= agcount) |
| 591 | pagno = 0; |
| 592 | } |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 593 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | ASSERT(pagno < agcount); |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 595 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 596 | /* |
| 597 | * Loop through allocation groups, looking for one with a little |
| 598 | * free space in it. Note we don't look for free inodes, exactly. |
| 599 | * Instead, we include whether there is a need to allocate inodes |
| 600 | * to mean that blocks must be allocated for them, |
| 601 | * if none are currently free. |
| 602 | */ |
| 603 | agno = pagno; |
| 604 | flags = XFS_ALLOC_FLAG_TRYLOCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 605 | for (;;) { |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 606 | pag = xfs_perag_get(mp, agno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | if (!pag->pagi_inodeok) { |
| 608 | xfs_ialloc_next_ag(mp); |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 609 | goto nextag; |
| 610 | } |
| 611 | |
| 612 | if (!pag->pagi_init) { |
| 613 | error = xfs_ialloc_pagi_init(mp, tp, agno); |
| 614 | if (error) |
| 615 | goto nextag; |
| 616 | } |
| 617 | |
| 618 | if (pag->pagi_freecount) { |
| 619 | xfs_perag_put(pag); |
| 620 | return agno; |
| 621 | } |
| 622 | |
| 623 | if (!okalloc) |
| 624 | goto nextag; |
| 625 | |
| 626 | if (!pag->pagf_init) { |
| 627 | error = xfs_alloc_pagf_init(mp, tp, agno, flags); |
| 628 | if (error) |
| 629 | goto nextag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | } |
| 631 | |
| 632 | /* |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 633 | * Check that there is enough free space for the file plus a |
| 634 | * chunk of inodes if we need to allocate some. If this is the |
| 635 | * first pass across the AGs, take into account the potential |
| 636 | * space needed for alignment of inode chunks when checking the |
| 637 | * longest contiguous free space in the AG - this prevents us |
| 638 | * from getting ENOSPC because we have free space larger than |
| 639 | * m_ialloc_blks but alignment constraints prevent us from using |
| 640 | * it. |
| 641 | * |
| 642 | * If we can't find an AG with space for full alignment slack to |
| 643 | * be taken into account, we must be near ENOSPC in all AGs. |
| 644 | * Hence we don't include alignment for the second pass and so |
| 645 | * if we fail allocation due to alignment issues then it is most |
| 646 | * likely a real ENOSPC condition. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 647 | */ |
Jie Liu | 126cd10 | 2013-12-13 15:51:48 +1100 | [diff] [blame] | 648 | ineed = mp->m_ialloc_blks; |
Dave Chinner | 7a1df15 | 2014-12-04 09:42:21 +1100 | [diff] [blame] | 649 | if (flags && ineed > 1) |
| 650 | ineed += xfs_ialloc_cluster_alignment(mp); |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 651 | longest = pag->pagf_longest; |
| 652 | if (!longest) |
| 653 | longest = pag->pagf_flcount > 0; |
| 654 | |
| 655 | if (pag->pagf_freeblks >= needspace + ineed && |
| 656 | longest >= ineed) { |
| 657 | xfs_perag_put(pag); |
| 658 | return agno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 660 | nextag: |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 661 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 662 | /* |
| 663 | * No point in iterating over the rest, if we're shutting |
| 664 | * down. |
| 665 | */ |
Dave Chinner | 1c1c6eb | 2010-01-11 11:47:44 +0000 | [diff] [blame] | 666 | if (XFS_FORCED_SHUTDOWN(mp)) |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 667 | return NULLAGNUMBER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | agno++; |
| 669 | if (agno >= agcount) |
| 670 | agno = 0; |
| 671 | if (agno == pagno) { |
Dave Chinner | 1c1c6eb | 2010-01-11 11:47:44 +0000 | [diff] [blame] | 672 | if (flags == 0) |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 673 | return NULLAGNUMBER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 674 | flags = 0; |
| 675 | } |
| 676 | } |
| 677 | } |
| 678 | |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 679 | /* |
| 680 | * Try to retrieve the next record to the left/right from the current one. |
| 681 | */ |
| 682 | STATIC int |
| 683 | xfs_ialloc_next_rec( |
| 684 | struct xfs_btree_cur *cur, |
| 685 | xfs_inobt_rec_incore_t *rec, |
| 686 | int *done, |
| 687 | int left) |
| 688 | { |
| 689 | int error; |
| 690 | int i; |
| 691 | |
| 692 | if (left) |
| 693 | error = xfs_btree_decrement(cur, 0, &i); |
| 694 | else |
| 695 | error = xfs_btree_increment(cur, 0, &i); |
| 696 | |
| 697 | if (error) |
| 698 | return error; |
| 699 | *done = !i; |
| 700 | if (i) { |
| 701 | error = xfs_inobt_get_rec(cur, rec, &i); |
| 702 | if (error) |
| 703 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 704 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 705 | } |
| 706 | |
| 707 | return 0; |
| 708 | } |
| 709 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 710 | STATIC int |
| 711 | xfs_ialloc_get_rec( |
| 712 | struct xfs_btree_cur *cur, |
| 713 | xfs_agino_t agino, |
| 714 | xfs_inobt_rec_incore_t *rec, |
Jie Liu | 43df2ee | 2013-06-24 13:37:23 +0800 | [diff] [blame] | 715 | int *done) |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 716 | { |
| 717 | int error; |
| 718 | int i; |
| 719 | |
| 720 | error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); |
| 721 | if (error) |
| 722 | return error; |
| 723 | *done = !i; |
| 724 | if (i) { |
| 725 | error = xfs_inobt_get_rec(cur, rec, &i); |
| 726 | if (error) |
| 727 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 728 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 729 | } |
| 730 | |
| 731 | return 0; |
| 732 | } |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 733 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 734 | /* |
Brian Foster | d4cc540 | 2015-05-29 08:50:21 +1000 | [diff] [blame] | 735 | * Return the offset of the first free inode in the record. |
| 736 | */ |
| 737 | STATIC int |
| 738 | xfs_inobt_first_free_inode( |
| 739 | struct xfs_inobt_rec_incore *rec) |
| 740 | { |
| 741 | return xfs_lowbit64(rec->ir_free); |
| 742 | } |
| 743 | |
| 744 | /* |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 745 | * Allocate an inode using the inobt-only algorithm. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | */ |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 747 | STATIC int |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 748 | xfs_dialloc_ag_inobt( |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 749 | struct xfs_trans *tp, |
| 750 | struct xfs_buf *agbp, |
| 751 | xfs_ino_t parent, |
| 752 | xfs_ino_t *inop) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | { |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 754 | struct xfs_mount *mp = tp->t_mountp; |
| 755 | struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); |
| 756 | xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); |
| 757 | xfs_agnumber_t pagno = XFS_INO_TO_AGNO(mp, parent); |
| 758 | xfs_agino_t pagino = XFS_INO_TO_AGINO(mp, parent); |
| 759 | struct xfs_perag *pag; |
| 760 | struct xfs_btree_cur *cur, *tcur; |
| 761 | struct xfs_inobt_rec_incore rec, trec; |
| 762 | xfs_ino_t ino; |
| 763 | int error; |
| 764 | int offset; |
| 765 | int i, j; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 766 | |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 767 | pag = xfs_perag_get(mp, agno); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 768 | |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 769 | ASSERT(pag->pagi_init); |
| 770 | ASSERT(pag->pagi_inodeok); |
| 771 | ASSERT(pag->pagi_freecount > 0); |
| 772 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 773 | restart_pagno: |
Brian Foster | 57bd3db | 2014-04-24 16:00:50 +1000 | [diff] [blame] | 774 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_INO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 775 | /* |
| 776 | * If pagino is 0 (this is the root inode allocation) use newino. |
| 777 | * This must work because we've just allocated some. |
| 778 | */ |
| 779 | if (!pagino) |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 780 | pagino = be32_to_cpu(agi->agi_newino); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 782 | error = xfs_check_agi_freecount(cur, agi); |
| 783 | if (error) |
| 784 | goto error0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 785 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | /* |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 787 | * If in the same AG as the parent, try to get near the parent. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | */ |
| 789 | if (pagno == agno) { |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 790 | int doneleft; /* done, to the left */ |
| 791 | int doneright; /* done, to the right */ |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 792 | int searchdistance = 10; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 793 | |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 794 | error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 795 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 796 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 797 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 798 | |
| 799 | error = xfs_inobt_get_rec(cur, &rec, &j); |
| 800 | if (error) |
| 801 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 802 | XFS_WANT_CORRUPTED_GOTO(mp, j == 1, error0); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 803 | |
| 804 | if (rec.ir_freecount > 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 805 | /* |
| 806 | * Found a free inode in the same chunk |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 807 | * as the parent, done. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 808 | */ |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 809 | goto alloc_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | } |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 811 | |
| 812 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 813 | /* |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 814 | * In the same AG as parent, but parent's chunk is full. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 815 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 817 | /* duplicate the cursor, search left & right simultaneously */ |
| 818 | error = xfs_btree_dup_cursor(cur, &tcur); |
| 819 | if (error) |
| 820 | goto error0; |
| 821 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 822 | /* |
| 823 | * Skip to last blocks looked up if same parent inode. |
| 824 | */ |
| 825 | if (pagino != NULLAGINO && |
| 826 | pag->pagl_pagino == pagino && |
| 827 | pag->pagl_leftrec != NULLAGINO && |
| 828 | pag->pagl_rightrec != NULLAGINO) { |
| 829 | error = xfs_ialloc_get_rec(tcur, pag->pagl_leftrec, |
Jie Liu | 43df2ee | 2013-06-24 13:37:23 +0800 | [diff] [blame] | 830 | &trec, &doneleft); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 831 | if (error) |
| 832 | goto error1; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 833 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 834 | error = xfs_ialloc_get_rec(cur, pag->pagl_rightrec, |
Jie Liu | 43df2ee | 2013-06-24 13:37:23 +0800 | [diff] [blame] | 835 | &rec, &doneright); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 836 | if (error) |
| 837 | goto error1; |
| 838 | } else { |
| 839 | /* search left with tcur, back up 1 record */ |
| 840 | error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1); |
| 841 | if (error) |
| 842 | goto error1; |
| 843 | |
| 844 | /* search right with cur, go forward 1 record. */ |
| 845 | error = xfs_ialloc_next_rec(cur, &rec, &doneright, 0); |
| 846 | if (error) |
| 847 | goto error1; |
| 848 | } |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 849 | |
| 850 | /* |
| 851 | * Loop until we find an inode chunk with a free inode. |
| 852 | */ |
| 853 | while (!doneleft || !doneright) { |
| 854 | int useleft; /* using left inode chunk this time */ |
| 855 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 856 | if (!--searchdistance) { |
| 857 | /* |
| 858 | * Not in range - save last search |
| 859 | * location and allocate a new inode |
| 860 | */ |
Eric Sandeen | 3b82638 | 2009-10-30 09:27:07 +0100 | [diff] [blame] | 861 | xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 862 | pag->pagl_leftrec = trec.ir_startino; |
| 863 | pag->pagl_rightrec = rec.ir_startino; |
| 864 | pag->pagl_pagino = pagino; |
| 865 | goto newino; |
| 866 | } |
| 867 | |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 868 | /* figure out the closer block if both are valid. */ |
| 869 | if (!doneleft && !doneright) { |
| 870 | useleft = pagino - |
| 871 | (trec.ir_startino + XFS_INODES_PER_CHUNK - 1) < |
| 872 | rec.ir_startino - pagino; |
| 873 | } else { |
| 874 | useleft = !doneleft; |
| 875 | } |
| 876 | |
| 877 | /* free inodes to the left? */ |
| 878 | if (useleft && trec.ir_freecount) { |
| 879 | rec = trec; |
| 880 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 881 | cur = tcur; |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 882 | |
| 883 | pag->pagl_leftrec = trec.ir_startino; |
| 884 | pag->pagl_rightrec = rec.ir_startino; |
| 885 | pag->pagl_pagino = pagino; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 886 | goto alloc_inode; |
| 887 | } |
| 888 | |
| 889 | /* free inodes to the right? */ |
| 890 | if (!useleft && rec.ir_freecount) { |
| 891 | xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 892 | |
| 893 | pag->pagl_leftrec = trec.ir_startino; |
| 894 | pag->pagl_rightrec = rec.ir_startino; |
| 895 | pag->pagl_pagino = pagino; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 896 | goto alloc_inode; |
| 897 | } |
| 898 | |
| 899 | /* get next record to check */ |
| 900 | if (useleft) { |
| 901 | error = xfs_ialloc_next_rec(tcur, &trec, |
| 902 | &doneleft, 1); |
| 903 | } else { |
| 904 | error = xfs_ialloc_next_rec(cur, &rec, |
| 905 | &doneright, 0); |
| 906 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 907 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 908 | goto error1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | } |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 910 | |
| 911 | /* |
| 912 | * We've reached the end of the btree. because |
| 913 | * we are only searching a small chunk of the |
| 914 | * btree each search, there is obviously free |
| 915 | * inodes closer to the parent inode than we |
| 916 | * are now. restart the search again. |
| 917 | */ |
| 918 | pag->pagl_pagino = NULLAGINO; |
| 919 | pag->pagl_leftrec = NULLAGINO; |
| 920 | pag->pagl_rightrec = NULLAGINO; |
| 921 | xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); |
| 922 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 923 | goto restart_pagno; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 924 | } |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 925 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 926 | /* |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 927 | * In a different AG from the parent. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 928 | * See if the most recently allocated block has any free. |
| 929 | */ |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 930 | newino: |
Christoph Hellwig | 69ef921 | 2011-07-08 14:36:05 +0200 | [diff] [blame] | 931 | if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 932 | error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino), |
| 933 | XFS_LOOKUP_EQ, &i); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 934 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 935 | goto error0; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 936 | |
| 937 | if (i == 1) { |
| 938 | error = xfs_inobt_get_rec(cur, &rec, &j); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | if (error) |
| 940 | goto error0; |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 941 | |
| 942 | if (j == 1 && rec.ir_freecount > 0) { |
| 943 | /* |
| 944 | * The last chunk allocated in the group |
| 945 | * still has a free inode. |
| 946 | */ |
| 947 | goto alloc_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 948 | } |
| 949 | } |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 950 | } |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 951 | |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 952 | /* |
| 953 | * None left in the last group, search the whole AG |
| 954 | */ |
| 955 | error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); |
| 956 | if (error) |
| 957 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 958 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 959 | |
| 960 | for (;;) { |
| 961 | error = xfs_inobt_get_rec(cur, &rec, &i); |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 962 | if (error) |
| 963 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 964 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Dave Chinner | bd16956 | 2009-08-31 20:58:28 -0300 | [diff] [blame] | 965 | if (rec.ir_freecount > 0) |
| 966 | break; |
| 967 | error = xfs_btree_increment(cur, 0, &i); |
| 968 | if (error) |
| 969 | goto error0; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 970 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 971 | } |
Christoph Hellwig | 4254b0b | 2009-08-31 20:57:14 -0300 | [diff] [blame] | 972 | |
| 973 | alloc_inode: |
Brian Foster | d4cc540 | 2015-05-29 08:50:21 +1000 | [diff] [blame] | 974 | offset = xfs_inobt_first_free_inode(&rec); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | ASSERT(offset >= 0); |
| 976 | ASSERT(offset < XFS_INODES_PER_CHUNK); |
| 977 | ASSERT((XFS_AGINO_TO_OFFSET(mp, rec.ir_startino) % |
| 978 | XFS_INODES_PER_CHUNK) == 0); |
| 979 | ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino + offset); |
Christoph Hellwig | 0d87e65 | 2009-02-09 08:37:14 +0100 | [diff] [blame] | 980 | rec.ir_free &= ~XFS_INOBT_MASK(offset); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | rec.ir_freecount--; |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 982 | error = xfs_inobt_update(cur, &rec); |
| 983 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 984 | goto error0; |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 985 | be32_add_cpu(&agi->agi_freecount, -1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 986 | xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 987 | pag->pagi_freecount--; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 989 | error = xfs_check_agi_freecount(cur, agi); |
| 990 | if (error) |
| 991 | goto error0; |
| 992 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 993 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 994 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 995 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 996 | *inop = ino; |
| 997 | return 0; |
| 998 | error1: |
| 999 | xfs_btree_del_cursor(tcur, XFS_BTREE_ERROR); |
| 1000 | error0: |
| 1001 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 1002 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | return error; |
| 1004 | } |
| 1005 | |
| 1006 | /* |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1007 | * Use the free inode btree to allocate an inode based on distance from the |
| 1008 | * parent. Note that the provided cursor may be deleted and replaced. |
| 1009 | */ |
| 1010 | STATIC int |
| 1011 | xfs_dialloc_ag_finobt_near( |
| 1012 | xfs_agino_t pagino, |
| 1013 | struct xfs_btree_cur **ocur, |
| 1014 | struct xfs_inobt_rec_incore *rec) |
| 1015 | { |
| 1016 | struct xfs_btree_cur *lcur = *ocur; /* left search cursor */ |
| 1017 | struct xfs_btree_cur *rcur; /* right search cursor */ |
| 1018 | struct xfs_inobt_rec_incore rrec; |
| 1019 | int error; |
| 1020 | int i, j; |
| 1021 | |
| 1022 | error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); |
| 1023 | if (error) |
| 1024 | return error; |
| 1025 | |
| 1026 | if (i == 1) { |
| 1027 | error = xfs_inobt_get_rec(lcur, rec, &i); |
| 1028 | if (error) |
| 1029 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1030 | XFS_WANT_CORRUPTED_RETURN(lcur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1031 | |
| 1032 | /* |
| 1033 | * See if we've landed in the parent inode record. The finobt |
| 1034 | * only tracks chunks with at least one free inode, so record |
| 1035 | * existence is enough. |
| 1036 | */ |
| 1037 | if (pagino >= rec->ir_startino && |
| 1038 | pagino < (rec->ir_startino + XFS_INODES_PER_CHUNK)) |
| 1039 | return 0; |
| 1040 | } |
| 1041 | |
| 1042 | error = xfs_btree_dup_cursor(lcur, &rcur); |
| 1043 | if (error) |
| 1044 | return error; |
| 1045 | |
| 1046 | error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); |
| 1047 | if (error) |
| 1048 | goto error_rcur; |
| 1049 | if (j == 1) { |
| 1050 | error = xfs_inobt_get_rec(rcur, &rrec, &j); |
| 1051 | if (error) |
| 1052 | goto error_rcur; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1053 | XFS_WANT_CORRUPTED_GOTO(lcur->bc_mp, j == 1, error_rcur); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1054 | } |
| 1055 | |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1056 | XFS_WANT_CORRUPTED_GOTO(lcur->bc_mp, i == 1 || j == 1, error_rcur); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1057 | if (i == 1 && j == 1) { |
| 1058 | /* |
| 1059 | * Both the left and right records are valid. Choose the closer |
| 1060 | * inode chunk to the target. |
| 1061 | */ |
| 1062 | if ((pagino - rec->ir_startino + XFS_INODES_PER_CHUNK - 1) > |
| 1063 | (rrec.ir_startino - pagino)) { |
| 1064 | *rec = rrec; |
| 1065 | xfs_btree_del_cursor(lcur, XFS_BTREE_NOERROR); |
| 1066 | *ocur = rcur; |
| 1067 | } else { |
| 1068 | xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); |
| 1069 | } |
| 1070 | } else if (j == 1) { |
| 1071 | /* only the right record is valid */ |
| 1072 | *rec = rrec; |
| 1073 | xfs_btree_del_cursor(lcur, XFS_BTREE_NOERROR); |
| 1074 | *ocur = rcur; |
| 1075 | } else if (i == 1) { |
| 1076 | /* only the left record is valid */ |
| 1077 | xfs_btree_del_cursor(rcur, XFS_BTREE_NOERROR); |
| 1078 | } |
| 1079 | |
| 1080 | return 0; |
| 1081 | |
| 1082 | error_rcur: |
| 1083 | xfs_btree_del_cursor(rcur, XFS_BTREE_ERROR); |
| 1084 | return error; |
| 1085 | } |
| 1086 | |
| 1087 | /* |
| 1088 | * Use the free inode btree to find a free inode based on a newino hint. If |
| 1089 | * the hint is NULL, find the first free inode in the AG. |
| 1090 | */ |
| 1091 | STATIC int |
| 1092 | xfs_dialloc_ag_finobt_newino( |
| 1093 | struct xfs_agi *agi, |
| 1094 | struct xfs_btree_cur *cur, |
| 1095 | struct xfs_inobt_rec_incore *rec) |
| 1096 | { |
| 1097 | int error; |
| 1098 | int i; |
| 1099 | |
| 1100 | if (agi->agi_newino != cpu_to_be32(NULLAGINO)) { |
Dave Chinner | e68ed77 | 2014-09-29 10:43:15 +1000 | [diff] [blame] | 1101 | error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino), |
| 1102 | XFS_LOOKUP_EQ, &i); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1103 | if (error) |
| 1104 | return error; |
| 1105 | if (i == 1) { |
| 1106 | error = xfs_inobt_get_rec(cur, rec, &i); |
| 1107 | if (error) |
| 1108 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1109 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1110 | return 0; |
| 1111 | } |
| 1112 | } |
| 1113 | |
| 1114 | /* |
| 1115 | * Find the first inode available in the AG. |
| 1116 | */ |
| 1117 | error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); |
| 1118 | if (error) |
| 1119 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1120 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1121 | |
| 1122 | error = xfs_inobt_get_rec(cur, rec, &i); |
| 1123 | if (error) |
| 1124 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1125 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1126 | |
| 1127 | return 0; |
| 1128 | } |
| 1129 | |
| 1130 | /* |
| 1131 | * Update the inobt based on a modification made to the finobt. Also ensure that |
| 1132 | * the records from both trees are equivalent post-modification. |
| 1133 | */ |
| 1134 | STATIC int |
| 1135 | xfs_dialloc_ag_update_inobt( |
| 1136 | struct xfs_btree_cur *cur, /* inobt cursor */ |
| 1137 | struct xfs_inobt_rec_incore *frec, /* finobt record */ |
| 1138 | int offset) /* inode offset */ |
| 1139 | { |
| 1140 | struct xfs_inobt_rec_incore rec; |
| 1141 | int error; |
| 1142 | int i; |
| 1143 | |
| 1144 | error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); |
| 1145 | if (error) |
| 1146 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1147 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1148 | |
| 1149 | error = xfs_inobt_get_rec(cur, &rec, &i); |
| 1150 | if (error) |
| 1151 | return error; |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1152 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, i == 1); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1153 | ASSERT((XFS_AGINO_TO_OFFSET(cur->bc_mp, rec.ir_startino) % |
| 1154 | XFS_INODES_PER_CHUNK) == 0); |
| 1155 | |
| 1156 | rec.ir_free &= ~XFS_INOBT_MASK(offset); |
| 1157 | rec.ir_freecount--; |
| 1158 | |
Eric Sandeen | 5fb5aee | 2015-02-23 22:39:13 +1100 | [diff] [blame] | 1159 | XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, (rec.ir_free == frec->ir_free) && |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1160 | (rec.ir_freecount == frec->ir_freecount)); |
| 1161 | |
kbuild test robot | b72091f | 2014-12-01 08:24:58 +1100 | [diff] [blame] | 1162 | return xfs_inobt_update(cur, &rec); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1163 | } |
| 1164 | |
| 1165 | /* |
| 1166 | * Allocate an inode using the free inode btree, if available. Otherwise, fall |
| 1167 | * back to the inobt search algorithm. |
| 1168 | * |
| 1169 | * The caller selected an AG for us, and made sure that free inodes are |
| 1170 | * available. |
| 1171 | */ |
| 1172 | STATIC int |
| 1173 | xfs_dialloc_ag( |
| 1174 | struct xfs_trans *tp, |
| 1175 | struct xfs_buf *agbp, |
| 1176 | xfs_ino_t parent, |
| 1177 | xfs_ino_t *inop) |
| 1178 | { |
| 1179 | struct xfs_mount *mp = tp->t_mountp; |
| 1180 | struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); |
| 1181 | xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); |
| 1182 | xfs_agnumber_t pagno = XFS_INO_TO_AGNO(mp, parent); |
| 1183 | xfs_agino_t pagino = XFS_INO_TO_AGINO(mp, parent); |
| 1184 | struct xfs_perag *pag; |
| 1185 | struct xfs_btree_cur *cur; /* finobt cursor */ |
| 1186 | struct xfs_btree_cur *icur; /* inobt cursor */ |
| 1187 | struct xfs_inobt_rec_incore rec; |
| 1188 | xfs_ino_t ino; |
| 1189 | int error; |
| 1190 | int offset; |
| 1191 | int i; |
| 1192 | |
| 1193 | if (!xfs_sb_version_hasfinobt(&mp->m_sb)) |
| 1194 | return xfs_dialloc_ag_inobt(tp, agbp, parent, inop); |
| 1195 | |
| 1196 | pag = xfs_perag_get(mp, agno); |
| 1197 | |
| 1198 | /* |
| 1199 | * If pagino is 0 (this is the root inode allocation) use newino. |
| 1200 | * This must work because we've just allocated some. |
| 1201 | */ |
| 1202 | if (!pagino) |
| 1203 | pagino = be32_to_cpu(agi->agi_newino); |
| 1204 | |
| 1205 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_FINO); |
| 1206 | |
| 1207 | error = xfs_check_agi_freecount(cur, agi); |
| 1208 | if (error) |
| 1209 | goto error_cur; |
| 1210 | |
| 1211 | /* |
| 1212 | * The search algorithm depends on whether we're in the same AG as the |
| 1213 | * parent. If so, find the closest available inode to the parent. If |
| 1214 | * not, consider the agi hint or find the first free inode in the AG. |
| 1215 | */ |
| 1216 | if (agno == pagno) |
| 1217 | error = xfs_dialloc_ag_finobt_near(pagino, &cur, &rec); |
| 1218 | else |
| 1219 | error = xfs_dialloc_ag_finobt_newino(agi, cur, &rec); |
| 1220 | if (error) |
| 1221 | goto error_cur; |
| 1222 | |
Brian Foster | d4cc540 | 2015-05-29 08:50:21 +1000 | [diff] [blame] | 1223 | offset = xfs_inobt_first_free_inode(&rec); |
Brian Foster | 6dd8638 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1224 | ASSERT(offset >= 0); |
| 1225 | ASSERT(offset < XFS_INODES_PER_CHUNK); |
| 1226 | ASSERT((XFS_AGINO_TO_OFFSET(mp, rec.ir_startino) % |
| 1227 | XFS_INODES_PER_CHUNK) == 0); |
| 1228 | ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino + offset); |
| 1229 | |
| 1230 | /* |
| 1231 | * Modify or remove the finobt record. |
| 1232 | */ |
| 1233 | rec.ir_free &= ~XFS_INOBT_MASK(offset); |
| 1234 | rec.ir_freecount--; |
| 1235 | if (rec.ir_freecount) |
| 1236 | error = xfs_inobt_update(cur, &rec); |
| 1237 | else |
| 1238 | error = xfs_btree_delete(cur, &i); |
| 1239 | if (error) |
| 1240 | goto error_cur; |
| 1241 | |
| 1242 | /* |
| 1243 | * The finobt has now been updated appropriately. We haven't updated the |
| 1244 | * agi and superblock yet, so we can create an inobt cursor and validate |
| 1245 | * the original freecount. If all is well, make the equivalent update to |
| 1246 | * the inobt using the finobt record and offset information. |
| 1247 | */ |
| 1248 | icur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_INO); |
| 1249 | |
| 1250 | error = xfs_check_agi_freecount(icur, agi); |
| 1251 | if (error) |
| 1252 | goto error_icur; |
| 1253 | |
| 1254 | error = xfs_dialloc_ag_update_inobt(icur, &rec, offset); |
| 1255 | if (error) |
| 1256 | goto error_icur; |
| 1257 | |
| 1258 | /* |
| 1259 | * Both trees have now been updated. We must update the perag and |
| 1260 | * superblock before we can check the freecount for each btree. |
| 1261 | */ |
| 1262 | be32_add_cpu(&agi->agi_freecount, -1); |
| 1263 | xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT); |
| 1264 | pag->pagi_freecount--; |
| 1265 | |
| 1266 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); |
| 1267 | |
| 1268 | error = xfs_check_agi_freecount(icur, agi); |
| 1269 | if (error) |
| 1270 | goto error_icur; |
| 1271 | error = xfs_check_agi_freecount(cur, agi); |
| 1272 | if (error) |
| 1273 | goto error_icur; |
| 1274 | |
| 1275 | xfs_btree_del_cursor(icur, XFS_BTREE_NOERROR); |
| 1276 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 1277 | xfs_perag_put(pag); |
| 1278 | *inop = ino; |
| 1279 | return 0; |
| 1280 | |
| 1281 | error_icur: |
| 1282 | xfs_btree_del_cursor(icur, XFS_BTREE_ERROR); |
| 1283 | error_cur: |
| 1284 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
| 1285 | xfs_perag_put(pag); |
| 1286 | return error; |
| 1287 | } |
| 1288 | |
| 1289 | /* |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1290 | * Allocate an inode on disk. |
| 1291 | * |
| 1292 | * Mode is used to tell whether the new inode will need space, and whether it |
| 1293 | * is a directory. |
| 1294 | * |
| 1295 | * This function is designed to be called twice if it has to do an allocation |
| 1296 | * to make more free inodes. On the first call, *IO_agbp should be set to NULL. |
| 1297 | * If an inode is available without having to performn an allocation, an inode |
Carlos Maiolino | cd856db | 2012-10-20 11:08:19 -0300 | [diff] [blame] | 1298 | * number is returned. In this case, *IO_agbp is set to NULL. If an allocation |
| 1299 | * needs to be done, xfs_dialloc returns the current AGI buffer in *IO_agbp. |
| 1300 | * The caller should then commit the current transaction, allocate a |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1301 | * new transaction, and call xfs_dialloc() again, passing in the previous value |
| 1302 | * of *IO_agbp. IO_agbp should be held across the transactions. Since the AGI |
| 1303 | * buffer is locked across the two calls, the second call is guaranteed to have |
| 1304 | * a free inode available. |
| 1305 | * |
| 1306 | * Once we successfully pick an inode its number is returned and the on-disk |
| 1307 | * data structures are updated. The inode itself is not read in, since doing so |
| 1308 | * would break ordering constraints with xfs_reclaim. |
| 1309 | */ |
| 1310 | int |
| 1311 | xfs_dialloc( |
| 1312 | struct xfs_trans *tp, |
| 1313 | xfs_ino_t parent, |
| 1314 | umode_t mode, |
| 1315 | int okalloc, |
| 1316 | struct xfs_buf **IO_agbp, |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1317 | xfs_ino_t *inop) |
| 1318 | { |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 1319 | struct xfs_mount *mp = tp->t_mountp; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1320 | struct xfs_buf *agbp; |
| 1321 | xfs_agnumber_t agno; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1322 | int error; |
| 1323 | int ialloced; |
| 1324 | int noroom = 0; |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1325 | xfs_agnumber_t start_agno; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1326 | struct xfs_perag *pag; |
| 1327 | |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1328 | if (*IO_agbp) { |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1329 | /* |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1330 | * If the caller passes in a pointer to the AGI buffer, |
| 1331 | * continue where we left off before. In this case, we |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1332 | * know that the allocation group has free inodes. |
| 1333 | */ |
| 1334 | agbp = *IO_agbp; |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1335 | goto out_alloc; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1336 | } |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1337 | |
| 1338 | /* |
| 1339 | * We do not have an agbp, so select an initial allocation |
| 1340 | * group for inode allocation. |
| 1341 | */ |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1342 | start_agno = xfs_ialloc_ag_select(tp, parent, mode, okalloc); |
| 1343 | if (start_agno == NULLAGNUMBER) { |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1344 | *inop = NULLFSINO; |
| 1345 | return 0; |
| 1346 | } |
Christoph Hellwig | 55d6af6 | 2012-07-04 10:54:49 -0400 | [diff] [blame] | 1347 | |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1348 | /* |
| 1349 | * If we have already hit the ceiling of inode blocks then clear |
| 1350 | * okalloc so we scan all available agi structures for a free |
| 1351 | * inode. |
| 1352 | */ |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1353 | if (mp->m_maxicount && |
Dave Chinner | 501ab32 | 2015-02-23 21:19:28 +1100 | [diff] [blame] | 1354 | percpu_counter_read(&mp->m_icount) + mp->m_ialloc_inos > |
| 1355 | mp->m_maxicount) { |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1356 | noroom = 1; |
| 1357 | okalloc = 0; |
| 1358 | } |
| 1359 | |
| 1360 | /* |
| 1361 | * Loop until we find an allocation group that either has free inodes |
| 1362 | * or in which we can allocate some inodes. Iterate through the |
| 1363 | * allocation groups upward, wrapping at the end. |
| 1364 | */ |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1365 | agno = start_agno; |
| 1366 | for (;;) { |
| 1367 | pag = xfs_perag_get(mp, agno); |
| 1368 | if (!pag->pagi_inodeok) { |
| 1369 | xfs_ialloc_next_ag(mp); |
| 1370 | goto nextag; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1371 | } |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1372 | |
| 1373 | if (!pag->pagi_init) { |
| 1374 | error = xfs_ialloc_pagi_init(mp, tp, agno); |
| 1375 | if (error) |
| 1376 | goto out_error; |
| 1377 | } |
| 1378 | |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1379 | /* |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1380 | * Do a first racy fast path check if this AG is usable. |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1381 | */ |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1382 | if (!pag->pagi_freecount && !okalloc) |
| 1383 | goto nextag; |
| 1384 | |
Christoph Hellwig | c498211 | 2012-08-07 02:02:02 -0400 | [diff] [blame] | 1385 | /* |
| 1386 | * Then read in the AGI buffer and recheck with the AGI buffer |
| 1387 | * lock held. |
| 1388 | */ |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1389 | error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); |
| 1390 | if (error) |
| 1391 | goto out_error; |
| 1392 | |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1393 | if (pag->pagi_freecount) { |
| 1394 | xfs_perag_put(pag); |
| 1395 | goto out_alloc; |
| 1396 | } |
| 1397 | |
Christoph Hellwig | c498211 | 2012-08-07 02:02:02 -0400 | [diff] [blame] | 1398 | if (!okalloc) |
| 1399 | goto nextag_relse_buffer; |
| 1400 | |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1401 | |
| 1402 | error = xfs_ialloc_ag_alloc(tp, agbp, &ialloced); |
| 1403 | if (error) { |
| 1404 | xfs_trans_brelse(tp, agbp); |
| 1405 | |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1406 | if (error != -ENOSPC) |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1407 | goto out_error; |
| 1408 | |
| 1409 | xfs_perag_put(pag); |
| 1410 | *inop = NULLFSINO; |
| 1411 | return 0; |
| 1412 | } |
| 1413 | |
| 1414 | if (ialloced) { |
| 1415 | /* |
| 1416 | * We successfully allocated some inodes, return |
| 1417 | * the current context to the caller so that it |
| 1418 | * can commit the current transaction and call |
| 1419 | * us again where we left off. |
| 1420 | */ |
| 1421 | ASSERT(pag->pagi_freecount > 0); |
| 1422 | xfs_perag_put(pag); |
| 1423 | |
| 1424 | *IO_agbp = agbp; |
| 1425 | *inop = NULLFSINO; |
| 1426 | return 0; |
| 1427 | } |
| 1428 | |
Christoph Hellwig | c498211 | 2012-08-07 02:02:02 -0400 | [diff] [blame] | 1429 | nextag_relse_buffer: |
| 1430 | xfs_trans_brelse(tp, agbp); |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1431 | nextag: |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1432 | xfs_perag_put(pag); |
| 1433 | if (++agno == mp->m_sb.sb_agcount) |
| 1434 | agno = 0; |
| 1435 | if (agno == start_agno) { |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1436 | *inop = NULLFSINO; |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1437 | return noroom ? -ENOSPC : 0; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1438 | } |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1439 | } |
| 1440 | |
Christoph Hellwig | 4bb6106 | 2012-07-04 10:54:48 -0400 | [diff] [blame] | 1441 | out_alloc: |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1442 | *IO_agbp = NULL; |
| 1443 | return xfs_dialloc_ag(tp, agbp, parent, inop); |
Christoph Hellwig | be60fe5 | 2012-07-04 10:54:50 -0400 | [diff] [blame] | 1444 | out_error: |
| 1445 | xfs_perag_put(pag); |
Eric Sandeen | b474c7a | 2014-06-22 15:04:54 +1000 | [diff] [blame] | 1446 | return error; |
Christoph Hellwig | f2ecc5e | 2012-07-04 10:54:46 -0400 | [diff] [blame] | 1447 | } |
| 1448 | |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1449 | STATIC int |
| 1450 | xfs_difree_inobt( |
| 1451 | struct xfs_mount *mp, |
| 1452 | struct xfs_trans *tp, |
| 1453 | struct xfs_buf *agbp, |
| 1454 | xfs_agino_t agino, |
| 1455 | struct xfs_bmap_free *flist, |
Dave Chinner | 0d907a3 | 2014-05-20 08:56:00 +1000 | [diff] [blame] | 1456 | int *deleted, |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1457 | xfs_ino_t *first_ino, |
| 1458 | struct xfs_inobt_rec_incore *orec) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1459 | { |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1460 | struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); |
| 1461 | xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); |
| 1462 | struct xfs_perag *pag; |
| 1463 | struct xfs_btree_cur *cur; |
| 1464 | struct xfs_inobt_rec_incore rec; |
| 1465 | int ilen; |
| 1466 | int error; |
| 1467 | int i; |
| 1468 | int off; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1469 | |
Christoph Hellwig | 69ef921 | 2011-07-08 14:36:05 +0200 | [diff] [blame] | 1470 | ASSERT(agi->agi_magicnum == cpu_to_be32(XFS_AGI_MAGIC)); |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1471 | ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length)); |
| 1472 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1473 | /* |
| 1474 | * Initialize the cursor. |
| 1475 | */ |
Brian Foster | 57bd3db | 2014-04-24 16:00:50 +1000 | [diff] [blame] | 1476 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_INO); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1477 | |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 1478 | error = xfs_check_agi_freecount(cur, agi); |
| 1479 | if (error) |
| 1480 | goto error0; |
| 1481 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1482 | /* |
| 1483 | * Look for the entry describing this inode. |
| 1484 | */ |
Christoph Hellwig | 2187550 | 2009-08-31 20:58:21 -0300 | [diff] [blame] | 1485 | if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { |
Dave Chinner | 0b932cc | 2011-03-07 10:08:35 +1100 | [diff] [blame] | 1486 | xfs_warn(mp, "%s: xfs_inobt_lookup() returned error %d.", |
| 1487 | __func__, error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1488 | goto error0; |
| 1489 | } |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1490 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Christoph Hellwig | 2e287a7 | 2009-08-31 20:56:58 -0300 | [diff] [blame] | 1491 | error = xfs_inobt_get_rec(cur, &rec, &i); |
| 1492 | if (error) { |
Dave Chinner | 0b932cc | 2011-03-07 10:08:35 +1100 | [diff] [blame] | 1493 | xfs_warn(mp, "%s: xfs_inobt_get_rec() returned error %d.", |
| 1494 | __func__, error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1495 | goto error0; |
| 1496 | } |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1497 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1498 | /* |
| 1499 | * Get the offset in the inode chunk. |
| 1500 | */ |
| 1501 | off = agino - rec.ir_startino; |
| 1502 | ASSERT(off >= 0 && off < XFS_INODES_PER_CHUNK); |
Christoph Hellwig | 0d87e65 | 2009-02-09 08:37:14 +0100 | [diff] [blame] | 1503 | ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1504 | /* |
| 1505 | * Mark the inode free & increment the count. |
| 1506 | */ |
Christoph Hellwig | 0d87e65 | 2009-02-09 08:37:14 +0100 | [diff] [blame] | 1507 | rec.ir_free |= XFS_INOBT_MASK(off); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1508 | rec.ir_freecount++; |
| 1509 | |
| 1510 | /* |
Brian Foster | 999633d | 2015-05-29 08:51:37 +1000 | [diff] [blame^] | 1511 | * When an inode chunk is free, it becomes eligible for removal. Don't |
| 1512 | * remove the chunk if the block size is large enough for multiple inode |
| 1513 | * chunks (that might not be free). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1514 | */ |
Josef Jeff Sipek | 1bd960e | 2008-02-29 13:58:40 +1100 | [diff] [blame] | 1515 | if (!(mp->m_flags & XFS_MOUNT_IKEEP) && |
Brian Foster | 999633d | 2015-05-29 08:51:37 +1000 | [diff] [blame^] | 1516 | rec.ir_free == XFS_INOBT_ALL_FREE && |
| 1517 | mp->m_sb.sb_inopblock <= XFS_INODES_PER_CHUNK) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1518 | |
Roger Willcocks | 376c2f3 | 2014-05-20 08:52:21 +1000 | [diff] [blame] | 1519 | *deleted = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1520 | *first_ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino); |
| 1521 | |
| 1522 | /* |
| 1523 | * Remove the inode cluster from the AGI B+Tree, adjust the |
| 1524 | * AGI and Superblock inode counts, and mark the disk space |
| 1525 | * to be freed when the transaction is committed. |
| 1526 | */ |
Brian Foster | 999633d | 2015-05-29 08:51:37 +1000 | [diff] [blame^] | 1527 | ilen = rec.ir_freecount; |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 1528 | be32_add_cpu(&agi->agi_count, -ilen); |
| 1529 | be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1530 | xfs_ialloc_log_agi(tp, agbp, XFS_AGI_COUNT | XFS_AGI_FREECOUNT); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 1531 | pag = xfs_perag_get(mp, agno); |
| 1532 | pag->pagi_freecount -= ilen - 1; |
| 1533 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1534 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); |
| 1535 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -(ilen - 1)); |
| 1536 | |
Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 1537 | if ((error = xfs_btree_delete(cur, &i))) { |
Dave Chinner | 0b932cc | 2011-03-07 10:08:35 +1100 | [diff] [blame] | 1538 | xfs_warn(mp, "%s: xfs_btree_delete returned error %d.", |
| 1539 | __func__, error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1540 | goto error0; |
| 1541 | } |
| 1542 | |
Jie Liu | 126cd10 | 2013-12-13 15:51:48 +1100 | [diff] [blame] | 1543 | xfs_bmap_add_free(XFS_AGB_TO_FSB(mp, agno, |
| 1544 | XFS_AGINO_TO_AGBNO(mp, rec.ir_startino)), |
| 1545 | mp->m_ialloc_blks, flist, mp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1546 | } else { |
Roger Willcocks | 376c2f3 | 2014-05-20 08:52:21 +1000 | [diff] [blame] | 1547 | *deleted = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1548 | |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 1549 | error = xfs_inobt_update(cur, &rec); |
| 1550 | if (error) { |
Dave Chinner | 0b932cc | 2011-03-07 10:08:35 +1100 | [diff] [blame] | 1551 | xfs_warn(mp, "%s: xfs_inobt_update returned error %d.", |
| 1552 | __func__, error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1553 | goto error0; |
| 1554 | } |
Christoph Hellwig | afabc24 | 2009-08-31 20:57:03 -0300 | [diff] [blame] | 1555 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1556 | /* |
| 1557 | * Change the inode free counts and log the ag/sb changes. |
| 1558 | */ |
Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 1559 | be32_add_cpu(&agi->agi_freecount, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1560 | xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 1561 | pag = xfs_perag_get(mp, agno); |
| 1562 | pag->pagi_freecount++; |
| 1563 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1564 | xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, 1); |
| 1565 | } |
| 1566 | |
Dave Chinner | 0b48db8 | 2009-08-31 20:57:09 -0300 | [diff] [blame] | 1567 | error = xfs_check_agi_freecount(cur, agi); |
| 1568 | if (error) |
| 1569 | goto error0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1570 | |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1571 | *orec = rec; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1572 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 1573 | return 0; |
| 1574 | |
| 1575 | error0: |
| 1576 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
| 1577 | return error; |
| 1578 | } |
| 1579 | |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1580 | /* |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1581 | * Free an inode in the free inode btree. |
| 1582 | */ |
| 1583 | STATIC int |
| 1584 | xfs_difree_finobt( |
| 1585 | struct xfs_mount *mp, |
| 1586 | struct xfs_trans *tp, |
| 1587 | struct xfs_buf *agbp, |
| 1588 | xfs_agino_t agino, |
| 1589 | struct xfs_inobt_rec_incore *ibtrec) /* inobt record */ |
| 1590 | { |
| 1591 | struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); |
| 1592 | xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); |
| 1593 | struct xfs_btree_cur *cur; |
| 1594 | struct xfs_inobt_rec_incore rec; |
| 1595 | int offset = agino - ibtrec->ir_startino; |
| 1596 | int error; |
| 1597 | int i; |
| 1598 | |
| 1599 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_FINO); |
| 1600 | |
| 1601 | error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i); |
| 1602 | if (error) |
| 1603 | goto error; |
| 1604 | if (i == 0) { |
| 1605 | /* |
| 1606 | * If the record does not exist in the finobt, we must have just |
| 1607 | * freed an inode in a previously fully allocated chunk. If not, |
| 1608 | * something is out of sync. |
| 1609 | */ |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1610 | XFS_WANT_CORRUPTED_GOTO(mp, ibtrec->ir_freecount == 1, error); |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1611 | |
| 1612 | error = xfs_inobt_insert_rec(cur, ibtrec->ir_freecount, |
| 1613 | ibtrec->ir_free, &i); |
| 1614 | if (error) |
| 1615 | goto error; |
| 1616 | ASSERT(i == 1); |
| 1617 | |
| 1618 | goto out; |
| 1619 | } |
| 1620 | |
| 1621 | /* |
| 1622 | * Read and update the existing record. We could just copy the ibtrec |
| 1623 | * across here, but that would defeat the purpose of having redundant |
| 1624 | * metadata. By making the modifications independently, we can catch |
| 1625 | * corruptions that we wouldn't see if we just copied from one record |
| 1626 | * to another. |
| 1627 | */ |
| 1628 | error = xfs_inobt_get_rec(cur, &rec, &i); |
| 1629 | if (error) |
| 1630 | goto error; |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1631 | XFS_WANT_CORRUPTED_GOTO(mp, i == 1, error); |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1632 | |
| 1633 | rec.ir_free |= XFS_INOBT_MASK(offset); |
| 1634 | rec.ir_freecount++; |
| 1635 | |
Eric Sandeen | c29aad4 | 2015-02-23 22:39:08 +1100 | [diff] [blame] | 1636 | XFS_WANT_CORRUPTED_GOTO(mp, (rec.ir_free == ibtrec->ir_free) && |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1637 | (rec.ir_freecount == ibtrec->ir_freecount), |
| 1638 | error); |
| 1639 | |
| 1640 | /* |
| 1641 | * The content of inobt records should always match between the inobt |
| 1642 | * and finobt. The lifecycle of records in the finobt is different from |
| 1643 | * the inobt in that the finobt only tracks records with at least one |
| 1644 | * free inode. Hence, if all of the inodes are free and we aren't |
| 1645 | * keeping inode chunks permanently on disk, remove the record. |
| 1646 | * Otherwise, update the record with the new information. |
Brian Foster | 999633d | 2015-05-29 08:51:37 +1000 | [diff] [blame^] | 1647 | * |
| 1648 | * Note that we currently can't free chunks when the block size is large |
| 1649 | * enough for multiple chunks. Leave the finobt record to remain in sync |
| 1650 | * with the inobt. |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1651 | */ |
Brian Foster | 999633d | 2015-05-29 08:51:37 +1000 | [diff] [blame^] | 1652 | if (rec.ir_free == XFS_INOBT_ALL_FREE && |
| 1653 | mp->m_sb.sb_inopblock <= XFS_INODES_PER_CHUNK && |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1654 | !(mp->m_flags & XFS_MOUNT_IKEEP)) { |
| 1655 | error = xfs_btree_delete(cur, &i); |
| 1656 | if (error) |
| 1657 | goto error; |
| 1658 | ASSERT(i == 1); |
| 1659 | } else { |
| 1660 | error = xfs_inobt_update(cur, &rec); |
| 1661 | if (error) |
| 1662 | goto error; |
| 1663 | } |
| 1664 | |
| 1665 | out: |
| 1666 | error = xfs_check_agi_freecount(cur, agi); |
| 1667 | if (error) |
| 1668 | goto error; |
| 1669 | |
| 1670 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 1671 | return 0; |
| 1672 | |
| 1673 | error: |
| 1674 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); |
| 1675 | return error; |
| 1676 | } |
| 1677 | |
| 1678 | /* |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1679 | * Free disk inode. Carefully avoids touching the incore inode, all |
| 1680 | * manipulations incore are the caller's responsibility. |
| 1681 | * The on-disk inode is not changed by this operation, only the |
| 1682 | * btree (free inode mask) is changed. |
| 1683 | */ |
| 1684 | int |
| 1685 | xfs_difree( |
| 1686 | struct xfs_trans *tp, /* transaction pointer */ |
| 1687 | xfs_ino_t inode, /* inode to be freed */ |
| 1688 | struct xfs_bmap_free *flist, /* extents to free */ |
Dave Chinner | 0d907a3 | 2014-05-20 08:56:00 +1000 | [diff] [blame] | 1689 | int *deleted,/* set if inode cluster was deleted */ |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1690 | xfs_ino_t *first_ino)/* first inode in deleted cluster */ |
| 1691 | { |
| 1692 | /* REFERENCED */ |
| 1693 | xfs_agblock_t agbno; /* block number containing inode */ |
| 1694 | struct xfs_buf *agbp; /* buffer for allocation group header */ |
| 1695 | xfs_agino_t agino; /* allocation group inode number */ |
| 1696 | xfs_agnumber_t agno; /* allocation group number */ |
| 1697 | int error; /* error return value */ |
| 1698 | struct xfs_mount *mp; /* mount structure for filesystem */ |
| 1699 | struct xfs_inobt_rec_incore rec;/* btree record */ |
| 1700 | |
| 1701 | mp = tp->t_mountp; |
| 1702 | |
| 1703 | /* |
| 1704 | * Break up inode number into its components. |
| 1705 | */ |
| 1706 | agno = XFS_INO_TO_AGNO(mp, inode); |
| 1707 | if (agno >= mp->m_sb.sb_agcount) { |
| 1708 | xfs_warn(mp, "%s: agno >= mp->m_sb.sb_agcount (%d >= %d).", |
| 1709 | __func__, agno, mp->m_sb.sb_agcount); |
| 1710 | ASSERT(0); |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1711 | return -EINVAL; |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1712 | } |
| 1713 | agino = XFS_INO_TO_AGINO(mp, inode); |
| 1714 | if (inode != XFS_AGINO_TO_INO(mp, agno, agino)) { |
| 1715 | xfs_warn(mp, "%s: inode != XFS_AGINO_TO_INO() (%llu != %llu).", |
| 1716 | __func__, (unsigned long long)inode, |
| 1717 | (unsigned long long)XFS_AGINO_TO_INO(mp, agno, agino)); |
| 1718 | ASSERT(0); |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1719 | return -EINVAL; |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1720 | } |
| 1721 | agbno = XFS_AGINO_TO_AGBNO(mp, agino); |
| 1722 | if (agbno >= mp->m_sb.sb_agblocks) { |
| 1723 | xfs_warn(mp, "%s: agbno >= mp->m_sb.sb_agblocks (%d >= %d).", |
| 1724 | __func__, agbno, mp->m_sb.sb_agblocks); |
| 1725 | ASSERT(0); |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1726 | return -EINVAL; |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1727 | } |
| 1728 | /* |
| 1729 | * Get the allocation group header. |
| 1730 | */ |
| 1731 | error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); |
| 1732 | if (error) { |
| 1733 | xfs_warn(mp, "%s: xfs_ialloc_read_agi() returned error %d.", |
| 1734 | __func__, error); |
| 1735 | return error; |
| 1736 | } |
| 1737 | |
| 1738 | /* |
| 1739 | * Fix up the inode allocation btree. |
| 1740 | */ |
Dave Chinner | 0d907a3 | 2014-05-20 08:56:00 +1000 | [diff] [blame] | 1741 | error = xfs_difree_inobt(mp, tp, agbp, agino, flist, deleted, first_ino, |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1742 | &rec); |
| 1743 | if (error) |
| 1744 | goto error0; |
| 1745 | |
Brian Foster | 3efa4ff | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1746 | /* |
| 1747 | * Fix up the free inode btree. |
| 1748 | */ |
| 1749 | if (xfs_sb_version_hasfinobt(&mp->m_sb)) { |
| 1750 | error = xfs_difree_finobt(mp, tp, agbp, agino, &rec); |
| 1751 | if (error) |
| 1752 | goto error0; |
| 1753 | } |
| 1754 | |
Brian Foster | 2b64ee5 | 2014-04-24 16:00:53 +1000 | [diff] [blame] | 1755 | return 0; |
| 1756 | |
| 1757 | error0: |
| 1758 | return error; |
| 1759 | } |
| 1760 | |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1761 | STATIC int |
| 1762 | xfs_imap_lookup( |
| 1763 | struct xfs_mount *mp, |
| 1764 | struct xfs_trans *tp, |
| 1765 | xfs_agnumber_t agno, |
| 1766 | xfs_agino_t agino, |
| 1767 | xfs_agblock_t agbno, |
| 1768 | xfs_agblock_t *chunk_agbno, |
| 1769 | xfs_agblock_t *offset_agbno, |
| 1770 | int flags) |
| 1771 | { |
| 1772 | struct xfs_inobt_rec_incore rec; |
| 1773 | struct xfs_btree_cur *cur; |
| 1774 | struct xfs_buf *agbp; |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1775 | int error; |
| 1776 | int i; |
| 1777 | |
| 1778 | error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); |
| 1779 | if (error) { |
Dave Chinner | 5348778 | 2011-03-07 10:05:35 +1100 | [diff] [blame] | 1780 | xfs_alert(mp, |
| 1781 | "%s: xfs_ialloc_read_agi() returned error %d, agno %d", |
| 1782 | __func__, error, agno); |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1783 | return error; |
| 1784 | } |
| 1785 | |
| 1786 | /* |
Dave Chinner | 4536f2a | 2010-08-24 11:42:30 +1000 | [diff] [blame] | 1787 | * Lookup the inode record for the given agino. If the record cannot be |
| 1788 | * found, then it's an invalid inode number and we should abort. Once |
| 1789 | * we have a record, we need to ensure it contains the inode number |
| 1790 | * we are looking up. |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1791 | */ |
Brian Foster | 57bd3db | 2014-04-24 16:00:50 +1000 | [diff] [blame] | 1792 | cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, XFS_BTNUM_INO); |
Dave Chinner | 4536f2a | 2010-08-24 11:42:30 +1000 | [diff] [blame] | 1793 | error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i); |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1794 | if (!error) { |
| 1795 | if (i) |
| 1796 | error = xfs_inobt_get_rec(cur, &rec, &i); |
| 1797 | if (!error && i == 0) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1798 | error = -EINVAL; |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1799 | } |
| 1800 | |
| 1801 | xfs_trans_brelse(tp, agbp); |
| 1802 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); |
| 1803 | if (error) |
| 1804 | return error; |
| 1805 | |
Dave Chinner | 4536f2a | 2010-08-24 11:42:30 +1000 | [diff] [blame] | 1806 | /* check that the returned record contains the required inode */ |
| 1807 | if (rec.ir_startino > agino || |
Jie Liu | 7178343 | 2013-12-13 15:51:46 +1100 | [diff] [blame] | 1808 | rec.ir_startino + mp->m_ialloc_inos <= agino) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1809 | return -EINVAL; |
Dave Chinner | 4536f2a | 2010-08-24 11:42:30 +1000 | [diff] [blame] | 1810 | |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1811 | /* for untrusted inodes check it is allocated first */ |
Dave Chinner | 1920779 | 2010-06-24 11:15:47 +1000 | [diff] [blame] | 1812 | if ((flags & XFS_IGET_UNTRUSTED) && |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1813 | (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1814 | return -EINVAL; |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1815 | |
| 1816 | *chunk_agbno = XFS_AGINO_TO_AGBNO(mp, rec.ir_startino); |
| 1817 | *offset_agbno = agbno - *chunk_agbno; |
| 1818 | return 0; |
| 1819 | } |
| 1820 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1821 | /* |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1822 | * Return the location of the inode in imap, for mapping it into a buffer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1823 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1824 | int |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1825 | xfs_imap( |
| 1826 | xfs_mount_t *mp, /* file system mount structure */ |
| 1827 | xfs_trans_t *tp, /* transaction pointer */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1828 | xfs_ino_t ino, /* inode to locate */ |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1829 | struct xfs_imap *imap, /* location map structure */ |
| 1830 | uint flags) /* flags for inode btree lookup */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1831 | { |
| 1832 | xfs_agblock_t agbno; /* block number of inode in the alloc group */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1833 | xfs_agino_t agino; /* inode number within alloc group */ |
| 1834 | xfs_agnumber_t agno; /* allocation group number */ |
| 1835 | int blks_per_cluster; /* num blocks per inode cluster */ |
| 1836 | xfs_agblock_t chunk_agbno; /* first block in inode chunk */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1837 | xfs_agblock_t cluster_agbno; /* first block in inode cluster */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1838 | int error; /* error code */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1839 | int offset; /* index of inode in its buffer */ |
Dave Chinner | 836a94a | 2013-08-12 20:49:44 +1000 | [diff] [blame] | 1840 | xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1841 | |
| 1842 | ASSERT(ino != NULLFSINO); |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1843 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1844 | /* |
| 1845 | * Split up the inode number into its parts. |
| 1846 | */ |
| 1847 | agno = XFS_INO_TO_AGNO(mp, ino); |
| 1848 | agino = XFS_INO_TO_AGINO(mp, ino); |
| 1849 | agbno = XFS_AGINO_TO_AGBNO(mp, agino); |
| 1850 | if (agno >= mp->m_sb.sb_agcount || agbno >= mp->m_sb.sb_agblocks || |
| 1851 | ino != XFS_AGINO_TO_INO(mp, agno, agino)) { |
| 1852 | #ifdef DEBUG |
Dave Chinner | 1920779 | 2010-06-24 11:15:47 +1000 | [diff] [blame] | 1853 | /* |
| 1854 | * Don't output diagnostic information for untrusted inodes |
| 1855 | * as they can be invalid without implying corruption. |
| 1856 | */ |
| 1857 | if (flags & XFS_IGET_UNTRUSTED) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1858 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1859 | if (agno >= mp->m_sb.sb_agcount) { |
Dave Chinner | 5348778 | 2011-03-07 10:05:35 +1100 | [diff] [blame] | 1860 | xfs_alert(mp, |
| 1861 | "%s: agno (%d) >= mp->m_sb.sb_agcount (%d)", |
| 1862 | __func__, agno, mp->m_sb.sb_agcount); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1863 | } |
| 1864 | if (agbno >= mp->m_sb.sb_agblocks) { |
Dave Chinner | 5348778 | 2011-03-07 10:05:35 +1100 | [diff] [blame] | 1865 | xfs_alert(mp, |
| 1866 | "%s: agbno (0x%llx) >= mp->m_sb.sb_agblocks (0x%lx)", |
| 1867 | __func__, (unsigned long long)agbno, |
| 1868 | (unsigned long)mp->m_sb.sb_agblocks); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1869 | } |
| 1870 | if (ino != XFS_AGINO_TO_INO(mp, agno, agino)) { |
Dave Chinner | 5348778 | 2011-03-07 10:05:35 +1100 | [diff] [blame] | 1871 | xfs_alert(mp, |
| 1872 | "%s: ino (0x%llx) != XFS_AGINO_TO_INO() (0x%llx)", |
| 1873 | __func__, ino, |
| 1874 | XFS_AGINO_TO_INO(mp, agno, agino)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1875 | } |
Nathan Scott | 745b1f47 | 2006-09-28 11:02:23 +1000 | [diff] [blame] | 1876 | xfs_stack_trace(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1877 | #endif /* DEBUG */ |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1878 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1879 | } |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1880 | |
Jie Liu | f9e5abc | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 1881 | blks_per_cluster = xfs_icluster_size_fsb(mp); |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1882 | |
| 1883 | /* |
| 1884 | * For bulkstat and handle lookups, we have an untrusted inode number |
| 1885 | * that we have to verify is valid. We cannot do this just by reading |
| 1886 | * the inode buffer as it may have been unlinked and removed leaving |
| 1887 | * inodes in stale state on disk. Hence we have to do a btree lookup |
| 1888 | * in all cases where an untrusted inode number is passed. |
| 1889 | */ |
Dave Chinner | 1920779 | 2010-06-24 11:15:47 +1000 | [diff] [blame] | 1890 | if (flags & XFS_IGET_UNTRUSTED) { |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1891 | error = xfs_imap_lookup(mp, tp, agno, agino, agbno, |
| 1892 | &chunk_agbno, &offset_agbno, flags); |
| 1893 | if (error) |
| 1894 | return error; |
| 1895 | goto out_map; |
| 1896 | } |
| 1897 | |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1898 | /* |
| 1899 | * If the inode cluster size is the same as the blocksize or |
| 1900 | * smaller we get to the buffer by simple arithmetics. |
| 1901 | */ |
Jie Liu | f9e5abc | 2013-12-13 15:51:49 +1100 | [diff] [blame] | 1902 | if (blks_per_cluster == 1) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1903 | offset = XFS_INO_TO_OFFSET(mp, ino); |
| 1904 | ASSERT(offset < mp->m_sb.sb_inopblock); |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1905 | |
| 1906 | imap->im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno); |
| 1907 | imap->im_len = XFS_FSB_TO_BB(mp, 1); |
| 1908 | imap->im_boffset = (ushort)(offset << mp->m_sb.sb_inodelog); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1909 | return 0; |
| 1910 | } |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1911 | |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1912 | /* |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1913 | * If the inode chunks are aligned then use simple maths to |
| 1914 | * find the location. Otherwise we have to do a btree |
| 1915 | * lookup to find the location. |
| 1916 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1917 | if (mp->m_inoalign_mask) { |
| 1918 | offset_agbno = agbno & mp->m_inoalign_mask; |
| 1919 | chunk_agbno = agbno - offset_agbno; |
| 1920 | } else { |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1921 | error = xfs_imap_lookup(mp, tp, agno, agino, agbno, |
| 1922 | &chunk_agbno, &offset_agbno, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1923 | if (error) |
| 1924 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1925 | } |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1926 | |
Dave Chinner | 7124fe0 | 2010-06-24 11:15:33 +1000 | [diff] [blame] | 1927 | out_map: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1928 | ASSERT(agbno >= chunk_agbno); |
| 1929 | cluster_agbno = chunk_agbno + |
| 1930 | ((offset_agbno / blks_per_cluster) * blks_per_cluster); |
| 1931 | offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) + |
| 1932 | XFS_INO_TO_OFFSET(mp, ino); |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1933 | |
| 1934 | imap->im_blkno = XFS_AGB_TO_DADDR(mp, agno, cluster_agbno); |
| 1935 | imap->im_len = XFS_FSB_TO_BB(mp, blks_per_cluster); |
| 1936 | imap->im_boffset = (ushort)(offset << mp->m_sb.sb_inodelog); |
| 1937 | |
| 1938 | /* |
| 1939 | * If the inode number maps to a block outside the bounds |
| 1940 | * of the file system then return NULL rather than calling |
| 1941 | * read_buf and panicing when we get an error from the |
| 1942 | * driver. |
| 1943 | */ |
| 1944 | if ((imap->im_blkno + imap->im_len) > |
| 1945 | XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)) { |
Dave Chinner | 5348778 | 2011-03-07 10:05:35 +1100 | [diff] [blame] | 1946 | xfs_alert(mp, |
| 1947 | "%s: (im_blkno (0x%llx) + im_len (0x%llx)) > sb_dblocks (0x%llx)", |
| 1948 | __func__, (unsigned long long) imap->im_blkno, |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1949 | (unsigned long long) imap->im_len, |
| 1950 | XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)); |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 1951 | return -EINVAL; |
Christoph Hellwig | 94e1b69 | 2008-11-28 14:23:41 +1100 | [diff] [blame] | 1952 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1954 | } |
| 1955 | |
| 1956 | /* |
| 1957 | * Compute and fill in value of m_in_maxlevels. |
| 1958 | */ |
| 1959 | void |
| 1960 | xfs_ialloc_compute_maxlevels( |
| 1961 | xfs_mount_t *mp) /* file system mount structure */ |
| 1962 | { |
| 1963 | int level; |
| 1964 | uint maxblocks; |
| 1965 | uint maxleafents; |
| 1966 | int minleafrecs; |
| 1967 | int minnoderecs; |
| 1968 | |
| 1969 | maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> |
| 1970 | XFS_INODES_PER_CHUNK_LOG; |
| 1971 | minleafrecs = mp->m_alloc_mnr[0]; |
| 1972 | minnoderecs = mp->m_alloc_mnr[1]; |
| 1973 | maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; |
| 1974 | for (level = 1; maxblocks > 1; level++) |
| 1975 | maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; |
| 1976 | mp->m_in_maxlevels = level; |
| 1977 | } |
| 1978 | |
| 1979 | /* |
Brian Foster | aafc3c2 | 2014-04-24 16:00:52 +1000 | [diff] [blame] | 1980 | * Log specified fields for the ag hdr (inode section). The growth of the agi |
| 1981 | * structure over time requires that we interpret the buffer as two logical |
| 1982 | * regions delineated by the end of the unlinked list. This is due to the size |
| 1983 | * of the hash table and its location in the middle of the agi. |
| 1984 | * |
| 1985 | * For example, a request to log a field before agi_unlinked and a field after |
| 1986 | * agi_unlinked could cause us to log the entire hash table and use an excessive |
| 1987 | * amount of log space. To avoid this behavior, log the region up through |
| 1988 | * agi_unlinked in one call and the region after agi_unlinked through the end of |
| 1989 | * the structure in another. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1990 | */ |
| 1991 | void |
| 1992 | xfs_ialloc_log_agi( |
| 1993 | xfs_trans_t *tp, /* transaction pointer */ |
| 1994 | xfs_buf_t *bp, /* allocation group header buffer */ |
| 1995 | int fields) /* bitmask of fields to log */ |
| 1996 | { |
| 1997 | int first; /* first byte number */ |
| 1998 | int last; /* last byte number */ |
| 1999 | static const short offsets[] = { /* field starting offsets */ |
| 2000 | /* keep in sync with bit definitions */ |
| 2001 | offsetof(xfs_agi_t, agi_magicnum), |
| 2002 | offsetof(xfs_agi_t, agi_versionnum), |
| 2003 | offsetof(xfs_agi_t, agi_seqno), |
| 2004 | offsetof(xfs_agi_t, agi_length), |
| 2005 | offsetof(xfs_agi_t, agi_count), |
| 2006 | offsetof(xfs_agi_t, agi_root), |
| 2007 | offsetof(xfs_agi_t, agi_level), |
| 2008 | offsetof(xfs_agi_t, agi_freecount), |
| 2009 | offsetof(xfs_agi_t, agi_newino), |
| 2010 | offsetof(xfs_agi_t, agi_dirino), |
| 2011 | offsetof(xfs_agi_t, agi_unlinked), |
Brian Foster | aafc3c2 | 2014-04-24 16:00:52 +1000 | [diff] [blame] | 2012 | offsetof(xfs_agi_t, agi_free_root), |
| 2013 | offsetof(xfs_agi_t, agi_free_level), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2014 | sizeof(xfs_agi_t) |
| 2015 | }; |
| 2016 | #ifdef DEBUG |
| 2017 | xfs_agi_t *agi; /* allocation group header */ |
| 2018 | |
| 2019 | agi = XFS_BUF_TO_AGI(bp); |
Christoph Hellwig | 69ef921 | 2011-07-08 14:36:05 +0200 | [diff] [blame] | 2020 | ASSERT(agi->agi_magicnum == cpu_to_be32(XFS_AGI_MAGIC)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2021 | #endif |
Brian Foster | aafc3c2 | 2014-04-24 16:00:52 +1000 | [diff] [blame] | 2022 | |
Dave Chinner | 61fe135 | 2013-04-03 16:11:30 +1100 | [diff] [blame] | 2023 | xfs_trans_buf_set_type(tp, bp, XFS_BLFT_AGI_BUF); |
Brian Foster | aafc3c2 | 2014-04-24 16:00:52 +1000 | [diff] [blame] | 2024 | |
| 2025 | /* |
| 2026 | * Compute byte offsets for the first and last fields in the first |
| 2027 | * region and log the agi buffer. This only logs up through |
| 2028 | * agi_unlinked. |
| 2029 | */ |
| 2030 | if (fields & XFS_AGI_ALL_BITS_R1) { |
| 2031 | xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1, |
| 2032 | &first, &last); |
| 2033 | xfs_trans_log_buf(tp, bp, first, last); |
| 2034 | } |
| 2035 | |
| 2036 | /* |
| 2037 | * Mask off the bits in the first region and calculate the first and |
| 2038 | * last field offsets for any bits in the second region. |
| 2039 | */ |
| 2040 | fields &= ~XFS_AGI_ALL_BITS_R1; |
| 2041 | if (fields) { |
| 2042 | xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2, |
| 2043 | &first, &last); |
| 2044 | xfs_trans_log_buf(tp, bp, first, last); |
| 2045 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2046 | } |
| 2047 | |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2048 | #ifdef DEBUG |
| 2049 | STATIC void |
| 2050 | xfs_check_agi_unlinked( |
| 2051 | struct xfs_agi *agi) |
| 2052 | { |
| 2053 | int i; |
| 2054 | |
| 2055 | for (i = 0; i < XFS_AGI_UNLINKED_BUCKETS; i++) |
| 2056 | ASSERT(agi->agi_unlinked[i]); |
| 2057 | } |
| 2058 | #else |
| 2059 | #define xfs_check_agi_unlinked(agi) |
| 2060 | #endif |
| 2061 | |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2062 | static bool |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2063 | xfs_agi_verify( |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2064 | struct xfs_buf *bp) |
| 2065 | { |
| 2066 | struct xfs_mount *mp = bp->b_target->bt_mount; |
| 2067 | struct xfs_agi *agi = XFS_BUF_TO_AGI(bp); |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2068 | |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2069 | if (xfs_sb_version_hascrc(&mp->m_sb) && |
| 2070 | !uuid_equal(&agi->agi_uuid, &mp->m_sb.sb_uuid)) |
| 2071 | return false; |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2072 | /* |
| 2073 | * Validate the magic number of the agi block. |
| 2074 | */ |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2075 | if (agi->agi_magicnum != cpu_to_be32(XFS_AGI_MAGIC)) |
| 2076 | return false; |
| 2077 | if (!XFS_AGI_GOOD_VERSION(be32_to_cpu(agi->agi_versionnum))) |
| 2078 | return false; |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2079 | |
Eric Sandeen | e1b0572 | 2014-09-09 11:47:24 +1000 | [diff] [blame] | 2080 | if (be32_to_cpu(agi->agi_level) > XFS_BTREE_MAXLEVELS) |
| 2081 | return false; |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2082 | /* |
| 2083 | * during growfs operations, the perag is not fully initialised, |
| 2084 | * so we can't use it for any useful checking. growfs ensures we can't |
| 2085 | * use it by using uncached buffers that don't have the perag attached |
| 2086 | * so we can detect and avoid this problem. |
| 2087 | */ |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2088 | if (bp->b_pag && be32_to_cpu(agi->agi_seqno) != bp->b_pag->pag_agno) |
| 2089 | return false; |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2090 | |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2091 | xfs_check_agi_unlinked(agi); |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2092 | return true; |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2093 | } |
| 2094 | |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2095 | static void |
| 2096 | xfs_agi_read_verify( |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2097 | struct xfs_buf *bp) |
| 2098 | { |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2099 | struct xfs_mount *mp = bp->b_target->bt_mount; |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2100 | |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2101 | if (xfs_sb_version_hascrc(&mp->m_sb) && |
| 2102 | !xfs_buf_verify_cksum(bp, XFS_AGI_CRC_OFF)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2103 | xfs_buf_ioerror(bp, -EFSBADCRC); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2104 | else if (XFS_TEST_ERROR(!xfs_agi_verify(bp), mp, |
| 2105 | XFS_ERRTAG_IALLOC_READ_AGI, |
| 2106 | XFS_RANDOM_IALLOC_READ_AGI)) |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2107 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2108 | |
| 2109 | if (bp->b_error) |
| 2110 | xfs_verifier_error(bp); |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2111 | } |
| 2112 | |
Dave Chinner | b0f539d | 2012-11-14 17:53:49 +1100 | [diff] [blame] | 2113 | static void |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2114 | xfs_agi_write_verify( |
Dave Chinner | 612cfbf | 2012-11-14 17:52:32 +1100 | [diff] [blame] | 2115 | struct xfs_buf *bp) |
| 2116 | { |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2117 | struct xfs_mount *mp = bp->b_target->bt_mount; |
| 2118 | struct xfs_buf_log_item *bip = bp->b_fspriv; |
| 2119 | |
| 2120 | if (!xfs_agi_verify(bp)) { |
Dave Chinner | 2451337 | 2014-06-25 14:58:08 +1000 | [diff] [blame] | 2121 | xfs_buf_ioerror(bp, -EFSCORRUPTED); |
Eric Sandeen | ce5028c | 2014-02-27 15:23:10 +1100 | [diff] [blame] | 2122 | xfs_verifier_error(bp); |
Dave Chinner | 983d09f | 2013-04-03 16:11:15 +1100 | [diff] [blame] | 2123 | return; |
| 2124 | } |
| 2125 | |
| 2126 | if (!xfs_sb_version_hascrc(&mp->m_sb)) |
| 2127 | return; |
| 2128 | |
| 2129 | if (bip) |
| 2130 | XFS_BUF_TO_AGI(bp)->agi_lsn = cpu_to_be64(bip->bli_item.li_lsn); |
Eric Sandeen | f1dbcd7 | 2014-02-27 15:18:23 +1100 | [diff] [blame] | 2131 | xfs_buf_update_cksum(bp, XFS_AGI_CRC_OFF); |
Dave Chinner | 3702ce6 | 2012-11-12 22:54:05 +1100 | [diff] [blame] | 2132 | } |
| 2133 | |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2134 | const struct xfs_buf_ops xfs_agi_buf_ops = { |
| 2135 | .verify_read = xfs_agi_read_verify, |
| 2136 | .verify_write = xfs_agi_write_verify, |
| 2137 | }; |
| 2138 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2139 | /* |
| 2140 | * Read in the allocation group header (inode allocation section) |
| 2141 | */ |
| 2142 | int |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2143 | xfs_read_agi( |
| 2144 | struct xfs_mount *mp, /* file system mount structure */ |
| 2145 | struct xfs_trans *tp, /* transaction pointer */ |
| 2146 | xfs_agnumber_t agno, /* allocation group number */ |
| 2147 | struct xfs_buf **bpp) /* allocation group hdr buf */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2148 | { |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2149 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2150 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2151 | trace_xfs_read_agi(mp, agno); |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2152 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2153 | ASSERT(agno != NULLAGNUMBER); |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2154 | error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2155 | XFS_AG_DADDR(mp, agno, XFS_AGI_DADDR(mp)), |
Dave Chinner | 1813dd6 | 2012-11-14 17:54:40 +1100 | [diff] [blame] | 2156 | XFS_FSS_TO_BB(mp, 1), 0, bpp, &xfs_agi_buf_ops); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2157 | if (error) |
| 2158 | return error; |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2159 | |
Christoph Hellwig | 38f2323 | 2011-10-10 16:52:45 +0000 | [diff] [blame] | 2160 | xfs_buf_set_ref(*bpp, XFS_AGI_REF); |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2161 | return 0; |
| 2162 | } |
| 2163 | |
| 2164 | int |
| 2165 | xfs_ialloc_read_agi( |
| 2166 | struct xfs_mount *mp, /* file system mount structure */ |
| 2167 | struct xfs_trans *tp, /* transaction pointer */ |
| 2168 | xfs_agnumber_t agno, /* allocation group number */ |
| 2169 | struct xfs_buf **bpp) /* allocation group hdr buf */ |
| 2170 | { |
| 2171 | struct xfs_agi *agi; /* allocation group header */ |
| 2172 | struct xfs_perag *pag; /* per allocation group data */ |
| 2173 | int error; |
| 2174 | |
Dave Chinner | d123031 | 2013-11-01 15:27:19 +1100 | [diff] [blame] | 2175 | trace_xfs_ialloc_read_agi(mp, agno); |
| 2176 | |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2177 | error = xfs_read_agi(mp, tp, agno, bpp); |
| 2178 | if (error) |
| 2179 | return error; |
| 2180 | |
| 2181 | agi = XFS_BUF_TO_AGI(*bpp); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 2182 | pag = xfs_perag_get(mp, agno); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2183 | if (!pag->pagi_init) { |
Christoph Hellwig | 16259e7 | 2005-11-02 15:11:25 +1100 | [diff] [blame] | 2184 | pag->pagi_freecount = be32_to_cpu(agi->agi_freecount); |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2185 | pag->pagi_count = be32_to_cpu(agi->agi_count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2186 | pag->pagi_init = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2187 | } |
| 2188 | |
Christoph Hellwig | 5e1be0f | 2008-11-28 14:23:37 +1100 | [diff] [blame] | 2189 | /* |
| 2190 | * It's possible for these to be out of sync if |
| 2191 | * we are in the middle of a forced shutdown. |
| 2192 | */ |
| 2193 | ASSERT(pag->pagi_freecount == be32_to_cpu(agi->agi_freecount) || |
| 2194 | XFS_FORCED_SHUTDOWN(mp)); |
Dave Chinner | 44b56e0 | 2010-01-11 11:47:43 +0000 | [diff] [blame] | 2195 | xfs_perag_put(pag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2196 | return 0; |
| 2197 | } |
David Chinner | 92821e2 | 2007-05-24 15:26:31 +1000 | [diff] [blame] | 2198 | |
| 2199 | /* |
| 2200 | * Read in the agi to initialise the per-ag data in the mount structure |
| 2201 | */ |
| 2202 | int |
| 2203 | xfs_ialloc_pagi_init( |
| 2204 | xfs_mount_t *mp, /* file system mount structure */ |
| 2205 | xfs_trans_t *tp, /* transaction pointer */ |
| 2206 | xfs_agnumber_t agno) /* allocation group number */ |
| 2207 | { |
| 2208 | xfs_buf_t *bp = NULL; |
| 2209 | int error; |
| 2210 | |
| 2211 | error = xfs_ialloc_read_agi(mp, tp, agno, &bp); |
| 2212 | if (error) |
| 2213 | return error; |
| 2214 | if (bp) |
| 2215 | xfs_trans_brelse(tp, bp); |
| 2216 | return 0; |
| 2217 | } |