rgrp.c 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789
  1. /*
  2. * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
  3. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
  4. *
  5. * This copyrighted material is made available to anyone wishing to use,
  6. * modify, copy, or redistribute it subject to the terms and conditions
  7. * of the GNU General Public License version 2.
  8. */
  9. #include <linux/slab.h>
  10. #include <linux/spinlock.h>
  11. #include <linux/completion.h>
  12. #include <linux/buffer_head.h>
  13. #include <linux/fs.h>
  14. #include <linux/gfs2_ondisk.h>
  15. #include <linux/prefetch.h>
  16. #include <linux/blkdev.h>
  17. #include <linux/rbtree.h>
  18. #include "gfs2.h"
  19. #include "incore.h"
  20. #include "glock.h"
  21. #include "glops.h"
  22. #include "lops.h"
  23. #include "meta_io.h"
  24. #include "quota.h"
  25. #include "rgrp.h"
  26. #include "super.h"
  27. #include "trans.h"
  28. #include "util.h"
  29. #include "log.h"
  30. #include "inode.h"
  31. #include "trace_gfs2.h"
  32. #define BFITNOENT ((u32)~0)
  33. #define NO_BLOCK ((u64)~0)
  34. #if BITS_PER_LONG == 32
  35. #define LBITMASK (0x55555555UL)
  36. #define LBITSKIP55 (0x55555555UL)
  37. #define LBITSKIP00 (0x00000000UL)
  38. #else
  39. #define LBITMASK (0x5555555555555555UL)
  40. #define LBITSKIP55 (0x5555555555555555UL)
  41. #define LBITSKIP00 (0x0000000000000000UL)
  42. #endif
  43. /*
  44. * These routines are used by the resource group routines (rgrp.c)
  45. * to keep track of block allocation. Each block is represented by two
  46. * bits. So, each byte represents GFS2_NBBY (i.e. 4) blocks.
  47. *
  48. * 0 = Free
  49. * 1 = Used (not metadata)
  50. * 2 = Unlinked (still in use) inode
  51. * 3 = Used (metadata)
  52. */
  53. static const char valid_change[16] = {
  54. /* current */
  55. /* n */ 0, 1, 1, 1,
  56. /* e */ 1, 0, 0, 0,
  57. /* w */ 0, 0, 0, 1,
  58. 1, 0, 0, 0
  59. };
  60. static u32 rgblk_search(struct gfs2_rgrpd *rgd, u32 goal,
  61. unsigned char old_state,
  62. struct gfs2_bitmap **rbi);
  63. /**
  64. * gfs2_setbit - Set a bit in the bitmaps
  65. * @buffer: the buffer that holds the bitmaps
  66. * @buflen: the length (in bytes) of the buffer
  67. * @block: the block to set
  68. * @new_state: the new state of the block
  69. *
  70. */
  71. static inline void gfs2_setbit(struct gfs2_rgrpd *rgd, unsigned char *buf1,
  72. unsigned char *buf2, unsigned int offset,
  73. struct gfs2_bitmap *bi, u32 block,
  74. unsigned char new_state)
  75. {
  76. unsigned char *byte1, *byte2, *end, cur_state;
  77. unsigned int buflen = bi->bi_len;
  78. const unsigned int bit = (block % GFS2_NBBY) * GFS2_BIT_SIZE;
  79. byte1 = buf1 + offset + (block / GFS2_NBBY);
  80. end = buf1 + offset + buflen;
  81. BUG_ON(byte1 >= end);
  82. cur_state = (*byte1 >> bit) & GFS2_BIT_MASK;
  83. if (unlikely(!valid_change[new_state * 4 + cur_state])) {
  84. printk(KERN_WARNING "GFS2: buf_blk = 0x%llx old_state=%d, "
  85. "new_state=%d\n",
  86. (unsigned long long)block, cur_state, new_state);
  87. printk(KERN_WARNING "GFS2: rgrp=0x%llx bi_start=0x%lx\n",
  88. (unsigned long long)rgd->rd_addr,
  89. (unsigned long)bi->bi_start);
  90. printk(KERN_WARNING "GFS2: bi_offset=0x%lx bi_len=0x%lx\n",
  91. (unsigned long)bi->bi_offset,
  92. (unsigned long)bi->bi_len);
  93. dump_stack();
  94. gfs2_consist_rgrpd(rgd);
  95. return;
  96. }
  97. *byte1 ^= (cur_state ^ new_state) << bit;
  98. if (buf2) {
  99. byte2 = buf2 + offset + (block / GFS2_NBBY);
  100. cur_state = (*byte2 >> bit) & GFS2_BIT_MASK;
  101. *byte2 ^= (cur_state ^ new_state) << bit;
  102. }
  103. }
  104. /**
  105. * gfs2_testbit - test a bit in the bitmaps
  106. * @buffer: the buffer that holds the bitmaps
  107. * @buflen: the length (in bytes) of the buffer
  108. * @block: the block to read
  109. *
  110. */
  111. static inline unsigned char gfs2_testbit(struct gfs2_rgrpd *rgd,
  112. const unsigned char *buffer,
  113. unsigned int buflen, u32 block)
  114. {
  115. const unsigned char *byte, *end;
  116. unsigned char cur_state;
  117. unsigned int bit;
  118. byte = buffer + (block / GFS2_NBBY);
  119. bit = (block % GFS2_NBBY) * GFS2_BIT_SIZE;
  120. end = buffer + buflen;
  121. gfs2_assert(rgd->rd_sbd, byte < end);
  122. cur_state = (*byte >> bit) & GFS2_BIT_MASK;
  123. return cur_state;
  124. }
  125. /**
  126. * gfs2_bit_search
  127. * @ptr: Pointer to bitmap data
  128. * @mask: Mask to use (normally 0x55555.... but adjusted for search start)
  129. * @state: The state we are searching for
  130. *
  131. * We xor the bitmap data with a patter which is the bitwise opposite
  132. * of what we are looking for, this gives rise to a pattern of ones
  133. * wherever there is a match. Since we have two bits per entry, we
  134. * take this pattern, shift it down by one place and then and it with
  135. * the original. All the even bit positions (0,2,4, etc) then represent
  136. * successful matches, so we mask with 0x55555..... to remove the unwanted
  137. * odd bit positions.
  138. *
  139. * This allows searching of a whole u64 at once (32 blocks) with a
  140. * single test (on 64 bit arches).
  141. */
  142. static inline u64 gfs2_bit_search(const __le64 *ptr, u64 mask, u8 state)
  143. {
  144. u64 tmp;
  145. static const u64 search[] = {
  146. [0] = 0xffffffffffffffffULL,
  147. [1] = 0xaaaaaaaaaaaaaaaaULL,
  148. [2] = 0x5555555555555555ULL,
  149. [3] = 0x0000000000000000ULL,
  150. };
  151. tmp = le64_to_cpu(*ptr) ^ search[state];
  152. tmp &= (tmp >> 1);
  153. tmp &= mask;
  154. return tmp;
  155. }
  156. /**
  157. * gfs2_bitfit - Search an rgrp's bitmap buffer to find a bit-pair representing
  158. * a block in a given allocation state.
  159. * @buffer: the buffer that holds the bitmaps
  160. * @len: the length (in bytes) of the buffer
  161. * @goal: start search at this block's bit-pair (within @buffer)
  162. * @state: GFS2_BLKST_XXX the state of the block we're looking for.
  163. *
  164. * Scope of @goal and returned block number is only within this bitmap buffer,
  165. * not entire rgrp or filesystem. @buffer will be offset from the actual
  166. * beginning of a bitmap block buffer, skipping any header structures, but
  167. * headers are always a multiple of 64 bits long so that the buffer is
  168. * always aligned to a 64 bit boundary.
  169. *
  170. * The size of the buffer is in bytes, but is it assumed that it is
  171. * always ok to read a complete multiple of 64 bits at the end
  172. * of the block in case the end is no aligned to a natural boundary.
  173. *
  174. * Return: the block number (bitmap buffer scope) that was found
  175. */
  176. static u32 gfs2_bitfit(const u8 *buf, const unsigned int len,
  177. u32 goal, u8 state)
  178. {
  179. u32 spoint = (goal << 1) & ((8*sizeof(u64)) - 1);
  180. const __le64 *ptr = ((__le64 *)buf) + (goal >> 5);
  181. const __le64 *end = (__le64 *)(buf + ALIGN(len, sizeof(u64)));
  182. u64 tmp;
  183. u64 mask = 0x5555555555555555ULL;
  184. u32 bit;
  185. BUG_ON(state > 3);
  186. /* Mask off bits we don't care about at the start of the search */
  187. mask <<= spoint;
  188. tmp = gfs2_bit_search(ptr, mask, state);
  189. ptr++;
  190. while(tmp == 0 && ptr < end) {
  191. tmp = gfs2_bit_search(ptr, 0x5555555555555555ULL, state);
  192. ptr++;
  193. }
  194. /* Mask off any bits which are more than len bytes from the start */
  195. if (ptr == end && (len & (sizeof(u64) - 1)))
  196. tmp &= (((u64)~0) >> (64 - 8*(len & (sizeof(u64) - 1))));
  197. /* Didn't find anything, so return */
  198. if (tmp == 0)
  199. return BFITNOENT;
  200. ptr--;
  201. bit = __ffs64(tmp);
  202. bit /= 2; /* two bits per entry in the bitmap */
  203. return (((const unsigned char *)ptr - buf) * GFS2_NBBY) + bit;
  204. }
  205. /**
  206. * gfs2_bitcount - count the number of bits in a certain state
  207. * @buffer: the buffer that holds the bitmaps
  208. * @buflen: the length (in bytes) of the buffer
  209. * @state: the state of the block we're looking for
  210. *
  211. * Returns: The number of bits
  212. */
  213. static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer,
  214. unsigned int buflen, u8 state)
  215. {
  216. const u8 *byte = buffer;
  217. const u8 *end = buffer + buflen;
  218. const u8 state1 = state << 2;
  219. const u8 state2 = state << 4;
  220. const u8 state3 = state << 6;
  221. u32 count = 0;
  222. for (; byte < end; byte++) {
  223. if (((*byte) & 0x03) == state)
  224. count++;
  225. if (((*byte) & 0x0C) == state1)
  226. count++;
  227. if (((*byte) & 0x30) == state2)
  228. count++;
  229. if (((*byte) & 0xC0) == state3)
  230. count++;
  231. }
  232. return count;
  233. }
  234. /**
  235. * gfs2_rgrp_verify - Verify that a resource group is consistent
  236. * @sdp: the filesystem
  237. * @rgd: the rgrp
  238. *
  239. */
  240. void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd)
  241. {
  242. struct gfs2_sbd *sdp = rgd->rd_sbd;
  243. struct gfs2_bitmap *bi = NULL;
  244. u32 length = rgd->rd_length;
  245. u32 count[4], tmp;
  246. int buf, x;
  247. memset(count, 0, 4 * sizeof(u32));
  248. /* Count # blocks in each of 4 possible allocation states */
  249. for (buf = 0; buf < length; buf++) {
  250. bi = rgd->rd_bits + buf;
  251. for (x = 0; x < 4; x++)
  252. count[x] += gfs2_bitcount(rgd,
  253. bi->bi_bh->b_data +
  254. bi->bi_offset,
  255. bi->bi_len, x);
  256. }
  257. if (count[0] != rgd->rd_free) {
  258. if (gfs2_consist_rgrpd(rgd))
  259. fs_err(sdp, "free data mismatch: %u != %u\n",
  260. count[0], rgd->rd_free);
  261. return;
  262. }
  263. tmp = rgd->rd_data - rgd->rd_free - rgd->rd_dinodes;
  264. if (count[1] != tmp) {
  265. if (gfs2_consist_rgrpd(rgd))
  266. fs_err(sdp, "used data mismatch: %u != %u\n",
  267. count[1], tmp);
  268. return;
  269. }
  270. if (count[2] + count[3] != rgd->rd_dinodes) {
  271. if (gfs2_consist_rgrpd(rgd))
  272. fs_err(sdp, "used metadata mismatch: %u != %u\n",
  273. count[2] + count[3], rgd->rd_dinodes);
  274. return;
  275. }
  276. }
  277. static inline int rgrp_contains_block(struct gfs2_rgrpd *rgd, u64 block)
  278. {
  279. u64 first = rgd->rd_data0;
  280. u64 last = first + rgd->rd_data;
  281. return first <= block && block < last;
  282. }
  283. /**
  284. * gfs2_blk2rgrpd - Find resource group for a given data/meta block number
  285. * @sdp: The GFS2 superblock
  286. * @n: The data block number
  287. *
  288. * Returns: The resource group, or NULL if not found
  289. */
  290. struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact)
  291. {
  292. struct rb_node *n, *next;
  293. struct gfs2_rgrpd *cur;
  294. if (gfs2_rindex_update(sdp))
  295. return NULL;
  296. spin_lock(&sdp->sd_rindex_spin);
  297. n = sdp->sd_rindex_tree.rb_node;
  298. while (n) {
  299. cur = rb_entry(n, struct gfs2_rgrpd, rd_node);
  300. next = NULL;
  301. if (blk < cur->rd_addr)
  302. next = n->rb_left;
  303. else if (blk >= cur->rd_data0 + cur->rd_data)
  304. next = n->rb_right;
  305. if (next == NULL) {
  306. spin_unlock(&sdp->sd_rindex_spin);
  307. if (exact) {
  308. if (blk < cur->rd_addr)
  309. return NULL;
  310. if (blk >= cur->rd_data0 + cur->rd_data)
  311. return NULL;
  312. }
  313. return cur;
  314. }
  315. n = next;
  316. }
  317. spin_unlock(&sdp->sd_rindex_spin);
  318. return NULL;
  319. }
  320. /**
  321. * gfs2_rgrpd_get_first - get the first Resource Group in the filesystem
  322. * @sdp: The GFS2 superblock
  323. *
  324. * Returns: The first rgrp in the filesystem
  325. */
  326. struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp)
  327. {
  328. const struct rb_node *n;
  329. struct gfs2_rgrpd *rgd;
  330. spin_lock(&sdp->sd_rindex_spin);
  331. n = rb_first(&sdp->sd_rindex_tree);
  332. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  333. spin_unlock(&sdp->sd_rindex_spin);
  334. return rgd;
  335. }
  336. /**
  337. * gfs2_rgrpd_get_next - get the next RG
  338. * @rgd: A RG
  339. *
  340. * Returns: The next rgrp
  341. */
  342. struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd)
  343. {
  344. struct gfs2_sbd *sdp = rgd->rd_sbd;
  345. const struct rb_node *n;
  346. spin_lock(&sdp->sd_rindex_spin);
  347. n = rb_next(&rgd->rd_node);
  348. if (n == NULL)
  349. n = rb_first(&sdp->sd_rindex_tree);
  350. if (unlikely(&rgd->rd_node == n)) {
  351. spin_unlock(&sdp->sd_rindex_spin);
  352. return NULL;
  353. }
  354. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  355. spin_unlock(&sdp->sd_rindex_spin);
  356. return rgd;
  357. }
  358. void gfs2_free_clones(struct gfs2_rgrpd *rgd)
  359. {
  360. int x;
  361. for (x = 0; x < rgd->rd_length; x++) {
  362. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  363. kfree(bi->bi_clone);
  364. bi->bi_clone = NULL;
  365. }
  366. }
  367. void gfs2_clear_rgrpd(struct gfs2_sbd *sdp)
  368. {
  369. struct rb_node *n;
  370. struct gfs2_rgrpd *rgd;
  371. struct gfs2_glock *gl;
  372. while ((n = rb_first(&sdp->sd_rindex_tree))) {
  373. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  374. gl = rgd->rd_gl;
  375. rb_erase(n, &sdp->sd_rindex_tree);
  376. if (gl) {
  377. spin_lock(&gl->gl_spin);
  378. gl->gl_object = NULL;
  379. spin_unlock(&gl->gl_spin);
  380. gfs2_glock_add_to_lru(gl);
  381. gfs2_glock_put(gl);
  382. }
  383. gfs2_free_clones(rgd);
  384. kfree(rgd->rd_bits);
  385. kmem_cache_free(gfs2_rgrpd_cachep, rgd);
  386. }
  387. }
  388. static void gfs2_rindex_print(const struct gfs2_rgrpd *rgd)
  389. {
  390. printk(KERN_INFO " ri_addr = %llu\n", (unsigned long long)rgd->rd_addr);
  391. printk(KERN_INFO " ri_length = %u\n", rgd->rd_length);
  392. printk(KERN_INFO " ri_data0 = %llu\n", (unsigned long long)rgd->rd_data0);
  393. printk(KERN_INFO " ri_data = %u\n", rgd->rd_data);
  394. printk(KERN_INFO " ri_bitbytes = %u\n", rgd->rd_bitbytes);
  395. }
  396. /**
  397. * gfs2_compute_bitstructs - Compute the bitmap sizes
  398. * @rgd: The resource group descriptor
  399. *
  400. * Calculates bitmap descriptors, one for each block that contains bitmap data
  401. *
  402. * Returns: errno
  403. */
  404. static int compute_bitstructs(struct gfs2_rgrpd *rgd)
  405. {
  406. struct gfs2_sbd *sdp = rgd->rd_sbd;
  407. struct gfs2_bitmap *bi;
  408. u32 length = rgd->rd_length; /* # blocks in hdr & bitmap */
  409. u32 bytes_left, bytes;
  410. int x;
  411. if (!length)
  412. return -EINVAL;
  413. rgd->rd_bits = kcalloc(length, sizeof(struct gfs2_bitmap), GFP_NOFS);
  414. if (!rgd->rd_bits)
  415. return -ENOMEM;
  416. bytes_left = rgd->rd_bitbytes;
  417. for (x = 0; x < length; x++) {
  418. bi = rgd->rd_bits + x;
  419. bi->bi_flags = 0;
  420. /* small rgrp; bitmap stored completely in header block */
  421. if (length == 1) {
  422. bytes = bytes_left;
  423. bi->bi_offset = sizeof(struct gfs2_rgrp);
  424. bi->bi_start = 0;
  425. bi->bi_len = bytes;
  426. /* header block */
  427. } else if (x == 0) {
  428. bytes = sdp->sd_sb.sb_bsize - sizeof(struct gfs2_rgrp);
  429. bi->bi_offset = sizeof(struct gfs2_rgrp);
  430. bi->bi_start = 0;
  431. bi->bi_len = bytes;
  432. /* last block */
  433. } else if (x + 1 == length) {
  434. bytes = bytes_left;
  435. bi->bi_offset = sizeof(struct gfs2_meta_header);
  436. bi->bi_start = rgd->rd_bitbytes - bytes_left;
  437. bi->bi_len = bytes;
  438. /* other blocks */
  439. } else {
  440. bytes = sdp->sd_sb.sb_bsize -
  441. sizeof(struct gfs2_meta_header);
  442. bi->bi_offset = sizeof(struct gfs2_meta_header);
  443. bi->bi_start = rgd->rd_bitbytes - bytes_left;
  444. bi->bi_len = bytes;
  445. }
  446. bytes_left -= bytes;
  447. }
  448. if (bytes_left) {
  449. gfs2_consist_rgrpd(rgd);
  450. return -EIO;
  451. }
  452. bi = rgd->rd_bits + (length - 1);
  453. if ((bi->bi_start + bi->bi_len) * GFS2_NBBY != rgd->rd_data) {
  454. if (gfs2_consist_rgrpd(rgd)) {
  455. gfs2_rindex_print(rgd);
  456. fs_err(sdp, "start=%u len=%u offset=%u\n",
  457. bi->bi_start, bi->bi_len, bi->bi_offset);
  458. }
  459. return -EIO;
  460. }
  461. return 0;
  462. }
  463. /**
  464. * gfs2_ri_total - Total up the file system space, according to the rindex.
  465. *
  466. */
  467. u64 gfs2_ri_total(struct gfs2_sbd *sdp)
  468. {
  469. u64 total_data = 0;
  470. struct inode *inode = sdp->sd_rindex;
  471. struct gfs2_inode *ip = GFS2_I(inode);
  472. char buf[sizeof(struct gfs2_rindex)];
  473. struct file_ra_state ra_state;
  474. int error, rgrps;
  475. file_ra_state_init(&ra_state, inode->i_mapping);
  476. for (rgrps = 0;; rgrps++) {
  477. loff_t pos = rgrps * sizeof(struct gfs2_rindex);
  478. if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode))
  479. break;
  480. error = gfs2_internal_read(ip, &ra_state, buf, &pos,
  481. sizeof(struct gfs2_rindex));
  482. if (error != sizeof(struct gfs2_rindex))
  483. break;
  484. total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
  485. }
  486. return total_data;
  487. }
  488. static int rgd_insert(struct gfs2_rgrpd *rgd)
  489. {
  490. struct gfs2_sbd *sdp = rgd->rd_sbd;
  491. struct rb_node **newn = &sdp->sd_rindex_tree.rb_node, *parent = NULL;
  492. /* Figure out where to put new node */
  493. while (*newn) {
  494. struct gfs2_rgrpd *cur = rb_entry(*newn, struct gfs2_rgrpd,
  495. rd_node);
  496. parent = *newn;
  497. if (rgd->rd_addr < cur->rd_addr)
  498. newn = &((*newn)->rb_left);
  499. else if (rgd->rd_addr > cur->rd_addr)
  500. newn = &((*newn)->rb_right);
  501. else
  502. return -EEXIST;
  503. }
  504. rb_link_node(&rgd->rd_node, parent, newn);
  505. rb_insert_color(&rgd->rd_node, &sdp->sd_rindex_tree);
  506. sdp->sd_rgrps++;
  507. return 0;
  508. }
  509. /**
  510. * read_rindex_entry - Pull in a new resource index entry from the disk
  511. * @gl: The glock covering the rindex inode
  512. *
  513. * Returns: 0 on success, > 0 on EOF, error code otherwise
  514. */
  515. static int read_rindex_entry(struct gfs2_inode *ip,
  516. struct file_ra_state *ra_state)
  517. {
  518. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  519. loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex);
  520. struct gfs2_rindex buf;
  521. int error;
  522. struct gfs2_rgrpd *rgd;
  523. if (pos >= i_size_read(&ip->i_inode))
  524. return 1;
  525. error = gfs2_internal_read(ip, ra_state, (char *)&buf, &pos,
  526. sizeof(struct gfs2_rindex));
  527. if (error != sizeof(struct gfs2_rindex))
  528. return (error == 0) ? 1 : error;
  529. rgd = kmem_cache_zalloc(gfs2_rgrpd_cachep, GFP_NOFS);
  530. error = -ENOMEM;
  531. if (!rgd)
  532. return error;
  533. rgd->rd_sbd = sdp;
  534. rgd->rd_addr = be64_to_cpu(buf.ri_addr);
  535. rgd->rd_length = be32_to_cpu(buf.ri_length);
  536. rgd->rd_data0 = be64_to_cpu(buf.ri_data0);
  537. rgd->rd_data = be32_to_cpu(buf.ri_data);
  538. rgd->rd_bitbytes = be32_to_cpu(buf.ri_bitbytes);
  539. error = compute_bitstructs(rgd);
  540. if (error)
  541. goto fail;
  542. error = gfs2_glock_get(sdp, rgd->rd_addr,
  543. &gfs2_rgrp_glops, CREATE, &rgd->rd_gl);
  544. if (error)
  545. goto fail;
  546. rgd->rd_gl->gl_object = rgd;
  547. rgd->rd_flags &= ~GFS2_RDF_UPTODATE;
  548. if (rgd->rd_data > sdp->sd_max_rg_data)
  549. sdp->sd_max_rg_data = rgd->rd_data;
  550. spin_lock(&sdp->sd_rindex_spin);
  551. error = rgd_insert(rgd);
  552. spin_unlock(&sdp->sd_rindex_spin);
  553. if (!error)
  554. return 0;
  555. error = 0; /* someone else read in the rgrp; free it and ignore it */
  556. fail:
  557. kfree(rgd->rd_bits);
  558. kmem_cache_free(gfs2_rgrpd_cachep, rgd);
  559. return error;
  560. }
  561. /**
  562. * gfs2_ri_update - Pull in a new resource index from the disk
  563. * @ip: pointer to the rindex inode
  564. *
  565. * Returns: 0 on successful update, error code otherwise
  566. */
  567. static int gfs2_ri_update(struct gfs2_inode *ip)
  568. {
  569. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  570. struct inode *inode = &ip->i_inode;
  571. struct file_ra_state ra_state;
  572. int error;
  573. file_ra_state_init(&ra_state, inode->i_mapping);
  574. do {
  575. error = read_rindex_entry(ip, &ra_state);
  576. } while (error == 0);
  577. if (error < 0)
  578. return error;
  579. sdp->sd_rindex_uptodate = 1;
  580. return 0;
  581. }
  582. /**
  583. * gfs2_rindex_update - Update the rindex if required
  584. * @sdp: The GFS2 superblock
  585. *
  586. * We grab a lock on the rindex inode to make sure that it doesn't
  587. * change whilst we are performing an operation. We keep this lock
  588. * for quite long periods of time compared to other locks. This
  589. * doesn't matter, since it is shared and it is very, very rarely
  590. * accessed in the exclusive mode (i.e. only when expanding the filesystem).
  591. *
  592. * This makes sure that we're using the latest copy of the resource index
  593. * special file, which might have been updated if someone expanded the
  594. * filesystem (via gfs2_grow utility), which adds new resource groups.
  595. *
  596. * Returns: 0 on succeess, error code otherwise
  597. */
  598. int gfs2_rindex_update(struct gfs2_sbd *sdp)
  599. {
  600. struct gfs2_inode *ip = GFS2_I(sdp->sd_rindex);
  601. struct gfs2_glock *gl = ip->i_gl;
  602. struct gfs2_holder ri_gh;
  603. int error = 0;
  604. int unlock_required = 0;
  605. /* Read new copy from disk if we don't have the latest */
  606. if (!sdp->sd_rindex_uptodate) {
  607. if (!gfs2_glock_is_locked_by_me(gl)) {
  608. error = gfs2_glock_nq_init(gl, LM_ST_SHARED, 0, &ri_gh);
  609. if (error)
  610. return error;
  611. unlock_required = 1;
  612. }
  613. if (!sdp->sd_rindex_uptodate)
  614. error = gfs2_ri_update(ip);
  615. if (unlock_required)
  616. gfs2_glock_dq_uninit(&ri_gh);
  617. }
  618. return error;
  619. }
  620. static void gfs2_rgrp_in(struct gfs2_rgrpd *rgd, const void *buf)
  621. {
  622. const struct gfs2_rgrp *str = buf;
  623. u32 rg_flags;
  624. rg_flags = be32_to_cpu(str->rg_flags);
  625. rg_flags &= ~GFS2_RDF_MASK;
  626. rgd->rd_flags &= GFS2_RDF_MASK;
  627. rgd->rd_flags |= rg_flags;
  628. rgd->rd_free = be32_to_cpu(str->rg_free);
  629. rgd->rd_dinodes = be32_to_cpu(str->rg_dinodes);
  630. rgd->rd_igeneration = be64_to_cpu(str->rg_igeneration);
  631. }
  632. static void gfs2_rgrp_out(struct gfs2_rgrpd *rgd, void *buf)
  633. {
  634. struct gfs2_rgrp *str = buf;
  635. str->rg_flags = cpu_to_be32(rgd->rd_flags & ~GFS2_RDF_MASK);
  636. str->rg_free = cpu_to_be32(rgd->rd_free);
  637. str->rg_dinodes = cpu_to_be32(rgd->rd_dinodes);
  638. str->__pad = cpu_to_be32(0);
  639. str->rg_igeneration = cpu_to_be64(rgd->rd_igeneration);
  640. memset(&str->rg_reserved, 0, sizeof(str->rg_reserved));
  641. }
  642. /**
  643. * gfs2_rgrp_go_lock - Read in a RG's header and bitmaps
  644. * @rgd: the struct gfs2_rgrpd describing the RG to read in
  645. *
  646. * Read in all of a Resource Group's header and bitmap blocks.
  647. * Caller must eventually call gfs2_rgrp_relse() to free the bitmaps.
  648. *
  649. * Returns: errno
  650. */
  651. int gfs2_rgrp_go_lock(struct gfs2_holder *gh)
  652. {
  653. struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object;
  654. struct gfs2_sbd *sdp = rgd->rd_sbd;
  655. struct gfs2_glock *gl = rgd->rd_gl;
  656. unsigned int length = rgd->rd_length;
  657. struct gfs2_bitmap *bi;
  658. unsigned int x, y;
  659. int error;
  660. for (x = 0; x < length; x++) {
  661. bi = rgd->rd_bits + x;
  662. error = gfs2_meta_read(gl, rgd->rd_addr + x, 0, &bi->bi_bh);
  663. if (error)
  664. goto fail;
  665. }
  666. for (y = length; y--;) {
  667. bi = rgd->rd_bits + y;
  668. error = gfs2_meta_wait(sdp, bi->bi_bh);
  669. if (error)
  670. goto fail;
  671. if (gfs2_metatype_check(sdp, bi->bi_bh, y ? GFS2_METATYPE_RB :
  672. GFS2_METATYPE_RG)) {
  673. error = -EIO;
  674. goto fail;
  675. }
  676. }
  677. if (!(rgd->rd_flags & GFS2_RDF_UPTODATE)) {
  678. for (x = 0; x < length; x++)
  679. clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags);
  680. gfs2_rgrp_in(rgd, (rgd->rd_bits[0].bi_bh)->b_data);
  681. rgd->rd_flags |= (GFS2_RDF_UPTODATE | GFS2_RDF_CHECK);
  682. rgd->rd_free_clone = rgd->rd_free;
  683. }
  684. return 0;
  685. fail:
  686. while (x--) {
  687. bi = rgd->rd_bits + x;
  688. brelse(bi->bi_bh);
  689. bi->bi_bh = NULL;
  690. gfs2_assert_warn(sdp, !bi->bi_clone);
  691. }
  692. return error;
  693. }
  694. /**
  695. * gfs2_rgrp_go_unlock - Release RG bitmaps read in with gfs2_rgrp_bh_get()
  696. * @rgd: the struct gfs2_rgrpd describing the RG to read in
  697. *
  698. */
  699. void gfs2_rgrp_go_unlock(struct gfs2_holder *gh)
  700. {
  701. struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object;
  702. int x, length = rgd->rd_length;
  703. for (x = 0; x < length; x++) {
  704. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  705. brelse(bi->bi_bh);
  706. bi->bi_bh = NULL;
  707. }
  708. }
  709. int gfs2_rgrp_send_discards(struct gfs2_sbd *sdp, u64 offset,
  710. struct buffer_head *bh,
  711. const struct gfs2_bitmap *bi, unsigned minlen, u64 *ptrimmed)
  712. {
  713. struct super_block *sb = sdp->sd_vfs;
  714. struct block_device *bdev = sb->s_bdev;
  715. const unsigned int sects_per_blk = sdp->sd_sb.sb_bsize /
  716. bdev_logical_block_size(sb->s_bdev);
  717. u64 blk;
  718. sector_t start = 0;
  719. sector_t nr_sects = 0;
  720. int rv;
  721. unsigned int x;
  722. u32 trimmed = 0;
  723. u8 diff;
  724. for (x = 0; x < bi->bi_len; x++) {
  725. const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data;
  726. clone += bi->bi_offset;
  727. clone += x;
  728. if (bh) {
  729. const u8 *orig = bh->b_data + bi->bi_offset + x;
  730. diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1));
  731. } else {
  732. diff = ~(*clone | (*clone >> 1));
  733. }
  734. diff &= 0x55;
  735. if (diff == 0)
  736. continue;
  737. blk = offset + ((bi->bi_start + x) * GFS2_NBBY);
  738. blk *= sects_per_blk; /* convert to sectors */
  739. while(diff) {
  740. if (diff & 1) {
  741. if (nr_sects == 0)
  742. goto start_new_extent;
  743. if ((start + nr_sects) != blk) {
  744. if (nr_sects >= minlen) {
  745. rv = blkdev_issue_discard(bdev,
  746. start, nr_sects,
  747. GFP_NOFS, 0);
  748. if (rv)
  749. goto fail;
  750. trimmed += nr_sects;
  751. }
  752. nr_sects = 0;
  753. start_new_extent:
  754. start = blk;
  755. }
  756. nr_sects += sects_per_blk;
  757. }
  758. diff >>= 2;
  759. blk += sects_per_blk;
  760. }
  761. }
  762. if (nr_sects >= minlen) {
  763. rv = blkdev_issue_discard(bdev, start, nr_sects, GFP_NOFS, 0);
  764. if (rv)
  765. goto fail;
  766. trimmed += nr_sects;
  767. }
  768. if (ptrimmed)
  769. *ptrimmed = trimmed;
  770. return 0;
  771. fail:
  772. if (sdp->sd_args.ar_discard)
  773. fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem", rv);
  774. sdp->sd_args.ar_discard = 0;
  775. return -EIO;
  776. }
  777. /**
  778. * gfs2_fitrim - Generate discard requests for unused bits of the filesystem
  779. * @filp: Any file on the filesystem
  780. * @argp: Pointer to the arguments (also used to pass result)
  781. *
  782. * Returns: 0 on success, otherwise error code
  783. */
  784. int gfs2_fitrim(struct file *filp, void __user *argp)
  785. {
  786. struct inode *inode = filp->f_dentry->d_inode;
  787. struct gfs2_sbd *sdp = GFS2_SB(inode);
  788. struct request_queue *q = bdev_get_queue(sdp->sd_vfs->s_bdev);
  789. struct buffer_head *bh;
  790. struct gfs2_rgrpd *rgd;
  791. struct gfs2_rgrpd *rgd_end;
  792. struct gfs2_holder gh;
  793. struct fstrim_range r;
  794. int ret = 0;
  795. u64 amt;
  796. u64 trimmed = 0;
  797. unsigned int x;
  798. if (!capable(CAP_SYS_ADMIN))
  799. return -EPERM;
  800. if (!blk_queue_discard(q))
  801. return -EOPNOTSUPP;
  802. if (argp == NULL) {
  803. r.start = 0;
  804. r.len = ULLONG_MAX;
  805. r.minlen = 0;
  806. } else if (copy_from_user(&r, argp, sizeof(r)))
  807. return -EFAULT;
  808. rgd = gfs2_blk2rgrpd(sdp, r.start, 0);
  809. rgd_end = gfs2_blk2rgrpd(sdp, r.start + r.len, 0);
  810. while (1) {
  811. ret = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE, 0, &gh);
  812. if (ret)
  813. goto out;
  814. if (!(rgd->rd_flags & GFS2_RGF_TRIMMED)) {
  815. /* Trim each bitmap in the rgrp */
  816. for (x = 0; x < rgd->rd_length; x++) {
  817. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  818. ret = gfs2_rgrp_send_discards(sdp, rgd->rd_data0, NULL, bi, r.minlen, &amt);
  819. if (ret) {
  820. gfs2_glock_dq_uninit(&gh);
  821. goto out;
  822. }
  823. trimmed += amt;
  824. }
  825. /* Mark rgrp as having been trimmed */
  826. ret = gfs2_trans_begin(sdp, RES_RG_HDR, 0);
  827. if (ret == 0) {
  828. bh = rgd->rd_bits[0].bi_bh;
  829. rgd->rd_flags |= GFS2_RGF_TRIMMED;
  830. gfs2_trans_add_bh(rgd->rd_gl, bh, 1);
  831. gfs2_rgrp_out(rgd, bh->b_data);
  832. gfs2_trans_end(sdp);
  833. }
  834. }
  835. gfs2_glock_dq_uninit(&gh);
  836. if (rgd == rgd_end)
  837. break;
  838. rgd = gfs2_rgrpd_get_next(rgd);
  839. }
  840. out:
  841. r.len = trimmed << 9;
  842. if (argp && copy_to_user(argp, &r, sizeof(r)))
  843. return -EFAULT;
  844. return ret;
  845. }
  846. /**
  847. * gfs2_qadata_get - get the struct gfs2_qadata structure for an inode
  848. * @ip: the incore GFS2 inode structure
  849. *
  850. * Returns: the struct gfs2_qadata
  851. */
  852. struct gfs2_qadata *gfs2_qadata_get(struct gfs2_inode *ip)
  853. {
  854. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  855. int error;
  856. BUG_ON(ip->i_qadata != NULL);
  857. ip->i_qadata = kzalloc(sizeof(struct gfs2_qadata), GFP_NOFS);
  858. error = gfs2_rindex_update(sdp);
  859. if (error)
  860. fs_warn(sdp, "rindex update returns %d\n", error);
  861. return ip->i_qadata;
  862. }
  863. /**
  864. * gfs2_blkrsv_get - get the struct gfs2_blkreserv structure for an inode
  865. * @ip: the incore GFS2 inode structure
  866. *
  867. * Returns: the struct gfs2_qadata
  868. */
  869. static struct gfs2_blkreserv *gfs2_blkrsv_get(struct gfs2_inode *ip)
  870. {
  871. BUG_ON(ip->i_res != NULL);
  872. ip->i_res = kzalloc(sizeof(struct gfs2_blkreserv), GFP_NOFS);
  873. return ip->i_res;
  874. }
  875. /**
  876. * try_rgrp_fit - See if a given reservation will fit in a given RG
  877. * @rgd: the RG data
  878. * @ip: the inode
  879. *
  880. * If there's room for the requested blocks to be allocated from the RG:
  881. *
  882. * Returns: 1 on success (it fits), 0 on failure (it doesn't fit)
  883. */
  884. static int try_rgrp_fit(const struct gfs2_rgrpd *rgd, const struct gfs2_inode *ip)
  885. {
  886. const struct gfs2_blkreserv *rs = ip->i_res;
  887. if (rgd->rd_flags & (GFS2_RGF_NOALLOC | GFS2_RDF_ERROR))
  888. return 0;
  889. if (rgd->rd_free_clone >= rs->rs_requested)
  890. return 1;
  891. return 0;
  892. }
  893. static inline u32 gfs2_bi2rgd_blk(struct gfs2_bitmap *bi, u32 blk)
  894. {
  895. return (bi->bi_start * GFS2_NBBY) + blk;
  896. }
  897. /**
  898. * try_rgrp_unlink - Look for any unlinked, allocated, but unused inodes
  899. * @rgd: The rgrp
  900. *
  901. * Returns: 0 if no error
  902. * The inode, if one has been found, in inode.
  903. */
  904. static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip)
  905. {
  906. u32 goal = 0, block;
  907. u64 no_addr;
  908. struct gfs2_sbd *sdp = rgd->rd_sbd;
  909. struct gfs2_glock *gl;
  910. struct gfs2_inode *ip;
  911. int error;
  912. int found = 0;
  913. struct gfs2_bitmap *bi;
  914. while (goal < rgd->rd_data) {
  915. down_write(&sdp->sd_log_flush_lock);
  916. block = rgblk_search(rgd, goal, GFS2_BLKST_UNLINKED, &bi);
  917. up_write(&sdp->sd_log_flush_lock);
  918. if (block == BFITNOENT)
  919. break;
  920. block = gfs2_bi2rgd_blk(bi, block);
  921. /* rgblk_search can return a block < goal, so we need to
  922. keep it marching forward. */
  923. no_addr = block + rgd->rd_data0;
  924. goal = max(block + 1, goal + 1);
  925. if (*last_unlinked != NO_BLOCK && no_addr <= *last_unlinked)
  926. continue;
  927. if (no_addr == skip)
  928. continue;
  929. *last_unlinked = no_addr;
  930. error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &gl);
  931. if (error)
  932. continue;
  933. /* If the inode is already in cache, we can ignore it here
  934. * because the existing inode disposal code will deal with
  935. * it when all refs have gone away. Accessing gl_object like
  936. * this is not safe in general. Here it is ok because we do
  937. * not dereference the pointer, and we only need an approx
  938. * answer to whether it is NULL or not.
  939. */
  940. ip = gl->gl_object;
  941. if (ip || queue_work(gfs2_delete_workqueue, &gl->gl_delete) == 0)
  942. gfs2_glock_put(gl);
  943. else
  944. found++;
  945. /* Limit reclaim to sensible number of tasks */
  946. if (found > NR_CPUS)
  947. return;
  948. }
  949. rgd->rd_flags &= ~GFS2_RDF_CHECK;
  950. return;
  951. }
  952. /**
  953. * get_local_rgrp - Choose and lock a rgrp for allocation
  954. * @ip: the inode to reserve space for
  955. * @rgp: the chosen and locked rgrp
  956. *
  957. * Try to acquire rgrp in way which avoids contending with others.
  958. *
  959. * Returns: errno
  960. */
  961. static int get_local_rgrp(struct gfs2_inode *ip, u64 *last_unlinked)
  962. {
  963. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  964. struct gfs2_rgrpd *rgd, *begin = NULL;
  965. struct gfs2_blkreserv *rs = ip->i_res;
  966. int error, rg_locked, flags = LM_FLAG_TRY;
  967. int loops = 0;
  968. if (ip->i_rgd && rgrp_contains_block(ip->i_rgd, ip->i_goal))
  969. rgd = begin = ip->i_rgd;
  970. else
  971. rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1);
  972. if (rgd == NULL)
  973. return -EBADSLT;
  974. while (loops < 3) {
  975. rg_locked = 0;
  976. if (gfs2_glock_is_locked_by_me(rgd->rd_gl)) {
  977. rg_locked = 1;
  978. error = 0;
  979. } else {
  980. error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
  981. flags, &rs->rs_rgd_gh);
  982. }
  983. switch (error) {
  984. case 0:
  985. if (try_rgrp_fit(rgd, ip)) {
  986. ip->i_rgd = rgd;
  987. return 0;
  988. }
  989. if (rgd->rd_flags & GFS2_RDF_CHECK)
  990. try_rgrp_unlink(rgd, last_unlinked, ip->i_no_addr);
  991. if (!rg_locked)
  992. gfs2_glock_dq_uninit(&rs->rs_rgd_gh);
  993. /* fall through */
  994. case GLR_TRYFAILED:
  995. rgd = gfs2_rgrpd_get_next(rgd);
  996. if (rgd == begin) {
  997. flags = 0;
  998. loops++;
  999. }
  1000. break;
  1001. default:
  1002. return error;
  1003. }
  1004. }
  1005. return -ENOSPC;
  1006. }
  1007. static void gfs2_blkrsv_put(struct gfs2_inode *ip)
  1008. {
  1009. BUG_ON(ip->i_res == NULL);
  1010. kfree(ip->i_res);
  1011. ip->i_res = NULL;
  1012. }
  1013. /**
  1014. * gfs2_inplace_reserve - Reserve space in the filesystem
  1015. * @ip: the inode to reserve space for
  1016. *
  1017. * Returns: errno
  1018. */
  1019. int gfs2_inplace_reserve(struct gfs2_inode *ip, u32 requested)
  1020. {
  1021. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1022. struct gfs2_blkreserv *rs;
  1023. int error = 0;
  1024. u64 last_unlinked = NO_BLOCK;
  1025. int tries = 0;
  1026. rs = gfs2_blkrsv_get(ip);
  1027. if (!rs)
  1028. return -ENOMEM;
  1029. rs->rs_requested = requested;
  1030. if (gfs2_assert_warn(sdp, requested)) {
  1031. error = -EINVAL;
  1032. goto out;
  1033. }
  1034. do {
  1035. error = get_local_rgrp(ip, &last_unlinked);
  1036. if (error != -ENOSPC)
  1037. break;
  1038. /* Check that fs hasn't grown if writing to rindex */
  1039. if (ip == GFS2_I(sdp->sd_rindex) && !sdp->sd_rindex_uptodate) {
  1040. error = gfs2_ri_update(ip);
  1041. if (error)
  1042. break;
  1043. continue;
  1044. }
  1045. /* Flushing the log may release space */
  1046. gfs2_log_flush(sdp, NULL);
  1047. } while (tries++ < 3);
  1048. out:
  1049. if (error)
  1050. gfs2_blkrsv_put(ip);
  1051. return error;
  1052. }
  1053. /**
  1054. * gfs2_inplace_release - release an inplace reservation
  1055. * @ip: the inode the reservation was taken out on
  1056. *
  1057. * Release a reservation made by gfs2_inplace_reserve().
  1058. */
  1059. void gfs2_inplace_release(struct gfs2_inode *ip)
  1060. {
  1061. struct gfs2_blkreserv *rs = ip->i_res;
  1062. if (rs->rs_rgd_gh.gh_gl)
  1063. gfs2_glock_dq_uninit(&rs->rs_rgd_gh);
  1064. gfs2_blkrsv_put(ip);
  1065. }
  1066. /**
  1067. * gfs2_get_block_type - Check a block in a RG is of given type
  1068. * @rgd: the resource group holding the block
  1069. * @block: the block number
  1070. *
  1071. * Returns: The block type (GFS2_BLKST_*)
  1072. */
  1073. static unsigned char gfs2_get_block_type(struct gfs2_rgrpd *rgd, u64 block)
  1074. {
  1075. struct gfs2_bitmap *bi = NULL;
  1076. u32 length, rgrp_block, buf_block;
  1077. unsigned int buf;
  1078. unsigned char type;
  1079. length = rgd->rd_length;
  1080. rgrp_block = block - rgd->rd_data0;
  1081. for (buf = 0; buf < length; buf++) {
  1082. bi = rgd->rd_bits + buf;
  1083. if (rgrp_block < (bi->bi_start + bi->bi_len) * GFS2_NBBY)
  1084. break;
  1085. }
  1086. gfs2_assert(rgd->rd_sbd, buf < length);
  1087. buf_block = rgrp_block - bi->bi_start * GFS2_NBBY;
  1088. type = gfs2_testbit(rgd, bi->bi_bh->b_data + bi->bi_offset,
  1089. bi->bi_len, buf_block);
  1090. return type;
  1091. }
  1092. /**
  1093. * rgblk_search - find a block in @state
  1094. * @rgd: the resource group descriptor
  1095. * @goal: the goal block within the RG (start here to search for avail block)
  1096. * @state: GFS2_BLKST_XXX the before-allocation state to find
  1097. * @dinode: TRUE if the first block we allocate is for a dinode
  1098. * @rbi: address of the pointer to the bitmap containing the block found
  1099. *
  1100. * Walk rgrp's bitmap to find bits that represent a block in @state.
  1101. *
  1102. * This function never fails, because we wouldn't call it unless we
  1103. * know (from reservation results, etc.) that a block is available.
  1104. *
  1105. * Scope of @goal is just within rgrp, not the whole filesystem.
  1106. * Scope of @returned block is just within bitmap, not the whole filesystem.
  1107. *
  1108. * Returns: the block number found relative to the bitmap rbi
  1109. */
  1110. static u32 rgblk_search(struct gfs2_rgrpd *rgd, u32 goal,
  1111. unsigned char state,
  1112. struct gfs2_bitmap **rbi)
  1113. {
  1114. struct gfs2_bitmap *bi = NULL;
  1115. const u32 length = rgd->rd_length;
  1116. u32 blk = BFITNOENT;
  1117. unsigned int buf, x;
  1118. const u8 *buffer = NULL;
  1119. *rbi = NULL;
  1120. /* Find bitmap block that contains bits for goal block */
  1121. for (buf = 0; buf < length; buf++) {
  1122. bi = rgd->rd_bits + buf;
  1123. /* Convert scope of "goal" from rgrp-wide to within found bit block */
  1124. if (goal < (bi->bi_start + bi->bi_len) * GFS2_NBBY) {
  1125. goal -= bi->bi_start * GFS2_NBBY;
  1126. goto do_search;
  1127. }
  1128. }
  1129. buf = 0;
  1130. goal = 0;
  1131. do_search:
  1132. /* Search (up to entire) bitmap in this rgrp for allocatable block.
  1133. "x <= length", instead of "x < length", because we typically start
  1134. the search in the middle of a bit block, but if we can't find an
  1135. allocatable block anywhere else, we want to be able wrap around and
  1136. search in the first part of our first-searched bit block. */
  1137. for (x = 0; x <= length; x++) {
  1138. bi = rgd->rd_bits + buf;
  1139. if (test_bit(GBF_FULL, &bi->bi_flags) &&
  1140. (state == GFS2_BLKST_FREE))
  1141. goto skip;
  1142. /* The GFS2_BLKST_UNLINKED state doesn't apply to the clone
  1143. bitmaps, so we must search the originals for that. */
  1144. buffer = bi->bi_bh->b_data + bi->bi_offset;
  1145. WARN_ON(!buffer_uptodate(bi->bi_bh));
  1146. if (state != GFS2_BLKST_UNLINKED && bi->bi_clone)
  1147. buffer = bi->bi_clone + bi->bi_offset;
  1148. blk = gfs2_bitfit(buffer, bi->bi_len, goal, state);
  1149. if (blk != BFITNOENT)
  1150. break;
  1151. if ((goal == 0) && (state == GFS2_BLKST_FREE))
  1152. set_bit(GBF_FULL, &bi->bi_flags);
  1153. /* Try next bitmap block (wrap back to rgrp header if at end) */
  1154. skip:
  1155. buf++;
  1156. buf %= length;
  1157. goal = 0;
  1158. }
  1159. if (blk != BFITNOENT)
  1160. *rbi = bi;
  1161. return blk;
  1162. }
  1163. /**
  1164. * gfs2_alloc_extent - allocate an extent from a given bitmap
  1165. * @rgd: the resource group descriptor
  1166. * @bi: the bitmap within the rgrp
  1167. * @blk: the block within the bitmap
  1168. * @dinode: TRUE if the first block we allocate is for a dinode
  1169. * @n: The extent length
  1170. *
  1171. * Add the found bitmap buffer to the transaction.
  1172. * Set the found bits to @new_state to change block's allocation state.
  1173. * Returns: starting block number of the extent (fs scope)
  1174. */
  1175. static u64 gfs2_alloc_extent(struct gfs2_rgrpd *rgd, struct gfs2_bitmap *bi,
  1176. u32 blk, bool dinode, unsigned int *n)
  1177. {
  1178. const unsigned int elen = *n;
  1179. u32 goal;
  1180. const u8 *buffer = NULL;
  1181. *n = 0;
  1182. buffer = bi->bi_bh->b_data + bi->bi_offset;
  1183. gfs2_trans_add_bh(rgd->rd_gl, bi->bi_bh, 1);
  1184. gfs2_setbit(rgd, bi->bi_bh->b_data, bi->bi_clone, bi->bi_offset,
  1185. bi, blk, dinode ? GFS2_BLKST_DINODE : GFS2_BLKST_USED);
  1186. (*n)++;
  1187. goal = blk;
  1188. while (*n < elen) {
  1189. goal++;
  1190. if (goal >= (bi->bi_len * GFS2_NBBY))
  1191. break;
  1192. if (gfs2_testbit(rgd, buffer, bi->bi_len, goal) !=
  1193. GFS2_BLKST_FREE)
  1194. break;
  1195. gfs2_setbit(rgd, bi->bi_bh->b_data, bi->bi_clone, bi->bi_offset,
  1196. bi, goal, GFS2_BLKST_USED);
  1197. (*n)++;
  1198. }
  1199. blk = gfs2_bi2rgd_blk(bi, blk);
  1200. rgd->rd_last_alloc = blk + *n - 1;
  1201. return rgd->rd_data0 + blk;
  1202. }
  1203. /**
  1204. * rgblk_free - Change alloc state of given block(s)
  1205. * @sdp: the filesystem
  1206. * @bstart: the start of a run of blocks to free
  1207. * @blen: the length of the block run (all must lie within ONE RG!)
  1208. * @new_state: GFS2_BLKST_XXX the after-allocation block state
  1209. *
  1210. * Returns: Resource group containing the block(s)
  1211. */
  1212. static struct gfs2_rgrpd *rgblk_free(struct gfs2_sbd *sdp, u64 bstart,
  1213. u32 blen, unsigned char new_state)
  1214. {
  1215. struct gfs2_rgrpd *rgd;
  1216. struct gfs2_bitmap *bi = NULL;
  1217. u32 length, rgrp_blk, buf_blk;
  1218. unsigned int buf;
  1219. rgd = gfs2_blk2rgrpd(sdp, bstart, 1);
  1220. if (!rgd) {
  1221. if (gfs2_consist(sdp))
  1222. fs_err(sdp, "block = %llu\n", (unsigned long long)bstart);
  1223. return NULL;
  1224. }
  1225. length = rgd->rd_length;
  1226. rgrp_blk = bstart - rgd->rd_data0;
  1227. while (blen--) {
  1228. for (buf = 0; buf < length; buf++) {
  1229. bi = rgd->rd_bits + buf;
  1230. if (rgrp_blk < (bi->bi_start + bi->bi_len) * GFS2_NBBY)
  1231. break;
  1232. }
  1233. gfs2_assert(rgd->rd_sbd, buf < length);
  1234. buf_blk = rgrp_blk - bi->bi_start * GFS2_NBBY;
  1235. rgrp_blk++;
  1236. if (!bi->bi_clone) {
  1237. bi->bi_clone = kmalloc(bi->bi_bh->b_size,
  1238. GFP_NOFS | __GFP_NOFAIL);
  1239. memcpy(bi->bi_clone + bi->bi_offset,
  1240. bi->bi_bh->b_data + bi->bi_offset,
  1241. bi->bi_len);
  1242. }
  1243. gfs2_trans_add_bh(rgd->rd_gl, bi->bi_bh, 1);
  1244. gfs2_setbit(rgd, bi->bi_bh->b_data, NULL, bi->bi_offset,
  1245. bi, buf_blk, new_state);
  1246. }
  1247. return rgd;
  1248. }
  1249. /**
  1250. * gfs2_rgrp_dump - print out an rgrp
  1251. * @seq: The iterator
  1252. * @gl: The glock in question
  1253. *
  1254. */
  1255. int gfs2_rgrp_dump(struct seq_file *seq, const struct gfs2_glock *gl)
  1256. {
  1257. const struct gfs2_rgrpd *rgd = gl->gl_object;
  1258. if (rgd == NULL)
  1259. return 0;
  1260. gfs2_print_dbg(seq, " R: n:%llu f:%02x b:%u/%u i:%u\n",
  1261. (unsigned long long)rgd->rd_addr, rgd->rd_flags,
  1262. rgd->rd_free, rgd->rd_free_clone, rgd->rd_dinodes);
  1263. return 0;
  1264. }
  1265. static void gfs2_rgrp_error(struct gfs2_rgrpd *rgd)
  1266. {
  1267. struct gfs2_sbd *sdp = rgd->rd_sbd;
  1268. fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n",
  1269. (unsigned long long)rgd->rd_addr);
  1270. fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n");
  1271. gfs2_rgrp_dump(NULL, rgd->rd_gl);
  1272. rgd->rd_flags |= GFS2_RDF_ERROR;
  1273. }
  1274. /**
  1275. * gfs2_alloc_blocks - Allocate one or more blocks of data and/or a dinode
  1276. * @ip: the inode to allocate the block for
  1277. * @bn: Used to return the starting block number
  1278. * @ndata: requested number of blocks/extent length (value/result)
  1279. * @dinode: 1 if we're allocating a dinode block, else 0
  1280. * @generation: the generation number of the inode
  1281. *
  1282. * Returns: 0 or error
  1283. */
  1284. int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks,
  1285. bool dinode, u64 *generation)
  1286. {
  1287. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1288. struct buffer_head *dibh;
  1289. struct gfs2_rgrpd *rgd;
  1290. unsigned int ndata;
  1291. u32 goal, blk; /* block, within the rgrp scope */
  1292. u64 block; /* block, within the file system scope */
  1293. int error;
  1294. struct gfs2_bitmap *bi;
  1295. /* Only happens if there is a bug in gfs2, return something distinctive
  1296. * to ensure that it is noticed.
  1297. */
  1298. if (ip->i_res == NULL)
  1299. return -ECANCELED;
  1300. rgd = ip->i_rgd;
  1301. if (!dinode && rgrp_contains_block(rgd, ip->i_goal))
  1302. goal = ip->i_goal - rgd->rd_data0;
  1303. else
  1304. goal = rgd->rd_last_alloc;
  1305. blk = rgblk_search(rgd, goal, GFS2_BLKST_FREE, &bi);
  1306. /* Since all blocks are reserved in advance, this shouldn't happen */
  1307. if (blk == BFITNOENT)
  1308. goto rgrp_error;
  1309. block = gfs2_alloc_extent(rgd, bi, blk, dinode, nblocks);
  1310. ndata = *nblocks;
  1311. if (dinode)
  1312. ndata--;
  1313. if (!dinode) {
  1314. ip->i_goal = block + ndata - 1;
  1315. error = gfs2_meta_inode_buffer(ip, &dibh);
  1316. if (error == 0) {
  1317. struct gfs2_dinode *di =
  1318. (struct gfs2_dinode *)dibh->b_data;
  1319. gfs2_trans_add_bh(ip->i_gl, dibh, 1);
  1320. di->di_goal_meta = di->di_goal_data =
  1321. cpu_to_be64(ip->i_goal);
  1322. brelse(dibh);
  1323. }
  1324. }
  1325. if (rgd->rd_free < *nblocks)
  1326. goto rgrp_error;
  1327. rgd->rd_free -= *nblocks;
  1328. if (dinode) {
  1329. rgd->rd_dinodes++;
  1330. *generation = rgd->rd_igeneration++;
  1331. if (*generation == 0)
  1332. *generation = rgd->rd_igeneration++;
  1333. }
  1334. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1335. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1336. gfs2_statfs_change(sdp, 0, -(s64)*nblocks, dinode ? 1 : 0);
  1337. if (dinode)
  1338. gfs2_trans_add_unrevoke(sdp, block, 1);
  1339. /*
  1340. * This needs reviewing to see why we cannot do the quota change
  1341. * at this point in the dinode case.
  1342. */
  1343. if (ndata)
  1344. gfs2_quota_change(ip, ndata, ip->i_inode.i_uid,
  1345. ip->i_inode.i_gid);
  1346. rgd->rd_free_clone -= *nblocks;
  1347. trace_gfs2_block_alloc(ip, block, *nblocks,
  1348. dinode ? GFS2_BLKST_DINODE : GFS2_BLKST_USED);
  1349. *bn = block;
  1350. return 0;
  1351. rgrp_error:
  1352. gfs2_rgrp_error(rgd);
  1353. return -EIO;
  1354. }
  1355. /**
  1356. * __gfs2_free_blocks - free a contiguous run of block(s)
  1357. * @ip: the inode these blocks are being freed from
  1358. * @bstart: first block of a run of contiguous blocks
  1359. * @blen: the length of the block run
  1360. * @meta: 1 if the blocks represent metadata
  1361. *
  1362. */
  1363. void __gfs2_free_blocks(struct gfs2_inode *ip, u64 bstart, u32 blen, int meta)
  1364. {
  1365. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1366. struct gfs2_rgrpd *rgd;
  1367. rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE);
  1368. if (!rgd)
  1369. return;
  1370. trace_gfs2_block_alloc(ip, bstart, blen, GFS2_BLKST_FREE);
  1371. rgd->rd_free += blen;
  1372. rgd->rd_flags &= ~GFS2_RGF_TRIMMED;
  1373. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1374. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1375. /* Directories keep their data in the metadata address space */
  1376. if (meta || ip->i_depth)
  1377. gfs2_meta_wipe(ip, bstart, blen);
  1378. }
  1379. /**
  1380. * gfs2_free_meta - free a contiguous run of data block(s)
  1381. * @ip: the inode these blocks are being freed from
  1382. * @bstart: first block of a run of contiguous blocks
  1383. * @blen: the length of the block run
  1384. *
  1385. */
  1386. void gfs2_free_meta(struct gfs2_inode *ip, u64 bstart, u32 blen)
  1387. {
  1388. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1389. __gfs2_free_blocks(ip, bstart, blen, 1);
  1390. gfs2_statfs_change(sdp, 0, +blen, 0);
  1391. gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid);
  1392. }
  1393. void gfs2_unlink_di(struct inode *inode)
  1394. {
  1395. struct gfs2_inode *ip = GFS2_I(inode);
  1396. struct gfs2_sbd *sdp = GFS2_SB(inode);
  1397. struct gfs2_rgrpd *rgd;
  1398. u64 blkno = ip->i_no_addr;
  1399. rgd = rgblk_free(sdp, blkno, 1, GFS2_BLKST_UNLINKED);
  1400. if (!rgd)
  1401. return;
  1402. trace_gfs2_block_alloc(ip, blkno, 1, GFS2_BLKST_UNLINKED);
  1403. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1404. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1405. }
  1406. static void gfs2_free_uninit_di(struct gfs2_rgrpd *rgd, u64 blkno)
  1407. {
  1408. struct gfs2_sbd *sdp = rgd->rd_sbd;
  1409. struct gfs2_rgrpd *tmp_rgd;
  1410. tmp_rgd = rgblk_free(sdp, blkno, 1, GFS2_BLKST_FREE);
  1411. if (!tmp_rgd)
  1412. return;
  1413. gfs2_assert_withdraw(sdp, rgd == tmp_rgd);
  1414. if (!rgd->rd_dinodes)
  1415. gfs2_consist_rgrpd(rgd);
  1416. rgd->rd_dinodes--;
  1417. rgd->rd_free++;
  1418. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1419. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1420. gfs2_statfs_change(sdp, 0, +1, -1);
  1421. }
  1422. void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip)
  1423. {
  1424. gfs2_free_uninit_di(rgd, ip->i_no_addr);
  1425. trace_gfs2_block_alloc(ip, ip->i_no_addr, 1, GFS2_BLKST_FREE);
  1426. gfs2_quota_change(ip, -1, ip->i_inode.i_uid, ip->i_inode.i_gid);
  1427. gfs2_meta_wipe(ip, ip->i_no_addr, 1);
  1428. }
  1429. /**
  1430. * gfs2_check_blk_type - Check the type of a block
  1431. * @sdp: The superblock
  1432. * @no_addr: The block number to check
  1433. * @type: The block type we are looking for
  1434. *
  1435. * Returns: 0 if the block type matches the expected type
  1436. * -ESTALE if it doesn't match
  1437. * or -ve errno if something went wrong while checking
  1438. */
  1439. int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr, unsigned int type)
  1440. {
  1441. struct gfs2_rgrpd *rgd;
  1442. struct gfs2_holder rgd_gh;
  1443. int error = -EINVAL;
  1444. rgd = gfs2_blk2rgrpd(sdp, no_addr, 1);
  1445. if (!rgd)
  1446. goto fail;
  1447. error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_SHARED, 0, &rgd_gh);
  1448. if (error)
  1449. goto fail;
  1450. if (gfs2_get_block_type(rgd, no_addr) != type)
  1451. error = -ESTALE;
  1452. gfs2_glock_dq_uninit(&rgd_gh);
  1453. fail:
  1454. return error;
  1455. }
  1456. /**
  1457. * gfs2_rlist_add - add a RG to a list of RGs
  1458. * @ip: the inode
  1459. * @rlist: the list of resource groups
  1460. * @block: the block
  1461. *
  1462. * Figure out what RG a block belongs to and add that RG to the list
  1463. *
  1464. * FIXME: Don't use NOFAIL
  1465. *
  1466. */
  1467. void gfs2_rlist_add(struct gfs2_inode *ip, struct gfs2_rgrp_list *rlist,
  1468. u64 block)
  1469. {
  1470. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1471. struct gfs2_rgrpd *rgd;
  1472. struct gfs2_rgrpd **tmp;
  1473. unsigned int new_space;
  1474. unsigned int x;
  1475. if (gfs2_assert_warn(sdp, !rlist->rl_ghs))
  1476. return;
  1477. if (ip->i_rgd && rgrp_contains_block(ip->i_rgd, block))
  1478. rgd = ip->i_rgd;
  1479. else
  1480. rgd = gfs2_blk2rgrpd(sdp, block, 1);
  1481. if (!rgd) {
  1482. fs_err(sdp, "rlist_add: no rgrp for block %llu\n", (unsigned long long)block);
  1483. return;
  1484. }
  1485. ip->i_rgd = rgd;
  1486. for (x = 0; x < rlist->rl_rgrps; x++)
  1487. if (rlist->rl_rgd[x] == rgd)
  1488. return;
  1489. if (rlist->rl_rgrps == rlist->rl_space) {
  1490. new_space = rlist->rl_space + 10;
  1491. tmp = kcalloc(new_space, sizeof(struct gfs2_rgrpd *),
  1492. GFP_NOFS | __GFP_NOFAIL);
  1493. if (rlist->rl_rgd) {
  1494. memcpy(tmp, rlist->rl_rgd,
  1495. rlist->rl_space * sizeof(struct gfs2_rgrpd *));
  1496. kfree(rlist->rl_rgd);
  1497. }
  1498. rlist->rl_space = new_space;
  1499. rlist->rl_rgd = tmp;
  1500. }
  1501. rlist->rl_rgd[rlist->rl_rgrps++] = rgd;
  1502. }
  1503. /**
  1504. * gfs2_rlist_alloc - all RGs have been added to the rlist, now allocate
  1505. * and initialize an array of glock holders for them
  1506. * @rlist: the list of resource groups
  1507. * @state: the lock state to acquire the RG lock in
  1508. * @flags: the modifier flags for the holder structures
  1509. *
  1510. * FIXME: Don't use NOFAIL
  1511. *
  1512. */
  1513. void gfs2_rlist_alloc(struct gfs2_rgrp_list *rlist, unsigned int state)
  1514. {
  1515. unsigned int x;
  1516. rlist->rl_ghs = kcalloc(rlist->rl_rgrps, sizeof(struct gfs2_holder),
  1517. GFP_NOFS | __GFP_NOFAIL);
  1518. for (x = 0; x < rlist->rl_rgrps; x++)
  1519. gfs2_holder_init(rlist->rl_rgd[x]->rd_gl,
  1520. state, 0,
  1521. &rlist->rl_ghs[x]);
  1522. }
  1523. /**
  1524. * gfs2_rlist_free - free a resource group list
  1525. * @list: the list of resource groups
  1526. *
  1527. */
  1528. void gfs2_rlist_free(struct gfs2_rgrp_list *rlist)
  1529. {
  1530. unsigned int x;
  1531. kfree(rlist->rl_rgd);
  1532. if (rlist->rl_ghs) {
  1533. for (x = 0; x < rlist->rl_rgrps; x++)
  1534. gfs2_holder_uninit(&rlist->rl_ghs[x]);
  1535. kfree(rlist->rl_ghs);
  1536. }
  1537. }