disk-io.c 69 KB

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