disk-io.c 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176
  1. /*
  2. * Copyright (C) 2007 Oracle. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public
  6. * License v2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. * General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public
  14. * License along with this program; if not, write to the
  15. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  16. * Boston, MA 021110-1307, USA.
  17. */
  18. #include <linux/fs.h>
  19. #include <linux/blkdev.h>
  20. #include <linux/scatterlist.h>
  21. #include <linux/swap.h>
  22. #include <linux/radix-tree.h>
  23. #include <linux/writeback.h>
  24. #include <linux/buffer_head.h>
  25. #include <linux/workqueue.h>
  26. #include <linux/kthread.h>
  27. #include <linux/freezer.h>
  28. #include <linux/crc32c.h>
  29. #include <linux/slab.h>
  30. #include <linux/migrate.h>
  31. #include <asm/unaligned.h>
  32. #include "compat.h"
  33. #include "ctree.h"
  34. #include "disk-io.h"
  35. #include "transaction.h"
  36. #include "btrfs_inode.h"
  37. #include "volumes.h"
  38. #include "print-tree.h"
  39. #include "async-thread.h"
  40. #include "locking.h"
  41. #include "tree-log.h"
  42. #include "free-space-cache.h"
  43. #include "inode-map.h"
  44. static struct extent_io_ops btree_extent_io_ops;
  45. static void end_workqueue_fn(struct btrfs_work *work);
  46. static void free_fs_root(struct btrfs_root *root);
  47. static void btrfs_check_super_valid(struct btrfs_fs_info *fs_info,
  48. int read_only);
  49. static int btrfs_destroy_ordered_operations(struct btrfs_root *root);
  50. static int btrfs_destroy_ordered_extents(struct btrfs_root *root);
  51. static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,
  52. struct btrfs_root *root);
  53. static int btrfs_destroy_pending_snapshots(struct btrfs_transaction *t);
  54. static int btrfs_destroy_delalloc_inodes(struct btrfs_root *root);
  55. static int btrfs_destroy_marked_extents(struct btrfs_root *root,
  56. struct extent_io_tree *dirty_pages,
  57. int mark);
  58. static int btrfs_destroy_pinned_extent(struct btrfs_root *root,
  59. struct extent_io_tree *pinned_extents);
  60. static int btrfs_cleanup_transaction(struct btrfs_root *root);
  61. /*
  62. * end_io_wq structs are used to do processing in task context when an IO is
  63. * complete. This is used during reads to verify checksums, and it is used
  64. * by writes to insert metadata for new file extents after IO is complete.
  65. */
  66. struct end_io_wq {
  67. struct bio *bio;
  68. bio_end_io_t *end_io;
  69. void *private;
  70. struct btrfs_fs_info *info;
  71. int error;
  72. int metadata;
  73. struct list_head list;
  74. struct btrfs_work work;
  75. };
  76. /*
  77. * async submit bios are used to offload expensive checksumming
  78. * onto the worker threads. They checksum file and metadata bios
  79. * just before they are sent down the IO stack.
  80. */
  81. struct async_submit_bio {
  82. struct inode *inode;
  83. struct bio *bio;
  84. struct list_head list;
  85. extent_submit_bio_hook_t *submit_bio_start;
  86. extent_submit_bio_hook_t *submit_bio_done;
  87. int rw;
  88. int mirror_num;
  89. unsigned long bio_flags;
  90. /*
  91. * bio_offset is optional, can be used if the pages in the bio
  92. * can't tell us where in the file the bio should go
  93. */
  94. u64 bio_offset;
  95. struct btrfs_work work;
  96. };
  97. /* These are used to set the lockdep class on the extent buffer locks.
  98. * The class is set by the readpage_end_io_hook after the buffer has
  99. * passed csum validation but before the pages are unlocked.
  100. *
  101. * The lockdep class is also set by btrfs_init_new_buffer on freshly
  102. * allocated blocks.
  103. *
  104. * The class is based on the level in the tree block, which allows lockdep
  105. * to know that lower nodes nest inside the locks of higher nodes.
  106. *
  107. * We also add a check to make sure the highest level of the tree is
  108. * the same as our lockdep setup here. If BTRFS_MAX_LEVEL changes, this
  109. * code needs update as well.
  110. */
  111. #ifdef CONFIG_DEBUG_LOCK_ALLOC
  112. # if BTRFS_MAX_LEVEL != 8
  113. # error
  114. # endif
  115. static struct lock_class_key btrfs_eb_class[BTRFS_MAX_LEVEL + 1];
  116. static const char *btrfs_eb_name[BTRFS_MAX_LEVEL + 1] = {
  117. /* leaf */
  118. "btrfs-extent-00",
  119. "btrfs-extent-01",
  120. "btrfs-extent-02",
  121. "btrfs-extent-03",
  122. "btrfs-extent-04",
  123. "btrfs-extent-05",
  124. "btrfs-extent-06",
  125. "btrfs-extent-07",
  126. /* highest possible level */
  127. "btrfs-extent-08",
  128. };
  129. #endif
  130. /*
  131. * extents on the btree inode are pretty simple, there's one extent
  132. * that covers the entire device
  133. */
  134. static struct extent_map *btree_get_extent(struct inode *inode,
  135. struct page *page, size_t page_offset, u64 start, u64 len,
  136. int create)
  137. {
  138. struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
  139. struct extent_map *em;
  140. int ret;
  141. read_lock(&em_tree->lock);
  142. em = lookup_extent_mapping(em_tree, start, len);
  143. if (em) {
  144. em->bdev =
  145. BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev;
  146. read_unlock(&em_tree->lock);
  147. goto out;
  148. }
  149. read_unlock(&em_tree->lock);
  150. em = alloc_extent_map(GFP_NOFS);
  151. if (!em) {
  152. em = ERR_PTR(-ENOMEM);
  153. goto out;
  154. }
  155. em->start = 0;
  156. em->len = (u64)-1;
  157. em->block_len = (u64)-1;
  158. em->block_start = 0;
  159. em->bdev = BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev;
  160. write_lock(&em_tree->lock);
  161. ret = add_extent_mapping(em_tree, em);
  162. if (ret == -EEXIST) {
  163. u64 failed_start = em->start;
  164. u64 failed_len = em->len;
  165. free_extent_map(em);
  166. em = lookup_extent_mapping(em_tree, start, len);
  167. if (em) {
  168. ret = 0;
  169. } else {
  170. em = lookup_extent_mapping(em_tree, failed_start,
  171. failed_len);
  172. ret = -EIO;
  173. }
  174. } else if (ret) {
  175. free_extent_map(em);
  176. em = NULL;
  177. }
  178. write_unlock(&em_tree->lock);
  179. if (ret)
  180. em = ERR_PTR(ret);
  181. out:
  182. return em;
  183. }
  184. u32 btrfs_csum_data(struct btrfs_root *root, char *data, u32 seed, size_t len)
  185. {
  186. return crc32c(seed, data, len);
  187. }
  188. void btrfs_csum_final(u32 crc, char *result)
  189. {
  190. put_unaligned_le32(~crc, result);
  191. }
  192. /*
  193. * compute the csum for a btree block, and either verify it or write it
  194. * into the csum field of the block.
  195. */
  196. static int csum_tree_block(struct btrfs_root *root, struct extent_buffer *buf,
  197. int verify)
  198. {
  199. u16 csum_size =
  200. btrfs_super_csum_size(&root->fs_info->super_copy);
  201. char *result = NULL;
  202. unsigned long len;
  203. unsigned long cur_len;
  204. unsigned long offset = BTRFS_CSUM_SIZE;
  205. char *map_token = NULL;
  206. char *kaddr;
  207. unsigned long map_start;
  208. unsigned long map_len;
  209. int err;
  210. u32 crc = ~(u32)0;
  211. unsigned long inline_result;
  212. len = buf->len - offset;
  213. while (len > 0) {
  214. err = map_private_extent_buffer(buf, offset, 32,
  215. &map_token, &kaddr,
  216. &map_start, &map_len, KM_USER0);
  217. if (err)
  218. return 1;
  219. cur_len = min(len, map_len - (offset - map_start));
  220. crc = btrfs_csum_data(root, kaddr + offset - map_start,
  221. crc, cur_len);
  222. len -= cur_len;
  223. offset += cur_len;
  224. unmap_extent_buffer(buf, map_token, KM_USER0);
  225. }
  226. if (csum_size > sizeof(inline_result)) {
  227. result = kzalloc(csum_size * sizeof(char), GFP_NOFS);
  228. if (!result)
  229. return 1;
  230. } else {
  231. result = (char *)&inline_result;
  232. }
  233. btrfs_csum_final(crc, result);
  234. if (verify) {
  235. if (memcmp_extent_buffer(buf, result, 0, csum_size)) {
  236. u32 val;
  237. u32 found = 0;
  238. memcpy(&found, result, csum_size);
  239. read_extent_buffer(buf, &val, 0, csum_size);
  240. if (printk_ratelimit()) {
  241. printk(KERN_INFO "btrfs: %s checksum verify "
  242. "failed on %llu wanted %X found %X "
  243. "level %d\n",
  244. root->fs_info->sb->s_id,
  245. (unsigned long long)buf->start, val, found,
  246. btrfs_header_level(buf));
  247. }
  248. if (result != (char *)&inline_result)
  249. kfree(result);
  250. return 1;
  251. }
  252. } else {
  253. write_extent_buffer(buf, result, 0, csum_size);
  254. }
  255. if (result != (char *)&inline_result)
  256. kfree(result);
  257. return 0;
  258. }
  259. /*
  260. * we can't consider a given block up to date unless the transid of the
  261. * block matches the transid in the parent node's pointer. This is how we
  262. * detect blocks that either didn't get written at all or got written
  263. * in the wrong place.
  264. */
  265. static int verify_parent_transid(struct extent_io_tree *io_tree,
  266. struct extent_buffer *eb, u64 parent_transid)
  267. {
  268. struct extent_state *cached_state = NULL;
  269. int ret;
  270. if (!parent_transid || btrfs_header_generation(eb) == parent_transid)
  271. return 0;
  272. lock_extent_bits(io_tree, eb->start, eb->start + eb->len - 1,
  273. 0, &cached_state, GFP_NOFS);
  274. if (extent_buffer_uptodate(io_tree, eb, cached_state) &&
  275. btrfs_header_generation(eb) == parent_transid) {
  276. ret = 0;
  277. goto out;
  278. }
  279. if (printk_ratelimit()) {
  280. printk("parent transid verify failed on %llu wanted %llu "
  281. "found %llu\n",
  282. (unsigned long long)eb->start,
  283. (unsigned long long)parent_transid,
  284. (unsigned long long)btrfs_header_generation(eb));
  285. }
  286. ret = 1;
  287. clear_extent_buffer_uptodate(io_tree, eb, &cached_state);
  288. out:
  289. unlock_extent_cached(io_tree, eb->start, eb->start + eb->len - 1,
  290. &cached_state, GFP_NOFS);
  291. return ret;
  292. }
  293. /*
  294. * helper to read a given tree block, doing retries as required when
  295. * the checksums don't match and we have alternate mirrors to try.
  296. */
  297. static int btree_read_extent_buffer_pages(struct btrfs_root *root,
  298. struct extent_buffer *eb,
  299. u64 start, u64 parent_transid)
  300. {
  301. struct extent_io_tree *io_tree;
  302. int ret;
  303. int num_copies = 0;
  304. int mirror_num = 0;
  305. clear_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags);
  306. io_tree = &BTRFS_I(root->fs_info->btree_inode)->io_tree;
  307. while (1) {
  308. ret = read_extent_buffer_pages(io_tree, eb, start, 1,
  309. btree_get_extent, mirror_num);
  310. if (!ret &&
  311. !verify_parent_transid(io_tree, eb, parent_transid))
  312. return ret;
  313. /*
  314. * This buffer's crc is fine, but its contents are corrupted, so
  315. * there is no reason to read the other copies, they won't be
  316. * any less wrong.
  317. */
  318. if (test_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags))
  319. return ret;
  320. num_copies = btrfs_num_copies(&root->fs_info->mapping_tree,
  321. eb->start, eb->len);
  322. if (num_copies == 1)
  323. return ret;
  324. mirror_num++;
  325. if (mirror_num > num_copies)
  326. return ret;
  327. }
  328. return -EIO;
  329. }
  330. /*
  331. * checksum a dirty tree block before IO. This has extra checks to make sure
  332. * we only fill in the checksum field in the first page of a multi-page block
  333. */
  334. static int csum_dirty_buffer(struct btrfs_root *root, struct page *page)
  335. {
  336. struct extent_io_tree *tree;
  337. u64 start = (u64)page->index << PAGE_CACHE_SHIFT;
  338. u64 found_start;
  339. unsigned long len;
  340. struct extent_buffer *eb;
  341. int ret;
  342. tree = &BTRFS_I(page->mapping->host)->io_tree;
  343. if (page->private == EXTENT_PAGE_PRIVATE) {
  344. WARN_ON(1);
  345. goto out;
  346. }
  347. if (!page->private) {
  348. WARN_ON(1);
  349. goto out;
  350. }
  351. len = page->private >> 2;
  352. WARN_ON(len == 0);
  353. eb = alloc_extent_buffer(tree, start, len, page, GFP_NOFS);
  354. if (eb == NULL) {
  355. WARN_ON(1);
  356. goto out;
  357. }
  358. ret = btree_read_extent_buffer_pages(root, eb, start + PAGE_CACHE_SIZE,
  359. btrfs_header_generation(eb));
  360. BUG_ON(ret);
  361. WARN_ON(!btrfs_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN));
  362. found_start = btrfs_header_bytenr(eb);
  363. if (found_start != start) {
  364. WARN_ON(1);
  365. goto err;
  366. }
  367. if (eb->first_page != page) {
  368. WARN_ON(1);
  369. goto err;
  370. }
  371. if (!PageUptodate(page)) {
  372. WARN_ON(1);
  373. goto err;
  374. }
  375. csum_tree_block(root, eb, 0);
  376. err:
  377. free_extent_buffer(eb);
  378. out:
  379. return 0;
  380. }
  381. static int check_tree_block_fsid(struct btrfs_root *root,
  382. struct extent_buffer *eb)
  383. {
  384. struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices;
  385. u8 fsid[BTRFS_UUID_SIZE];
  386. int ret = 1;
  387. read_extent_buffer(eb, fsid, (unsigned long)btrfs_header_fsid(eb),
  388. BTRFS_FSID_SIZE);
  389. while (fs_devices) {
  390. if (!memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE)) {
  391. ret = 0;
  392. break;
  393. }
  394. fs_devices = fs_devices->seed;
  395. }
  396. return ret;
  397. }
  398. #define CORRUPT(reason, eb, root, slot) \
  399. printk(KERN_CRIT "btrfs: corrupt leaf, %s: block=%llu," \
  400. "root=%llu, slot=%d\n", reason, \
  401. (unsigned long long)btrfs_header_bytenr(eb), \
  402. (unsigned long long)root->objectid, slot)
  403. static noinline int check_leaf(struct btrfs_root *root,
  404. struct extent_buffer *leaf)
  405. {
  406. struct btrfs_key key;
  407. struct btrfs_key leaf_key;
  408. u32 nritems = btrfs_header_nritems(leaf);
  409. int slot;
  410. if (nritems == 0)
  411. return 0;
  412. /* Check the 0 item */
  413. if (btrfs_item_offset_nr(leaf, 0) + btrfs_item_size_nr(leaf, 0) !=
  414. BTRFS_LEAF_DATA_SIZE(root)) {
  415. CORRUPT("invalid item offset size pair", leaf, root, 0);
  416. return -EIO;
  417. }
  418. /*
  419. * Check to make sure each items keys are in the correct order and their
  420. * offsets make sense. We only have to loop through nritems-1 because
  421. * we check the current slot against the next slot, which verifies the
  422. * next slot's offset+size makes sense and that the current's slot
  423. * offset is correct.
  424. */
  425. for (slot = 0; slot < nritems - 1; slot++) {
  426. btrfs_item_key_to_cpu(leaf, &leaf_key, slot);
  427. btrfs_item_key_to_cpu(leaf, &key, slot + 1);
  428. /* Make sure the keys are in the right order */
  429. if (btrfs_comp_cpu_keys(&leaf_key, &key) >= 0) {
  430. CORRUPT("bad key order", leaf, root, slot);
  431. return -EIO;
  432. }
  433. /*
  434. * Make sure the offset and ends are right, remember that the
  435. * item data starts at the end of the leaf and grows towards the
  436. * front.
  437. */
  438. if (btrfs_item_offset_nr(leaf, slot) !=
  439. btrfs_item_end_nr(leaf, slot + 1)) {
  440. CORRUPT("slot offset bad", leaf, root, slot);
  441. return -EIO;
  442. }
  443. /*
  444. * Check to make sure that we don't point outside of the leaf,
  445. * just incase all the items are consistent to eachother, but
  446. * all point outside of the leaf.
  447. */
  448. if (btrfs_item_end_nr(leaf, slot) >
  449. BTRFS_LEAF_DATA_SIZE(root)) {
  450. CORRUPT("slot end outside of leaf", leaf, root, slot);
  451. return -EIO;
  452. }
  453. }
  454. return 0;
  455. }
  456. #ifdef CONFIG_DEBUG_LOCK_ALLOC
  457. void btrfs_set_buffer_lockdep_class(struct extent_buffer *eb, int level)
  458. {
  459. lockdep_set_class_and_name(&eb->lock,
  460. &btrfs_eb_class[level],
  461. btrfs_eb_name[level]);
  462. }
  463. #endif
  464. static int btree_readpage_end_io_hook(struct page *page, u64 start, u64 end,
  465. struct extent_state *state)
  466. {
  467. struct extent_io_tree *tree;
  468. u64 found_start;
  469. int found_level;
  470. unsigned long len;
  471. struct extent_buffer *eb;
  472. struct btrfs_root *root = BTRFS_I(page->mapping->host)->root;
  473. int ret = 0;
  474. tree = &BTRFS_I(page->mapping->host)->io_tree;
  475. if (page->private == EXTENT_PAGE_PRIVATE)
  476. goto out;
  477. if (!page->private)
  478. goto out;
  479. len = page->private >> 2;
  480. WARN_ON(len == 0);
  481. eb = alloc_extent_buffer(tree, start, len, page, GFP_NOFS);
  482. if (eb == NULL) {
  483. ret = -EIO;
  484. goto out;
  485. }
  486. found_start = btrfs_header_bytenr(eb);
  487. if (found_start != start) {
  488. if (printk_ratelimit()) {
  489. printk(KERN_INFO "btrfs bad tree block start "
  490. "%llu %llu\n",
  491. (unsigned long long)found_start,
  492. (unsigned long long)eb->start);
  493. }
  494. ret = -EIO;
  495. goto err;
  496. }
  497. if (eb->first_page != page) {
  498. printk(KERN_INFO "btrfs bad first page %lu %lu\n",
  499. eb->first_page->index, page->index);
  500. WARN_ON(1);
  501. ret = -EIO;
  502. goto err;
  503. }
  504. if (check_tree_block_fsid(root, eb)) {
  505. if (printk_ratelimit()) {
  506. printk(KERN_INFO "btrfs bad fsid on block %llu\n",
  507. (unsigned long long)eb->start);
  508. }
  509. ret = -EIO;
  510. goto err;
  511. }
  512. found_level = btrfs_header_level(eb);
  513. btrfs_set_buffer_lockdep_class(eb, found_level);
  514. ret = csum_tree_block(root, eb, 1);
  515. if (ret) {
  516. ret = -EIO;
  517. goto err;
  518. }
  519. /*
  520. * If this is a leaf block and it is corrupt, set the corrupt bit so
  521. * that we don't try and read the other copies of this block, just
  522. * return -EIO.
  523. */
  524. if (found_level == 0 && check_leaf(root, eb)) {
  525. set_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags);
  526. ret = -EIO;
  527. }
  528. end = min_t(u64, eb->len, PAGE_CACHE_SIZE);
  529. end = eb->start + end - 1;
  530. err:
  531. free_extent_buffer(eb);
  532. out:
  533. return ret;
  534. }
  535. static void end_workqueue_bio(struct bio *bio, int err)
  536. {
  537. struct end_io_wq *end_io_wq = bio->bi_private;
  538. struct btrfs_fs_info *fs_info;
  539. fs_info = end_io_wq->info;
  540. end_io_wq->error = err;
  541. end_io_wq->work.func = end_workqueue_fn;
  542. end_io_wq->work.flags = 0;
  543. if (bio->bi_rw & REQ_WRITE) {
  544. if (end_io_wq->metadata == 1)
  545. btrfs_queue_worker(&fs_info->endio_meta_write_workers,
  546. &end_io_wq->work);
  547. else if (end_io_wq->metadata == 2)
  548. btrfs_queue_worker(&fs_info->endio_freespace_worker,
  549. &end_io_wq->work);
  550. else
  551. btrfs_queue_worker(&fs_info->endio_write_workers,
  552. &end_io_wq->work);
  553. } else {
  554. if (end_io_wq->metadata)
  555. btrfs_queue_worker(&fs_info->endio_meta_workers,
  556. &end_io_wq->work);
  557. else
  558. btrfs_queue_worker(&fs_info->endio_workers,
  559. &end_io_wq->work);
  560. }
  561. }
  562. /*
  563. * For the metadata arg you want
  564. *
  565. * 0 - if data
  566. * 1 - if normal metadta
  567. * 2 - if writing to the free space cache area
  568. */
  569. int btrfs_bio_wq_end_io(struct btrfs_fs_info *info, struct bio *bio,
  570. int metadata)
  571. {
  572. struct end_io_wq *end_io_wq;
  573. end_io_wq = kmalloc(sizeof(*end_io_wq), GFP_NOFS);
  574. if (!end_io_wq)
  575. return -ENOMEM;
  576. end_io_wq->private = bio->bi_private;
  577. end_io_wq->end_io = bio->bi_end_io;
  578. end_io_wq->info = info;
  579. end_io_wq->error = 0;
  580. end_io_wq->bio = bio;
  581. end_io_wq->metadata = metadata;
  582. bio->bi_private = end_io_wq;
  583. bio->bi_end_io = end_workqueue_bio;
  584. return 0;
  585. }
  586. unsigned long btrfs_async_submit_limit(struct btrfs_fs_info *info)
  587. {
  588. unsigned long limit = min_t(unsigned long,
  589. info->workers.max_workers,
  590. info->fs_devices->open_devices);
  591. return 256 * limit;
  592. }
  593. int btrfs_congested_async(struct btrfs_fs_info *info, int iodone)
  594. {
  595. return atomic_read(&info->nr_async_bios) >
  596. btrfs_async_submit_limit(info);
  597. }
  598. static void run_one_async_start(struct btrfs_work *work)
  599. {
  600. struct async_submit_bio *async;
  601. async = container_of(work, struct async_submit_bio, work);
  602. async->submit_bio_start(async->inode, async->rw, async->bio,
  603. async->mirror_num, async->bio_flags,
  604. async->bio_offset);
  605. }
  606. static void run_one_async_done(struct btrfs_work *work)
  607. {
  608. struct btrfs_fs_info *fs_info;
  609. struct async_submit_bio *async;
  610. int limit;
  611. async = container_of(work, struct async_submit_bio, work);
  612. fs_info = BTRFS_I(async->inode)->root->fs_info;
  613. limit = btrfs_async_submit_limit(fs_info);
  614. limit = limit * 2 / 3;
  615. atomic_dec(&fs_info->nr_async_submits);
  616. if (atomic_read(&fs_info->nr_async_submits) < limit &&
  617. waitqueue_active(&fs_info->async_submit_wait))
  618. wake_up(&fs_info->async_submit_wait);
  619. async->submit_bio_done(async->inode, async->rw, async->bio,
  620. async->mirror_num, async->bio_flags,
  621. async->bio_offset);
  622. }
  623. static void run_one_async_free(struct btrfs_work *work)
  624. {
  625. struct async_submit_bio *async;
  626. async = container_of(work, struct async_submit_bio, work);
  627. kfree(async);
  628. }
  629. int btrfs_wq_submit_bio(struct btrfs_fs_info *fs_info, struct inode *inode,
  630. int rw, struct bio *bio, int mirror_num,
  631. unsigned long bio_flags,
  632. u64 bio_offset,
  633. extent_submit_bio_hook_t *submit_bio_start,
  634. extent_submit_bio_hook_t *submit_bio_done)
  635. {
  636. struct async_submit_bio *async;
  637. async = kmalloc(sizeof(*async), GFP_NOFS);
  638. if (!async)
  639. return -ENOMEM;
  640. async->inode = inode;
  641. async->rw = rw;
  642. async->bio = bio;
  643. async->mirror_num = mirror_num;
  644. async->submit_bio_start = submit_bio_start;
  645. async->submit_bio_done = submit_bio_done;
  646. async->work.func = run_one_async_start;
  647. async->work.ordered_func = run_one_async_done;
  648. async->work.ordered_free = run_one_async_free;
  649. async->work.flags = 0;
  650. async->bio_flags = bio_flags;
  651. async->bio_offset = bio_offset;
  652. atomic_inc(&fs_info->nr_async_submits);
  653. if (rw & REQ_SYNC)
  654. btrfs_set_work_high_prio(&async->work);
  655. btrfs_queue_worker(&fs_info->workers, &async->work);
  656. while (atomic_read(&fs_info->async_submit_draining) &&
  657. atomic_read(&fs_info->nr_async_submits)) {
  658. wait_event(fs_info->async_submit_wait,
  659. (atomic_read(&fs_info->nr_async_submits) == 0));
  660. }
  661. return 0;
  662. }
  663. static int btree_csum_one_bio(struct bio *bio)
  664. {
  665. struct bio_vec *bvec = bio->bi_io_vec;
  666. int bio_index = 0;
  667. struct btrfs_root *root;
  668. WARN_ON(bio->bi_vcnt <= 0);
  669. while (bio_index < bio->bi_vcnt) {
  670. root = BTRFS_I(bvec->bv_page->mapping->host)->root;
  671. csum_dirty_buffer(root, bvec->bv_page);
  672. bio_index++;
  673. bvec++;
  674. }
  675. return 0;
  676. }
  677. static int __btree_submit_bio_start(struct inode *inode, int rw,
  678. struct bio *bio, int mirror_num,
  679. unsigned long bio_flags,
  680. u64 bio_offset)
  681. {
  682. /*
  683. * when we're called for a write, we're already in the async
  684. * submission context. Just jump into btrfs_map_bio
  685. */
  686. btree_csum_one_bio(bio);
  687. return 0;
  688. }
  689. static int __btree_submit_bio_done(struct inode *inode, int rw, struct bio *bio,
  690. int mirror_num, unsigned long bio_flags,
  691. u64 bio_offset)
  692. {
  693. /*
  694. * when we're called for a write, we're already in the async
  695. * submission context. Just jump into btrfs_map_bio
  696. */
  697. return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio, mirror_num, 1);
  698. }
  699. static int btree_submit_bio_hook(struct inode *inode, int rw, struct bio *bio,
  700. int mirror_num, unsigned long bio_flags,
  701. u64 bio_offset)
  702. {
  703. int ret;
  704. ret = btrfs_bio_wq_end_io(BTRFS_I(inode)->root->fs_info,
  705. bio, 1);
  706. BUG_ON(ret);
  707. if (!(rw & REQ_WRITE)) {
  708. /*
  709. * called for a read, do the setup so that checksum validation
  710. * can happen in the async kernel threads
  711. */
  712. return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio,
  713. mirror_num, 0);
  714. }
  715. /*
  716. * kthread helpers are used to submit writes so that checksumming
  717. * can happen in parallel across all CPUs
  718. */
  719. return btrfs_wq_submit_bio(BTRFS_I(inode)->root->fs_info,
  720. inode, rw, bio, mirror_num, 0,
  721. bio_offset,
  722. __btree_submit_bio_start,
  723. __btree_submit_bio_done);
  724. }
  725. #ifdef CONFIG_MIGRATION
  726. static int btree_migratepage(struct address_space *mapping,
  727. struct page *newpage, struct page *page)
  728. {
  729. /*
  730. * we can't safely write a btree page from here,
  731. * we haven't done the locking hook
  732. */
  733. if (PageDirty(page))
  734. return -EAGAIN;
  735. /*
  736. * Buffers may be managed in a filesystem specific way.
  737. * We must have no buffers or drop them.
  738. */
  739. if (page_has_private(page) &&
  740. !try_to_release_page(page, GFP_KERNEL))
  741. return -EAGAIN;
  742. return migrate_page(mapping, newpage, page);
  743. }
  744. #endif
  745. static int btree_writepage(struct page *page, struct writeback_control *wbc)
  746. {
  747. struct extent_io_tree *tree;
  748. struct btrfs_root *root = BTRFS_I(page->mapping->host)->root;
  749. struct extent_buffer *eb;
  750. int was_dirty;
  751. tree = &BTRFS_I(page->mapping->host)->io_tree;
  752. if (!(current->flags & PF_MEMALLOC)) {
  753. return extent_write_full_page(tree, page,
  754. btree_get_extent, wbc);
  755. }
  756. redirty_page_for_writepage(wbc, page);
  757. eb = btrfs_find_tree_block(root, page_offset(page), PAGE_CACHE_SIZE);
  758. WARN_ON(!eb);
  759. was_dirty = test_and_set_bit(EXTENT_BUFFER_DIRTY, &eb->bflags);
  760. if (!was_dirty) {
  761. spin_lock(&root->fs_info->delalloc_lock);
  762. root->fs_info->dirty_metadata_bytes += PAGE_CACHE_SIZE;
  763. spin_unlock(&root->fs_info->delalloc_lock);
  764. }
  765. free_extent_buffer(eb);
  766. unlock_page(page);
  767. return 0;
  768. }
  769. static int btree_writepages(struct address_space *mapping,
  770. struct writeback_control *wbc)
  771. {
  772. struct extent_io_tree *tree;
  773. tree = &BTRFS_I(mapping->host)->io_tree;
  774. if (wbc->sync_mode == WB_SYNC_NONE) {
  775. struct btrfs_root *root = BTRFS_I(mapping->host)->root;
  776. u64 num_dirty;
  777. unsigned long thresh = 32 * 1024 * 1024;
  778. if (wbc->for_kupdate)
  779. return 0;
  780. /* this is a bit racy, but that's ok */
  781. num_dirty = root->fs_info->dirty_metadata_bytes;
  782. if (num_dirty < thresh)
  783. return 0;
  784. }
  785. return extent_writepages(tree, mapping, btree_get_extent, wbc);
  786. }
  787. static int btree_readpage(struct file *file, struct page *page)
  788. {
  789. struct extent_io_tree *tree;
  790. tree = &BTRFS_I(page->mapping->host)->io_tree;
  791. return extent_read_full_page(tree, page, btree_get_extent);
  792. }
  793. static int btree_releasepage(struct page *page, gfp_t gfp_flags)
  794. {
  795. struct extent_io_tree *tree;
  796. struct extent_map_tree *map;
  797. int ret;
  798. if (PageWriteback(page) || PageDirty(page))
  799. return 0;
  800. tree = &BTRFS_I(page->mapping->host)->io_tree;
  801. map = &BTRFS_I(page->mapping->host)->extent_tree;
  802. ret = try_release_extent_state(map, tree, page, gfp_flags);
  803. if (!ret)
  804. return 0;
  805. ret = try_release_extent_buffer(tree, page);
  806. if (ret == 1) {
  807. ClearPagePrivate(page);
  808. set_page_private(page, 0);
  809. page_cache_release(page);
  810. }
  811. return ret;
  812. }
  813. static void btree_invalidatepage(struct page *page, unsigned long offset)
  814. {
  815. struct extent_io_tree *tree;
  816. tree = &BTRFS_I(page->mapping->host)->io_tree;
  817. extent_invalidatepage(tree, page, offset);
  818. btree_releasepage(page, GFP_NOFS);
  819. if (PagePrivate(page)) {
  820. printk(KERN_WARNING "btrfs warning page private not zero "
  821. "on page %llu\n", (unsigned long long)page_offset(page));
  822. ClearPagePrivate(page);
  823. set_page_private(page, 0);
  824. page_cache_release(page);
  825. }
  826. }
  827. static const struct address_space_operations btree_aops = {
  828. .readpage = btree_readpage,
  829. .writepage = btree_writepage,
  830. .writepages = btree_writepages,
  831. .releasepage = btree_releasepage,
  832. .invalidatepage = btree_invalidatepage,
  833. .sync_page = block_sync_page,
  834. #ifdef CONFIG_MIGRATION
  835. .migratepage = btree_migratepage,
  836. #endif
  837. };
  838. int readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize,
  839. u64 parent_transid)
  840. {
  841. struct extent_buffer *buf = NULL;
  842. struct inode *btree_inode = root->fs_info->btree_inode;
  843. int ret = 0;
  844. buf = btrfs_find_create_tree_block(root, bytenr, blocksize);
  845. if (!buf)
  846. return 0;
  847. read_extent_buffer_pages(&BTRFS_I(btree_inode)->io_tree,
  848. buf, 0, 0, btree_get_extent, 0);
  849. free_extent_buffer(buf);
  850. return ret;
  851. }
  852. struct extent_buffer *btrfs_find_tree_block(struct btrfs_root *root,
  853. u64 bytenr, u32 blocksize)
  854. {
  855. struct inode *btree_inode = root->fs_info->btree_inode;
  856. struct extent_buffer *eb;
  857. eb = find_extent_buffer(&BTRFS_I(btree_inode)->io_tree,
  858. bytenr, blocksize, GFP_NOFS);
  859. return eb;
  860. }
  861. struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,
  862. u64 bytenr, u32 blocksize)
  863. {
  864. struct inode *btree_inode = root->fs_info->btree_inode;
  865. struct extent_buffer *eb;
  866. eb = alloc_extent_buffer(&BTRFS_I(btree_inode)->io_tree,
  867. bytenr, blocksize, NULL, GFP_NOFS);
  868. return eb;
  869. }
  870. int btrfs_write_tree_block(struct extent_buffer *buf)
  871. {
  872. return filemap_fdatawrite_range(buf->first_page->mapping, buf->start,
  873. buf->start + buf->len - 1);
  874. }
  875. int btrfs_wait_tree_block_writeback(struct extent_buffer *buf)
  876. {
  877. return filemap_fdatawait_range(buf->first_page->mapping,
  878. buf->start, buf->start + buf->len - 1);
  879. }
  880. struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
  881. u32 blocksize, u64 parent_transid)
  882. {
  883. struct extent_buffer *buf = NULL;
  884. int ret;
  885. buf = btrfs_find_create_tree_block(root, bytenr, blocksize);
  886. if (!buf)
  887. return NULL;
  888. ret = btree_read_extent_buffer_pages(root, buf, 0, parent_transid);
  889. if (ret == 0)
  890. set_bit(EXTENT_BUFFER_UPTODATE, &buf->bflags);
  891. return buf;
  892. }
  893. int clean_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root,
  894. struct extent_buffer *buf)
  895. {
  896. struct inode *btree_inode = root->fs_info->btree_inode;
  897. if (btrfs_header_generation(buf) ==
  898. root->fs_info->running_transaction->transid) {
  899. btrfs_assert_tree_locked(buf);
  900. if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &buf->bflags)) {
  901. spin_lock(&root->fs_info->delalloc_lock);
  902. if (root->fs_info->dirty_metadata_bytes >= buf->len)
  903. root->fs_info->dirty_metadata_bytes -= buf->len;
  904. else
  905. WARN_ON(1);
  906. spin_unlock(&root->fs_info->delalloc_lock);
  907. }
  908. /* ugh, clear_extent_buffer_dirty needs to lock the page */
  909. btrfs_set_lock_blocking(buf);
  910. clear_extent_buffer_dirty(&BTRFS_I(btree_inode)->io_tree,
  911. buf);
  912. }
  913. return 0;
  914. }
  915. static int __setup_root(u32 nodesize, u32 leafsize, u32 sectorsize,
  916. u32 stripesize, struct btrfs_root *root,
  917. struct btrfs_fs_info *fs_info,
  918. u64 objectid)
  919. {
  920. root->node = NULL;
  921. root->commit_root = NULL;
  922. root->sectorsize = sectorsize;
  923. root->nodesize = nodesize;
  924. root->leafsize = leafsize;
  925. root->stripesize = stripesize;
  926. root->ref_cows = 0;
  927. root->track_dirty = 0;
  928. root->in_radix = 0;
  929. root->orphan_item_inserted = 0;
  930. root->orphan_cleanup_state = 0;
  931. root->fs_info = fs_info;
  932. root->objectid = objectid;
  933. root->last_trans = 0;
  934. root->highest_objectid = 0;
  935. root->name = NULL;
  936. root->in_sysfs = 0;
  937. root->inode_tree = RB_ROOT;
  938. root->block_rsv = NULL;
  939. root->orphan_block_rsv = NULL;
  940. INIT_LIST_HEAD(&root->dirty_list);
  941. INIT_LIST_HEAD(&root->orphan_list);
  942. INIT_LIST_HEAD(&root->root_list);
  943. spin_lock_init(&root->node_lock);
  944. spin_lock_init(&root->orphan_lock);
  945. spin_lock_init(&root->inode_lock);
  946. spin_lock_init(&root->accounting_lock);
  947. mutex_init(&root->objectid_mutex);
  948. mutex_init(&root->log_mutex);
  949. init_waitqueue_head(&root->log_writer_wait);
  950. init_waitqueue_head(&root->log_commit_wait[0]);
  951. init_waitqueue_head(&root->log_commit_wait[1]);
  952. atomic_set(&root->log_commit[0], 0);
  953. atomic_set(&root->log_commit[1], 0);
  954. atomic_set(&root->log_writers, 0);
  955. root->log_batch = 0;
  956. root->log_transid = 0;
  957. root->last_log_commit = 0;
  958. extent_io_tree_init(&root->dirty_log_pages,
  959. fs_info->btree_inode->i_mapping, GFP_NOFS);
  960. memset(&root->root_key, 0, sizeof(root->root_key));
  961. memset(&root->root_item, 0, sizeof(root->root_item));
  962. memset(&root->defrag_progress, 0, sizeof(root->defrag_progress));
  963. memset(&root->root_kobj, 0, sizeof(root->root_kobj));
  964. root->defrag_trans_start = fs_info->generation;
  965. init_completion(&root->kobj_unregister);
  966. root->defrag_running = 0;
  967. root->root_key.objectid = objectid;
  968. root->anon_super.s_root = NULL;
  969. root->anon_super.s_dev = 0;
  970. INIT_LIST_HEAD(&root->anon_super.s_list);
  971. INIT_LIST_HEAD(&root->anon_super.s_instances);
  972. init_rwsem(&root->anon_super.s_umount);
  973. return 0;
  974. }
  975. static int find_and_setup_root(struct btrfs_root *tree_root,
  976. struct btrfs_fs_info *fs_info,
  977. u64 objectid,
  978. struct btrfs_root *root)
  979. {
  980. int ret;
  981. u32 blocksize;
  982. u64 generation;
  983. __setup_root(tree_root->nodesize, tree_root->leafsize,
  984. tree_root->sectorsize, tree_root->stripesize,
  985. root, fs_info, objectid);
  986. ret = btrfs_find_last_root(tree_root, objectid,
  987. &root->root_item, &root->root_key);
  988. if (ret > 0)
  989. return -ENOENT;
  990. BUG_ON(ret);
  991. generation = btrfs_root_generation(&root->root_item);
  992. blocksize = btrfs_level_size(root, btrfs_root_level(&root->root_item));
  993. root->node = read_tree_block(root, btrfs_root_bytenr(&root->root_item),
  994. blocksize, generation);
  995. if (!root->node || !btrfs_buffer_uptodate(root->node, generation)) {
  996. free_extent_buffer(root->node);
  997. return -EIO;
  998. }
  999. root->commit_root = btrfs_root_node(root);
  1000. return 0;
  1001. }
  1002. static struct btrfs_root *alloc_log_tree(struct btrfs_trans_handle *trans,
  1003. struct btrfs_fs_info *fs_info)
  1004. {
  1005. struct btrfs_root *root;
  1006. struct btrfs_root *tree_root = fs_info->tree_root;
  1007. struct extent_buffer *leaf;
  1008. root = kzalloc(sizeof(*root), GFP_NOFS);
  1009. if (!root)
  1010. return ERR_PTR(-ENOMEM);
  1011. __setup_root(tree_root->nodesize, tree_root->leafsize,
  1012. tree_root->sectorsize, tree_root->stripesize,
  1013. root, fs_info, BTRFS_TREE_LOG_OBJECTID);
  1014. root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID;
  1015. root->root_key.type = BTRFS_ROOT_ITEM_KEY;
  1016. root->root_key.offset = BTRFS_TREE_LOG_OBJECTID;
  1017. /*
  1018. * log trees do not get reference counted because they go away
  1019. * before a real commit is actually done. They do store pointers
  1020. * to file data extents, and those reference counts still get
  1021. * updated (along with back refs to the log tree).
  1022. */
  1023. root->ref_cows = 0;
  1024. leaf = btrfs_alloc_free_block(trans, root, root->leafsize, 0,
  1025. BTRFS_TREE_LOG_OBJECTID, NULL, 0, 0, 0);
  1026. if (IS_ERR(leaf)) {
  1027. kfree(root);
  1028. return ERR_CAST(leaf);
  1029. }
  1030. memset_extent_buffer(leaf, 0, 0, sizeof(struct btrfs_header));
  1031. btrfs_set_header_bytenr(leaf, leaf->start);
  1032. btrfs_set_header_generation(leaf, trans->transid);
  1033. btrfs_set_header_backref_rev(leaf, BTRFS_MIXED_BACKREF_REV);
  1034. btrfs_set_header_owner(leaf, BTRFS_TREE_LOG_OBJECTID);
  1035. root->node = leaf;
  1036. write_extent_buffer(root->node, root->fs_info->fsid,
  1037. (unsigned long)btrfs_header_fsid(root->node),
  1038. BTRFS_FSID_SIZE);
  1039. btrfs_mark_buffer_dirty(root->node);
  1040. btrfs_tree_unlock(root->node);
  1041. return root;
  1042. }
  1043. int btrfs_init_log_root_tree(struct btrfs_trans_handle *trans,
  1044. struct btrfs_fs_info *fs_info)
  1045. {
  1046. struct btrfs_root *log_root;
  1047. log_root = alloc_log_tree(trans, fs_info);
  1048. if (IS_ERR(log_root))
  1049. return PTR_ERR(log_root);
  1050. WARN_ON(fs_info->log_root_tree);
  1051. fs_info->log_root_tree = log_root;
  1052. return 0;
  1053. }
  1054. int btrfs_add_log_tree(struct btrfs_trans_handle *trans,
  1055. struct btrfs_root *root)
  1056. {
  1057. struct btrfs_root *log_root;
  1058. struct btrfs_inode_item *inode_item;
  1059. log_root = alloc_log_tree(trans, root->fs_info);
  1060. if (IS_ERR(log_root))
  1061. return PTR_ERR(log_root);
  1062. log_root->last_trans = trans->transid;
  1063. log_root->root_key.offset = root->root_key.objectid;
  1064. inode_item = &log_root->root_item.inode;
  1065. inode_item->generation = cpu_to_le64(1);
  1066. inode_item->size = cpu_to_le64(3);
  1067. inode_item->nlink = cpu_to_le32(1);
  1068. inode_item->nbytes = cpu_to_le64(root->leafsize);
  1069. inode_item->mode = cpu_to_le32(S_IFDIR | 0755);
  1070. btrfs_set_root_node(&log_root->root_item, log_root->node);
  1071. WARN_ON(root->log_root);
  1072. root->log_root = log_root;
  1073. root->log_transid = 0;
  1074. root->last_log_commit = 0;
  1075. return 0;
  1076. }
  1077. struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_root *tree_root,
  1078. struct btrfs_key *location)
  1079. {
  1080. struct btrfs_root *root;
  1081. struct btrfs_fs_info *fs_info = tree_root->fs_info;
  1082. struct btrfs_path *path;
  1083. struct extent_buffer *l;
  1084. u64 generation;
  1085. u32 blocksize;
  1086. int ret = 0;
  1087. root = kzalloc(sizeof(*root), GFP_NOFS);
  1088. if (!root)
  1089. return ERR_PTR(-ENOMEM);
  1090. if (location->offset == (u64)-1) {
  1091. ret = find_and_setup_root(tree_root, fs_info,
  1092. location->objectid, root);
  1093. if (ret) {
  1094. kfree(root);
  1095. return ERR_PTR(ret);
  1096. }
  1097. goto out;
  1098. }
  1099. __setup_root(tree_root->nodesize, tree_root->leafsize,
  1100. tree_root->sectorsize, tree_root->stripesize,
  1101. root, fs_info, location->objectid);
  1102. path = btrfs_alloc_path();
  1103. if (!path) {
  1104. kfree(root);
  1105. return ERR_PTR(-ENOMEM);
  1106. }
  1107. ret = btrfs_search_slot(NULL, tree_root, location, path, 0, 0);
  1108. if (ret == 0) {
  1109. l = path->nodes[0];
  1110. read_extent_buffer(l, &root->root_item,
  1111. btrfs_item_ptr_offset(l, path->slots[0]),
  1112. sizeof(root->root_item));
  1113. memcpy(&root->root_key, location, sizeof(*location));
  1114. }
  1115. btrfs_free_path(path);
  1116. if (ret) {
  1117. kfree(root);
  1118. if (ret > 0)
  1119. ret = -ENOENT;
  1120. return ERR_PTR(ret);
  1121. }
  1122. generation = btrfs_root_generation(&root->root_item);
  1123. blocksize = btrfs_level_size(root, btrfs_root_level(&root->root_item));
  1124. root->node = read_tree_block(root, btrfs_root_bytenr(&root->root_item),
  1125. blocksize, generation);
  1126. root->commit_root = btrfs_root_node(root);
  1127. BUG_ON(!root->node);
  1128. out:
  1129. if (location->objectid != BTRFS_TREE_LOG_OBJECTID) {
  1130. root->ref_cows = 1;
  1131. btrfs_check_and_init_root_item(&root->root_item);
  1132. }
  1133. return root;
  1134. }
  1135. struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info,
  1136. u64 root_objectid)
  1137. {
  1138. struct btrfs_root *root;
  1139. if (root_objectid == BTRFS_ROOT_TREE_OBJECTID)
  1140. return fs_info->tree_root;
  1141. if (root_objectid == BTRFS_EXTENT_TREE_OBJECTID)
  1142. return fs_info->extent_root;
  1143. root = radix_tree_lookup(&fs_info->fs_roots_radix,
  1144. (unsigned long)root_objectid);
  1145. return root;
  1146. }
  1147. struct btrfs_root *btrfs_read_fs_root_no_name(struct btrfs_fs_info *fs_info,
  1148. struct btrfs_key *location)
  1149. {
  1150. struct btrfs_root *root;
  1151. int ret;
  1152. if (location->objectid == BTRFS_ROOT_TREE_OBJECTID)
  1153. return fs_info->tree_root;
  1154. if (location->objectid == BTRFS_EXTENT_TREE_OBJECTID)
  1155. return fs_info->extent_root;
  1156. if (location->objectid == BTRFS_CHUNK_TREE_OBJECTID)
  1157. return fs_info->chunk_root;
  1158. if (location->objectid == BTRFS_DEV_TREE_OBJECTID)
  1159. return fs_info->dev_root;
  1160. if (location->objectid == BTRFS_CSUM_TREE_OBJECTID)
  1161. return fs_info->csum_root;
  1162. again:
  1163. spin_lock(&fs_info->fs_roots_radix_lock);
  1164. root = radix_tree_lookup(&fs_info->fs_roots_radix,
  1165. (unsigned long)location->objectid);
  1166. spin_unlock(&fs_info->fs_roots_radix_lock);
  1167. if (root)
  1168. return root;
  1169. root = btrfs_read_fs_root_no_radix(fs_info->tree_root, location);
  1170. if (IS_ERR(root))
  1171. return root;
  1172. root->free_ino_ctl = kzalloc(sizeof(*root->free_ino_ctl), GFP_NOFS);
  1173. if (!root->free_ino_ctl)
  1174. goto fail;
  1175. root->free_ino_pinned = kzalloc(sizeof(*root->free_ino_pinned),
  1176. GFP_NOFS);
  1177. if (!root->free_ino_pinned)
  1178. goto fail;
  1179. btrfs_init_free_ino_ctl(root);
  1180. mutex_init(&root->fs_commit_mutex);
  1181. spin_lock_init(&root->cache_lock);
  1182. init_waitqueue_head(&root->cache_wait);
  1183. set_anon_super(&root->anon_super, NULL);
  1184. if (btrfs_root_refs(&root->root_item) == 0) {
  1185. ret = -ENOENT;
  1186. goto fail;
  1187. }
  1188. ret = btrfs_find_orphan_item(fs_info->tree_root, location->objectid);
  1189. if (ret < 0)
  1190. goto fail;
  1191. if (ret == 0)
  1192. root->orphan_item_inserted = 1;
  1193. ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM);
  1194. if (ret)
  1195. goto fail;
  1196. spin_lock(&fs_info->fs_roots_radix_lock);
  1197. ret = radix_tree_insert(&fs_info->fs_roots_radix,
  1198. (unsigned long)root->root_key.objectid,
  1199. root);
  1200. if (ret == 0)
  1201. root->in_radix = 1;
  1202. spin_unlock(&fs_info->fs_roots_radix_lock);
  1203. radix_tree_preload_end();
  1204. if (ret) {
  1205. if (ret == -EEXIST) {
  1206. free_fs_root(root);
  1207. goto again;
  1208. }
  1209. goto fail;
  1210. }
  1211. ret = btrfs_find_dead_roots(fs_info->tree_root,
  1212. root->root_key.objectid);
  1213. WARN_ON(ret);
  1214. return root;
  1215. fail:
  1216. free_fs_root(root);
  1217. return ERR_PTR(ret);
  1218. }
  1219. struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info,
  1220. struct btrfs_key *location,
  1221. const char *name, int namelen)
  1222. {
  1223. return btrfs_read_fs_root_no_name(fs_info, location);
  1224. #if 0
  1225. struct btrfs_root *root;
  1226. int ret;
  1227. root = btrfs_read_fs_root_no_name(fs_info, location);
  1228. if (!root)
  1229. return NULL;
  1230. if (root->in_sysfs)
  1231. return root;
  1232. ret = btrfs_set_root_name(root, name, namelen);
  1233. if (ret) {
  1234. free_extent_buffer(root->node);
  1235. kfree(root);
  1236. return ERR_PTR(ret);
  1237. }
  1238. ret = btrfs_sysfs_add_root(root);
  1239. if (ret) {
  1240. free_extent_buffer(root->node);
  1241. kfree(root->name);
  1242. kfree(root);
  1243. return ERR_PTR(ret);
  1244. }
  1245. root->in_sysfs = 1;
  1246. return root;
  1247. #endif
  1248. }
  1249. static int btrfs_congested_fn(void *congested_data, int bdi_bits)
  1250. {
  1251. struct btrfs_fs_info *info = (struct btrfs_fs_info *)congested_data;
  1252. int ret = 0;
  1253. struct btrfs_device *device;
  1254. struct backing_dev_info *bdi;
  1255. list_for_each_entry(device, &info->fs_devices->devices, dev_list) {
  1256. if (!device->bdev)
  1257. continue;
  1258. bdi = blk_get_backing_dev_info(device->bdev);
  1259. if (bdi && bdi_congested(bdi, bdi_bits)) {
  1260. ret = 1;
  1261. break;
  1262. }
  1263. }
  1264. return ret;
  1265. }
  1266. /*
  1267. * this unplugs every device on the box, and it is only used when page
  1268. * is null
  1269. */
  1270. static void __unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
  1271. {
  1272. struct btrfs_device *device;
  1273. struct btrfs_fs_info *info;
  1274. info = (struct btrfs_fs_info *)bdi->unplug_io_data;
  1275. list_for_each_entry(device, &info->fs_devices->devices, dev_list) {
  1276. if (!device->bdev)
  1277. continue;
  1278. bdi = blk_get_backing_dev_info(device->bdev);
  1279. if (bdi->unplug_io_fn)
  1280. bdi->unplug_io_fn(bdi, page);
  1281. }
  1282. }
  1283. static void btrfs_unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
  1284. {
  1285. struct inode *inode;
  1286. struct extent_map_tree *em_tree;
  1287. struct extent_map *em;
  1288. struct address_space *mapping;
  1289. u64 offset;
  1290. /* the generic O_DIRECT read code does this */
  1291. if (1 || !page) {
  1292. __unplug_io_fn(bdi, page);
  1293. return;
  1294. }
  1295. /*
  1296. * page->mapping may change at any time. Get a consistent copy
  1297. * and use that for everything below
  1298. */
  1299. smp_mb();
  1300. mapping = page->mapping;
  1301. if (!mapping)
  1302. return;
  1303. inode = mapping->host;
  1304. /*
  1305. * don't do the expensive searching for a small number of
  1306. * devices
  1307. */
  1308. if (BTRFS_I(inode)->root->fs_info->fs_devices->open_devices <= 2) {
  1309. __unplug_io_fn(bdi, page);
  1310. return;
  1311. }
  1312. offset = page_offset(page);
  1313. em_tree = &BTRFS_I(inode)->extent_tree;
  1314. read_lock(&em_tree->lock);
  1315. em = lookup_extent_mapping(em_tree, offset, PAGE_CACHE_SIZE);
  1316. read_unlock(&em_tree->lock);
  1317. if (!em) {
  1318. __unplug_io_fn(bdi, page);
  1319. return;
  1320. }
  1321. if (em->block_start >= EXTENT_MAP_LAST_BYTE) {
  1322. free_extent_map(em);
  1323. __unplug_io_fn(bdi, page);
  1324. return;
  1325. }
  1326. offset = offset - em->start;
  1327. btrfs_unplug_page(&BTRFS_I(inode)->root->fs_info->mapping_tree,
  1328. em->block_start + offset, page);
  1329. free_extent_map(em);
  1330. }
  1331. /*
  1332. * If this fails, caller must call bdi_destroy() to get rid of the
  1333. * bdi again.
  1334. */
  1335. static int setup_bdi(struct btrfs_fs_info *info, struct backing_dev_info *bdi)
  1336. {
  1337. int err;
  1338. bdi->capabilities = BDI_CAP_MAP_COPY;
  1339. err = bdi_setup_and_register(bdi, "btrfs", BDI_CAP_MAP_COPY);
  1340. if (err)
  1341. return err;
  1342. bdi->ra_pages = default_backing_dev_info.ra_pages;
  1343. bdi->unplug_io_fn = btrfs_unplug_io_fn;
  1344. bdi->unplug_io_data = info;
  1345. bdi->congested_fn = btrfs_congested_fn;
  1346. bdi->congested_data = info;
  1347. return 0;
  1348. }
  1349. static int bio_ready_for_csum(struct bio *bio)
  1350. {
  1351. u64 length = 0;
  1352. u64 buf_len = 0;
  1353. u64 start = 0;
  1354. struct page *page;
  1355. struct extent_io_tree *io_tree = NULL;
  1356. struct bio_vec *bvec;
  1357. int i;
  1358. int ret;
  1359. bio_for_each_segment(bvec, bio, i) {
  1360. page = bvec->bv_page;
  1361. if (page->private == EXTENT_PAGE_PRIVATE) {
  1362. length += bvec->bv_len;
  1363. continue;
  1364. }
  1365. if (!page->private) {
  1366. length += bvec->bv_len;
  1367. continue;
  1368. }
  1369. length = bvec->bv_len;
  1370. buf_len = page->private >> 2;
  1371. start = page_offset(page) + bvec->bv_offset;
  1372. io_tree = &BTRFS_I(page->mapping->host)->io_tree;
  1373. }
  1374. /* are we fully contained in this bio? */
  1375. if (buf_len <= length)
  1376. return 1;
  1377. ret = extent_range_uptodate(io_tree, start + length,
  1378. start + buf_len - 1);
  1379. return ret;
  1380. }
  1381. /*
  1382. * called by the kthread helper functions to finally call the bio end_io
  1383. * functions. This is where read checksum verification actually happens
  1384. */
  1385. static void end_workqueue_fn(struct btrfs_work *work)
  1386. {
  1387. struct bio *bio;
  1388. struct end_io_wq *end_io_wq;
  1389. struct btrfs_fs_info *fs_info;
  1390. int error;
  1391. end_io_wq = container_of(work, struct end_io_wq, work);
  1392. bio = end_io_wq->bio;
  1393. fs_info = end_io_wq->info;
  1394. /* metadata bio reads are special because the whole tree block must
  1395. * be checksummed at once. This makes sure the entire block is in
  1396. * ram and up to date before trying to verify things. For
  1397. * blocksize <= pagesize, it is basically a noop
  1398. */
  1399. if (!(bio->bi_rw & REQ_WRITE) && end_io_wq->metadata &&
  1400. !bio_ready_for_csum(bio)) {
  1401. btrfs_queue_worker(&fs_info->endio_meta_workers,
  1402. &end_io_wq->work);
  1403. return;
  1404. }
  1405. error = end_io_wq->error;
  1406. bio->bi_private = end_io_wq->private;
  1407. bio->bi_end_io = end_io_wq->end_io;
  1408. kfree(end_io_wq);
  1409. bio_endio(bio, error);
  1410. }
  1411. static int cleaner_kthread(void *arg)
  1412. {
  1413. struct btrfs_root *root = arg;
  1414. do {
  1415. vfs_check_frozen(root->fs_info->sb, SB_FREEZE_WRITE);
  1416. if (!(root->fs_info->sb->s_flags & MS_RDONLY) &&
  1417. mutex_trylock(&root->fs_info->cleaner_mutex)) {
  1418. btrfs_run_delayed_iputs(root);
  1419. btrfs_clean_old_snapshots(root);
  1420. mutex_unlock(&root->fs_info->cleaner_mutex);
  1421. }
  1422. if (freezing(current)) {
  1423. refrigerator();
  1424. } else {
  1425. set_current_state(TASK_INTERRUPTIBLE);
  1426. if (!kthread_should_stop())
  1427. schedule();
  1428. __set_current_state(TASK_RUNNING);
  1429. }
  1430. } while (!kthread_should_stop());
  1431. return 0;
  1432. }
  1433. static int transaction_kthread(void *arg)
  1434. {
  1435. struct btrfs_root *root = arg;
  1436. struct btrfs_trans_handle *trans;
  1437. struct btrfs_transaction *cur;
  1438. u64 transid;
  1439. unsigned long now;
  1440. unsigned long delay;
  1441. int ret;
  1442. do {
  1443. delay = HZ * 30;
  1444. vfs_check_frozen(root->fs_info->sb, SB_FREEZE_WRITE);
  1445. mutex_lock(&root->fs_info->transaction_kthread_mutex);
  1446. spin_lock(&root->fs_info->new_trans_lock);
  1447. cur = root->fs_info->running_transaction;
  1448. if (!cur) {
  1449. spin_unlock(&root->fs_info->new_trans_lock);
  1450. goto sleep;
  1451. }
  1452. now = get_seconds();
  1453. if (!cur->blocked &&
  1454. (now < cur->start_time || now - cur->start_time < 30)) {
  1455. spin_unlock(&root->fs_info->new_trans_lock);
  1456. delay = HZ * 5;
  1457. goto sleep;
  1458. }
  1459. transid = cur->transid;
  1460. spin_unlock(&root->fs_info->new_trans_lock);
  1461. trans = btrfs_join_transaction(root, 1);
  1462. BUG_ON(IS_ERR(trans));
  1463. if (transid == trans->transid) {
  1464. ret = btrfs_commit_transaction(trans, root);
  1465. BUG_ON(ret);
  1466. } else {
  1467. btrfs_end_transaction(trans, root);
  1468. }
  1469. sleep:
  1470. wake_up_process(root->fs_info->cleaner_kthread);
  1471. mutex_unlock(&root->fs_info->transaction_kthread_mutex);
  1472. if (freezing(current)) {
  1473. refrigerator();
  1474. } else {
  1475. set_current_state(TASK_INTERRUPTIBLE);
  1476. if (!kthread_should_stop() &&
  1477. !btrfs_transaction_blocked(root->fs_info))
  1478. schedule_timeout(delay);
  1479. __set_current_state(TASK_RUNNING);
  1480. }
  1481. } while (!kthread_should_stop());
  1482. return 0;
  1483. }
  1484. struct btrfs_root *open_ctree(struct super_block *sb,
  1485. struct btrfs_fs_devices *fs_devices,
  1486. char *options)
  1487. {
  1488. u32 sectorsize;
  1489. u32 nodesize;
  1490. u32 leafsize;
  1491. u32 blocksize;
  1492. u32 stripesize;
  1493. u64 generation;
  1494. u64 features;
  1495. struct btrfs_key location;
  1496. struct buffer_head *bh;
  1497. struct btrfs_root *extent_root = kzalloc(sizeof(struct btrfs_root),
  1498. GFP_NOFS);
  1499. struct btrfs_root *csum_root = kzalloc(sizeof(struct btrfs_root),
  1500. GFP_NOFS);
  1501. struct btrfs_root *tree_root = btrfs_sb(sb);
  1502. struct btrfs_fs_info *fs_info = tree_root->fs_info;
  1503. struct btrfs_root *chunk_root = kzalloc(sizeof(struct btrfs_root),
  1504. GFP_NOFS);
  1505. struct btrfs_root *dev_root = kzalloc(sizeof(struct btrfs_root),
  1506. GFP_NOFS);
  1507. struct btrfs_root *log_tree_root;
  1508. int ret;
  1509. int err = -EINVAL;
  1510. struct btrfs_super_block *disk_super;
  1511. if (!extent_root || !tree_root || !fs_info ||
  1512. !chunk_root || !dev_root || !csum_root) {
  1513. err = -ENOMEM;
  1514. goto fail;
  1515. }
  1516. ret = init_srcu_struct(&fs_info->subvol_srcu);
  1517. if (ret) {
  1518. err = ret;
  1519. goto fail;
  1520. }
  1521. ret = setup_bdi(fs_info, &fs_info->bdi);
  1522. if (ret) {
  1523. err = ret;
  1524. goto fail_srcu;
  1525. }
  1526. fs_info->btree_inode = new_inode(sb);
  1527. if (!fs_info->btree_inode) {
  1528. err = -ENOMEM;
  1529. goto fail_bdi;
  1530. }
  1531. fs_info->btree_inode->i_mapping->flags &= ~__GFP_FS;
  1532. INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC);
  1533. INIT_LIST_HEAD(&fs_info->trans_list);
  1534. INIT_LIST_HEAD(&fs_info->dead_roots);
  1535. INIT_LIST_HEAD(&fs_info->delayed_iputs);
  1536. INIT_LIST_HEAD(&fs_info->hashers);
  1537. INIT_LIST_HEAD(&fs_info->delalloc_inodes);
  1538. INIT_LIST_HEAD(&fs_info->ordered_operations);
  1539. INIT_LIST_HEAD(&fs_info->caching_block_groups);
  1540. spin_lock_init(&fs_info->delalloc_lock);
  1541. spin_lock_init(&fs_info->new_trans_lock);
  1542. spin_lock_init(&fs_info->ref_cache_lock);
  1543. spin_lock_init(&fs_info->fs_roots_radix_lock);
  1544. spin_lock_init(&fs_info->delayed_iput_lock);
  1545. init_completion(&fs_info->kobj_unregister);
  1546. fs_info->tree_root = tree_root;
  1547. fs_info->extent_root = extent_root;
  1548. fs_info->csum_root = csum_root;
  1549. fs_info->chunk_root = chunk_root;
  1550. fs_info->dev_root = dev_root;
  1551. fs_info->fs_devices = fs_devices;
  1552. INIT_LIST_HEAD(&fs_info->dirty_cowonly_roots);
  1553. INIT_LIST_HEAD(&fs_info->space_info);
  1554. btrfs_mapping_init(&fs_info->mapping_tree);
  1555. btrfs_init_block_rsv(&fs_info->global_block_rsv);
  1556. btrfs_init_block_rsv(&fs_info->delalloc_block_rsv);
  1557. btrfs_init_block_rsv(&fs_info->trans_block_rsv);
  1558. btrfs_init_block_rsv(&fs_info->chunk_block_rsv);
  1559. btrfs_init_block_rsv(&fs_info->empty_block_rsv);
  1560. INIT_LIST_HEAD(&fs_info->durable_block_rsv_list);
  1561. mutex_init(&fs_info->durable_block_rsv_mutex);
  1562. atomic_set(&fs_info->nr_async_submits, 0);
  1563. atomic_set(&fs_info->async_delalloc_pages, 0);
  1564. atomic_set(&fs_info->async_submit_draining, 0);
  1565. atomic_set(&fs_info->nr_async_bios, 0);
  1566. fs_info->sb = sb;
  1567. fs_info->max_inline = 8192 * 1024;
  1568. fs_info->metadata_ratio = 0;
  1569. fs_info->thread_pool_size = min_t(unsigned long,
  1570. num_online_cpus() + 2, 8);
  1571. INIT_LIST_HEAD(&fs_info->ordered_extents);
  1572. spin_lock_init(&fs_info->ordered_extent_lock);
  1573. sb->s_blocksize = 4096;
  1574. sb->s_blocksize_bits = blksize_bits(4096);
  1575. sb->s_bdi = &fs_info->bdi;
  1576. fs_info->btree_inode->i_ino = BTRFS_BTREE_INODE_OBJECTID;
  1577. fs_info->btree_inode->i_nlink = 1;
  1578. /*
  1579. * we set the i_size on the btree inode to the max possible int.
  1580. * the real end of the address space is determined by all of
  1581. * the devices in the system
  1582. */
  1583. fs_info->btree_inode->i_size = OFFSET_MAX;
  1584. fs_info->btree_inode->i_mapping->a_ops = &btree_aops;
  1585. fs_info->btree_inode->i_mapping->backing_dev_info = &fs_info->bdi;
  1586. RB_CLEAR_NODE(&BTRFS_I(fs_info->btree_inode)->rb_node);
  1587. extent_io_tree_init(&BTRFS_I(fs_info->btree_inode)->io_tree,
  1588. fs_info->btree_inode->i_mapping,
  1589. GFP_NOFS);
  1590. extent_map_tree_init(&BTRFS_I(fs_info->btree_inode)->extent_tree,
  1591. GFP_NOFS);
  1592. BTRFS_I(fs_info->btree_inode)->io_tree.ops = &btree_extent_io_ops;
  1593. BTRFS_I(fs_info->btree_inode)->root = tree_root;
  1594. memset(&BTRFS_I(fs_info->btree_inode)->location, 0,
  1595. sizeof(struct btrfs_key));
  1596. BTRFS_I(fs_info->btree_inode)->dummy_inode = 1;
  1597. insert_inode_hash(fs_info->btree_inode);
  1598. spin_lock_init(&fs_info->block_group_cache_lock);
  1599. fs_info->block_group_cache_tree = RB_ROOT;
  1600. extent_io_tree_init(&fs_info->freed_extents[0],
  1601. fs_info->btree_inode->i_mapping, GFP_NOFS);
  1602. extent_io_tree_init(&fs_info->freed_extents[1],
  1603. fs_info->btree_inode->i_mapping, GFP_NOFS);
  1604. fs_info->pinned_extents = &fs_info->freed_extents[0];
  1605. fs_info->do_barriers = 1;
  1606. mutex_init(&fs_info->trans_mutex);
  1607. mutex_init(&fs_info->ordered_operations_mutex);
  1608. mutex_init(&fs_info->tree_log_mutex);
  1609. mutex_init(&fs_info->chunk_mutex);
  1610. mutex_init(&fs_info->transaction_kthread_mutex);
  1611. mutex_init(&fs_info->cleaner_mutex);
  1612. mutex_init(&fs_info->volume_mutex);
  1613. init_rwsem(&fs_info->extent_commit_sem);
  1614. init_rwsem(&fs_info->cleanup_work_sem);
  1615. init_rwsem(&fs_info->subvol_sem);
  1616. btrfs_init_free_cluster(&fs_info->meta_alloc_cluster);
  1617. btrfs_init_free_cluster(&fs_info->data_alloc_cluster);
  1618. init_waitqueue_head(&fs_info->transaction_throttle);
  1619. init_waitqueue_head(&fs_info->transaction_wait);
  1620. init_waitqueue_head(&fs_info->transaction_blocked_wait);
  1621. init_waitqueue_head(&fs_info->async_submit_wait);
  1622. __setup_root(4096, 4096, 4096, 4096, tree_root,
  1623. fs_info, BTRFS_ROOT_TREE_OBJECTID);
  1624. bh = btrfs_read_dev_super(fs_devices->latest_bdev);
  1625. if (!bh) {
  1626. err = -EINVAL;
  1627. goto fail_iput;
  1628. }
  1629. memcpy(&fs_info->super_copy, bh->b_data, sizeof(fs_info->super_copy));
  1630. memcpy(&fs_info->super_for_commit, &fs_info->super_copy,
  1631. sizeof(fs_info->super_for_commit));
  1632. brelse(bh);
  1633. memcpy(fs_info->fsid, fs_info->super_copy.fsid, BTRFS_FSID_SIZE);
  1634. disk_super = &fs_info->super_copy;
  1635. if (!btrfs_super_root(disk_super))
  1636. goto fail_iput;
  1637. /* check FS state, whether FS is broken. */
  1638. fs_info->fs_state |= btrfs_super_flags(disk_super);
  1639. btrfs_check_super_valid(fs_info, sb->s_flags & MS_RDONLY);
  1640. /*
  1641. * In the long term, we'll store the compression type in the super
  1642. * block, and it'll be used for per file compression control.
  1643. */
  1644. fs_info->compress_type = BTRFS_COMPRESS_ZLIB;
  1645. ret = btrfs_parse_options(tree_root, options);
  1646. if (ret) {
  1647. err = ret;
  1648. goto fail_iput;
  1649. }
  1650. features = btrfs_super_incompat_flags(disk_super) &
  1651. ~BTRFS_FEATURE_INCOMPAT_SUPP;
  1652. if (features) {
  1653. printk(KERN_ERR "BTRFS: couldn't mount because of "
  1654. "unsupported optional features (%Lx).\n",
  1655. (unsigned long long)features);
  1656. err = -EINVAL;
  1657. goto fail_iput;
  1658. }
  1659. features = btrfs_super_incompat_flags(disk_super);
  1660. features |= BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF;
  1661. if (tree_root->fs_info->compress_type & BTRFS_COMPRESS_LZO)
  1662. features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO;
  1663. btrfs_set_super_incompat_flags(disk_super, features);
  1664. features = btrfs_super_compat_ro_flags(disk_super) &
  1665. ~BTRFS_FEATURE_COMPAT_RO_SUPP;
  1666. if (!(sb->s_flags & MS_RDONLY) && features) {
  1667. printk(KERN_ERR "BTRFS: couldn't mount RDWR because of "
  1668. "unsupported option features (%Lx).\n",
  1669. (unsigned long long)features);
  1670. err = -EINVAL;
  1671. goto fail_iput;
  1672. }
  1673. btrfs_init_workers(&fs_info->generic_worker,
  1674. "genwork", 1, NULL);
  1675. btrfs_init_workers(&fs_info->workers, "worker",
  1676. fs_info->thread_pool_size,
  1677. &fs_info->generic_worker);
  1678. btrfs_init_workers(&fs_info->delalloc_workers, "delalloc",
  1679. fs_info->thread_pool_size,
  1680. &fs_info->generic_worker);
  1681. btrfs_init_workers(&fs_info->submit_workers, "submit",
  1682. min_t(u64, fs_devices->num_devices,
  1683. fs_info->thread_pool_size),
  1684. &fs_info->generic_worker);
  1685. /* a higher idle thresh on the submit workers makes it much more
  1686. * likely that bios will be send down in a sane order to the
  1687. * devices
  1688. */
  1689. fs_info->submit_workers.idle_thresh = 64;
  1690. fs_info->workers.idle_thresh = 16;
  1691. fs_info->workers.ordered = 1;
  1692. fs_info->delalloc_workers.idle_thresh = 2;
  1693. fs_info->delalloc_workers.ordered = 1;
  1694. btrfs_init_workers(&fs_info->fixup_workers, "fixup", 1,
  1695. &fs_info->generic_worker);
  1696. btrfs_init_workers(&fs_info->endio_workers, "endio",
  1697. fs_info->thread_pool_size,
  1698. &fs_info->generic_worker);
  1699. btrfs_init_workers(&fs_info->endio_meta_workers, "endio-meta",
  1700. fs_info->thread_pool_size,
  1701. &fs_info->generic_worker);
  1702. btrfs_init_workers(&fs_info->endio_meta_write_workers,
  1703. "endio-meta-write", fs_info->thread_pool_size,
  1704. &fs_info->generic_worker);
  1705. btrfs_init_workers(&fs_info->endio_write_workers, "endio-write",
  1706. fs_info->thread_pool_size,
  1707. &fs_info->generic_worker);
  1708. btrfs_init_workers(&fs_info->endio_freespace_worker, "freespace-write",
  1709. 1, &fs_info->generic_worker);
  1710. /*
  1711. * endios are largely parallel and should have a very
  1712. * low idle thresh
  1713. */
  1714. fs_info->endio_workers.idle_thresh = 4;
  1715. fs_info->endio_meta_workers.idle_thresh = 4;
  1716. fs_info->endio_write_workers.idle_thresh = 2;
  1717. fs_info->endio_meta_write_workers.idle_thresh = 2;
  1718. btrfs_start_workers(&fs_info->workers, 1);
  1719. btrfs_start_workers(&fs_info->generic_worker, 1);
  1720. btrfs_start_workers(&fs_info->submit_workers, 1);
  1721. btrfs_start_workers(&fs_info->delalloc_workers, 1);
  1722. btrfs_start_workers(&fs_info->fixup_workers, 1);
  1723. btrfs_start_workers(&fs_info->endio_workers, 1);
  1724. btrfs_start_workers(&fs_info->endio_meta_workers, 1);
  1725. btrfs_start_workers(&fs_info->endio_meta_write_workers, 1);
  1726. btrfs_start_workers(&fs_info->endio_write_workers, 1);
  1727. btrfs_start_workers(&fs_info->endio_freespace_worker, 1);
  1728. fs_info->bdi.ra_pages *= btrfs_super_num_devices(disk_super);
  1729. fs_info->bdi.ra_pages = max(fs_info->bdi.ra_pages,
  1730. 4 * 1024 * 1024 / PAGE_CACHE_SIZE);
  1731. nodesize = btrfs_super_nodesize(disk_super);
  1732. leafsize = btrfs_super_leafsize(disk_super);
  1733. sectorsize = btrfs_super_sectorsize(disk_super);
  1734. stripesize = btrfs_super_stripesize(disk_super);
  1735. tree_root->nodesize = nodesize;
  1736. tree_root->leafsize = leafsize;
  1737. tree_root->sectorsize = sectorsize;
  1738. tree_root->stripesize = stripesize;
  1739. sb->s_blocksize = sectorsize;
  1740. sb->s_blocksize_bits = blksize_bits(sectorsize);
  1741. if (strncmp((char *)(&disk_super->magic), BTRFS_MAGIC,
  1742. sizeof(disk_super->magic))) {
  1743. printk(KERN_INFO "btrfs: valid FS not found on %s\n", sb->s_id);
  1744. goto fail_sb_buffer;
  1745. }
  1746. mutex_lock(&fs_info->chunk_mutex);
  1747. ret = btrfs_read_sys_array(tree_root);
  1748. mutex_unlock(&fs_info->chunk_mutex);
  1749. if (ret) {
  1750. printk(KERN_WARNING "btrfs: failed to read the system "
  1751. "array on %s\n", sb->s_id);
  1752. goto fail_sb_buffer;
  1753. }
  1754. blocksize = btrfs_level_size(tree_root,
  1755. btrfs_super_chunk_root_level(disk_super));
  1756. generation = btrfs_super_chunk_root_generation(disk_super);
  1757. __setup_root(nodesize, leafsize, sectorsize, stripesize,
  1758. chunk_root, fs_info, BTRFS_CHUNK_TREE_OBJECTID);
  1759. chunk_root->node = read_tree_block(chunk_root,
  1760. btrfs_super_chunk_root(disk_super),
  1761. blocksize, generation);
  1762. BUG_ON(!chunk_root->node);
  1763. if (!test_bit(EXTENT_BUFFER_UPTODATE, &chunk_root->node->bflags)) {
  1764. printk(KERN_WARNING "btrfs: failed to read chunk root on %s\n",
  1765. sb->s_id);
  1766. goto fail_chunk_root;
  1767. }
  1768. btrfs_set_root_node(&chunk_root->root_item, chunk_root->node);
  1769. chunk_root->commit_root = btrfs_root_node(chunk_root);
  1770. read_extent_buffer(chunk_root->node, fs_info->chunk_tree_uuid,
  1771. (unsigned long)btrfs_header_chunk_tree_uuid(chunk_root->node),
  1772. BTRFS_UUID_SIZE);
  1773. mutex_lock(&fs_info->chunk_mutex);
  1774. ret = btrfs_read_chunk_tree(chunk_root);
  1775. mutex_unlock(&fs_info->chunk_mutex);
  1776. if (ret) {
  1777. printk(KERN_WARNING "btrfs: failed to read chunk tree on %s\n",
  1778. sb->s_id);
  1779. goto fail_chunk_root;
  1780. }
  1781. btrfs_close_extra_devices(fs_devices);
  1782. blocksize = btrfs_level_size(tree_root,
  1783. btrfs_super_root_level(disk_super));
  1784. generation = btrfs_super_generation(disk_super);
  1785. tree_root->node = read_tree_block(tree_root,
  1786. btrfs_super_root(disk_super),
  1787. blocksize, generation);
  1788. if (!tree_root->node)
  1789. goto fail_chunk_root;
  1790. if (!test_bit(EXTENT_BUFFER_UPTODATE, &tree_root->node->bflags)) {
  1791. printk(KERN_WARNING "btrfs: failed to read tree root on %s\n",
  1792. sb->s_id);
  1793. goto fail_tree_root;
  1794. }
  1795. btrfs_set_root_node(&tree_root->root_item, tree_root->node);
  1796. tree_root->commit_root = btrfs_root_node(tree_root);
  1797. ret = find_and_setup_root(tree_root, fs_info,
  1798. BTRFS_EXTENT_TREE_OBJECTID, extent_root);
  1799. if (ret)
  1800. goto fail_tree_root;
  1801. extent_root->track_dirty = 1;
  1802. ret = find_and_setup_root(tree_root, fs_info,
  1803. BTRFS_DEV_TREE_OBJECTID, dev_root);
  1804. if (ret)
  1805. goto fail_extent_root;
  1806. dev_root->track_dirty = 1;
  1807. ret = find_and_setup_root(tree_root, fs_info,
  1808. BTRFS_CSUM_TREE_OBJECTID, csum_root);
  1809. if (ret)
  1810. goto fail_dev_root;
  1811. csum_root->track_dirty = 1;
  1812. fs_info->generation = generation;
  1813. fs_info->last_trans_committed = generation;
  1814. fs_info->data_alloc_profile = (u64)-1;
  1815. fs_info->metadata_alloc_profile = (u64)-1;
  1816. fs_info->system_alloc_profile = fs_info->metadata_alloc_profile;
  1817. ret = btrfs_init_space_info(fs_info);
  1818. if (ret) {
  1819. printk(KERN_ERR "Failed to initial space info: %d\n", ret);
  1820. goto fail_block_groups;
  1821. }
  1822. ret = btrfs_read_block_groups(extent_root);
  1823. if (ret) {
  1824. printk(KERN_ERR "Failed to read block groups: %d\n", ret);
  1825. goto fail_block_groups;
  1826. }
  1827. fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root,
  1828. "btrfs-cleaner");
  1829. if (IS_ERR(fs_info->cleaner_kthread))
  1830. goto fail_block_groups;
  1831. fs_info->transaction_kthread = kthread_run(transaction_kthread,
  1832. tree_root,
  1833. "btrfs-transaction");
  1834. if (IS_ERR(fs_info->transaction_kthread))
  1835. goto fail_cleaner;
  1836. if (!btrfs_test_opt(tree_root, SSD) &&
  1837. !btrfs_test_opt(tree_root, NOSSD) &&
  1838. !fs_info->fs_devices->rotating) {
  1839. printk(KERN_INFO "Btrfs detected SSD devices, enabling SSD "
  1840. "mode\n");
  1841. btrfs_set_opt(fs_info->mount_opt, SSD);
  1842. }
  1843. /* do not make disk changes in broken FS */
  1844. if (btrfs_super_log_root(disk_super) != 0 &&
  1845. !(fs_info->fs_state & BTRFS_SUPER_FLAG_ERROR)) {
  1846. u64 bytenr = btrfs_super_log_root(disk_super);
  1847. if (fs_devices->rw_devices == 0) {
  1848. printk(KERN_WARNING "Btrfs log replay required "
  1849. "on RO media\n");
  1850. err = -EIO;
  1851. goto fail_trans_kthread;
  1852. }
  1853. blocksize =
  1854. btrfs_level_size(tree_root,
  1855. btrfs_super_log_root_level(disk_super));
  1856. log_tree_root = kzalloc(sizeof(struct btrfs_root), GFP_NOFS);
  1857. if (!log_tree_root) {
  1858. err = -ENOMEM;
  1859. goto fail_trans_kthread;
  1860. }
  1861. __setup_root(nodesize, leafsize, sectorsize, stripesize,
  1862. log_tree_root, fs_info, BTRFS_TREE_LOG_OBJECTID);
  1863. log_tree_root->node = read_tree_block(tree_root, bytenr,
  1864. blocksize,
  1865. generation + 1);
  1866. ret = btrfs_recover_log_trees(log_tree_root);
  1867. BUG_ON(ret);
  1868. if (sb->s_flags & MS_RDONLY) {
  1869. ret = btrfs_commit_super(tree_root);
  1870. BUG_ON(ret);
  1871. }
  1872. }
  1873. ret = btrfs_find_orphan_roots(tree_root);
  1874. BUG_ON(ret);
  1875. if (!(sb->s_flags & MS_RDONLY)) {
  1876. ret = btrfs_cleanup_fs_roots(fs_info);
  1877. BUG_ON(ret);
  1878. ret = btrfs_recover_relocation(tree_root);
  1879. if (ret < 0) {
  1880. printk(KERN_WARNING
  1881. "btrfs: failed to recover relocation\n");
  1882. err = -EINVAL;
  1883. goto fail_trans_kthread;
  1884. }
  1885. }
  1886. location.objectid = BTRFS_FS_TREE_OBJECTID;
  1887. location.type = BTRFS_ROOT_ITEM_KEY;
  1888. location.offset = (u64)-1;
  1889. fs_info->fs_root = btrfs_read_fs_root_no_name(fs_info, &location);
  1890. if (!fs_info->fs_root)
  1891. goto fail_trans_kthread;
  1892. if (IS_ERR(fs_info->fs_root)) {
  1893. err = PTR_ERR(fs_info->fs_root);
  1894. goto fail_trans_kthread;
  1895. }
  1896. if (!(sb->s_flags & MS_RDONLY)) {
  1897. down_read(&fs_info->cleanup_work_sem);
  1898. err = btrfs_orphan_cleanup(fs_info->fs_root);
  1899. if (!err)
  1900. err = btrfs_orphan_cleanup(fs_info->tree_root);
  1901. up_read(&fs_info->cleanup_work_sem);
  1902. if (err) {
  1903. close_ctree(tree_root);
  1904. return ERR_PTR(err);
  1905. }
  1906. }
  1907. return tree_root;
  1908. fail_trans_kthread:
  1909. kthread_stop(fs_info->transaction_kthread);
  1910. fail_cleaner:
  1911. kthread_stop(fs_info->cleaner_kthread);
  1912. /*
  1913. * make sure we're done with the btree inode before we stop our
  1914. * kthreads
  1915. */
  1916. filemap_write_and_wait(fs_info->btree_inode->i_mapping);
  1917. invalidate_inode_pages2(fs_info->btree_inode->i_mapping);
  1918. fail_block_groups:
  1919. btrfs_free_block_groups(fs_info);
  1920. free_extent_buffer(csum_root->node);
  1921. free_extent_buffer(csum_root->commit_root);
  1922. fail_dev_root:
  1923. free_extent_buffer(dev_root->node);
  1924. free_extent_buffer(dev_root->commit_root);
  1925. fail_extent_root:
  1926. free_extent_buffer(extent_root->node);
  1927. free_extent_buffer(extent_root->commit_root);
  1928. fail_tree_root:
  1929. free_extent_buffer(tree_root->node);
  1930. free_extent_buffer(tree_root->commit_root);
  1931. fail_chunk_root:
  1932. free_extent_buffer(chunk_root->node);
  1933. free_extent_buffer(chunk_root->commit_root);
  1934. fail_sb_buffer:
  1935. btrfs_stop_workers(&fs_info->generic_worker);
  1936. btrfs_stop_workers(&fs_info->fixup_workers);
  1937. btrfs_stop_workers(&fs_info->delalloc_workers);
  1938. btrfs_stop_workers(&fs_info->workers);
  1939. btrfs_stop_workers(&fs_info->endio_workers);
  1940. btrfs_stop_workers(&fs_info->endio_meta_workers);
  1941. btrfs_stop_workers(&fs_info->endio_meta_write_workers);
  1942. btrfs_stop_workers(&fs_info->endio_write_workers);
  1943. btrfs_stop_workers(&fs_info->endio_freespace_worker);
  1944. btrfs_stop_workers(&fs_info->submit_workers);
  1945. fail_iput:
  1946. invalidate_inode_pages2(fs_info->btree_inode->i_mapping);
  1947. iput(fs_info->btree_inode);
  1948. btrfs_close_devices(fs_info->fs_devices);
  1949. btrfs_mapping_tree_free(&fs_info->mapping_tree);
  1950. fail_bdi:
  1951. bdi_destroy(&fs_info->bdi);
  1952. fail_srcu:
  1953. cleanup_srcu_struct(&fs_info->subvol_srcu);
  1954. fail:
  1955. kfree(extent_root);
  1956. kfree(tree_root);
  1957. kfree(fs_info);
  1958. kfree(chunk_root);
  1959. kfree(dev_root);
  1960. kfree(csum_root);
  1961. return ERR_PTR(err);
  1962. }
  1963. static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate)
  1964. {
  1965. char b[BDEVNAME_SIZE];
  1966. if (uptodate) {
  1967. set_buffer_uptodate(bh);
  1968. } else {
  1969. if (printk_ratelimit()) {
  1970. printk(KERN_WARNING "lost page write due to "
  1971. "I/O error on %s\n",
  1972. bdevname(bh->b_bdev, b));
  1973. }
  1974. /* note, we dont' set_buffer_write_io_error because we have
  1975. * our own ways of dealing with the IO errors
  1976. */
  1977. clear_buffer_uptodate(bh);
  1978. }
  1979. unlock_buffer(bh);
  1980. put_bh(bh);
  1981. }
  1982. struct buffer_head *btrfs_read_dev_super(struct block_device *bdev)
  1983. {
  1984. struct buffer_head *bh;
  1985. struct buffer_head *latest = NULL;
  1986. struct btrfs_super_block *super;
  1987. int i;
  1988. u64 transid = 0;
  1989. u64 bytenr;
  1990. /* we would like to check all the supers, but that would make
  1991. * a btrfs mount succeed after a mkfs from a different FS.
  1992. * So, we need to add a special mount option to scan for
  1993. * later supers, using BTRFS_SUPER_MIRROR_MAX instead
  1994. */
  1995. for (i = 0; i < 1; i++) {
  1996. bytenr = btrfs_sb_offset(i);
  1997. if (bytenr + 4096 >= i_size_read(bdev->bd_inode))
  1998. break;
  1999. bh = __bread(bdev, bytenr / 4096, 4096);
  2000. if (!bh)
  2001. continue;
  2002. super = (struct btrfs_super_block *)bh->b_data;
  2003. if (btrfs_super_bytenr(super) != bytenr ||
  2004. strncmp((char *)(&super->magic), BTRFS_MAGIC,
  2005. sizeof(super->magic))) {
  2006. brelse(bh);
  2007. continue;
  2008. }
  2009. if (!latest || btrfs_super_generation(super) > transid) {
  2010. brelse(latest);
  2011. latest = bh;
  2012. transid = btrfs_super_generation(super);
  2013. } else {
  2014. brelse(bh);
  2015. }
  2016. }
  2017. return latest;
  2018. }
  2019. /*
  2020. * this should be called twice, once with wait == 0 and
  2021. * once with wait == 1. When wait == 0 is done, all the buffer heads
  2022. * we write are pinned.
  2023. *
  2024. * They are released when wait == 1 is done.
  2025. * max_mirrors must be the same for both runs, and it indicates how
  2026. * many supers on this one device should be written.
  2027. *
  2028. * max_mirrors == 0 means to write them all.
  2029. */
  2030. static int write_dev_supers(struct btrfs_device *device,
  2031. struct btrfs_super_block *sb,
  2032. int do_barriers, int wait, int max_mirrors)
  2033. {
  2034. struct buffer_head *bh;
  2035. int i;
  2036. int ret;
  2037. int errors = 0;
  2038. u32 crc;
  2039. u64 bytenr;
  2040. int last_barrier = 0;
  2041. if (max_mirrors == 0)
  2042. max_mirrors = BTRFS_SUPER_MIRROR_MAX;
  2043. /* make sure only the last submit_bh does a barrier */
  2044. if (do_barriers) {
  2045. for (i = 0; i < max_mirrors; i++) {
  2046. bytenr = btrfs_sb_offset(i);
  2047. if (bytenr + BTRFS_SUPER_INFO_SIZE >=
  2048. device->total_bytes)
  2049. break;
  2050. last_barrier = i;
  2051. }
  2052. }
  2053. for (i = 0; i < max_mirrors; i++) {
  2054. bytenr = btrfs_sb_offset(i);
  2055. if (bytenr + BTRFS_SUPER_INFO_SIZE >= device->total_bytes)
  2056. break;
  2057. if (wait) {
  2058. bh = __find_get_block(device->bdev, bytenr / 4096,
  2059. BTRFS_SUPER_INFO_SIZE);
  2060. BUG_ON(!bh);
  2061. wait_on_buffer(bh);
  2062. if (!buffer_uptodate(bh))
  2063. errors++;
  2064. /* drop our reference */
  2065. brelse(bh);
  2066. /* drop the reference from the wait == 0 run */
  2067. brelse(bh);
  2068. continue;
  2069. } else {
  2070. btrfs_set_super_bytenr(sb, bytenr);
  2071. crc = ~(u32)0;
  2072. crc = btrfs_csum_data(NULL, (char *)sb +
  2073. BTRFS_CSUM_SIZE, crc,
  2074. BTRFS_SUPER_INFO_SIZE -
  2075. BTRFS_CSUM_SIZE);
  2076. btrfs_csum_final(crc, sb->csum);
  2077. /*
  2078. * one reference for us, and we leave it for the
  2079. * caller
  2080. */
  2081. bh = __getblk(device->bdev, bytenr / 4096,
  2082. BTRFS_SUPER_INFO_SIZE);
  2083. memcpy(bh->b_data, sb, BTRFS_SUPER_INFO_SIZE);
  2084. /* one reference for submit_bh */
  2085. get_bh(bh);
  2086. set_buffer_uptodate(bh);
  2087. lock_buffer(bh);
  2088. bh->b_end_io = btrfs_end_buffer_write_sync;
  2089. }
  2090. if (i == last_barrier && do_barriers)
  2091. ret = submit_bh(WRITE_FLUSH_FUA, bh);
  2092. else
  2093. ret = submit_bh(WRITE_SYNC, bh);
  2094. if (ret)
  2095. errors++;
  2096. }
  2097. return errors < i ? 0 : -1;
  2098. }
  2099. int write_all_supers(struct btrfs_root *root, int max_mirrors)
  2100. {
  2101. struct list_head *head;
  2102. struct btrfs_device *dev;
  2103. struct btrfs_super_block *sb;
  2104. struct btrfs_dev_item *dev_item;
  2105. int ret;
  2106. int do_barriers;
  2107. int max_errors;
  2108. int total_errors = 0;
  2109. u64 flags;
  2110. max_errors = btrfs_super_num_devices(&root->fs_info->super_copy) - 1;
  2111. do_barriers = !btrfs_test_opt(root, NOBARRIER);
  2112. sb = &root->fs_info->super_for_commit;
  2113. dev_item = &sb->dev_item;
  2114. mutex_lock(&root->fs_info->fs_devices->device_list_mutex);
  2115. head = &root->fs_info->fs_devices->devices;
  2116. list_for_each_entry(dev, head, dev_list) {
  2117. if (!dev->bdev) {
  2118. total_errors++;
  2119. continue;
  2120. }
  2121. if (!dev->in_fs_metadata || !dev->writeable)
  2122. continue;
  2123. btrfs_set_stack_device_generation(dev_item, 0);
  2124. btrfs_set_stack_device_type(dev_item, dev->type);
  2125. btrfs_set_stack_device_id(dev_item, dev->devid);
  2126. btrfs_set_stack_device_total_bytes(dev_item, dev->total_bytes);
  2127. btrfs_set_stack_device_bytes_used(dev_item, dev->bytes_used);
  2128. btrfs_set_stack_device_io_align(dev_item, dev->io_align);
  2129. btrfs_set_stack_device_io_width(dev_item, dev->io_width);
  2130. btrfs_set_stack_device_sector_size(dev_item, dev->sector_size);
  2131. memcpy(dev_item->uuid, dev->uuid, BTRFS_UUID_SIZE);
  2132. memcpy(dev_item->fsid, dev->fs_devices->fsid, BTRFS_UUID_SIZE);
  2133. flags = btrfs_super_flags(sb);
  2134. btrfs_set_super_flags(sb, flags | BTRFS_HEADER_FLAG_WRITTEN);
  2135. ret = write_dev_supers(dev, sb, do_barriers, 0, max_mirrors);
  2136. if (ret)
  2137. total_errors++;
  2138. }
  2139. if (total_errors > max_errors) {
  2140. printk(KERN_ERR "btrfs: %d errors while writing supers\n",
  2141. total_errors);
  2142. BUG();
  2143. }
  2144. total_errors = 0;
  2145. list_for_each_entry(dev, head, dev_list) {
  2146. if (!dev->bdev)
  2147. continue;
  2148. if (!dev->in_fs_metadata || !dev->writeable)
  2149. continue;
  2150. ret = write_dev_supers(dev, sb, do_barriers, 1, max_mirrors);
  2151. if (ret)
  2152. total_errors++;
  2153. }
  2154. mutex_unlock(&root->fs_info->fs_devices->device_list_mutex);
  2155. if (total_errors > max_errors) {
  2156. printk(KERN_ERR "btrfs: %d errors while writing supers\n",
  2157. total_errors);
  2158. BUG();
  2159. }
  2160. return 0;
  2161. }
  2162. int write_ctree_super(struct btrfs_trans_handle *trans,
  2163. struct btrfs_root *root, int max_mirrors)
  2164. {
  2165. int ret;
  2166. ret = write_all_supers(root, max_mirrors);
  2167. return ret;
  2168. }
  2169. int btrfs_free_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_root *root)
  2170. {
  2171. spin_lock(&fs_info->fs_roots_radix_lock);
  2172. radix_tree_delete(&fs_info->fs_roots_radix,
  2173. (unsigned long)root->root_key.objectid);
  2174. spin_unlock(&fs_info->fs_roots_radix_lock);
  2175. if (btrfs_root_refs(&root->root_item) == 0)
  2176. synchronize_srcu(&fs_info->subvol_srcu);
  2177. __btrfs_remove_free_space_cache(root->free_ino_pinned);
  2178. __btrfs_remove_free_space_cache(root->free_ino_ctl);
  2179. free_fs_root(root);
  2180. return 0;
  2181. }
  2182. static void free_fs_root(struct btrfs_root *root)
  2183. {
  2184. iput(root->cache_inode);
  2185. WARN_ON(!RB_EMPTY_ROOT(&root->inode_tree));
  2186. if (root->anon_super.s_dev) {
  2187. down_write(&root->anon_super.s_umount);
  2188. kill_anon_super(&root->anon_super);
  2189. }
  2190. free_extent_buffer(root->node);
  2191. free_extent_buffer(root->commit_root);
  2192. kfree(root->free_ino_ctl);
  2193. kfree(root->free_ino_pinned);
  2194. kfree(root->name);
  2195. kfree(root);
  2196. }
  2197. static int del_fs_roots(struct btrfs_fs_info *fs_info)
  2198. {
  2199. int ret;
  2200. struct btrfs_root *gang[8];
  2201. int i;
  2202. while (!list_empty(&fs_info->dead_roots)) {
  2203. gang[0] = list_entry(fs_info->dead_roots.next,
  2204. struct btrfs_root, root_list);
  2205. list_del(&gang[0]->root_list);
  2206. if (gang[0]->in_radix) {
  2207. btrfs_free_fs_root(fs_info, gang[0]);
  2208. } else {
  2209. free_extent_buffer(gang[0]->node);
  2210. free_extent_buffer(gang[0]->commit_root);
  2211. kfree(gang[0]);
  2212. }
  2213. }
  2214. while (1) {
  2215. ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix,
  2216. (void **)gang, 0,
  2217. ARRAY_SIZE(gang));
  2218. if (!ret)
  2219. break;
  2220. for (i = 0; i < ret; i++)
  2221. btrfs_free_fs_root(fs_info, gang[i]);
  2222. }
  2223. return 0;
  2224. }
  2225. int btrfs_cleanup_fs_roots(struct btrfs_fs_info *fs_info)
  2226. {
  2227. u64 root_objectid = 0;
  2228. struct btrfs_root *gang[8];
  2229. int i;
  2230. int ret;
  2231. while (1) {
  2232. ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix,
  2233. (void **)gang, root_objectid,
  2234. ARRAY_SIZE(gang));
  2235. if (!ret)
  2236. break;
  2237. root_objectid = gang[ret - 1]->root_key.objectid + 1;
  2238. for (i = 0; i < ret; i++) {
  2239. int err;
  2240. root_objectid = gang[i]->root_key.objectid;
  2241. err = btrfs_orphan_cleanup(gang[i]);
  2242. if (err)
  2243. return err;
  2244. }
  2245. root_objectid++;
  2246. }
  2247. return 0;
  2248. }
  2249. int btrfs_commit_super(struct btrfs_root *root)
  2250. {
  2251. struct btrfs_trans_handle *trans;
  2252. int ret;
  2253. mutex_lock(&root->fs_info->cleaner_mutex);
  2254. btrfs_run_delayed_iputs(root);
  2255. btrfs_clean_old_snapshots(root);
  2256. mutex_unlock(&root->fs_info->cleaner_mutex);
  2257. /* wait until ongoing cleanup work done */
  2258. down_write(&root->fs_info->cleanup_work_sem);
  2259. up_write(&root->fs_info->cleanup_work_sem);
  2260. trans = btrfs_join_transaction(root, 1);
  2261. if (IS_ERR(trans))
  2262. return PTR_ERR(trans);
  2263. ret = btrfs_commit_transaction(trans, root);
  2264. BUG_ON(ret);
  2265. /* run commit again to drop the original snapshot */
  2266. trans = btrfs_join_transaction(root, 1);
  2267. if (IS_ERR(trans))
  2268. return PTR_ERR(trans);
  2269. btrfs_commit_transaction(trans, root);
  2270. ret = btrfs_write_and_wait_transaction(NULL, root);
  2271. BUG_ON(ret);
  2272. ret = write_ctree_super(NULL, root, 0);
  2273. return ret;
  2274. }
  2275. int close_ctree(struct btrfs_root *root)
  2276. {
  2277. struct btrfs_fs_info *fs_info = root->fs_info;
  2278. int ret;
  2279. fs_info->closing = 1;
  2280. smp_mb();
  2281. btrfs_put_block_group_cache(fs_info);
  2282. /*
  2283. * Here come 2 situations when btrfs is broken to flip readonly:
  2284. *
  2285. * 1. when btrfs flips readonly somewhere else before
  2286. * btrfs_commit_super, sb->s_flags has MS_RDONLY flag,
  2287. * and btrfs will skip to write sb directly to keep
  2288. * ERROR state on disk.
  2289. *
  2290. * 2. when btrfs flips readonly just in btrfs_commit_super,
  2291. * and in such case, btrfs cannnot write sb via btrfs_commit_super,
  2292. * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
  2293. * btrfs will cleanup all FS resources first and write sb then.
  2294. */
  2295. if (!(fs_info->sb->s_flags & MS_RDONLY)) {
  2296. ret = btrfs_commit_super(root);
  2297. if (ret)
  2298. printk(KERN_ERR "btrfs: commit super ret %d\n", ret);
  2299. }
  2300. if (fs_info->fs_state & BTRFS_SUPER_FLAG_ERROR) {
  2301. ret = btrfs_error_commit_super(root);
  2302. if (ret)
  2303. printk(KERN_ERR "btrfs: commit super ret %d\n", ret);
  2304. }
  2305. kthread_stop(root->fs_info->transaction_kthread);
  2306. kthread_stop(root->fs_info->cleaner_kthread);
  2307. fs_info->closing = 2;
  2308. smp_mb();
  2309. if (fs_info->delalloc_bytes) {
  2310. printk(KERN_INFO "btrfs: at unmount delalloc count %llu\n",
  2311. (unsigned long long)fs_info->delalloc_bytes);
  2312. }
  2313. if (fs_info->total_ref_cache_size) {
  2314. printk(KERN_INFO "btrfs: at umount reference cache size %llu\n",
  2315. (unsigned long long)fs_info->total_ref_cache_size);
  2316. }
  2317. free_extent_buffer(fs_info->extent_root->node);
  2318. free_extent_buffer(fs_info->extent_root->commit_root);
  2319. free_extent_buffer(fs_info->tree_root->node);
  2320. free_extent_buffer(fs_info->tree_root->commit_root);
  2321. free_extent_buffer(root->fs_info->chunk_root->node);
  2322. free_extent_buffer(root->fs_info->chunk_root->commit_root);
  2323. free_extent_buffer(root->fs_info->dev_root->node);
  2324. free_extent_buffer(root->fs_info->dev_root->commit_root);
  2325. free_extent_buffer(root->fs_info->csum_root->node);
  2326. free_extent_buffer(root->fs_info->csum_root->commit_root);
  2327. btrfs_free_block_groups(root->fs_info);
  2328. del_fs_roots(fs_info);
  2329. iput(fs_info->btree_inode);
  2330. btrfs_stop_workers(&fs_info->generic_worker);
  2331. btrfs_stop_workers(&fs_info->fixup_workers);
  2332. btrfs_stop_workers(&fs_info->delalloc_workers);
  2333. btrfs_stop_workers(&fs_info->workers);
  2334. btrfs_stop_workers(&fs_info->endio_workers);
  2335. btrfs_stop_workers(&fs_info->endio_meta_workers);
  2336. btrfs_stop_workers(&fs_info->endio_meta_write_workers);
  2337. btrfs_stop_workers(&fs_info->endio_write_workers);
  2338. btrfs_stop_workers(&fs_info->endio_freespace_worker);
  2339. btrfs_stop_workers(&fs_info->submit_workers);
  2340. btrfs_close_devices(fs_info->fs_devices);
  2341. btrfs_mapping_tree_free(&fs_info->mapping_tree);
  2342. bdi_destroy(&fs_info->bdi);
  2343. cleanup_srcu_struct(&fs_info->subvol_srcu);
  2344. kfree(fs_info->extent_root);
  2345. kfree(fs_info->tree_root);
  2346. kfree(fs_info->chunk_root);
  2347. kfree(fs_info->dev_root);
  2348. kfree(fs_info->csum_root);
  2349. kfree(fs_info);
  2350. return 0;
  2351. }
  2352. int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid)
  2353. {
  2354. int ret;
  2355. struct inode *btree_inode = buf->first_page->mapping->host;
  2356. ret = extent_buffer_uptodate(&BTRFS_I(btree_inode)->io_tree, buf,
  2357. NULL);
  2358. if (!ret)
  2359. return ret;
  2360. ret = verify_parent_transid(&BTRFS_I(btree_inode)->io_tree, buf,
  2361. parent_transid);
  2362. return !ret;
  2363. }
  2364. int btrfs_set_buffer_uptodate(struct extent_buffer *buf)
  2365. {
  2366. struct inode *btree_inode = buf->first_page->mapping->host;
  2367. return set_extent_buffer_uptodate(&BTRFS_I(btree_inode)->io_tree,
  2368. buf);
  2369. }
  2370. void btrfs_mark_buffer_dirty(struct extent_buffer *buf)
  2371. {
  2372. struct btrfs_root *root = BTRFS_I(buf->first_page->mapping->host)->root;
  2373. u64 transid = btrfs_header_generation(buf);
  2374. struct inode *btree_inode = root->fs_info->btree_inode;
  2375. int was_dirty;
  2376. btrfs_assert_tree_locked(buf);
  2377. if (transid != root->fs_info->generation) {
  2378. printk(KERN_CRIT "btrfs transid mismatch buffer %llu, "
  2379. "found %llu running %llu\n",
  2380. (unsigned long long)buf->start,
  2381. (unsigned long long)transid,
  2382. (unsigned long long)root->fs_info->generation);
  2383. WARN_ON(1);
  2384. }
  2385. was_dirty = set_extent_buffer_dirty(&BTRFS_I(btree_inode)->io_tree,
  2386. buf);
  2387. if (!was_dirty) {
  2388. spin_lock(&root->fs_info->delalloc_lock);
  2389. root->fs_info->dirty_metadata_bytes += buf->len;
  2390. spin_unlock(&root->fs_info->delalloc_lock);
  2391. }
  2392. }
  2393. void btrfs_btree_balance_dirty(struct btrfs_root *root, unsigned long nr)
  2394. {
  2395. /*
  2396. * looks as though older kernels can get into trouble with
  2397. * this code, they end up stuck in balance_dirty_pages forever
  2398. */
  2399. u64 num_dirty;
  2400. unsigned long thresh = 32 * 1024 * 1024;
  2401. if (current->flags & PF_MEMALLOC)
  2402. return;
  2403. num_dirty = root->fs_info->dirty_metadata_bytes;
  2404. if (num_dirty > thresh) {
  2405. balance_dirty_pages_ratelimited_nr(
  2406. root->fs_info->btree_inode->i_mapping, 1);
  2407. }
  2408. return;
  2409. }
  2410. int btrfs_read_buffer(struct extent_buffer *buf, u64 parent_transid)
  2411. {
  2412. struct btrfs_root *root = BTRFS_I(buf->first_page->mapping->host)->root;
  2413. int ret;
  2414. ret = btree_read_extent_buffer_pages(root, buf, 0, parent_transid);
  2415. if (ret == 0)
  2416. set_bit(EXTENT_BUFFER_UPTODATE, &buf->bflags);
  2417. return ret;
  2418. }
  2419. int btree_lock_page_hook(struct page *page)
  2420. {
  2421. struct inode *inode = page->mapping->host;
  2422. struct btrfs_root *root = BTRFS_I(inode)->root;
  2423. struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
  2424. struct extent_buffer *eb;
  2425. unsigned long len;
  2426. u64 bytenr = page_offset(page);
  2427. if (page->private == EXTENT_PAGE_PRIVATE)
  2428. goto out;
  2429. len = page->private >> 2;
  2430. eb = find_extent_buffer(io_tree, bytenr, len, GFP_NOFS);
  2431. if (!eb)
  2432. goto out;
  2433. btrfs_tree_lock(eb);
  2434. btrfs_set_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN);
  2435. if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)) {
  2436. spin_lock(&root->fs_info->delalloc_lock);
  2437. if (root->fs_info->dirty_metadata_bytes >= eb->len)
  2438. root->fs_info->dirty_metadata_bytes -= eb->len;
  2439. else
  2440. WARN_ON(1);
  2441. spin_unlock(&root->fs_info->delalloc_lock);
  2442. }
  2443. btrfs_tree_unlock(eb);
  2444. free_extent_buffer(eb);
  2445. out:
  2446. lock_page(page);
  2447. return 0;
  2448. }
  2449. static void btrfs_check_super_valid(struct btrfs_fs_info *fs_info,
  2450. int read_only)
  2451. {
  2452. if (read_only)
  2453. return;
  2454. if (fs_info->fs_state & BTRFS_SUPER_FLAG_ERROR)
  2455. printk(KERN_WARNING "warning: mount fs with errors, "
  2456. "running btrfsck is recommended\n");
  2457. }
  2458. int btrfs_error_commit_super(struct btrfs_root *root)
  2459. {
  2460. int ret;
  2461. mutex_lock(&root->fs_info->cleaner_mutex);
  2462. btrfs_run_delayed_iputs(root);
  2463. mutex_unlock(&root->fs_info->cleaner_mutex);
  2464. down_write(&root->fs_info->cleanup_work_sem);
  2465. up_write(&root->fs_info->cleanup_work_sem);
  2466. /* cleanup FS via transaction */
  2467. btrfs_cleanup_transaction(root);
  2468. ret = write_ctree_super(NULL, root, 0);
  2469. return ret;
  2470. }
  2471. static int btrfs_destroy_ordered_operations(struct btrfs_root *root)
  2472. {
  2473. struct btrfs_inode *btrfs_inode;
  2474. struct list_head splice;
  2475. INIT_LIST_HEAD(&splice);
  2476. mutex_lock(&root->fs_info->ordered_operations_mutex);
  2477. spin_lock(&root->fs_info->ordered_extent_lock);
  2478. list_splice_init(&root->fs_info->ordered_operations, &splice);
  2479. while (!list_empty(&splice)) {
  2480. btrfs_inode = list_entry(splice.next, struct btrfs_inode,
  2481. ordered_operations);
  2482. list_del_init(&btrfs_inode->ordered_operations);
  2483. btrfs_invalidate_inodes(btrfs_inode->root);
  2484. }
  2485. spin_unlock(&root->fs_info->ordered_extent_lock);
  2486. mutex_unlock(&root->fs_info->ordered_operations_mutex);
  2487. return 0;
  2488. }
  2489. static int btrfs_destroy_ordered_extents(struct btrfs_root *root)
  2490. {
  2491. struct list_head splice;
  2492. struct btrfs_ordered_extent *ordered;
  2493. struct inode *inode;
  2494. INIT_LIST_HEAD(&splice);
  2495. spin_lock(&root->fs_info->ordered_extent_lock);
  2496. list_splice_init(&root->fs_info->ordered_extents, &splice);
  2497. while (!list_empty(&splice)) {
  2498. ordered = list_entry(splice.next, struct btrfs_ordered_extent,
  2499. root_extent_list);
  2500. list_del_init(&ordered->root_extent_list);
  2501. atomic_inc(&ordered->refs);
  2502. /* the inode may be getting freed (in sys_unlink path). */
  2503. inode = igrab(ordered->inode);
  2504. spin_unlock(&root->fs_info->ordered_extent_lock);
  2505. if (inode)
  2506. iput(inode);
  2507. atomic_set(&ordered->refs, 1);
  2508. btrfs_put_ordered_extent(ordered);
  2509. spin_lock(&root->fs_info->ordered_extent_lock);
  2510. }
  2511. spin_unlock(&root->fs_info->ordered_extent_lock);
  2512. return 0;
  2513. }
  2514. static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,
  2515. struct btrfs_root *root)
  2516. {
  2517. struct rb_node *node;
  2518. struct btrfs_delayed_ref_root *delayed_refs;
  2519. struct btrfs_delayed_ref_node *ref;
  2520. int ret = 0;
  2521. delayed_refs = &trans->delayed_refs;
  2522. spin_lock(&delayed_refs->lock);
  2523. if (delayed_refs->num_entries == 0) {
  2524. printk(KERN_INFO "delayed_refs has NO entry\n");
  2525. return ret;
  2526. }
  2527. node = rb_first(&delayed_refs->root);
  2528. while (node) {
  2529. ref = rb_entry(node, struct btrfs_delayed_ref_node, rb_node);
  2530. node = rb_next(node);
  2531. ref->in_tree = 0;
  2532. rb_erase(&ref->rb_node, &delayed_refs->root);
  2533. delayed_refs->num_entries--;
  2534. atomic_set(&ref->refs, 1);
  2535. if (btrfs_delayed_ref_is_head(ref)) {
  2536. struct btrfs_delayed_ref_head *head;
  2537. head = btrfs_delayed_node_to_head(ref);
  2538. mutex_lock(&head->mutex);
  2539. kfree(head->extent_op);
  2540. delayed_refs->num_heads--;
  2541. if (list_empty(&head->cluster))
  2542. delayed_refs->num_heads_ready--;
  2543. list_del_init(&head->cluster);
  2544. mutex_unlock(&head->mutex);
  2545. }
  2546. spin_unlock(&delayed_refs->lock);
  2547. btrfs_put_delayed_ref(ref);
  2548. cond_resched();
  2549. spin_lock(&delayed_refs->lock);
  2550. }
  2551. spin_unlock(&delayed_refs->lock);
  2552. return ret;
  2553. }
  2554. static int btrfs_destroy_pending_snapshots(struct btrfs_transaction *t)
  2555. {
  2556. struct btrfs_pending_snapshot *snapshot;
  2557. struct list_head splice;
  2558. INIT_LIST_HEAD(&splice);
  2559. list_splice_init(&t->pending_snapshots, &splice);
  2560. while (!list_empty(&splice)) {
  2561. snapshot = list_entry(splice.next,
  2562. struct btrfs_pending_snapshot,
  2563. list);
  2564. list_del_init(&snapshot->list);
  2565. kfree(snapshot);
  2566. }
  2567. return 0;
  2568. }
  2569. static int btrfs_destroy_delalloc_inodes(struct btrfs_root *root)
  2570. {
  2571. struct btrfs_inode *btrfs_inode;
  2572. struct list_head splice;
  2573. INIT_LIST_HEAD(&splice);
  2574. list_splice_init(&root->fs_info->delalloc_inodes, &splice);
  2575. spin_lock(&root->fs_info->delalloc_lock);
  2576. while (!list_empty(&splice)) {
  2577. btrfs_inode = list_entry(splice.next, struct btrfs_inode,
  2578. delalloc_inodes);
  2579. list_del_init(&btrfs_inode->delalloc_inodes);
  2580. btrfs_invalidate_inodes(btrfs_inode->root);
  2581. }
  2582. spin_unlock(&root->fs_info->delalloc_lock);
  2583. return 0;
  2584. }
  2585. static int btrfs_destroy_marked_extents(struct btrfs_root *root,
  2586. struct extent_io_tree *dirty_pages,
  2587. int mark)
  2588. {
  2589. int ret;
  2590. struct page *page;
  2591. struct inode *btree_inode = root->fs_info->btree_inode;
  2592. struct extent_buffer *eb;
  2593. u64 start = 0;
  2594. u64 end;
  2595. u64 offset;
  2596. unsigned long index;
  2597. while (1) {
  2598. ret = find_first_extent_bit(dirty_pages, start, &start, &end,
  2599. mark);
  2600. if (ret)
  2601. break;
  2602. clear_extent_bits(dirty_pages, start, end, mark, GFP_NOFS);
  2603. while (start <= end) {
  2604. index = start >> PAGE_CACHE_SHIFT;
  2605. start = (u64)(index + 1) << PAGE_CACHE_SHIFT;
  2606. page = find_get_page(btree_inode->i_mapping, index);
  2607. if (!page)
  2608. continue;
  2609. offset = page_offset(page);
  2610. spin_lock(&dirty_pages->buffer_lock);
  2611. eb = radix_tree_lookup(
  2612. &(&BTRFS_I(page->mapping->host)->io_tree)->buffer,
  2613. offset >> PAGE_CACHE_SHIFT);
  2614. spin_unlock(&dirty_pages->buffer_lock);
  2615. if (eb) {
  2616. ret = test_and_clear_bit(EXTENT_BUFFER_DIRTY,
  2617. &eb->bflags);
  2618. atomic_set(&eb->refs, 1);
  2619. }
  2620. if (PageWriteback(page))
  2621. end_page_writeback(page);
  2622. lock_page(page);
  2623. if (PageDirty(page)) {
  2624. clear_page_dirty_for_io(page);
  2625. spin_lock_irq(&page->mapping->tree_lock);
  2626. radix_tree_tag_clear(&page->mapping->page_tree,
  2627. page_index(page),
  2628. PAGECACHE_TAG_DIRTY);
  2629. spin_unlock_irq(&page->mapping->tree_lock);
  2630. }
  2631. page->mapping->a_ops->invalidatepage(page, 0);
  2632. unlock_page(page);
  2633. }
  2634. }
  2635. return ret;
  2636. }
  2637. static int btrfs_destroy_pinned_extent(struct btrfs_root *root,
  2638. struct extent_io_tree *pinned_extents)
  2639. {
  2640. struct extent_io_tree *unpin;
  2641. u64 start;
  2642. u64 end;
  2643. int ret;
  2644. unpin = pinned_extents;
  2645. while (1) {
  2646. ret = find_first_extent_bit(unpin, 0, &start, &end,
  2647. EXTENT_DIRTY);
  2648. if (ret)
  2649. break;
  2650. /* opt_discard */
  2651. if (btrfs_test_opt(root, DISCARD))
  2652. ret = btrfs_error_discard_extent(root, start,
  2653. end + 1 - start,
  2654. NULL);
  2655. clear_extent_dirty(unpin, start, end, GFP_NOFS);
  2656. btrfs_error_unpin_extent_range(root, start, end);
  2657. cond_resched();
  2658. }
  2659. return 0;
  2660. }
  2661. static int btrfs_cleanup_transaction(struct btrfs_root *root)
  2662. {
  2663. struct btrfs_transaction *t;
  2664. LIST_HEAD(list);
  2665. WARN_ON(1);
  2666. mutex_lock(&root->fs_info->trans_mutex);
  2667. mutex_lock(&root->fs_info->transaction_kthread_mutex);
  2668. list_splice_init(&root->fs_info->trans_list, &list);
  2669. while (!list_empty(&list)) {
  2670. t = list_entry(list.next, struct btrfs_transaction, list);
  2671. if (!t)
  2672. break;
  2673. btrfs_destroy_ordered_operations(root);
  2674. btrfs_destroy_ordered_extents(root);
  2675. btrfs_destroy_delayed_refs(t, root);
  2676. btrfs_block_rsv_release(root,
  2677. &root->fs_info->trans_block_rsv,
  2678. t->dirty_pages.dirty_bytes);
  2679. /* FIXME: cleanup wait for commit */
  2680. t->in_commit = 1;
  2681. t->blocked = 1;
  2682. if (waitqueue_active(&root->fs_info->transaction_blocked_wait))
  2683. wake_up(&root->fs_info->transaction_blocked_wait);
  2684. t->blocked = 0;
  2685. if (waitqueue_active(&root->fs_info->transaction_wait))
  2686. wake_up(&root->fs_info->transaction_wait);
  2687. mutex_unlock(&root->fs_info->trans_mutex);
  2688. mutex_lock(&root->fs_info->trans_mutex);
  2689. t->commit_done = 1;
  2690. if (waitqueue_active(&t->commit_wait))
  2691. wake_up(&t->commit_wait);
  2692. mutex_unlock(&root->fs_info->trans_mutex);
  2693. mutex_lock(&root->fs_info->trans_mutex);
  2694. btrfs_destroy_pending_snapshots(t);
  2695. btrfs_destroy_delalloc_inodes(root);
  2696. spin_lock(&root->fs_info->new_trans_lock);
  2697. root->fs_info->running_transaction = NULL;
  2698. spin_unlock(&root->fs_info->new_trans_lock);
  2699. btrfs_destroy_marked_extents(root, &t->dirty_pages,
  2700. EXTENT_DIRTY);
  2701. btrfs_destroy_pinned_extent(root,
  2702. root->fs_info->pinned_extents);
  2703. atomic_set(&t->use_count, 0);
  2704. list_del_init(&t->list);
  2705. memset(t, 0, sizeof(*t));
  2706. kmem_cache_free(btrfs_transaction_cachep, t);
  2707. }
  2708. mutex_unlock(&root->fs_info->transaction_kthread_mutex);
  2709. mutex_unlock(&root->fs_info->trans_mutex);
  2710. return 0;
  2711. }
  2712. static struct extent_io_ops btree_extent_io_ops = {
  2713. .write_cache_pages_lock_hook = btree_lock_page_hook,
  2714. .readpage_end_io_hook = btree_readpage_end_io_hook,
  2715. .submit_bio_hook = btree_submit_bio_hook,
  2716. /* note we're sharing with inode.c for the merge bio hook */
  2717. .merge_bio_hook = btrfs_merge_bio_hook,
  2718. };