mballoc.c 125 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625
  1. /*
  2. * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com
  3. * Written by Alex Tomas <alex@clusterfs.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public Licens
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
  17. */
  18. /*
  19. * mballoc.c contains the multiblocks allocation routines
  20. */
  21. #include <linux/time.h>
  22. #include <linux/fs.h>
  23. #include <linux/namei.h>
  24. #include <linux/ext4_jbd2.h>
  25. #include <linux/ext4_fs.h>
  26. #include <linux/quotaops.h>
  27. #include <linux/buffer_head.h>
  28. #include <linux/module.h>
  29. #include <linux/swap.h>
  30. #include <linux/proc_fs.h>
  31. #include <linux/pagemap.h>
  32. #include <linux/seq_file.h>
  33. #include <linux/version.h>
  34. #include "group.h"
  35. /*
  36. * MUSTDO:
  37. * - test ext4_ext_search_left() and ext4_ext_search_right()
  38. * - search for metadata in few groups
  39. *
  40. * TODO v4:
  41. * - normalization should take into account whether file is still open
  42. * - discard preallocations if no free space left (policy?)
  43. * - don't normalize tails
  44. * - quota
  45. * - reservation for superuser
  46. *
  47. * TODO v3:
  48. * - bitmap read-ahead (proposed by Oleg Drokin aka green)
  49. * - track min/max extents in each group for better group selection
  50. * - mb_mark_used() may allocate chunk right after splitting buddy
  51. * - tree of groups sorted by number of free blocks
  52. * - error handling
  53. */
  54. /*
  55. * The allocation request involve request for multiple number of blocks
  56. * near to the goal(block) value specified.
  57. *
  58. * During initialization phase of the allocator we decide to use the group
  59. * preallocation or inode preallocation depending on the size file. The
  60. * size of the file could be the resulting file size we would have after
  61. * allocation or the current file size which ever is larger. If the size is
  62. * less that sbi->s_mb_stream_request we select the group
  63. * preallocation. The default value of s_mb_stream_request is 16
  64. * blocks. This can also be tuned via
  65. * /proc/fs/ext4/<partition>/stream_req. The value is represented in terms
  66. * of number of blocks.
  67. *
  68. * The main motivation for having small file use group preallocation is to
  69. * ensure that we have small file closer in the disk.
  70. *
  71. * First stage the allocator looks at the inode prealloc list
  72. * ext4_inode_info->i_prealloc_list contain list of prealloc spaces for
  73. * this particular inode. The inode prealloc space is represented as:
  74. *
  75. * pa_lstart -> the logical start block for this prealloc space
  76. * pa_pstart -> the physical start block for this prealloc space
  77. * pa_len -> lenght for this prealloc space
  78. * pa_free -> free space available in this prealloc space
  79. *
  80. * The inode preallocation space is used looking at the _logical_ start
  81. * block. If only the logical file block falls within the range of prealloc
  82. * space we will consume the particular prealloc space. This make sure that
  83. * that the we have contiguous physical blocks representing the file blocks
  84. *
  85. * The important thing to be noted in case of inode prealloc space is that
  86. * we don't modify the values associated to inode prealloc space except
  87. * pa_free.
  88. *
  89. * If we are not able to find blocks in the inode prealloc space and if we
  90. * have the group allocation flag set then we look at the locality group
  91. * prealloc space. These are per CPU prealloc list repreasented as
  92. *
  93. * ext4_sb_info.s_locality_groups[smp_processor_id()]
  94. *
  95. * The reason for having a per cpu locality group is to reduce the contention
  96. * between CPUs. It is possible to get scheduled at this point.
  97. *
  98. * The locality group prealloc space is used looking at whether we have
  99. * enough free space (pa_free) withing the prealloc space.
  100. *
  101. * If we can't allocate blocks via inode prealloc or/and locality group
  102. * prealloc then we look at the buddy cache. The buddy cache is represented
  103. * by ext4_sb_info.s_buddy_cache (struct inode) whose file offset gets
  104. * mapped to the buddy and bitmap information regarding different
  105. * groups. The buddy information is attached to buddy cache inode so that
  106. * we can access them through the page cache. The information regarding
  107. * each group is loaded via ext4_mb_load_buddy. The information involve
  108. * block bitmap and buddy information. The information are stored in the
  109. * inode as:
  110. *
  111. * { page }
  112. * [ group 0 buddy][ group 0 bitmap] [group 1][ group 1]...
  113. *
  114. *
  115. * one block each for bitmap and buddy information. So for each group we
  116. * take up 2 blocks. A page can contain blocks_per_page (PAGE_CACHE_SIZE /
  117. * blocksize) blocks. So it can have information regarding groups_per_page
  118. * which is blocks_per_page/2
  119. *
  120. * The buddy cache inode is not stored on disk. The inode is thrown
  121. * away when the filesystem is unmounted.
  122. *
  123. * We look for count number of blocks in the buddy cache. If we were able
  124. * to locate that many free blocks we return with additional information
  125. * regarding rest of the contiguous physical block available
  126. *
  127. * Before allocating blocks via buddy cache we normalize the request
  128. * blocks. This ensure we ask for more blocks that we needed. The extra
  129. * blocks that we get after allocation is added to the respective prealloc
  130. * list. In case of inode preallocation we follow a list of heuristics
  131. * based on file size. This can be found in ext4_mb_normalize_request. If
  132. * we are doing a group prealloc we try to normalize the request to
  133. * sbi->s_mb_group_prealloc. Default value of s_mb_group_prealloc is set to
  134. * 512 blocks. This can be tuned via
  135. * /proc/fs/ext4/<partition/group_prealloc. The value is represented in
  136. * terms of number of blocks. If we have mounted the file system with -O
  137. * stripe=<value> option the group prealloc request is normalized to the
  138. * stripe value (sbi->s_stripe)
  139. *
  140. * The regular allocator(using the buddy cache) support few tunables.
  141. *
  142. * /proc/fs/ext4/<partition>/min_to_scan
  143. * /proc/fs/ext4/<partition>/max_to_scan
  144. * /proc/fs/ext4/<partition>/order2_req
  145. *
  146. * The regular allocator use buddy scan only if the request len is power of
  147. * 2 blocks and the order of allocation is >= sbi->s_mb_order2_reqs. The
  148. * value of s_mb_order2_reqs can be tuned via
  149. * /proc/fs/ext4/<partition>/order2_req. If the request len is equal to
  150. * stripe size (sbi->s_stripe), we try to search for contigous block in
  151. * stripe size. This should result in better allocation on RAID setup. If
  152. * not we search in the specific group using bitmap for best extents. The
  153. * tunable min_to_scan and max_to_scan controll the behaviour here.
  154. * min_to_scan indicate how long the mballoc __must__ look for a best
  155. * extent and max_to_scanindicate how long the mballoc __can__ look for a
  156. * best extent in the found extents. Searching for the blocks starts with
  157. * the group specified as the goal value in allocation context via
  158. * ac_g_ex. Each group is first checked based on the criteria whether it
  159. * can used for allocation. ext4_mb_good_group explains how the groups are
  160. * checked.
  161. *
  162. * Both the prealloc space are getting populated as above. So for the first
  163. * request we will hit the buddy cache which will result in this prealloc
  164. * space getting filled. The prealloc space is then later used for the
  165. * subsequent request.
  166. */
  167. /*
  168. * mballoc operates on the following data:
  169. * - on-disk bitmap
  170. * - in-core buddy (actually includes buddy and bitmap)
  171. * - preallocation descriptors (PAs)
  172. *
  173. * there are two types of preallocations:
  174. * - inode
  175. * assiged to specific inode and can be used for this inode only.
  176. * it describes part of inode's space preallocated to specific
  177. * physical blocks. any block from that preallocated can be used
  178. * independent. the descriptor just tracks number of blocks left
  179. * unused. so, before taking some block from descriptor, one must
  180. * make sure corresponded logical block isn't allocated yet. this
  181. * also means that freeing any block within descriptor's range
  182. * must discard all preallocated blocks.
  183. * - locality group
  184. * assigned to specific locality group which does not translate to
  185. * permanent set of inodes: inode can join and leave group. space
  186. * from this type of preallocation can be used for any inode. thus
  187. * it's consumed from the beginning to the end.
  188. *
  189. * relation between them can be expressed as:
  190. * in-core buddy = on-disk bitmap + preallocation descriptors
  191. *
  192. * this mean blocks mballoc considers used are:
  193. * - allocated blocks (persistent)
  194. * - preallocated blocks (non-persistent)
  195. *
  196. * consistency in mballoc world means that at any time a block is either
  197. * free or used in ALL structures. notice: "any time" should not be read
  198. * literally -- time is discrete and delimited by locks.
  199. *
  200. * to keep it simple, we don't use block numbers, instead we count number of
  201. * blocks: how many blocks marked used/free in on-disk bitmap, buddy and PA.
  202. *
  203. * all operations can be expressed as:
  204. * - init buddy: buddy = on-disk + PAs
  205. * - new PA: buddy += N; PA = N
  206. * - use inode PA: on-disk += N; PA -= N
  207. * - discard inode PA buddy -= on-disk - PA; PA = 0
  208. * - use locality group PA on-disk += N; PA -= N
  209. * - discard locality group PA buddy -= PA; PA = 0
  210. * note: 'buddy -= on-disk - PA' is used to show that on-disk bitmap
  211. * is used in real operation because we can't know actual used
  212. * bits from PA, only from on-disk bitmap
  213. *
  214. * if we follow this strict logic, then all operations above should be atomic.
  215. * given some of them can block, we'd have to use something like semaphores
  216. * killing performance on high-end SMP hardware. let's try to relax it using
  217. * the following knowledge:
  218. * 1) if buddy is referenced, it's already initialized
  219. * 2) while block is used in buddy and the buddy is referenced,
  220. * nobody can re-allocate that block
  221. * 3) we work on bitmaps and '+' actually means 'set bits'. if on-disk has
  222. * bit set and PA claims same block, it's OK. IOW, one can set bit in
  223. * on-disk bitmap if buddy has same bit set or/and PA covers corresponded
  224. * block
  225. *
  226. * so, now we're building a concurrency table:
  227. * - init buddy vs.
  228. * - new PA
  229. * blocks for PA are allocated in the buddy, buddy must be referenced
  230. * until PA is linked to allocation group to avoid concurrent buddy init
  231. * - use inode PA
  232. * we need to make sure that either on-disk bitmap or PA has uptodate data
  233. * given (3) we care that PA-=N operation doesn't interfere with init
  234. * - discard inode PA
  235. * the simplest way would be to have buddy initialized by the discard
  236. * - use locality group PA
  237. * again PA-=N must be serialized with init
  238. * - discard locality group PA
  239. * the simplest way would be to have buddy initialized by the discard
  240. * - new PA vs.
  241. * - use inode PA
  242. * i_data_sem serializes them
  243. * - discard inode PA
  244. * discard process must wait until PA isn't used by another process
  245. * - use locality group PA
  246. * some mutex should serialize them
  247. * - discard locality group PA
  248. * discard process must wait until PA isn't used by another process
  249. * - use inode PA
  250. * - use inode PA
  251. * i_data_sem or another mutex should serializes them
  252. * - discard inode PA
  253. * discard process must wait until PA isn't used by another process
  254. * - use locality group PA
  255. * nothing wrong here -- they're different PAs covering different blocks
  256. * - discard locality group PA
  257. * discard process must wait until PA isn't used by another process
  258. *
  259. * now we're ready to make few consequences:
  260. * - PA is referenced and while it is no discard is possible
  261. * - PA is referenced until block isn't marked in on-disk bitmap
  262. * - PA changes only after on-disk bitmap
  263. * - discard must not compete with init. either init is done before
  264. * any discard or they're serialized somehow
  265. * - buddy init as sum of on-disk bitmap and PAs is done atomically
  266. *
  267. * a special case when we've used PA to emptiness. no need to modify buddy
  268. * in this case, but we should care about concurrent init
  269. *
  270. */
  271. /*
  272. * Logic in few words:
  273. *
  274. * - allocation:
  275. * load group
  276. * find blocks
  277. * mark bits in on-disk bitmap
  278. * release group
  279. *
  280. * - use preallocation:
  281. * find proper PA (per-inode or group)
  282. * load group
  283. * mark bits in on-disk bitmap
  284. * release group
  285. * release PA
  286. *
  287. * - free:
  288. * load group
  289. * mark bits in on-disk bitmap
  290. * release group
  291. *
  292. * - discard preallocations in group:
  293. * mark PAs deleted
  294. * move them onto local list
  295. * load on-disk bitmap
  296. * load group
  297. * remove PA from object (inode or locality group)
  298. * mark free blocks in-core
  299. *
  300. * - discard inode's preallocations:
  301. */
  302. /*
  303. * Locking rules
  304. *
  305. * Locks:
  306. * - bitlock on a group (group)
  307. * - object (inode/locality) (object)
  308. * - per-pa lock (pa)
  309. *
  310. * Paths:
  311. * - new pa
  312. * object
  313. * group
  314. *
  315. * - find and use pa:
  316. * pa
  317. *
  318. * - release consumed pa:
  319. * pa
  320. * group
  321. * object
  322. *
  323. * - generate in-core bitmap:
  324. * group
  325. * pa
  326. *
  327. * - discard all for given object (inode, locality group):
  328. * object
  329. * pa
  330. * group
  331. *
  332. * - discard all for given group:
  333. * group
  334. * pa
  335. * group
  336. * object
  337. *
  338. */
  339. /*
  340. * with AGGRESSIVE_CHECK allocator runs consistency checks over
  341. * structures. these checks slow things down a lot
  342. */
  343. #define AGGRESSIVE_CHECK__
  344. /*
  345. * with DOUBLE_CHECK defined mballoc creates persistent in-core
  346. * bitmaps, maintains and uses them to check for double allocations
  347. */
  348. #define DOUBLE_CHECK__
  349. /*
  350. */
  351. #define MB_DEBUG__
  352. #ifdef MB_DEBUG
  353. #define mb_debug(fmt, a...) printk(fmt, ##a)
  354. #else
  355. #define mb_debug(fmt, a...)
  356. #endif
  357. /*
  358. * with EXT4_MB_HISTORY mballoc stores last N allocations in memory
  359. * and you can monitor it in /proc/fs/ext4/<dev>/mb_history
  360. */
  361. #define EXT4_MB_HISTORY
  362. #define EXT4_MB_HISTORY_ALLOC 1 /* allocation */
  363. #define EXT4_MB_HISTORY_PREALLOC 2 /* preallocated blocks used */
  364. #define EXT4_MB_HISTORY_DISCARD 4 /* preallocation discarded */
  365. #define EXT4_MB_HISTORY_FREE 8 /* free */
  366. #define EXT4_MB_HISTORY_DEFAULT (EXT4_MB_HISTORY_ALLOC | \
  367. EXT4_MB_HISTORY_PREALLOC)
  368. /*
  369. * How long mballoc can look for a best extent (in found extents)
  370. */
  371. #define MB_DEFAULT_MAX_TO_SCAN 200
  372. /*
  373. * How long mballoc must look for a best extent
  374. */
  375. #define MB_DEFAULT_MIN_TO_SCAN 10
  376. /*
  377. * How many groups mballoc will scan looking for the best chunk
  378. */
  379. #define MB_DEFAULT_MAX_GROUPS_TO_SCAN 5
  380. /*
  381. * with 'ext4_mb_stats' allocator will collect stats that will be
  382. * shown at umount. The collecting costs though!
  383. */
  384. #define MB_DEFAULT_STATS 1
  385. /*
  386. * files smaller than MB_DEFAULT_STREAM_THRESHOLD are served
  387. * by the stream allocator, which purpose is to pack requests
  388. * as close each to other as possible to produce smooth I/O traffic
  389. * We use locality group prealloc space for stream request.
  390. * We can tune the same via /proc/fs/ext4/<parition>/stream_req
  391. */
  392. #define MB_DEFAULT_STREAM_THRESHOLD 16 /* 64K */
  393. /*
  394. * for which requests use 2^N search using buddies
  395. */
  396. #define MB_DEFAULT_ORDER2_REQS 2
  397. /*
  398. * default group prealloc size 512 blocks
  399. */
  400. #define MB_DEFAULT_GROUP_PREALLOC 512
  401. static struct kmem_cache *ext4_pspace_cachep;
  402. static struct kmem_cache *ext4_ac_cachep;
  403. #ifdef EXT4_BB_MAX_BLOCKS
  404. #undef EXT4_BB_MAX_BLOCKS
  405. #endif
  406. #define EXT4_BB_MAX_BLOCKS 30
  407. struct ext4_free_metadata {
  408. ext4_group_t group;
  409. unsigned short num;
  410. ext4_grpblk_t blocks[EXT4_BB_MAX_BLOCKS];
  411. struct list_head list;
  412. };
  413. struct ext4_group_info {
  414. unsigned long bb_state;
  415. unsigned long bb_tid;
  416. struct ext4_free_metadata *bb_md_cur;
  417. unsigned short bb_first_free;
  418. unsigned short bb_free;
  419. unsigned short bb_fragments;
  420. struct list_head bb_prealloc_list;
  421. #ifdef DOUBLE_CHECK
  422. void *bb_bitmap;
  423. #endif
  424. unsigned short bb_counters[];
  425. };
  426. #define EXT4_GROUP_INFO_NEED_INIT_BIT 0
  427. #define EXT4_GROUP_INFO_LOCKED_BIT 1
  428. #define EXT4_MB_GRP_NEED_INIT(grp) \
  429. (test_bit(EXT4_GROUP_INFO_NEED_INIT_BIT, &((grp)->bb_state)))
  430. struct ext4_prealloc_space {
  431. struct list_head pa_inode_list;
  432. struct list_head pa_group_list;
  433. union {
  434. struct list_head pa_tmp_list;
  435. struct rcu_head pa_rcu;
  436. } u;
  437. spinlock_t pa_lock;
  438. atomic_t pa_count;
  439. unsigned pa_deleted;
  440. ext4_fsblk_t pa_pstart; /* phys. block */
  441. ext4_lblk_t pa_lstart; /* log. block */
  442. unsigned short pa_len; /* len of preallocated chunk */
  443. unsigned short pa_free; /* how many blocks are free */
  444. unsigned short pa_linear; /* consumed in one direction
  445. * strictly, for grp prealloc */
  446. spinlock_t *pa_obj_lock;
  447. struct inode *pa_inode; /* hack, for history only */
  448. };
  449. struct ext4_free_extent {
  450. ext4_lblk_t fe_logical;
  451. ext4_grpblk_t fe_start;
  452. ext4_group_t fe_group;
  453. int fe_len;
  454. };
  455. /*
  456. * Locality group:
  457. * we try to group all related changes together
  458. * so that writeback can flush/allocate them together as well
  459. */
  460. struct ext4_locality_group {
  461. /* for allocator */
  462. struct mutex lg_mutex; /* to serialize allocates */
  463. struct list_head lg_prealloc_list;/* list of preallocations */
  464. spinlock_t lg_prealloc_lock;
  465. };
  466. struct ext4_allocation_context {
  467. struct inode *ac_inode;
  468. struct super_block *ac_sb;
  469. /* original request */
  470. struct ext4_free_extent ac_o_ex;
  471. /* goal request (after normalization) */
  472. struct ext4_free_extent ac_g_ex;
  473. /* the best found extent */
  474. struct ext4_free_extent ac_b_ex;
  475. /* copy of the bext found extent taken before preallocation efforts */
  476. struct ext4_free_extent ac_f_ex;
  477. /* number of iterations done. we have to track to limit searching */
  478. unsigned long ac_ex_scanned;
  479. __u16 ac_groups_scanned;
  480. __u16 ac_found;
  481. __u16 ac_tail;
  482. __u16 ac_buddy;
  483. __u16 ac_flags; /* allocation hints */
  484. __u8 ac_status;
  485. __u8 ac_criteria;
  486. __u8 ac_repeats;
  487. __u8 ac_2order; /* if request is to allocate 2^N blocks and
  488. * N > 0, the field stores N, otherwise 0 */
  489. __u8 ac_op; /* operation, for history only */
  490. struct page *ac_bitmap_page;
  491. struct page *ac_buddy_page;
  492. struct ext4_prealloc_space *ac_pa;
  493. struct ext4_locality_group *ac_lg;
  494. };
  495. #define AC_STATUS_CONTINUE 1
  496. #define AC_STATUS_FOUND 2
  497. #define AC_STATUS_BREAK 3
  498. struct ext4_mb_history {
  499. struct ext4_free_extent orig; /* orig allocation */
  500. struct ext4_free_extent goal; /* goal allocation */
  501. struct ext4_free_extent result; /* result allocation */
  502. unsigned pid;
  503. unsigned ino;
  504. __u16 found; /* how many extents have been found */
  505. __u16 groups; /* how many groups have been scanned */
  506. __u16 tail; /* what tail broke some buddy */
  507. __u16 buddy; /* buddy the tail ^^^ broke */
  508. __u16 flags;
  509. __u8 cr:3; /* which phase the result extent was found at */
  510. __u8 op:4;
  511. __u8 merged:1;
  512. };
  513. struct ext4_buddy {
  514. struct page *bd_buddy_page;
  515. void *bd_buddy;
  516. struct page *bd_bitmap_page;
  517. void *bd_bitmap;
  518. struct ext4_group_info *bd_info;
  519. struct super_block *bd_sb;
  520. __u16 bd_blkbits;
  521. ext4_group_t bd_group;
  522. };
  523. #define EXT4_MB_BITMAP(e4b) ((e4b)->bd_bitmap)
  524. #define EXT4_MB_BUDDY(e4b) ((e4b)->bd_buddy)
  525. #ifndef EXT4_MB_HISTORY
  526. static inline void ext4_mb_store_history(struct ext4_allocation_context *ac)
  527. {
  528. return;
  529. }
  530. #else
  531. static void ext4_mb_store_history(struct ext4_allocation_context *ac);
  532. #endif
  533. #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1)
  534. static struct proc_dir_entry *proc_root_ext4;
  535. struct buffer_head *read_block_bitmap(struct super_block *, ext4_group_t);
  536. ext4_fsblk_t ext4_new_blocks_old(handle_t *handle, struct inode *inode,
  537. ext4_fsblk_t goal, unsigned long *count, int *errp);
  538. static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
  539. ext4_group_t group);
  540. static void ext4_mb_poll_new_transaction(struct super_block *, handle_t *);
  541. static void ext4_mb_free_committed_blocks(struct super_block *);
  542. static void ext4_mb_return_to_preallocation(struct inode *inode,
  543. struct ext4_buddy *e4b, sector_t block,
  544. int count);
  545. static void ext4_mb_put_pa(struct ext4_allocation_context *,
  546. struct super_block *, struct ext4_prealloc_space *pa);
  547. static int ext4_mb_init_per_dev_proc(struct super_block *sb);
  548. static int ext4_mb_destroy_per_dev_proc(struct super_block *sb);
  549. static inline void ext4_lock_group(struct super_block *sb, ext4_group_t group)
  550. {
  551. struct ext4_group_info *grinfo = ext4_get_group_info(sb, group);
  552. bit_spin_lock(EXT4_GROUP_INFO_LOCKED_BIT, &(grinfo->bb_state));
  553. }
  554. static inline void ext4_unlock_group(struct super_block *sb,
  555. ext4_group_t group)
  556. {
  557. struct ext4_group_info *grinfo = ext4_get_group_info(sb, group);
  558. bit_spin_unlock(EXT4_GROUP_INFO_LOCKED_BIT, &(grinfo->bb_state));
  559. }
  560. static inline int ext4_is_group_locked(struct super_block *sb,
  561. ext4_group_t group)
  562. {
  563. struct ext4_group_info *grinfo = ext4_get_group_info(sb, group);
  564. return bit_spin_is_locked(EXT4_GROUP_INFO_LOCKED_BIT,
  565. &(grinfo->bb_state));
  566. }
  567. static ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb,
  568. struct ext4_free_extent *fex)
  569. {
  570. ext4_fsblk_t block;
  571. block = (ext4_fsblk_t) fex->fe_group * EXT4_BLOCKS_PER_GROUP(sb)
  572. + fex->fe_start
  573. + le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block);
  574. return block;
  575. }
  576. static inline void *mb_correct_addr_and_bit(int *bit, void *addr)
  577. {
  578. #if BITS_PER_LONG == 64
  579. *bit += ((unsigned long) addr & 7UL) << 3;
  580. addr = (void *) ((unsigned long) addr & ~7UL);
  581. #elif BITS_PER_LONG == 32
  582. *bit += ((unsigned long) addr & 3UL) << 3;
  583. addr = (void *) ((unsigned long) addr & ~3UL);
  584. #else
  585. #error "how many bits you are?!"
  586. #endif
  587. return addr;
  588. }
  589. static inline int mb_test_bit(int bit, void *addr)
  590. {
  591. /*
  592. * ext4_test_bit on architecture like powerpc
  593. * needs unsigned long aligned address
  594. */
  595. addr = mb_correct_addr_and_bit(&bit, addr);
  596. return ext4_test_bit(bit, addr);
  597. }
  598. static inline void mb_set_bit(int bit, void *addr)
  599. {
  600. addr = mb_correct_addr_and_bit(&bit, addr);
  601. ext4_set_bit(bit, addr);
  602. }
  603. static inline void mb_set_bit_atomic(spinlock_t *lock, int bit, void *addr)
  604. {
  605. addr = mb_correct_addr_and_bit(&bit, addr);
  606. ext4_set_bit_atomic(lock, bit, addr);
  607. }
  608. static inline void mb_clear_bit(int bit, void *addr)
  609. {
  610. addr = mb_correct_addr_and_bit(&bit, addr);
  611. ext4_clear_bit(bit, addr);
  612. }
  613. static inline void mb_clear_bit_atomic(spinlock_t *lock, int bit, void *addr)
  614. {
  615. addr = mb_correct_addr_and_bit(&bit, addr);
  616. ext4_clear_bit_atomic(lock, bit, addr);
  617. }
  618. static inline int mb_find_next_zero_bit(void *addr, int max, int start)
  619. {
  620. int fix = 0;
  621. addr = mb_correct_addr_and_bit(&fix, addr);
  622. max += fix;
  623. start += fix;
  624. return ext4_find_next_zero_bit(addr, max, start) - fix;
  625. }
  626. static inline int mb_find_next_bit(void *addr, int max, int start)
  627. {
  628. int fix = 0;
  629. addr = mb_correct_addr_and_bit(&fix, addr);
  630. max += fix;
  631. start += fix;
  632. return ext4_find_next_bit(addr, max, start) - fix;
  633. }
  634. static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max)
  635. {
  636. char *bb;
  637. BUG_ON(EXT4_MB_BITMAP(e4b) == EXT4_MB_BUDDY(e4b));
  638. BUG_ON(max == NULL);
  639. if (order > e4b->bd_blkbits + 1) {
  640. *max = 0;
  641. return NULL;
  642. }
  643. /* at order 0 we see each particular block */
  644. *max = 1 << (e4b->bd_blkbits + 3);
  645. if (order == 0)
  646. return EXT4_MB_BITMAP(e4b);
  647. bb = EXT4_MB_BUDDY(e4b) + EXT4_SB(e4b->bd_sb)->s_mb_offsets[order];
  648. *max = EXT4_SB(e4b->bd_sb)->s_mb_maxs[order];
  649. return bb;
  650. }
  651. #ifdef DOUBLE_CHECK
  652. static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b,
  653. int first, int count)
  654. {
  655. int i;
  656. struct super_block *sb = e4b->bd_sb;
  657. if (unlikely(e4b->bd_info->bb_bitmap == NULL))
  658. return;
  659. BUG_ON(!ext4_is_group_locked(sb, e4b->bd_group));
  660. for (i = 0; i < count; i++) {
  661. if (!mb_test_bit(first + i, e4b->bd_info->bb_bitmap)) {
  662. ext4_fsblk_t blocknr;
  663. blocknr = e4b->bd_group * EXT4_BLOCKS_PER_GROUP(sb);
  664. blocknr += first + i;
  665. blocknr +=
  666. le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block);
  667. ext4_error(sb, __FUNCTION__, "double-free of inode"
  668. " %lu's block %llu(bit %u in group %lu)\n",
  669. inode ? inode->i_ino : 0, blocknr,
  670. first + i, e4b->bd_group);
  671. }
  672. mb_clear_bit(first + i, e4b->bd_info->bb_bitmap);
  673. }
  674. }
  675. static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count)
  676. {
  677. int i;
  678. if (unlikely(e4b->bd_info->bb_bitmap == NULL))
  679. return;
  680. BUG_ON(!ext4_is_group_locked(e4b->bd_sb, e4b->bd_group));
  681. for (i = 0; i < count; i++) {
  682. BUG_ON(mb_test_bit(first + i, e4b->bd_info->bb_bitmap));
  683. mb_set_bit(first + i, e4b->bd_info->bb_bitmap);
  684. }
  685. }
  686. static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap)
  687. {
  688. if (memcmp(e4b->bd_info->bb_bitmap, bitmap, e4b->bd_sb->s_blocksize)) {
  689. unsigned char *b1, *b2;
  690. int i;
  691. b1 = (unsigned char *) e4b->bd_info->bb_bitmap;
  692. b2 = (unsigned char *) bitmap;
  693. for (i = 0; i < e4b->bd_sb->s_blocksize; i++) {
  694. if (b1[i] != b2[i]) {
  695. printk("corruption in group %lu at byte %u(%u):"
  696. " %x in copy != %x on disk/prealloc\n",
  697. e4b->bd_group, i, i * 8, b1[i], b2[i]);
  698. BUG();
  699. }
  700. }
  701. }
  702. }
  703. #else
  704. static inline void mb_free_blocks_double(struct inode *inode,
  705. struct ext4_buddy *e4b, int first, int count)
  706. {
  707. return;
  708. }
  709. static inline void mb_mark_used_double(struct ext4_buddy *e4b,
  710. int first, int count)
  711. {
  712. return;
  713. }
  714. static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap)
  715. {
  716. return;
  717. }
  718. #endif
  719. #ifdef AGGRESSIVE_CHECK
  720. #define MB_CHECK_ASSERT(assert) \
  721. do { \
  722. if (!(assert)) { \
  723. printk(KERN_EMERG \
  724. "Assertion failure in %s() at %s:%d: \"%s\"\n", \
  725. function, file, line, # assert); \
  726. BUG(); \
  727. } \
  728. } while (0)
  729. static int __mb_check_buddy(struct ext4_buddy *e4b, char *file,
  730. const char *function, int line)
  731. {
  732. struct super_block *sb = e4b->bd_sb;
  733. int order = e4b->bd_blkbits + 1;
  734. int max;
  735. int max2;
  736. int i;
  737. int j;
  738. int k;
  739. int count;
  740. struct ext4_group_info *grp;
  741. int fragments = 0;
  742. int fstart;
  743. struct list_head *cur;
  744. void *buddy;
  745. void *buddy2;
  746. if (!test_opt(sb, MBALLOC))
  747. return 0;
  748. {
  749. static int mb_check_counter;
  750. if (mb_check_counter++ % 100 != 0)
  751. return 0;
  752. }
  753. while (order > 1) {
  754. buddy = mb_find_buddy(e4b, order, &max);
  755. MB_CHECK_ASSERT(buddy);
  756. buddy2 = mb_find_buddy(e4b, order - 1, &max2);
  757. MB_CHECK_ASSERT(buddy2);
  758. MB_CHECK_ASSERT(buddy != buddy2);
  759. MB_CHECK_ASSERT(max * 2 == max2);
  760. count = 0;
  761. for (i = 0; i < max; i++) {
  762. if (mb_test_bit(i, buddy)) {
  763. /* only single bit in buddy2 may be 1 */
  764. if (!mb_test_bit(i << 1, buddy2)) {
  765. MB_CHECK_ASSERT(
  766. mb_test_bit((i<<1)+1, buddy2));
  767. } else if (!mb_test_bit((i << 1) + 1, buddy2)) {
  768. MB_CHECK_ASSERT(
  769. mb_test_bit(i << 1, buddy2));
  770. }
  771. continue;
  772. }
  773. /* both bits in buddy2 must be 0 */
  774. MB_CHECK_ASSERT(mb_test_bit(i << 1, buddy2));
  775. MB_CHECK_ASSERT(mb_test_bit((i << 1) + 1, buddy2));
  776. for (j = 0; j < (1 << order); j++) {
  777. k = (i * (1 << order)) + j;
  778. MB_CHECK_ASSERT(
  779. !mb_test_bit(k, EXT4_MB_BITMAP(e4b)));
  780. }
  781. count++;
  782. }
  783. MB_CHECK_ASSERT(e4b->bd_info->bb_counters[order] == count);
  784. order--;
  785. }
  786. fstart = -1;
  787. buddy = mb_find_buddy(e4b, 0, &max);
  788. for (i = 0; i < max; i++) {
  789. if (!mb_test_bit(i, buddy)) {
  790. MB_CHECK_ASSERT(i >= e4b->bd_info->bb_first_free);
  791. if (fstart == -1) {
  792. fragments++;
  793. fstart = i;
  794. }
  795. continue;
  796. }
  797. fstart = -1;
  798. /* check used bits only */
  799. for (j = 0; j < e4b->bd_blkbits + 1; j++) {
  800. buddy2 = mb_find_buddy(e4b, j, &max2);
  801. k = i >> j;
  802. MB_CHECK_ASSERT(k < max2);
  803. MB_CHECK_ASSERT(mb_test_bit(k, buddy2));
  804. }
  805. }
  806. MB_CHECK_ASSERT(!EXT4_MB_GRP_NEED_INIT(e4b->bd_info));
  807. MB_CHECK_ASSERT(e4b->bd_info->bb_fragments == fragments);
  808. grp = ext4_get_group_info(sb, e4b->bd_group);
  809. buddy = mb_find_buddy(e4b, 0, &max);
  810. list_for_each(cur, &grp->bb_prealloc_list) {
  811. ext4_group_t groupnr;
  812. struct ext4_prealloc_space *pa;
  813. pa = list_entry(cur, struct ext4_prealloc_space, group_list);
  814. ext4_get_group_no_and_offset(sb, pa->pstart, &groupnr, &k);
  815. MB_CHECK_ASSERT(groupnr == e4b->bd_group);
  816. for (i = 0; i < pa->len; i++)
  817. MB_CHECK_ASSERT(mb_test_bit(k + i, buddy));
  818. }
  819. return 0;
  820. }
  821. #undef MB_CHECK_ASSERT
  822. #define mb_check_buddy(e4b) __mb_check_buddy(e4b, \
  823. __FILE__, __FUNCTION__, __LINE__)
  824. #else
  825. #define mb_check_buddy(e4b)
  826. #endif
  827. /* FIXME!! need more doc */
  828. static void ext4_mb_mark_free_simple(struct super_block *sb,
  829. void *buddy, unsigned first, int len,
  830. struct ext4_group_info *grp)
  831. {
  832. struct ext4_sb_info *sbi = EXT4_SB(sb);
  833. unsigned short min;
  834. unsigned short max;
  835. unsigned short chunk;
  836. unsigned short border;
  837. BUG_ON(len > EXT4_BLOCKS_PER_GROUP(sb));
  838. border = 2 << sb->s_blocksize_bits;
  839. while (len > 0) {
  840. /* find how many blocks can be covered since this position */
  841. max = ffs(first | border) - 1;
  842. /* find how many blocks of power 2 we need to mark */
  843. min = fls(len) - 1;
  844. if (max < min)
  845. min = max;
  846. chunk = 1 << min;
  847. /* mark multiblock chunks only */
  848. grp->bb_counters[min]++;
  849. if (min > 0)
  850. mb_clear_bit(first >> min,
  851. buddy + sbi->s_mb_offsets[min]);
  852. len -= chunk;
  853. first += chunk;
  854. }
  855. }
  856. static void ext4_mb_generate_buddy(struct super_block *sb,
  857. void *buddy, void *bitmap, ext4_group_t group)
  858. {
  859. struct ext4_group_info *grp = ext4_get_group_info(sb, group);
  860. unsigned short max = EXT4_BLOCKS_PER_GROUP(sb);
  861. unsigned short i = 0;
  862. unsigned short first;
  863. unsigned short len;
  864. unsigned free = 0;
  865. unsigned fragments = 0;
  866. unsigned long long period = get_cycles();
  867. /* initialize buddy from bitmap which is aggregation
  868. * of on-disk bitmap and preallocations */
  869. i = mb_find_next_zero_bit(bitmap, max, 0);
  870. grp->bb_first_free = i;
  871. while (i < max) {
  872. fragments++;
  873. first = i;
  874. i = mb_find_next_bit(bitmap, max, i);
  875. len = i - first;
  876. free += len;
  877. if (len > 1)
  878. ext4_mb_mark_free_simple(sb, buddy, first, len, grp);
  879. else
  880. grp->bb_counters[0]++;
  881. if (i < max)
  882. i = mb_find_next_zero_bit(bitmap, max, i);
  883. }
  884. grp->bb_fragments = fragments;
  885. if (free != grp->bb_free) {
  886. ext4_error(sb, __FUNCTION__,
  887. "EXT4-fs: group %lu: %u blocks in bitmap, %u in gd\n",
  888. group, free, grp->bb_free);
  889. /*
  890. * If we intent to continue, we consider group descritor
  891. * corrupt and update bb_free using bitmap value
  892. */
  893. grp->bb_free = free;
  894. }
  895. clear_bit(EXT4_GROUP_INFO_NEED_INIT_BIT, &(grp->bb_state));
  896. period = get_cycles() - period;
  897. spin_lock(&EXT4_SB(sb)->s_bal_lock);
  898. EXT4_SB(sb)->s_mb_buddies_generated++;
  899. EXT4_SB(sb)->s_mb_generation_time += period;
  900. spin_unlock(&EXT4_SB(sb)->s_bal_lock);
  901. }
  902. /* The buddy information is attached the buddy cache inode
  903. * for convenience. The information regarding each group
  904. * is loaded via ext4_mb_load_buddy. The information involve
  905. * block bitmap and buddy information. The information are
  906. * stored in the inode as
  907. *
  908. * { page }
  909. * [ group 0 buddy][ group 0 bitmap] [group 1][ group 1]...
  910. *
  911. *
  912. * one block each for bitmap and buddy information.
  913. * So for each group we take up 2 blocks. A page can
  914. * contain blocks_per_page (PAGE_CACHE_SIZE / blocksize) blocks.
  915. * So it can have information regarding groups_per_page which
  916. * is blocks_per_page/2
  917. */
  918. static int ext4_mb_init_cache(struct page *page, char *incore)
  919. {
  920. int blocksize;
  921. int blocks_per_page;
  922. int groups_per_page;
  923. int err = 0;
  924. int i;
  925. ext4_group_t first_group;
  926. int first_block;
  927. struct super_block *sb;
  928. struct buffer_head *bhs;
  929. struct buffer_head **bh;
  930. struct inode *inode;
  931. char *data;
  932. char *bitmap;
  933. mb_debug("init page %lu\n", page->index);
  934. inode = page->mapping->host;
  935. sb = inode->i_sb;
  936. blocksize = 1 << inode->i_blkbits;
  937. blocks_per_page = PAGE_CACHE_SIZE / blocksize;
  938. groups_per_page = blocks_per_page >> 1;
  939. if (groups_per_page == 0)
  940. groups_per_page = 1;
  941. /* allocate buffer_heads to read bitmaps */
  942. if (groups_per_page > 1) {
  943. err = -ENOMEM;
  944. i = sizeof(struct buffer_head *) * groups_per_page;
  945. bh = kzalloc(i, GFP_NOFS);
  946. if (bh == NULL)
  947. goto out;
  948. } else
  949. bh = &bhs;
  950. first_group = page->index * blocks_per_page / 2;
  951. /* read all groups the page covers into the cache */
  952. for (i = 0; i < groups_per_page; i++) {
  953. struct ext4_group_desc *desc;
  954. if (first_group + i >= EXT4_SB(sb)->s_groups_count)
  955. break;
  956. err = -EIO;
  957. desc = ext4_get_group_desc(sb, first_group + i, NULL);
  958. if (desc == NULL)
  959. goto out;
  960. err = -ENOMEM;
  961. bh[i] = sb_getblk(sb, ext4_block_bitmap(sb, desc));
  962. if (bh[i] == NULL)
  963. goto out;
  964. if (bh_uptodate_or_lock(bh[i]))
  965. continue;
  966. if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
  967. ext4_init_block_bitmap(sb, bh[i],
  968. first_group + i, desc);
  969. set_buffer_uptodate(bh[i]);
  970. unlock_buffer(bh[i]);
  971. continue;
  972. }
  973. get_bh(bh[i]);
  974. bh[i]->b_end_io = end_buffer_read_sync;
  975. submit_bh(READ, bh[i]);
  976. mb_debug("read bitmap for group %lu\n", first_group + i);
  977. }
  978. /* wait for I/O completion */
  979. for (i = 0; i < groups_per_page && bh[i]; i++)
  980. wait_on_buffer(bh[i]);
  981. err = -EIO;
  982. for (i = 0; i < groups_per_page && bh[i]; i++)
  983. if (!buffer_uptodate(bh[i]))
  984. goto out;
  985. first_block = page->index * blocks_per_page;
  986. for (i = 0; i < blocks_per_page; i++) {
  987. int group;
  988. struct ext4_group_info *grinfo;
  989. group = (first_block + i) >> 1;
  990. if (group >= EXT4_SB(sb)->s_groups_count)
  991. break;
  992. /*
  993. * data carry information regarding this
  994. * particular group in the format specified
  995. * above
  996. *
  997. */
  998. data = page_address(page) + (i * blocksize);
  999. bitmap = bh[group - first_group]->b_data;
  1000. /*
  1001. * We place the buddy block and bitmap block
  1002. * close together
  1003. */
  1004. if ((first_block + i) & 1) {
  1005. /* this is block of buddy */
  1006. BUG_ON(incore == NULL);
  1007. mb_debug("put buddy for group %u in page %lu/%x\n",
  1008. group, page->index, i * blocksize);
  1009. memset(data, 0xff, blocksize);
  1010. grinfo = ext4_get_group_info(sb, group);
  1011. grinfo->bb_fragments = 0;
  1012. memset(grinfo->bb_counters, 0,
  1013. sizeof(unsigned short)*(sb->s_blocksize_bits+2));
  1014. /*
  1015. * incore got set to the group block bitmap below
  1016. */
  1017. ext4_mb_generate_buddy(sb, data, incore, group);
  1018. incore = NULL;
  1019. } else {
  1020. /* this is block of bitmap */
  1021. BUG_ON(incore != NULL);
  1022. mb_debug("put bitmap for group %u in page %lu/%x\n",
  1023. group, page->index, i * blocksize);
  1024. /* see comments in ext4_mb_put_pa() */
  1025. ext4_lock_group(sb, group);
  1026. memcpy(data, bitmap, blocksize);
  1027. /* mark all preallocated blks used in in-core bitmap */
  1028. ext4_mb_generate_from_pa(sb, data, group);
  1029. ext4_unlock_group(sb, group);
  1030. /* set incore so that the buddy information can be
  1031. * generated using this
  1032. */
  1033. incore = data;
  1034. }
  1035. }
  1036. SetPageUptodate(page);
  1037. out:
  1038. if (bh) {
  1039. for (i = 0; i < groups_per_page && bh[i]; i++)
  1040. brelse(bh[i]);
  1041. if (bh != &bhs)
  1042. kfree(bh);
  1043. }
  1044. return err;
  1045. }
  1046. static noinline_for_stack int
  1047. ext4_mb_load_buddy(struct super_block *sb, ext4_group_t group,
  1048. struct ext4_buddy *e4b)
  1049. {
  1050. struct ext4_sb_info *sbi = EXT4_SB(sb);
  1051. struct inode *inode = sbi->s_buddy_cache;
  1052. int blocks_per_page;
  1053. int block;
  1054. int pnum;
  1055. int poff;
  1056. struct page *page;
  1057. mb_debug("load group %lu\n", group);
  1058. blocks_per_page = PAGE_CACHE_SIZE / sb->s_blocksize;
  1059. e4b->bd_blkbits = sb->s_blocksize_bits;
  1060. e4b->bd_info = ext4_get_group_info(sb, group);
  1061. e4b->bd_sb = sb;
  1062. e4b->bd_group = group;
  1063. e4b->bd_buddy_page = NULL;
  1064. e4b->bd_bitmap_page = NULL;
  1065. /*
  1066. * the buddy cache inode stores the block bitmap
  1067. * and buddy information in consecutive blocks.
  1068. * So for each group we need two blocks.
  1069. */
  1070. block = group * 2;
  1071. pnum = block / blocks_per_page;
  1072. poff = block % blocks_per_page;
  1073. /* we could use find_or_create_page(), but it locks page
  1074. * what we'd like to avoid in fast path ... */
  1075. page = find_get_page(inode->i_mapping, pnum);
  1076. if (page == NULL || !PageUptodate(page)) {
  1077. if (page)
  1078. page_cache_release(page);
  1079. page = find_or_create_page(inode->i_mapping, pnum, GFP_NOFS);
  1080. if (page) {
  1081. BUG_ON(page->mapping != inode->i_mapping);
  1082. if (!PageUptodate(page)) {
  1083. ext4_mb_init_cache(page, NULL);
  1084. mb_cmp_bitmaps(e4b, page_address(page) +
  1085. (poff * sb->s_blocksize));
  1086. }
  1087. unlock_page(page);
  1088. }
  1089. }
  1090. if (page == NULL || !PageUptodate(page))
  1091. goto err;
  1092. e4b->bd_bitmap_page = page;
  1093. e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize);
  1094. mark_page_accessed(page);
  1095. block++;
  1096. pnum = block / blocks_per_page;
  1097. poff = block % blocks_per_page;
  1098. page = find_get_page(inode->i_mapping, pnum);
  1099. if (page == NULL || !PageUptodate(page)) {
  1100. if (page)
  1101. page_cache_release(page);
  1102. page = find_or_create_page(inode->i_mapping, pnum, GFP_NOFS);
  1103. if (page) {
  1104. BUG_ON(page->mapping != inode->i_mapping);
  1105. if (!PageUptodate(page))
  1106. ext4_mb_init_cache(page, e4b->bd_bitmap);
  1107. unlock_page(page);
  1108. }
  1109. }
  1110. if (page == NULL || !PageUptodate(page))
  1111. goto err;
  1112. e4b->bd_buddy_page = page;
  1113. e4b->bd_buddy = page_address(page) + (poff * sb->s_blocksize);
  1114. mark_page_accessed(page);
  1115. BUG_ON(e4b->bd_bitmap_page == NULL);
  1116. BUG_ON(e4b->bd_buddy_page == NULL);
  1117. return 0;
  1118. err:
  1119. if (e4b->bd_bitmap_page)
  1120. page_cache_release(e4b->bd_bitmap_page);
  1121. if (e4b->bd_buddy_page)
  1122. page_cache_release(e4b->bd_buddy_page);
  1123. e4b->bd_buddy = NULL;
  1124. e4b->bd_bitmap = NULL;
  1125. return -EIO;
  1126. }
  1127. static void ext4_mb_release_desc(struct ext4_buddy *e4b)
  1128. {
  1129. if (e4b->bd_bitmap_page)
  1130. page_cache_release(e4b->bd_bitmap_page);
  1131. if (e4b->bd_buddy_page)
  1132. page_cache_release(e4b->bd_buddy_page);
  1133. }
  1134. static int mb_find_order_for_block(struct ext4_buddy *e4b, int block)
  1135. {
  1136. int order = 1;
  1137. void *bb;
  1138. BUG_ON(EXT4_MB_BITMAP(e4b) == EXT4_MB_BUDDY(e4b));
  1139. BUG_ON(block >= (1 << (e4b->bd_blkbits + 3)));
  1140. bb = EXT4_MB_BUDDY(e4b);
  1141. while (order <= e4b->bd_blkbits + 1) {
  1142. block = block >> 1;
  1143. if (!mb_test_bit(block, bb)) {
  1144. /* this block is part of buddy of order 'order' */
  1145. return order;
  1146. }
  1147. bb += 1 << (e4b->bd_blkbits - order);
  1148. order++;
  1149. }
  1150. return 0;
  1151. }
  1152. static void mb_clear_bits(spinlock_t *lock, void *bm, int cur, int len)
  1153. {
  1154. __u32 *addr;
  1155. len = cur + len;
  1156. while (cur < len) {
  1157. if ((cur & 31) == 0 && (len - cur) >= 32) {
  1158. /* fast path: clear whole word at once */
  1159. addr = bm + (cur >> 3);
  1160. *addr = 0;
  1161. cur += 32;
  1162. continue;
  1163. }
  1164. mb_clear_bit_atomic(lock, cur, bm);
  1165. cur++;
  1166. }
  1167. }
  1168. static void mb_set_bits(spinlock_t *lock, void *bm, int cur, int len)
  1169. {
  1170. __u32 *addr;
  1171. len = cur + len;
  1172. while (cur < len) {
  1173. if ((cur & 31) == 0 && (len - cur) >= 32) {
  1174. /* fast path: set whole word at once */
  1175. addr = bm + (cur >> 3);
  1176. *addr = 0xffffffff;
  1177. cur += 32;
  1178. continue;
  1179. }
  1180. mb_set_bit_atomic(lock, cur, bm);
  1181. cur++;
  1182. }
  1183. }
  1184. static int mb_free_blocks(struct inode *inode, struct ext4_buddy *e4b,
  1185. int first, int count)
  1186. {
  1187. int block = 0;
  1188. int max = 0;
  1189. int order;
  1190. void *buddy;
  1191. void *buddy2;
  1192. struct super_block *sb = e4b->bd_sb;
  1193. BUG_ON(first + count > (sb->s_blocksize << 3));
  1194. BUG_ON(!ext4_is_group_locked(sb, e4b->bd_group));
  1195. mb_check_buddy(e4b);
  1196. mb_free_blocks_double(inode, e4b, first, count);
  1197. e4b->bd_info->bb_free += count;
  1198. if (first < e4b->bd_info->bb_first_free)
  1199. e4b->bd_info->bb_first_free = first;
  1200. /* let's maintain fragments counter */
  1201. if (first != 0)
  1202. block = !mb_test_bit(first - 1, EXT4_MB_BITMAP(e4b));
  1203. if (first + count < EXT4_SB(sb)->s_mb_maxs[0])
  1204. max = !mb_test_bit(first + count, EXT4_MB_BITMAP(e4b));
  1205. if (block && max)
  1206. e4b->bd_info->bb_fragments--;
  1207. else if (!block && !max)
  1208. e4b->bd_info->bb_fragments++;
  1209. /* let's maintain buddy itself */
  1210. while (count-- > 0) {
  1211. block = first++;
  1212. order = 0;
  1213. if (!mb_test_bit(block, EXT4_MB_BITMAP(e4b))) {
  1214. ext4_fsblk_t blocknr;
  1215. blocknr = e4b->bd_group * EXT4_BLOCKS_PER_GROUP(sb);
  1216. blocknr += block;
  1217. blocknr +=
  1218. le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block);
  1219. ext4_error(sb, __FUNCTION__, "double-free of inode"
  1220. " %lu's block %llu(bit %u in group %lu)\n",
  1221. inode ? inode->i_ino : 0, blocknr, block,
  1222. e4b->bd_group);
  1223. }
  1224. mb_clear_bit(block, EXT4_MB_BITMAP(e4b));
  1225. e4b->bd_info->bb_counters[order]++;
  1226. /* start of the buddy */
  1227. buddy = mb_find_buddy(e4b, order, &max);
  1228. do {
  1229. block &= ~1UL;
  1230. if (mb_test_bit(block, buddy) ||
  1231. mb_test_bit(block + 1, buddy))
  1232. break;
  1233. /* both the buddies are free, try to coalesce them */
  1234. buddy2 = mb_find_buddy(e4b, order + 1, &max);
  1235. if (!buddy2)
  1236. break;
  1237. if (order > 0) {
  1238. /* for special purposes, we don't set
  1239. * free bits in bitmap */
  1240. mb_set_bit(block, buddy);
  1241. mb_set_bit(block + 1, buddy);
  1242. }
  1243. e4b->bd_info->bb_counters[order]--;
  1244. e4b->bd_info->bb_counters[order]--;
  1245. block = block >> 1;
  1246. order++;
  1247. e4b->bd_info->bb_counters[order]++;
  1248. mb_clear_bit(block, buddy2);
  1249. buddy = buddy2;
  1250. } while (1);
  1251. }
  1252. mb_check_buddy(e4b);
  1253. return 0;
  1254. }
  1255. static int mb_find_extent(struct ext4_buddy *e4b, int order, int block,
  1256. int needed, struct ext4_free_extent *ex)
  1257. {
  1258. int next = block;
  1259. int max;
  1260. int ord;
  1261. void *buddy;
  1262. BUG_ON(!ext4_is_group_locked(e4b->bd_sb, e4b->bd_group));
  1263. BUG_ON(ex == NULL);
  1264. buddy = mb_find_buddy(e4b, order, &max);
  1265. BUG_ON(buddy == NULL);
  1266. BUG_ON(block >= max);
  1267. if (mb_test_bit(block, buddy)) {
  1268. ex->fe_len = 0;
  1269. ex->fe_start = 0;
  1270. ex->fe_group = 0;
  1271. return 0;
  1272. }
  1273. /* FIXME dorp order completely ? */
  1274. if (likely(order == 0)) {
  1275. /* find actual order */
  1276. order = mb_find_order_for_block(e4b, block);
  1277. block = block >> order;
  1278. }
  1279. ex->fe_len = 1 << order;
  1280. ex->fe_start = block << order;
  1281. ex->fe_group = e4b->bd_group;
  1282. /* calc difference from given start */
  1283. next = next - ex->fe_start;
  1284. ex->fe_len -= next;
  1285. ex->fe_start += next;
  1286. while (needed > ex->fe_len &&
  1287. (buddy = mb_find_buddy(e4b, order, &max))) {
  1288. if (block + 1 >= max)
  1289. break;
  1290. next = (block + 1) * (1 << order);
  1291. if (mb_test_bit(next, EXT4_MB_BITMAP(e4b)))
  1292. break;
  1293. ord = mb_find_order_for_block(e4b, next);
  1294. order = ord;
  1295. block = next >> order;
  1296. ex->fe_len += 1 << order;
  1297. }
  1298. BUG_ON(ex->fe_start + ex->fe_len > (1 << (e4b->bd_blkbits + 3)));
  1299. return ex->fe_len;
  1300. }
  1301. static int mb_mark_used(struct ext4_buddy *e4b, struct ext4_free_extent *ex)
  1302. {
  1303. int ord;
  1304. int mlen = 0;
  1305. int max = 0;
  1306. int cur;
  1307. int start = ex->fe_start;
  1308. int len = ex->fe_len;
  1309. unsigned ret = 0;
  1310. int len0 = len;
  1311. void *buddy;
  1312. BUG_ON(start + len > (e4b->bd_sb->s_blocksize << 3));
  1313. BUG_ON(e4b->bd_group != ex->fe_group);
  1314. BUG_ON(!ext4_is_group_locked(e4b->bd_sb, e4b->bd_group));
  1315. mb_check_buddy(e4b);
  1316. mb_mark_used_double(e4b, start, len);
  1317. e4b->bd_info->bb_free -= len;
  1318. if (e4b->bd_info->bb_first_free == start)
  1319. e4b->bd_info->bb_first_free += len;
  1320. /* let's maintain fragments counter */
  1321. if (start != 0)
  1322. mlen = !mb_test_bit(start - 1, EXT4_MB_BITMAP(e4b));
  1323. if (start + len < EXT4_SB(e4b->bd_sb)->s_mb_maxs[0])
  1324. max = !mb_test_bit(start + len, EXT4_MB_BITMAP(e4b));
  1325. if (mlen && max)
  1326. e4b->bd_info->bb_fragments++;
  1327. else if (!mlen && !max)
  1328. e4b->bd_info->bb_fragments--;
  1329. /* let's maintain buddy itself */
  1330. while (len) {
  1331. ord = mb_find_order_for_block(e4b, start);
  1332. if (((start >> ord) << ord) == start && len >= (1 << ord)) {
  1333. /* the whole chunk may be allocated at once! */
  1334. mlen = 1 << ord;
  1335. buddy = mb_find_buddy(e4b, ord, &max);
  1336. BUG_ON((start >> ord) >= max);
  1337. mb_set_bit(start >> ord, buddy);
  1338. e4b->bd_info->bb_counters[ord]--;
  1339. start += mlen;
  1340. len -= mlen;
  1341. BUG_ON(len < 0);
  1342. continue;
  1343. }
  1344. /* store for history */
  1345. if (ret == 0)
  1346. ret = len | (ord << 16);
  1347. /* we have to split large buddy */
  1348. BUG_ON(ord <= 0);
  1349. buddy = mb_find_buddy(e4b, ord, &max);
  1350. mb_set_bit(start >> ord, buddy);
  1351. e4b->bd_info->bb_counters[ord]--;
  1352. ord--;
  1353. cur = (start >> ord) & ~1U;
  1354. buddy = mb_find_buddy(e4b, ord, &max);
  1355. mb_clear_bit(cur, buddy);
  1356. mb_clear_bit(cur + 1, buddy);
  1357. e4b->bd_info->bb_counters[ord]++;
  1358. e4b->bd_info->bb_counters[ord]++;
  1359. }
  1360. mb_set_bits(sb_bgl_lock(EXT4_SB(e4b->bd_sb), ex->fe_group),
  1361. EXT4_MB_BITMAP(e4b), ex->fe_start, len0);
  1362. mb_check_buddy(e4b);
  1363. return ret;
  1364. }
  1365. /*
  1366. * Must be called under group lock!
  1367. */
  1368. static void ext4_mb_use_best_found(struct ext4_allocation_context *ac,
  1369. struct ext4_buddy *e4b)
  1370. {
  1371. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  1372. int ret;
  1373. BUG_ON(ac->ac_b_ex.fe_group != e4b->bd_group);
  1374. BUG_ON(ac->ac_status == AC_STATUS_FOUND);
  1375. ac->ac_b_ex.fe_len = min(ac->ac_b_ex.fe_len, ac->ac_g_ex.fe_len);
  1376. ac->ac_b_ex.fe_logical = ac->ac_g_ex.fe_logical;
  1377. ret = mb_mark_used(e4b, &ac->ac_b_ex);
  1378. /* preallocation can change ac_b_ex, thus we store actually
  1379. * allocated blocks for history */
  1380. ac->ac_f_ex = ac->ac_b_ex;
  1381. ac->ac_status = AC_STATUS_FOUND;
  1382. ac->ac_tail = ret & 0xffff;
  1383. ac->ac_buddy = ret >> 16;
  1384. /* XXXXXXX: SUCH A HORRIBLE **CK */
  1385. /*FIXME!! Why ? */
  1386. ac->ac_bitmap_page = e4b->bd_bitmap_page;
  1387. get_page(ac->ac_bitmap_page);
  1388. ac->ac_buddy_page = e4b->bd_buddy_page;
  1389. get_page(ac->ac_buddy_page);
  1390. /* store last allocated for subsequent stream allocation */
  1391. if ((ac->ac_flags & EXT4_MB_HINT_DATA)) {
  1392. spin_lock(&sbi->s_md_lock);
  1393. sbi->s_mb_last_group = ac->ac_f_ex.fe_group;
  1394. sbi->s_mb_last_start = ac->ac_f_ex.fe_start;
  1395. spin_unlock(&sbi->s_md_lock);
  1396. }
  1397. }
  1398. /*
  1399. * regular allocator, for general purposes allocation
  1400. */
  1401. static void ext4_mb_check_limits(struct ext4_allocation_context *ac,
  1402. struct ext4_buddy *e4b,
  1403. int finish_group)
  1404. {
  1405. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  1406. struct ext4_free_extent *bex = &ac->ac_b_ex;
  1407. struct ext4_free_extent *gex = &ac->ac_g_ex;
  1408. struct ext4_free_extent ex;
  1409. int max;
  1410. /*
  1411. * We don't want to scan for a whole year
  1412. */
  1413. if (ac->ac_found > sbi->s_mb_max_to_scan &&
  1414. !(ac->ac_flags & EXT4_MB_HINT_FIRST)) {
  1415. ac->ac_status = AC_STATUS_BREAK;
  1416. return;
  1417. }
  1418. /*
  1419. * Haven't found good chunk so far, let's continue
  1420. */
  1421. if (bex->fe_len < gex->fe_len)
  1422. return;
  1423. if ((finish_group || ac->ac_found > sbi->s_mb_min_to_scan)
  1424. && bex->fe_group == e4b->bd_group) {
  1425. /* recheck chunk's availability - we don't know
  1426. * when it was found (within this lock-unlock
  1427. * period or not) */
  1428. max = mb_find_extent(e4b, 0, bex->fe_start, gex->fe_len, &ex);
  1429. if (max >= gex->fe_len) {
  1430. ext4_mb_use_best_found(ac, e4b);
  1431. return;
  1432. }
  1433. }
  1434. }
  1435. /*
  1436. * The routine checks whether found extent is good enough. If it is,
  1437. * then the extent gets marked used and flag is set to the context
  1438. * to stop scanning. Otherwise, the extent is compared with the
  1439. * previous found extent and if new one is better, then it's stored
  1440. * in the context. Later, the best found extent will be used, if
  1441. * mballoc can't find good enough extent.
  1442. *
  1443. * FIXME: real allocation policy is to be designed yet!
  1444. */
  1445. static void ext4_mb_measure_extent(struct ext4_allocation_context *ac,
  1446. struct ext4_free_extent *ex,
  1447. struct ext4_buddy *e4b)
  1448. {
  1449. struct ext4_free_extent *bex = &ac->ac_b_ex;
  1450. struct ext4_free_extent *gex = &ac->ac_g_ex;
  1451. BUG_ON(ex->fe_len <= 0);
  1452. BUG_ON(ex->fe_len >= EXT4_BLOCKS_PER_GROUP(ac->ac_sb));
  1453. BUG_ON(ex->fe_start >= EXT4_BLOCKS_PER_GROUP(ac->ac_sb));
  1454. BUG_ON(ac->ac_status != AC_STATUS_CONTINUE);
  1455. ac->ac_found++;
  1456. /*
  1457. * The special case - take what you catch first
  1458. */
  1459. if (unlikely(ac->ac_flags & EXT4_MB_HINT_FIRST)) {
  1460. *bex = *ex;
  1461. ext4_mb_use_best_found(ac, e4b);
  1462. return;
  1463. }
  1464. /*
  1465. * Let's check whether the chuck is good enough
  1466. */
  1467. if (ex->fe_len == gex->fe_len) {
  1468. *bex = *ex;
  1469. ext4_mb_use_best_found(ac, e4b);
  1470. return;
  1471. }
  1472. /*
  1473. * If this is first found extent, just store it in the context
  1474. */
  1475. if (bex->fe_len == 0) {
  1476. *bex = *ex;
  1477. return;
  1478. }
  1479. /*
  1480. * If new found extent is better, store it in the context
  1481. */
  1482. if (bex->fe_len < gex->fe_len) {
  1483. /* if the request isn't satisfied, any found extent
  1484. * larger than previous best one is better */
  1485. if (ex->fe_len > bex->fe_len)
  1486. *bex = *ex;
  1487. } else if (ex->fe_len > gex->fe_len) {
  1488. /* if the request is satisfied, then we try to find
  1489. * an extent that still satisfy the request, but is
  1490. * smaller than previous one */
  1491. if (ex->fe_len < bex->fe_len)
  1492. *bex = *ex;
  1493. }
  1494. ext4_mb_check_limits(ac, e4b, 0);
  1495. }
  1496. static int ext4_mb_try_best_found(struct ext4_allocation_context *ac,
  1497. struct ext4_buddy *e4b)
  1498. {
  1499. struct ext4_free_extent ex = ac->ac_b_ex;
  1500. ext4_group_t group = ex.fe_group;
  1501. int max;
  1502. int err;
  1503. BUG_ON(ex.fe_len <= 0);
  1504. err = ext4_mb_load_buddy(ac->ac_sb, group, e4b);
  1505. if (err)
  1506. return err;
  1507. ext4_lock_group(ac->ac_sb, group);
  1508. max = mb_find_extent(e4b, 0, ex.fe_start, ex.fe_len, &ex);
  1509. if (max > 0) {
  1510. ac->ac_b_ex = ex;
  1511. ext4_mb_use_best_found(ac, e4b);
  1512. }
  1513. ext4_unlock_group(ac->ac_sb, group);
  1514. ext4_mb_release_desc(e4b);
  1515. return 0;
  1516. }
  1517. static int ext4_mb_find_by_goal(struct ext4_allocation_context *ac,
  1518. struct ext4_buddy *e4b)
  1519. {
  1520. ext4_group_t group = ac->ac_g_ex.fe_group;
  1521. int max;
  1522. int err;
  1523. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  1524. struct ext4_super_block *es = sbi->s_es;
  1525. struct ext4_free_extent ex;
  1526. if (!(ac->ac_flags & EXT4_MB_HINT_TRY_GOAL))
  1527. return 0;
  1528. err = ext4_mb_load_buddy(ac->ac_sb, group, e4b);
  1529. if (err)
  1530. return err;
  1531. ext4_lock_group(ac->ac_sb, group);
  1532. max = mb_find_extent(e4b, 0, ac->ac_g_ex.fe_start,
  1533. ac->ac_g_ex.fe_len, &ex);
  1534. if (max >= ac->ac_g_ex.fe_len && ac->ac_g_ex.fe_len == sbi->s_stripe) {
  1535. ext4_fsblk_t start;
  1536. start = (e4b->bd_group * EXT4_BLOCKS_PER_GROUP(ac->ac_sb)) +
  1537. ex.fe_start + le32_to_cpu(es->s_first_data_block);
  1538. /* use do_div to get remainder (would be 64-bit modulo) */
  1539. if (do_div(start, sbi->s_stripe) == 0) {
  1540. ac->ac_found++;
  1541. ac->ac_b_ex = ex;
  1542. ext4_mb_use_best_found(ac, e4b);
  1543. }
  1544. } else if (max >= ac->ac_g_ex.fe_len) {
  1545. BUG_ON(ex.fe_len <= 0);
  1546. BUG_ON(ex.fe_group != ac->ac_g_ex.fe_group);
  1547. BUG_ON(ex.fe_start != ac->ac_g_ex.fe_start);
  1548. ac->ac_found++;
  1549. ac->ac_b_ex = ex;
  1550. ext4_mb_use_best_found(ac, e4b);
  1551. } else if (max > 0 && (ac->ac_flags & EXT4_MB_HINT_MERGE)) {
  1552. /* Sometimes, caller may want to merge even small
  1553. * number of blocks to an existing extent */
  1554. BUG_ON(ex.fe_len <= 0);
  1555. BUG_ON(ex.fe_group != ac->ac_g_ex.fe_group);
  1556. BUG_ON(ex.fe_start != ac->ac_g_ex.fe_start);
  1557. ac->ac_found++;
  1558. ac->ac_b_ex = ex;
  1559. ext4_mb_use_best_found(ac, e4b);
  1560. }
  1561. ext4_unlock_group(ac->ac_sb, group);
  1562. ext4_mb_release_desc(e4b);
  1563. return 0;
  1564. }
  1565. /*
  1566. * The routine scans buddy structures (not bitmap!) from given order
  1567. * to max order and tries to find big enough chunk to satisfy the req
  1568. */
  1569. static void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
  1570. struct ext4_buddy *e4b)
  1571. {
  1572. struct super_block *sb = ac->ac_sb;
  1573. struct ext4_group_info *grp = e4b->bd_info;
  1574. void *buddy;
  1575. int i;
  1576. int k;
  1577. int max;
  1578. BUG_ON(ac->ac_2order <= 0);
  1579. for (i = ac->ac_2order; i <= sb->s_blocksize_bits + 1; i++) {
  1580. if (grp->bb_counters[i] == 0)
  1581. continue;
  1582. buddy = mb_find_buddy(e4b, i, &max);
  1583. BUG_ON(buddy == NULL);
  1584. k = mb_find_next_zero_bit(buddy, max, 0);
  1585. BUG_ON(k >= max);
  1586. ac->ac_found++;
  1587. ac->ac_b_ex.fe_len = 1 << i;
  1588. ac->ac_b_ex.fe_start = k << i;
  1589. ac->ac_b_ex.fe_group = e4b->bd_group;
  1590. ext4_mb_use_best_found(ac, e4b);
  1591. BUG_ON(ac->ac_b_ex.fe_len != ac->ac_g_ex.fe_len);
  1592. if (EXT4_SB(sb)->s_mb_stats)
  1593. atomic_inc(&EXT4_SB(sb)->s_bal_2orders);
  1594. break;
  1595. }
  1596. }
  1597. /*
  1598. * The routine scans the group and measures all found extents.
  1599. * In order to optimize scanning, caller must pass number of
  1600. * free blocks in the group, so the routine can know upper limit.
  1601. */
  1602. static void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac,
  1603. struct ext4_buddy *e4b)
  1604. {
  1605. struct super_block *sb = ac->ac_sb;
  1606. void *bitmap = EXT4_MB_BITMAP(e4b);
  1607. struct ext4_free_extent ex;
  1608. int i;
  1609. int free;
  1610. free = e4b->bd_info->bb_free;
  1611. BUG_ON(free <= 0);
  1612. i = e4b->bd_info->bb_first_free;
  1613. while (free && ac->ac_status == AC_STATUS_CONTINUE) {
  1614. i = mb_find_next_zero_bit(bitmap,
  1615. EXT4_BLOCKS_PER_GROUP(sb), i);
  1616. if (i >= EXT4_BLOCKS_PER_GROUP(sb)) {
  1617. /*
  1618. * IF we have corrupt bitmap, we won't find any
  1619. * free blocks even though group info says we
  1620. * we have free blocks
  1621. */
  1622. ext4_error(sb, __FUNCTION__, "%d free blocks as per "
  1623. "group info. But bitmap says 0\n",
  1624. free);
  1625. break;
  1626. }
  1627. mb_find_extent(e4b, 0, i, ac->ac_g_ex.fe_len, &ex);
  1628. BUG_ON(ex.fe_len <= 0);
  1629. if (free < ex.fe_len) {
  1630. ext4_error(sb, __FUNCTION__, "%d free blocks as per "
  1631. "group info. But got %d blocks\n",
  1632. free, ex.fe_len);
  1633. /*
  1634. * The number of free blocks differs. This mostly
  1635. * indicate that the bitmap is corrupt. So exit
  1636. * without claiming the space.
  1637. */
  1638. break;
  1639. }
  1640. ext4_mb_measure_extent(ac, &ex, e4b);
  1641. i += ex.fe_len;
  1642. free -= ex.fe_len;
  1643. }
  1644. ext4_mb_check_limits(ac, e4b, 1);
  1645. }
  1646. /*
  1647. * This is a special case for storages like raid5
  1648. * we try to find stripe-aligned chunks for stripe-size requests
  1649. * XXX should do so at least for multiples of stripe size as well
  1650. */
  1651. static void ext4_mb_scan_aligned(struct ext4_allocation_context *ac,
  1652. struct ext4_buddy *e4b)
  1653. {
  1654. struct super_block *sb = ac->ac_sb;
  1655. struct ext4_sb_info *sbi = EXT4_SB(sb);
  1656. void *bitmap = EXT4_MB_BITMAP(e4b);
  1657. struct ext4_free_extent ex;
  1658. ext4_fsblk_t first_group_block;
  1659. ext4_fsblk_t a;
  1660. ext4_grpblk_t i;
  1661. int max;
  1662. BUG_ON(sbi->s_stripe == 0);
  1663. /* find first stripe-aligned block in group */
  1664. first_group_block = e4b->bd_group * EXT4_BLOCKS_PER_GROUP(sb)
  1665. + le32_to_cpu(sbi->s_es->s_first_data_block);
  1666. a = first_group_block + sbi->s_stripe - 1;
  1667. do_div(a, sbi->s_stripe);
  1668. i = (a * sbi->s_stripe) - first_group_block;
  1669. while (i < EXT4_BLOCKS_PER_GROUP(sb)) {
  1670. if (!mb_test_bit(i, bitmap)) {
  1671. max = mb_find_extent(e4b, 0, i, sbi->s_stripe, &ex);
  1672. if (max >= sbi->s_stripe) {
  1673. ac->ac_found++;
  1674. ac->ac_b_ex = ex;
  1675. ext4_mb_use_best_found(ac, e4b);
  1676. break;
  1677. }
  1678. }
  1679. i += sbi->s_stripe;
  1680. }
  1681. }
  1682. static int ext4_mb_good_group(struct ext4_allocation_context *ac,
  1683. ext4_group_t group, int cr)
  1684. {
  1685. unsigned free, fragments;
  1686. unsigned i, bits;
  1687. struct ext4_group_desc *desc;
  1688. struct ext4_group_info *grp = ext4_get_group_info(ac->ac_sb, group);
  1689. BUG_ON(cr < 0 || cr >= 4);
  1690. BUG_ON(EXT4_MB_GRP_NEED_INIT(grp));
  1691. free = grp->bb_free;
  1692. fragments = grp->bb_fragments;
  1693. if (free == 0)
  1694. return 0;
  1695. if (fragments == 0)
  1696. return 0;
  1697. switch (cr) {
  1698. case 0:
  1699. BUG_ON(ac->ac_2order == 0);
  1700. /* If this group is uninitialized, skip it initially */
  1701. desc = ext4_get_group_desc(ac->ac_sb, group, NULL);
  1702. if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT))
  1703. return 0;
  1704. bits = ac->ac_sb->s_blocksize_bits + 1;
  1705. for (i = ac->ac_2order; i <= bits; i++)
  1706. if (grp->bb_counters[i] > 0)
  1707. return 1;
  1708. break;
  1709. case 1:
  1710. if ((free / fragments) >= ac->ac_g_ex.fe_len)
  1711. return 1;
  1712. break;
  1713. case 2:
  1714. if (free >= ac->ac_g_ex.fe_len)
  1715. return 1;
  1716. break;
  1717. case 3:
  1718. return 1;
  1719. default:
  1720. BUG();
  1721. }
  1722. return 0;
  1723. }
  1724. static noinline_for_stack int
  1725. ext4_mb_regular_allocator(struct ext4_allocation_context *ac)
  1726. {
  1727. ext4_group_t group;
  1728. ext4_group_t i;
  1729. int cr;
  1730. int err = 0;
  1731. int bsbits;
  1732. struct ext4_sb_info *sbi;
  1733. struct super_block *sb;
  1734. struct ext4_buddy e4b;
  1735. loff_t size, isize;
  1736. sb = ac->ac_sb;
  1737. sbi = EXT4_SB(sb);
  1738. BUG_ON(ac->ac_status == AC_STATUS_FOUND);
  1739. /* first, try the goal */
  1740. err = ext4_mb_find_by_goal(ac, &e4b);
  1741. if (err || ac->ac_status == AC_STATUS_FOUND)
  1742. goto out;
  1743. if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY))
  1744. goto out;
  1745. /*
  1746. * ac->ac2_order is set only if the fe_len is a power of 2
  1747. * if ac2_order is set we also set criteria to 0 so that we
  1748. * try exact allocation using buddy.
  1749. */
  1750. i = fls(ac->ac_g_ex.fe_len);
  1751. ac->ac_2order = 0;
  1752. /*
  1753. * We search using buddy data only if the order of the request
  1754. * is greater than equal to the sbi_s_mb_order2_reqs
  1755. * You can tune it via /proc/fs/ext4/<partition>/order2_req
  1756. */
  1757. if (i >= sbi->s_mb_order2_reqs) {
  1758. /*
  1759. * This should tell if fe_len is exactly power of 2
  1760. */
  1761. if ((ac->ac_g_ex.fe_len & (~(1 << (i - 1)))) == 0)
  1762. ac->ac_2order = i - 1;
  1763. }
  1764. bsbits = ac->ac_sb->s_blocksize_bits;
  1765. /* if stream allocation is enabled, use global goal */
  1766. size = ac->ac_o_ex.fe_logical + ac->ac_o_ex.fe_len;
  1767. isize = i_size_read(ac->ac_inode) >> bsbits;
  1768. if (size < isize)
  1769. size = isize;
  1770. if (size < sbi->s_mb_stream_request &&
  1771. (ac->ac_flags & EXT4_MB_HINT_DATA)) {
  1772. /* TBD: may be hot point */
  1773. spin_lock(&sbi->s_md_lock);
  1774. ac->ac_g_ex.fe_group = sbi->s_mb_last_group;
  1775. ac->ac_g_ex.fe_start = sbi->s_mb_last_start;
  1776. spin_unlock(&sbi->s_md_lock);
  1777. }
  1778. /* searching for the right group start from the goal value specified */
  1779. group = ac->ac_g_ex.fe_group;
  1780. /* Let's just scan groups to find more-less suitable blocks */
  1781. cr = ac->ac_2order ? 0 : 1;
  1782. /*
  1783. * cr == 0 try to get exact allocation,
  1784. * cr == 3 try to get anything
  1785. */
  1786. repeat:
  1787. for (; cr < 4 && ac->ac_status == AC_STATUS_CONTINUE; cr++) {
  1788. ac->ac_criteria = cr;
  1789. for (i = 0; i < EXT4_SB(sb)->s_groups_count; group++, i++) {
  1790. struct ext4_group_info *grp;
  1791. struct ext4_group_desc *desc;
  1792. if (group == EXT4_SB(sb)->s_groups_count)
  1793. group = 0;
  1794. /* quick check to skip empty groups */
  1795. grp = ext4_get_group_info(ac->ac_sb, group);
  1796. if (grp->bb_free == 0)
  1797. continue;
  1798. /*
  1799. * if the group is already init we check whether it is
  1800. * a good group and if not we don't load the buddy
  1801. */
  1802. if (EXT4_MB_GRP_NEED_INIT(grp)) {
  1803. /*
  1804. * we need full data about the group
  1805. * to make a good selection
  1806. */
  1807. err = ext4_mb_load_buddy(sb, group, &e4b);
  1808. if (err)
  1809. goto out;
  1810. ext4_mb_release_desc(&e4b);
  1811. }
  1812. /*
  1813. * If the particular group doesn't satisfy our
  1814. * criteria we continue with the next group
  1815. */
  1816. if (!ext4_mb_good_group(ac, group, cr))
  1817. continue;
  1818. err = ext4_mb_load_buddy(sb, group, &e4b);
  1819. if (err)
  1820. goto out;
  1821. ext4_lock_group(sb, group);
  1822. if (!ext4_mb_good_group(ac, group, cr)) {
  1823. /* someone did allocation from this group */
  1824. ext4_unlock_group(sb, group);
  1825. ext4_mb_release_desc(&e4b);
  1826. continue;
  1827. }
  1828. ac->ac_groups_scanned++;
  1829. desc = ext4_get_group_desc(sb, group, NULL);
  1830. if (cr == 0 || (desc->bg_flags &
  1831. cpu_to_le16(EXT4_BG_BLOCK_UNINIT) &&
  1832. ac->ac_2order != 0))
  1833. ext4_mb_simple_scan_group(ac, &e4b);
  1834. else if (cr == 1 &&
  1835. ac->ac_g_ex.fe_len == sbi->s_stripe)
  1836. ext4_mb_scan_aligned(ac, &e4b);
  1837. else
  1838. ext4_mb_complex_scan_group(ac, &e4b);
  1839. ext4_unlock_group(sb, group);
  1840. ext4_mb_release_desc(&e4b);
  1841. if (ac->ac_status != AC_STATUS_CONTINUE)
  1842. break;
  1843. }
  1844. }
  1845. if (ac->ac_b_ex.fe_len > 0 && ac->ac_status != AC_STATUS_FOUND &&
  1846. !(ac->ac_flags & EXT4_MB_HINT_FIRST)) {
  1847. /*
  1848. * We've been searching too long. Let's try to allocate
  1849. * the best chunk we've found so far
  1850. */
  1851. ext4_mb_try_best_found(ac, &e4b);
  1852. if (ac->ac_status != AC_STATUS_FOUND) {
  1853. /*
  1854. * Someone more lucky has already allocated it.
  1855. * The only thing we can do is just take first
  1856. * found block(s)
  1857. printk(KERN_DEBUG "EXT4-fs: someone won our chunk\n");
  1858. */
  1859. ac->ac_b_ex.fe_group = 0;
  1860. ac->ac_b_ex.fe_start = 0;
  1861. ac->ac_b_ex.fe_len = 0;
  1862. ac->ac_status = AC_STATUS_CONTINUE;
  1863. ac->ac_flags |= EXT4_MB_HINT_FIRST;
  1864. cr = 3;
  1865. atomic_inc(&sbi->s_mb_lost_chunks);
  1866. goto repeat;
  1867. }
  1868. }
  1869. out:
  1870. return err;
  1871. }
  1872. #ifdef EXT4_MB_HISTORY
  1873. struct ext4_mb_proc_session {
  1874. struct ext4_mb_history *history;
  1875. struct super_block *sb;
  1876. int start;
  1877. int max;
  1878. };
  1879. static void *ext4_mb_history_skip_empty(struct ext4_mb_proc_session *s,
  1880. struct ext4_mb_history *hs,
  1881. int first)
  1882. {
  1883. if (hs == s->history + s->max)
  1884. hs = s->history;
  1885. if (!first && hs == s->history + s->start)
  1886. return NULL;
  1887. while (hs->orig.fe_len == 0) {
  1888. hs++;
  1889. if (hs == s->history + s->max)
  1890. hs = s->history;
  1891. if (hs == s->history + s->start)
  1892. return NULL;
  1893. }
  1894. return hs;
  1895. }
  1896. static void *ext4_mb_seq_history_start(struct seq_file *seq, loff_t *pos)
  1897. {
  1898. struct ext4_mb_proc_session *s = seq->private;
  1899. struct ext4_mb_history *hs;
  1900. int l = *pos;
  1901. if (l == 0)
  1902. return SEQ_START_TOKEN;
  1903. hs = ext4_mb_history_skip_empty(s, s->history + s->start, 1);
  1904. if (!hs)
  1905. return NULL;
  1906. while (--l && (hs = ext4_mb_history_skip_empty(s, ++hs, 0)) != NULL);
  1907. return hs;
  1908. }
  1909. static void *ext4_mb_seq_history_next(struct seq_file *seq, void *v,
  1910. loff_t *pos)
  1911. {
  1912. struct ext4_mb_proc_session *s = seq->private;
  1913. struct ext4_mb_history *hs = v;
  1914. ++*pos;
  1915. if (v == SEQ_START_TOKEN)
  1916. return ext4_mb_history_skip_empty(s, s->history + s->start, 1);
  1917. else
  1918. return ext4_mb_history_skip_empty(s, ++hs, 0);
  1919. }
  1920. static int ext4_mb_seq_history_show(struct seq_file *seq, void *v)
  1921. {
  1922. char buf[25], buf2[25], buf3[25], *fmt;
  1923. struct ext4_mb_history *hs = v;
  1924. if (v == SEQ_START_TOKEN) {
  1925. seq_printf(seq, "%-5s %-8s %-23s %-23s %-23s %-5s "
  1926. "%-5s %-2s %-5s %-5s %-5s %-6s\n",
  1927. "pid", "inode", "original", "goal", "result", "found",
  1928. "grps", "cr", "flags", "merge", "tail", "broken");
  1929. return 0;
  1930. }
  1931. if (hs->op == EXT4_MB_HISTORY_ALLOC) {
  1932. fmt = "%-5u %-8u %-23s %-23s %-23s %-5u %-5u %-2u "
  1933. "%-5u %-5s %-5u %-6u\n";
  1934. sprintf(buf2, "%lu/%d/%u@%u", hs->result.fe_group,
  1935. hs->result.fe_start, hs->result.fe_len,
  1936. hs->result.fe_logical);
  1937. sprintf(buf, "%lu/%d/%u@%u", hs->orig.fe_group,
  1938. hs->orig.fe_start, hs->orig.fe_len,
  1939. hs->orig.fe_logical);
  1940. sprintf(buf3, "%lu/%d/%u@%u", hs->goal.fe_group,
  1941. hs->goal.fe_start, hs->goal.fe_len,
  1942. hs->goal.fe_logical);
  1943. seq_printf(seq, fmt, hs->pid, hs->ino, buf, buf3, buf2,
  1944. hs->found, hs->groups, hs->cr, hs->flags,
  1945. hs->merged ? "M" : "", hs->tail,
  1946. hs->buddy ? 1 << hs->buddy : 0);
  1947. } else if (hs->op == EXT4_MB_HISTORY_PREALLOC) {
  1948. fmt = "%-5u %-8u %-23s %-23s %-23s\n";
  1949. sprintf(buf2, "%lu/%d/%u@%u", hs->result.fe_group,
  1950. hs->result.fe_start, hs->result.fe_len,
  1951. hs->result.fe_logical);
  1952. sprintf(buf, "%lu/%d/%u@%u", hs->orig.fe_group,
  1953. hs->orig.fe_start, hs->orig.fe_len,
  1954. hs->orig.fe_logical);
  1955. seq_printf(seq, fmt, hs->pid, hs->ino, buf, "", buf2);
  1956. } else if (hs->op == EXT4_MB_HISTORY_DISCARD) {
  1957. sprintf(buf2, "%lu/%d/%u", hs->result.fe_group,
  1958. hs->result.fe_start, hs->result.fe_len);
  1959. seq_printf(seq, "%-5u %-8u %-23s discard\n",
  1960. hs->pid, hs->ino, buf2);
  1961. } else if (hs->op == EXT4_MB_HISTORY_FREE) {
  1962. sprintf(buf2, "%lu/%d/%u", hs->result.fe_group,
  1963. hs->result.fe_start, hs->result.fe_len);
  1964. seq_printf(seq, "%-5u %-8u %-23s free\n",
  1965. hs->pid, hs->ino, buf2);
  1966. }
  1967. return 0;
  1968. }
  1969. static void ext4_mb_seq_history_stop(struct seq_file *seq, void *v)
  1970. {
  1971. }
  1972. static struct seq_operations ext4_mb_seq_history_ops = {
  1973. .start = ext4_mb_seq_history_start,
  1974. .next = ext4_mb_seq_history_next,
  1975. .stop = ext4_mb_seq_history_stop,
  1976. .show = ext4_mb_seq_history_show,
  1977. };
  1978. static int ext4_mb_seq_history_open(struct inode *inode, struct file *file)
  1979. {
  1980. struct super_block *sb = PDE(inode)->data;
  1981. struct ext4_sb_info *sbi = EXT4_SB(sb);
  1982. struct ext4_mb_proc_session *s;
  1983. int rc;
  1984. int size;
  1985. s = kmalloc(sizeof(*s), GFP_KERNEL);
  1986. if (s == NULL)
  1987. return -ENOMEM;
  1988. s->sb = sb;
  1989. size = sizeof(struct ext4_mb_history) * sbi->s_mb_history_max;
  1990. s->history = kmalloc(size, GFP_KERNEL);
  1991. if (s->history == NULL) {
  1992. kfree(s);
  1993. return -ENOMEM;
  1994. }
  1995. spin_lock(&sbi->s_mb_history_lock);
  1996. memcpy(s->history, sbi->s_mb_history, size);
  1997. s->max = sbi->s_mb_history_max;
  1998. s->start = sbi->s_mb_history_cur % s->max;
  1999. spin_unlock(&sbi->s_mb_history_lock);
  2000. rc = seq_open(file, &ext4_mb_seq_history_ops);
  2001. if (rc == 0) {
  2002. struct seq_file *m = (struct seq_file *)file->private_data;
  2003. m->private = s;
  2004. } else {
  2005. kfree(s->history);
  2006. kfree(s);
  2007. }
  2008. return rc;
  2009. }
  2010. static int ext4_mb_seq_history_release(struct inode *inode, struct file *file)
  2011. {
  2012. struct seq_file *seq = (struct seq_file *)file->private_data;
  2013. struct ext4_mb_proc_session *s = seq->private;
  2014. kfree(s->history);
  2015. kfree(s);
  2016. return seq_release(inode, file);
  2017. }
  2018. static ssize_t ext4_mb_seq_history_write(struct file *file,
  2019. const char __user *buffer,
  2020. size_t count, loff_t *ppos)
  2021. {
  2022. struct seq_file *seq = (struct seq_file *)file->private_data;
  2023. struct ext4_mb_proc_session *s = seq->private;
  2024. struct super_block *sb = s->sb;
  2025. char str[32];
  2026. int value;
  2027. if (count >= sizeof(str)) {
  2028. printk(KERN_ERR "EXT4-fs: %s string too long, max %u bytes\n",
  2029. "mb_history", (int)sizeof(str));
  2030. return -EOVERFLOW;
  2031. }
  2032. if (copy_from_user(str, buffer, count))
  2033. return -EFAULT;
  2034. value = simple_strtol(str, NULL, 0);
  2035. if (value < 0)
  2036. return -ERANGE;
  2037. EXT4_SB(sb)->s_mb_history_filter = value;
  2038. return count;
  2039. }
  2040. static struct file_operations ext4_mb_seq_history_fops = {
  2041. .owner = THIS_MODULE,
  2042. .open = ext4_mb_seq_history_open,
  2043. .read = seq_read,
  2044. .write = ext4_mb_seq_history_write,
  2045. .llseek = seq_lseek,
  2046. .release = ext4_mb_seq_history_release,
  2047. };
  2048. static void *ext4_mb_seq_groups_start(struct seq_file *seq, loff_t *pos)
  2049. {
  2050. struct super_block *sb = seq->private;
  2051. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2052. ext4_group_t group;
  2053. if (*pos < 0 || *pos >= sbi->s_groups_count)
  2054. return NULL;
  2055. group = *pos + 1;
  2056. return (void *) group;
  2057. }
  2058. static void *ext4_mb_seq_groups_next(struct seq_file *seq, void *v, loff_t *pos)
  2059. {
  2060. struct super_block *sb = seq->private;
  2061. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2062. ext4_group_t group;
  2063. ++*pos;
  2064. if (*pos < 0 || *pos >= sbi->s_groups_count)
  2065. return NULL;
  2066. group = *pos + 1;
  2067. return (void *) group;;
  2068. }
  2069. static int ext4_mb_seq_groups_show(struct seq_file *seq, void *v)
  2070. {
  2071. struct super_block *sb = seq->private;
  2072. long group = (long) v;
  2073. int i;
  2074. int err;
  2075. struct ext4_buddy e4b;
  2076. struct sg {
  2077. struct ext4_group_info info;
  2078. unsigned short counters[16];
  2079. } sg;
  2080. group--;
  2081. if (group == 0)
  2082. seq_printf(seq, "#%-5s: %-5s %-5s %-5s "
  2083. "[ %-5s %-5s %-5s %-5s %-5s %-5s %-5s "
  2084. "%-5s %-5s %-5s %-5s %-5s %-5s %-5s ]\n",
  2085. "group", "free", "frags", "first",
  2086. "2^0", "2^1", "2^2", "2^3", "2^4", "2^5", "2^6",
  2087. "2^7", "2^8", "2^9", "2^10", "2^11", "2^12", "2^13");
  2088. i = (sb->s_blocksize_bits + 2) * sizeof(sg.info.bb_counters[0]) +
  2089. sizeof(struct ext4_group_info);
  2090. err = ext4_mb_load_buddy(sb, group, &e4b);
  2091. if (err) {
  2092. seq_printf(seq, "#%-5lu: I/O error\n", group);
  2093. return 0;
  2094. }
  2095. ext4_lock_group(sb, group);
  2096. memcpy(&sg, ext4_get_group_info(sb, group), i);
  2097. ext4_unlock_group(sb, group);
  2098. ext4_mb_release_desc(&e4b);
  2099. seq_printf(seq, "#%-5lu: %-5u %-5u %-5u [", group, sg.info.bb_free,
  2100. sg.info.bb_fragments, sg.info.bb_first_free);
  2101. for (i = 0; i <= 13; i++)
  2102. seq_printf(seq, " %-5u", i <= sb->s_blocksize_bits + 1 ?
  2103. sg.info.bb_counters[i] : 0);
  2104. seq_printf(seq, " ]\n");
  2105. return 0;
  2106. }
  2107. static void ext4_mb_seq_groups_stop(struct seq_file *seq, void *v)
  2108. {
  2109. }
  2110. static struct seq_operations ext4_mb_seq_groups_ops = {
  2111. .start = ext4_mb_seq_groups_start,
  2112. .next = ext4_mb_seq_groups_next,
  2113. .stop = ext4_mb_seq_groups_stop,
  2114. .show = ext4_mb_seq_groups_show,
  2115. };
  2116. static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file)
  2117. {
  2118. struct super_block *sb = PDE(inode)->data;
  2119. int rc;
  2120. rc = seq_open(file, &ext4_mb_seq_groups_ops);
  2121. if (rc == 0) {
  2122. struct seq_file *m = (struct seq_file *)file->private_data;
  2123. m->private = sb;
  2124. }
  2125. return rc;
  2126. }
  2127. static struct file_operations ext4_mb_seq_groups_fops = {
  2128. .owner = THIS_MODULE,
  2129. .open = ext4_mb_seq_groups_open,
  2130. .read = seq_read,
  2131. .llseek = seq_lseek,
  2132. .release = seq_release,
  2133. };
  2134. static void ext4_mb_history_release(struct super_block *sb)
  2135. {
  2136. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2137. remove_proc_entry("mb_groups", sbi->s_mb_proc);
  2138. remove_proc_entry("mb_history", sbi->s_mb_proc);
  2139. kfree(sbi->s_mb_history);
  2140. }
  2141. static void ext4_mb_history_init(struct super_block *sb)
  2142. {
  2143. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2144. int i;
  2145. if (sbi->s_mb_proc != NULL) {
  2146. proc_create_data("mb_history", S_IRUGO, sbi->s_mb_proc,
  2147. &ext4_mb_seq_history_fops, sb);
  2148. proc_create_data("mb_groups", S_IRUGO, sbi->s_mb_proc,
  2149. &ext4_mb_seq_groups_fops, sb);
  2150. }
  2151. sbi->s_mb_history_max = 1000;
  2152. sbi->s_mb_history_cur = 0;
  2153. spin_lock_init(&sbi->s_mb_history_lock);
  2154. i = sbi->s_mb_history_max * sizeof(struct ext4_mb_history);
  2155. sbi->s_mb_history = kmalloc(i, GFP_KERNEL);
  2156. if (likely(sbi->s_mb_history != NULL))
  2157. memset(sbi->s_mb_history, 0, i);
  2158. /* if we can't allocate history, then we simple won't use it */
  2159. }
  2160. static noinline_for_stack void
  2161. ext4_mb_store_history(struct ext4_allocation_context *ac)
  2162. {
  2163. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  2164. struct ext4_mb_history h;
  2165. if (unlikely(sbi->s_mb_history == NULL))
  2166. return;
  2167. if (!(ac->ac_op & sbi->s_mb_history_filter))
  2168. return;
  2169. h.op = ac->ac_op;
  2170. h.pid = current->pid;
  2171. h.ino = ac->ac_inode ? ac->ac_inode->i_ino : 0;
  2172. h.orig = ac->ac_o_ex;
  2173. h.result = ac->ac_b_ex;
  2174. h.flags = ac->ac_flags;
  2175. h.found = ac->ac_found;
  2176. h.groups = ac->ac_groups_scanned;
  2177. h.cr = ac->ac_criteria;
  2178. h.tail = ac->ac_tail;
  2179. h.buddy = ac->ac_buddy;
  2180. h.merged = 0;
  2181. if (ac->ac_op == EXT4_MB_HISTORY_ALLOC) {
  2182. if (ac->ac_g_ex.fe_start == ac->ac_b_ex.fe_start &&
  2183. ac->ac_g_ex.fe_group == ac->ac_b_ex.fe_group)
  2184. h.merged = 1;
  2185. h.goal = ac->ac_g_ex;
  2186. h.result = ac->ac_f_ex;
  2187. }
  2188. spin_lock(&sbi->s_mb_history_lock);
  2189. memcpy(sbi->s_mb_history + sbi->s_mb_history_cur, &h, sizeof(h));
  2190. if (++sbi->s_mb_history_cur >= sbi->s_mb_history_max)
  2191. sbi->s_mb_history_cur = 0;
  2192. spin_unlock(&sbi->s_mb_history_lock);
  2193. }
  2194. #else
  2195. #define ext4_mb_history_release(sb)
  2196. #define ext4_mb_history_init(sb)
  2197. #endif
  2198. static int ext4_mb_init_backend(struct super_block *sb)
  2199. {
  2200. ext4_group_t i;
  2201. int j, len, metalen;
  2202. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2203. int num_meta_group_infos =
  2204. (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) >>
  2205. EXT4_DESC_PER_BLOCK_BITS(sb);
  2206. struct ext4_group_info **meta_group_info;
  2207. /* An 8TB filesystem with 64-bit pointers requires a 4096 byte
  2208. * kmalloc. A 128kb malloc should suffice for a 256TB filesystem.
  2209. * So a two level scheme suffices for now. */
  2210. sbi->s_group_info = kmalloc(sizeof(*sbi->s_group_info) *
  2211. num_meta_group_infos, GFP_KERNEL);
  2212. if (sbi->s_group_info == NULL) {
  2213. printk(KERN_ERR "EXT4-fs: can't allocate buddy meta group\n");
  2214. return -ENOMEM;
  2215. }
  2216. sbi->s_buddy_cache = new_inode(sb);
  2217. if (sbi->s_buddy_cache == NULL) {
  2218. printk(KERN_ERR "EXT4-fs: can't get new inode\n");
  2219. goto err_freesgi;
  2220. }
  2221. EXT4_I(sbi->s_buddy_cache)->i_disksize = 0;
  2222. metalen = sizeof(*meta_group_info) << EXT4_DESC_PER_BLOCK_BITS(sb);
  2223. for (i = 0; i < num_meta_group_infos; i++) {
  2224. if ((i + 1) == num_meta_group_infos)
  2225. metalen = sizeof(*meta_group_info) *
  2226. (sbi->s_groups_count -
  2227. (i << EXT4_DESC_PER_BLOCK_BITS(sb)));
  2228. meta_group_info = kmalloc(metalen, GFP_KERNEL);
  2229. if (meta_group_info == NULL) {
  2230. printk(KERN_ERR "EXT4-fs: can't allocate mem for a "
  2231. "buddy group\n");
  2232. goto err_freemeta;
  2233. }
  2234. sbi->s_group_info[i] = meta_group_info;
  2235. }
  2236. /*
  2237. * calculate needed size. if change bb_counters size,
  2238. * don't forget about ext4_mb_generate_buddy()
  2239. */
  2240. len = sizeof(struct ext4_group_info);
  2241. len += sizeof(unsigned short) * (sb->s_blocksize_bits + 2);
  2242. for (i = 0; i < sbi->s_groups_count; i++) {
  2243. struct ext4_group_desc *desc;
  2244. meta_group_info =
  2245. sbi->s_group_info[i >> EXT4_DESC_PER_BLOCK_BITS(sb)];
  2246. j = i & (EXT4_DESC_PER_BLOCK(sb) - 1);
  2247. meta_group_info[j] = kzalloc(len, GFP_KERNEL);
  2248. if (meta_group_info[j] == NULL) {
  2249. printk(KERN_ERR "EXT4-fs: can't allocate buddy mem\n");
  2250. i--;
  2251. goto err_freebuddy;
  2252. }
  2253. desc = ext4_get_group_desc(sb, i, NULL);
  2254. if (desc == NULL) {
  2255. printk(KERN_ERR
  2256. "EXT4-fs: can't read descriptor %lu\n", i);
  2257. goto err_freebuddy;
  2258. }
  2259. memset(meta_group_info[j], 0, len);
  2260. set_bit(EXT4_GROUP_INFO_NEED_INIT_BIT,
  2261. &(meta_group_info[j]->bb_state));
  2262. /*
  2263. * initialize bb_free to be able to skip
  2264. * empty groups without initialization
  2265. */
  2266. if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
  2267. meta_group_info[j]->bb_free =
  2268. ext4_free_blocks_after_init(sb, i, desc);
  2269. } else {
  2270. meta_group_info[j]->bb_free =
  2271. le16_to_cpu(desc->bg_free_blocks_count);
  2272. }
  2273. INIT_LIST_HEAD(&meta_group_info[j]->bb_prealloc_list);
  2274. #ifdef DOUBLE_CHECK
  2275. {
  2276. struct buffer_head *bh;
  2277. meta_group_info[j]->bb_bitmap =
  2278. kmalloc(sb->s_blocksize, GFP_KERNEL);
  2279. BUG_ON(meta_group_info[j]->bb_bitmap == NULL);
  2280. bh = read_block_bitmap(sb, i);
  2281. BUG_ON(bh == NULL);
  2282. memcpy(meta_group_info[j]->bb_bitmap, bh->b_data,
  2283. sb->s_blocksize);
  2284. put_bh(bh);
  2285. }
  2286. #endif
  2287. }
  2288. return 0;
  2289. err_freebuddy:
  2290. while (i >= 0) {
  2291. kfree(ext4_get_group_info(sb, i));
  2292. i--;
  2293. }
  2294. i = num_meta_group_infos;
  2295. err_freemeta:
  2296. while (--i >= 0)
  2297. kfree(sbi->s_group_info[i]);
  2298. iput(sbi->s_buddy_cache);
  2299. err_freesgi:
  2300. kfree(sbi->s_group_info);
  2301. return -ENOMEM;
  2302. }
  2303. int ext4_mb_init(struct super_block *sb, int needs_recovery)
  2304. {
  2305. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2306. unsigned i;
  2307. unsigned offset;
  2308. unsigned max;
  2309. if (!test_opt(sb, MBALLOC))
  2310. return 0;
  2311. i = (sb->s_blocksize_bits + 2) * sizeof(unsigned short);
  2312. sbi->s_mb_offsets = kmalloc(i, GFP_KERNEL);
  2313. if (sbi->s_mb_offsets == NULL) {
  2314. clear_opt(sbi->s_mount_opt, MBALLOC);
  2315. return -ENOMEM;
  2316. }
  2317. sbi->s_mb_maxs = kmalloc(i, GFP_KERNEL);
  2318. if (sbi->s_mb_maxs == NULL) {
  2319. clear_opt(sbi->s_mount_opt, MBALLOC);
  2320. kfree(sbi->s_mb_maxs);
  2321. return -ENOMEM;
  2322. }
  2323. /* order 0 is regular bitmap */
  2324. sbi->s_mb_maxs[0] = sb->s_blocksize << 3;
  2325. sbi->s_mb_offsets[0] = 0;
  2326. i = 1;
  2327. offset = 0;
  2328. max = sb->s_blocksize << 2;
  2329. do {
  2330. sbi->s_mb_offsets[i] = offset;
  2331. sbi->s_mb_maxs[i] = max;
  2332. offset += 1 << (sb->s_blocksize_bits - i);
  2333. max = max >> 1;
  2334. i++;
  2335. } while (i <= sb->s_blocksize_bits + 1);
  2336. /* init file for buddy data */
  2337. i = ext4_mb_init_backend(sb);
  2338. if (i) {
  2339. clear_opt(sbi->s_mount_opt, MBALLOC);
  2340. kfree(sbi->s_mb_offsets);
  2341. kfree(sbi->s_mb_maxs);
  2342. return i;
  2343. }
  2344. spin_lock_init(&sbi->s_md_lock);
  2345. INIT_LIST_HEAD(&sbi->s_active_transaction);
  2346. INIT_LIST_HEAD(&sbi->s_closed_transaction);
  2347. INIT_LIST_HEAD(&sbi->s_committed_transaction);
  2348. spin_lock_init(&sbi->s_bal_lock);
  2349. sbi->s_mb_max_to_scan = MB_DEFAULT_MAX_TO_SCAN;
  2350. sbi->s_mb_min_to_scan = MB_DEFAULT_MIN_TO_SCAN;
  2351. sbi->s_mb_stats = MB_DEFAULT_STATS;
  2352. sbi->s_mb_stream_request = MB_DEFAULT_STREAM_THRESHOLD;
  2353. sbi->s_mb_order2_reqs = MB_DEFAULT_ORDER2_REQS;
  2354. sbi->s_mb_history_filter = EXT4_MB_HISTORY_DEFAULT;
  2355. sbi->s_mb_group_prealloc = MB_DEFAULT_GROUP_PREALLOC;
  2356. i = sizeof(struct ext4_locality_group) * NR_CPUS;
  2357. sbi->s_locality_groups = kmalloc(i, GFP_KERNEL);
  2358. if (sbi->s_locality_groups == NULL) {
  2359. clear_opt(sbi->s_mount_opt, MBALLOC);
  2360. kfree(sbi->s_mb_offsets);
  2361. kfree(sbi->s_mb_maxs);
  2362. return -ENOMEM;
  2363. }
  2364. for (i = 0; i < NR_CPUS; i++) {
  2365. struct ext4_locality_group *lg;
  2366. lg = &sbi->s_locality_groups[i];
  2367. mutex_init(&lg->lg_mutex);
  2368. INIT_LIST_HEAD(&lg->lg_prealloc_list);
  2369. spin_lock_init(&lg->lg_prealloc_lock);
  2370. }
  2371. ext4_mb_init_per_dev_proc(sb);
  2372. ext4_mb_history_init(sb);
  2373. printk("EXT4-fs: mballoc enabled\n");
  2374. return 0;
  2375. }
  2376. /* need to called with ext4 group lock (ext4_lock_group) */
  2377. static void ext4_mb_cleanup_pa(struct ext4_group_info *grp)
  2378. {
  2379. struct ext4_prealloc_space *pa;
  2380. struct list_head *cur, *tmp;
  2381. int count = 0;
  2382. list_for_each_safe(cur, tmp, &grp->bb_prealloc_list) {
  2383. pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
  2384. list_del(&pa->pa_group_list);
  2385. count++;
  2386. kfree(pa);
  2387. }
  2388. if (count)
  2389. mb_debug("mballoc: %u PAs left\n", count);
  2390. }
  2391. int ext4_mb_release(struct super_block *sb)
  2392. {
  2393. ext4_group_t i;
  2394. int num_meta_group_infos;
  2395. struct ext4_group_info *grinfo;
  2396. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2397. if (!test_opt(sb, MBALLOC))
  2398. return 0;
  2399. /* release freed, non-committed blocks */
  2400. spin_lock(&sbi->s_md_lock);
  2401. list_splice_init(&sbi->s_closed_transaction,
  2402. &sbi->s_committed_transaction);
  2403. list_splice_init(&sbi->s_active_transaction,
  2404. &sbi->s_committed_transaction);
  2405. spin_unlock(&sbi->s_md_lock);
  2406. ext4_mb_free_committed_blocks(sb);
  2407. if (sbi->s_group_info) {
  2408. for (i = 0; i < sbi->s_groups_count; i++) {
  2409. grinfo = ext4_get_group_info(sb, i);
  2410. #ifdef DOUBLE_CHECK
  2411. kfree(grinfo->bb_bitmap);
  2412. #endif
  2413. ext4_lock_group(sb, i);
  2414. ext4_mb_cleanup_pa(grinfo);
  2415. ext4_unlock_group(sb, i);
  2416. kfree(grinfo);
  2417. }
  2418. num_meta_group_infos = (sbi->s_groups_count +
  2419. EXT4_DESC_PER_BLOCK(sb) - 1) >>
  2420. EXT4_DESC_PER_BLOCK_BITS(sb);
  2421. for (i = 0; i < num_meta_group_infos; i++)
  2422. kfree(sbi->s_group_info[i]);
  2423. kfree(sbi->s_group_info);
  2424. }
  2425. kfree(sbi->s_mb_offsets);
  2426. kfree(sbi->s_mb_maxs);
  2427. if (sbi->s_buddy_cache)
  2428. iput(sbi->s_buddy_cache);
  2429. if (sbi->s_mb_stats) {
  2430. printk(KERN_INFO
  2431. "EXT4-fs: mballoc: %u blocks %u reqs (%u success)\n",
  2432. atomic_read(&sbi->s_bal_allocated),
  2433. atomic_read(&sbi->s_bal_reqs),
  2434. atomic_read(&sbi->s_bal_success));
  2435. printk(KERN_INFO
  2436. "EXT4-fs: mballoc: %u extents scanned, %u goal hits, "
  2437. "%u 2^N hits, %u breaks, %u lost\n",
  2438. atomic_read(&sbi->s_bal_ex_scanned),
  2439. atomic_read(&sbi->s_bal_goals),
  2440. atomic_read(&sbi->s_bal_2orders),
  2441. atomic_read(&sbi->s_bal_breaks),
  2442. atomic_read(&sbi->s_mb_lost_chunks));
  2443. printk(KERN_INFO
  2444. "EXT4-fs: mballoc: %lu generated and it took %Lu\n",
  2445. sbi->s_mb_buddies_generated++,
  2446. sbi->s_mb_generation_time);
  2447. printk(KERN_INFO
  2448. "EXT4-fs: mballoc: %u preallocated, %u discarded\n",
  2449. atomic_read(&sbi->s_mb_preallocated),
  2450. atomic_read(&sbi->s_mb_discarded));
  2451. }
  2452. kfree(sbi->s_locality_groups);
  2453. ext4_mb_history_release(sb);
  2454. ext4_mb_destroy_per_dev_proc(sb);
  2455. return 0;
  2456. }
  2457. static noinline_for_stack void
  2458. ext4_mb_free_committed_blocks(struct super_block *sb)
  2459. {
  2460. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2461. int err;
  2462. int i;
  2463. int count = 0;
  2464. int count2 = 0;
  2465. struct ext4_free_metadata *md;
  2466. struct ext4_buddy e4b;
  2467. if (list_empty(&sbi->s_committed_transaction))
  2468. return;
  2469. /* there is committed blocks to be freed yet */
  2470. do {
  2471. /* get next array of blocks */
  2472. md = NULL;
  2473. spin_lock(&sbi->s_md_lock);
  2474. if (!list_empty(&sbi->s_committed_transaction)) {
  2475. md = list_entry(sbi->s_committed_transaction.next,
  2476. struct ext4_free_metadata, list);
  2477. list_del(&md->list);
  2478. }
  2479. spin_unlock(&sbi->s_md_lock);
  2480. if (md == NULL)
  2481. break;
  2482. mb_debug("gonna free %u blocks in group %lu (0x%p):",
  2483. md->num, md->group, md);
  2484. err = ext4_mb_load_buddy(sb, md->group, &e4b);
  2485. /* we expect to find existing buddy because it's pinned */
  2486. BUG_ON(err != 0);
  2487. /* there are blocks to put in buddy to make them really free */
  2488. count += md->num;
  2489. count2++;
  2490. ext4_lock_group(sb, md->group);
  2491. for (i = 0; i < md->num; i++) {
  2492. mb_debug(" %u", md->blocks[i]);
  2493. err = mb_free_blocks(NULL, &e4b, md->blocks[i], 1);
  2494. BUG_ON(err != 0);
  2495. }
  2496. mb_debug("\n");
  2497. ext4_unlock_group(sb, md->group);
  2498. /* balance refcounts from ext4_mb_free_metadata() */
  2499. page_cache_release(e4b.bd_buddy_page);
  2500. page_cache_release(e4b.bd_bitmap_page);
  2501. kfree(md);
  2502. ext4_mb_release_desc(&e4b);
  2503. } while (md);
  2504. mb_debug("freed %u blocks in %u structures\n", count, count2);
  2505. }
  2506. #define EXT4_MB_STATS_NAME "stats"
  2507. #define EXT4_MB_MAX_TO_SCAN_NAME "max_to_scan"
  2508. #define EXT4_MB_MIN_TO_SCAN_NAME "min_to_scan"
  2509. #define EXT4_MB_ORDER2_REQ "order2_req"
  2510. #define EXT4_MB_STREAM_REQ "stream_req"
  2511. #define EXT4_MB_GROUP_PREALLOC "group_prealloc"
  2512. #define MB_PROC_VALUE_READ(name) \
  2513. static int ext4_mb_read_##name(char *page, char **start, \
  2514. off_t off, int count, int *eof, void *data) \
  2515. { \
  2516. struct ext4_sb_info *sbi = data; \
  2517. int len; \
  2518. *eof = 1; \
  2519. if (off != 0) \
  2520. return 0; \
  2521. len = sprintf(page, "%ld\n", sbi->s_mb_##name); \
  2522. *start = page; \
  2523. return len; \
  2524. }
  2525. #define MB_PROC_VALUE_WRITE(name) \
  2526. static int ext4_mb_write_##name(struct file *file, \
  2527. const char __user *buf, unsigned long cnt, void *data) \
  2528. { \
  2529. struct ext4_sb_info *sbi = data; \
  2530. char str[32]; \
  2531. long value; \
  2532. if (cnt >= sizeof(str)) \
  2533. return -EINVAL; \
  2534. if (copy_from_user(str, buf, cnt)) \
  2535. return -EFAULT; \
  2536. value = simple_strtol(str, NULL, 0); \
  2537. if (value <= 0) \
  2538. return -ERANGE; \
  2539. sbi->s_mb_##name = value; \
  2540. return cnt; \
  2541. }
  2542. MB_PROC_VALUE_READ(stats);
  2543. MB_PROC_VALUE_WRITE(stats);
  2544. MB_PROC_VALUE_READ(max_to_scan);
  2545. MB_PROC_VALUE_WRITE(max_to_scan);
  2546. MB_PROC_VALUE_READ(min_to_scan);
  2547. MB_PROC_VALUE_WRITE(min_to_scan);
  2548. MB_PROC_VALUE_READ(order2_reqs);
  2549. MB_PROC_VALUE_WRITE(order2_reqs);
  2550. MB_PROC_VALUE_READ(stream_request);
  2551. MB_PROC_VALUE_WRITE(stream_request);
  2552. MB_PROC_VALUE_READ(group_prealloc);
  2553. MB_PROC_VALUE_WRITE(group_prealloc);
  2554. #define MB_PROC_HANDLER(name, var) \
  2555. do { \
  2556. proc = create_proc_entry(name, mode, sbi->s_mb_proc); \
  2557. if (proc == NULL) { \
  2558. printk(KERN_ERR "EXT4-fs: can't to create %s\n", name); \
  2559. goto err_out; \
  2560. } \
  2561. proc->data = sbi; \
  2562. proc->read_proc = ext4_mb_read_##var ; \
  2563. proc->write_proc = ext4_mb_write_##var; \
  2564. } while (0)
  2565. static int ext4_mb_init_per_dev_proc(struct super_block *sb)
  2566. {
  2567. mode_t mode = S_IFREG | S_IRUGO | S_IWUSR;
  2568. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2569. struct proc_dir_entry *proc;
  2570. char devname[64];
  2571. snprintf(devname, sizeof(devname) - 1, "%s",
  2572. bdevname(sb->s_bdev, devname));
  2573. sbi->s_mb_proc = proc_mkdir(devname, proc_root_ext4);
  2574. MB_PROC_HANDLER(EXT4_MB_STATS_NAME, stats);
  2575. MB_PROC_HANDLER(EXT4_MB_MAX_TO_SCAN_NAME, max_to_scan);
  2576. MB_PROC_HANDLER(EXT4_MB_MIN_TO_SCAN_NAME, min_to_scan);
  2577. MB_PROC_HANDLER(EXT4_MB_ORDER2_REQ, order2_reqs);
  2578. MB_PROC_HANDLER(EXT4_MB_STREAM_REQ, stream_request);
  2579. MB_PROC_HANDLER(EXT4_MB_GROUP_PREALLOC, group_prealloc);
  2580. return 0;
  2581. err_out:
  2582. printk(KERN_ERR "EXT4-fs: Unable to create %s\n", devname);
  2583. remove_proc_entry(EXT4_MB_GROUP_PREALLOC, sbi->s_mb_proc);
  2584. remove_proc_entry(EXT4_MB_STREAM_REQ, sbi->s_mb_proc);
  2585. remove_proc_entry(EXT4_MB_ORDER2_REQ, sbi->s_mb_proc);
  2586. remove_proc_entry(EXT4_MB_MIN_TO_SCAN_NAME, sbi->s_mb_proc);
  2587. remove_proc_entry(EXT4_MB_MAX_TO_SCAN_NAME, sbi->s_mb_proc);
  2588. remove_proc_entry(EXT4_MB_STATS_NAME, sbi->s_mb_proc);
  2589. remove_proc_entry(devname, proc_root_ext4);
  2590. sbi->s_mb_proc = NULL;
  2591. return -ENOMEM;
  2592. }
  2593. static int ext4_mb_destroy_per_dev_proc(struct super_block *sb)
  2594. {
  2595. struct ext4_sb_info *sbi = EXT4_SB(sb);
  2596. char devname[64];
  2597. if (sbi->s_mb_proc == NULL)
  2598. return -EINVAL;
  2599. snprintf(devname, sizeof(devname) - 1, "%s",
  2600. bdevname(sb->s_bdev, devname));
  2601. remove_proc_entry(EXT4_MB_GROUP_PREALLOC, sbi->s_mb_proc);
  2602. remove_proc_entry(EXT4_MB_STREAM_REQ, sbi->s_mb_proc);
  2603. remove_proc_entry(EXT4_MB_ORDER2_REQ, sbi->s_mb_proc);
  2604. remove_proc_entry(EXT4_MB_MIN_TO_SCAN_NAME, sbi->s_mb_proc);
  2605. remove_proc_entry(EXT4_MB_MAX_TO_SCAN_NAME, sbi->s_mb_proc);
  2606. remove_proc_entry(EXT4_MB_STATS_NAME, sbi->s_mb_proc);
  2607. remove_proc_entry(devname, proc_root_ext4);
  2608. return 0;
  2609. }
  2610. int __init init_ext4_mballoc(void)
  2611. {
  2612. ext4_pspace_cachep =
  2613. kmem_cache_create("ext4_prealloc_space",
  2614. sizeof(struct ext4_prealloc_space),
  2615. 0, SLAB_RECLAIM_ACCOUNT, NULL);
  2616. if (ext4_pspace_cachep == NULL)
  2617. return -ENOMEM;
  2618. ext4_ac_cachep =
  2619. kmem_cache_create("ext4_alloc_context",
  2620. sizeof(struct ext4_allocation_context),
  2621. 0, SLAB_RECLAIM_ACCOUNT, NULL);
  2622. if (ext4_ac_cachep == NULL) {
  2623. kmem_cache_destroy(ext4_pspace_cachep);
  2624. return -ENOMEM;
  2625. }
  2626. #ifdef CONFIG_PROC_FS
  2627. proc_root_ext4 = proc_mkdir("fs/ext4", NULL);
  2628. if (proc_root_ext4 == NULL)
  2629. printk(KERN_ERR "EXT4-fs: Unable to create fs/ext4\n");
  2630. #endif
  2631. return 0;
  2632. }
  2633. void exit_ext4_mballoc(void)
  2634. {
  2635. /* XXX: synchronize_rcu(); */
  2636. kmem_cache_destroy(ext4_pspace_cachep);
  2637. kmem_cache_destroy(ext4_ac_cachep);
  2638. #ifdef CONFIG_PROC_FS
  2639. remove_proc_entry("fs/ext4", NULL);
  2640. #endif
  2641. }
  2642. /*
  2643. * Check quota and mark choosed space (ac->ac_b_ex) non-free in bitmaps
  2644. * Returns 0 if success or error code
  2645. */
  2646. static noinline_for_stack int
  2647. ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac,
  2648. handle_t *handle)
  2649. {
  2650. struct buffer_head *bitmap_bh = NULL;
  2651. struct ext4_super_block *es;
  2652. struct ext4_group_desc *gdp;
  2653. struct buffer_head *gdp_bh;
  2654. struct ext4_sb_info *sbi;
  2655. struct super_block *sb;
  2656. ext4_fsblk_t block;
  2657. int err;
  2658. BUG_ON(ac->ac_status != AC_STATUS_FOUND);
  2659. BUG_ON(ac->ac_b_ex.fe_len <= 0);
  2660. sb = ac->ac_sb;
  2661. sbi = EXT4_SB(sb);
  2662. es = sbi->s_es;
  2663. ext4_debug("using block group %lu(%d)\n", ac->ac_b_ex.fe_group,
  2664. gdp->bg_free_blocks_count);
  2665. err = -EIO;
  2666. bitmap_bh = read_block_bitmap(sb, ac->ac_b_ex.fe_group);
  2667. if (!bitmap_bh)
  2668. goto out_err;
  2669. err = ext4_journal_get_write_access(handle, bitmap_bh);
  2670. if (err)
  2671. goto out_err;
  2672. err = -EIO;
  2673. gdp = ext4_get_group_desc(sb, ac->ac_b_ex.fe_group, &gdp_bh);
  2674. if (!gdp)
  2675. goto out_err;
  2676. err = ext4_journal_get_write_access(handle, gdp_bh);
  2677. if (err)
  2678. goto out_err;
  2679. block = ac->ac_b_ex.fe_group * EXT4_BLOCKS_PER_GROUP(sb)
  2680. + ac->ac_b_ex.fe_start
  2681. + le32_to_cpu(es->s_first_data_block);
  2682. if (block == ext4_block_bitmap(sb, gdp) ||
  2683. block == ext4_inode_bitmap(sb, gdp) ||
  2684. in_range(block, ext4_inode_table(sb, gdp),
  2685. EXT4_SB(sb)->s_itb_per_group)) {
  2686. ext4_error(sb, __FUNCTION__,
  2687. "Allocating block in system zone - block = %llu",
  2688. block);
  2689. }
  2690. #ifdef AGGRESSIVE_CHECK
  2691. {
  2692. int i;
  2693. for (i = 0; i < ac->ac_b_ex.fe_len; i++) {
  2694. BUG_ON(mb_test_bit(ac->ac_b_ex.fe_start + i,
  2695. bitmap_bh->b_data));
  2696. }
  2697. }
  2698. #endif
  2699. mb_set_bits(sb_bgl_lock(sbi, ac->ac_b_ex.fe_group), bitmap_bh->b_data,
  2700. ac->ac_b_ex.fe_start, ac->ac_b_ex.fe_len);
  2701. spin_lock(sb_bgl_lock(sbi, ac->ac_b_ex.fe_group));
  2702. if (gdp->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) {
  2703. gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT);
  2704. gdp->bg_free_blocks_count =
  2705. cpu_to_le16(ext4_free_blocks_after_init(sb,
  2706. ac->ac_b_ex.fe_group,
  2707. gdp));
  2708. }
  2709. gdp->bg_free_blocks_count =
  2710. cpu_to_le16(le16_to_cpu(gdp->bg_free_blocks_count)
  2711. - ac->ac_b_ex.fe_len);
  2712. gdp->bg_checksum = ext4_group_desc_csum(sbi, ac->ac_b_ex.fe_group, gdp);
  2713. spin_unlock(sb_bgl_lock(sbi, ac->ac_b_ex.fe_group));
  2714. percpu_counter_sub(&sbi->s_freeblocks_counter, ac->ac_b_ex.fe_len);
  2715. err = ext4_journal_dirty_metadata(handle, bitmap_bh);
  2716. if (err)
  2717. goto out_err;
  2718. err = ext4_journal_dirty_metadata(handle, gdp_bh);
  2719. out_err:
  2720. sb->s_dirt = 1;
  2721. brelse(bitmap_bh);
  2722. return err;
  2723. }
  2724. /*
  2725. * here we normalize request for locality group
  2726. * Group request are normalized to s_strip size if we set the same via mount
  2727. * option. If not we set it to s_mb_group_prealloc which can be configured via
  2728. * /proc/fs/ext4/<partition>/group_prealloc
  2729. *
  2730. * XXX: should we try to preallocate more than the group has now?
  2731. */
  2732. static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac)
  2733. {
  2734. struct super_block *sb = ac->ac_sb;
  2735. struct ext4_locality_group *lg = ac->ac_lg;
  2736. BUG_ON(lg == NULL);
  2737. if (EXT4_SB(sb)->s_stripe)
  2738. ac->ac_g_ex.fe_len = EXT4_SB(sb)->s_stripe;
  2739. else
  2740. ac->ac_g_ex.fe_len = EXT4_SB(sb)->s_mb_group_prealloc;
  2741. mb_debug("#%u: goal %lu blocks for locality group\n",
  2742. current->pid, ac->ac_g_ex.fe_len);
  2743. }
  2744. /*
  2745. * Normalization means making request better in terms of
  2746. * size and alignment
  2747. */
  2748. static noinline_for_stack void
  2749. ext4_mb_normalize_request(struct ext4_allocation_context *ac,
  2750. struct ext4_allocation_request *ar)
  2751. {
  2752. int bsbits, max;
  2753. ext4_lblk_t end;
  2754. loff_t size, orig_size, start_off;
  2755. ext4_lblk_t start, orig_start;
  2756. struct ext4_inode_info *ei = EXT4_I(ac->ac_inode);
  2757. struct ext4_prealloc_space *pa;
  2758. /* do normalize only data requests, metadata requests
  2759. do not need preallocation */
  2760. if (!(ac->ac_flags & EXT4_MB_HINT_DATA))
  2761. return;
  2762. /* sometime caller may want exact blocks */
  2763. if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY))
  2764. return;
  2765. /* caller may indicate that preallocation isn't
  2766. * required (it's a tail, for example) */
  2767. if (ac->ac_flags & EXT4_MB_HINT_NOPREALLOC)
  2768. return;
  2769. if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) {
  2770. ext4_mb_normalize_group_request(ac);
  2771. return ;
  2772. }
  2773. bsbits = ac->ac_sb->s_blocksize_bits;
  2774. /* first, let's learn actual file size
  2775. * given current request is allocated */
  2776. size = ac->ac_o_ex.fe_logical + ac->ac_o_ex.fe_len;
  2777. size = size << bsbits;
  2778. if (size < i_size_read(ac->ac_inode))
  2779. size = i_size_read(ac->ac_inode);
  2780. /* max available blocks in a free group */
  2781. max = EXT4_BLOCKS_PER_GROUP(ac->ac_sb) - 1 - 1 -
  2782. EXT4_SB(ac->ac_sb)->s_itb_per_group;
  2783. #define NRL_CHECK_SIZE(req, size, max,bits) \
  2784. (req <= (size) || max <= ((size) >> bits))
  2785. /* first, try to predict filesize */
  2786. /* XXX: should this table be tunable? */
  2787. start_off = 0;
  2788. if (size <= 16 * 1024) {
  2789. size = 16 * 1024;
  2790. } else if (size <= 32 * 1024) {
  2791. size = 32 * 1024;
  2792. } else if (size <= 64 * 1024) {
  2793. size = 64 * 1024;
  2794. } else if (size <= 128 * 1024) {
  2795. size = 128 * 1024;
  2796. } else if (size <= 256 * 1024) {
  2797. size = 256 * 1024;
  2798. } else if (size <= 512 * 1024) {
  2799. size = 512 * 1024;
  2800. } else if (size <= 1024 * 1024) {
  2801. size = 1024 * 1024;
  2802. } else if (NRL_CHECK_SIZE(size, 4 * 1024 * 1024, max, bsbits)) {
  2803. start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
  2804. (20 - bsbits)) << 20;
  2805. size = 1024 * 1024;
  2806. } else if (NRL_CHECK_SIZE(size, 8 * 1024 * 1024, max, bsbits)) {
  2807. start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
  2808. (22 - bsbits)) << 22;
  2809. size = 4 * 1024 * 1024;
  2810. } else if (NRL_CHECK_SIZE(ac->ac_o_ex.fe_len,
  2811. (8<<20)>>bsbits, max, bsbits)) {
  2812. start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
  2813. (23 - bsbits)) << 23;
  2814. size = 8 * 1024 * 1024;
  2815. } else {
  2816. start_off = (loff_t)ac->ac_o_ex.fe_logical << bsbits;
  2817. size = ac->ac_o_ex.fe_len << bsbits;
  2818. }
  2819. orig_size = size = size >> bsbits;
  2820. orig_start = start = start_off >> bsbits;
  2821. /* don't cover already allocated blocks in selected range */
  2822. if (ar->pleft && start <= ar->lleft) {
  2823. size -= ar->lleft + 1 - start;
  2824. start = ar->lleft + 1;
  2825. }
  2826. if (ar->pright && start + size - 1 >= ar->lright)
  2827. size -= start + size - ar->lright;
  2828. end = start + size;
  2829. /* check we don't cross already preallocated blocks */
  2830. rcu_read_lock();
  2831. list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) {
  2832. unsigned long pa_end;
  2833. if (pa->pa_deleted)
  2834. continue;
  2835. spin_lock(&pa->pa_lock);
  2836. if (pa->pa_deleted) {
  2837. spin_unlock(&pa->pa_lock);
  2838. continue;
  2839. }
  2840. pa_end = pa->pa_lstart + pa->pa_len;
  2841. /* PA must not overlap original request */
  2842. BUG_ON(!(ac->ac_o_ex.fe_logical >= pa_end ||
  2843. ac->ac_o_ex.fe_logical < pa->pa_lstart));
  2844. /* skip PA normalized request doesn't overlap with */
  2845. if (pa->pa_lstart >= end) {
  2846. spin_unlock(&pa->pa_lock);
  2847. continue;
  2848. }
  2849. if (pa_end <= start) {
  2850. spin_unlock(&pa->pa_lock);
  2851. continue;
  2852. }
  2853. BUG_ON(pa->pa_lstart <= start && pa_end >= end);
  2854. if (pa_end <= ac->ac_o_ex.fe_logical) {
  2855. BUG_ON(pa_end < start);
  2856. start = pa_end;
  2857. }
  2858. if (pa->pa_lstart > ac->ac_o_ex.fe_logical) {
  2859. BUG_ON(pa->pa_lstart > end);
  2860. end = pa->pa_lstart;
  2861. }
  2862. spin_unlock(&pa->pa_lock);
  2863. }
  2864. rcu_read_unlock();
  2865. size = end - start;
  2866. /* XXX: extra loop to check we really don't overlap preallocations */
  2867. rcu_read_lock();
  2868. list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) {
  2869. unsigned long pa_end;
  2870. spin_lock(&pa->pa_lock);
  2871. if (pa->pa_deleted == 0) {
  2872. pa_end = pa->pa_lstart + pa->pa_len;
  2873. BUG_ON(!(start >= pa_end || end <= pa->pa_lstart));
  2874. }
  2875. spin_unlock(&pa->pa_lock);
  2876. }
  2877. rcu_read_unlock();
  2878. if (start + size <= ac->ac_o_ex.fe_logical &&
  2879. start > ac->ac_o_ex.fe_logical) {
  2880. printk(KERN_ERR "start %lu, size %lu, fe_logical %lu\n",
  2881. (unsigned long) start, (unsigned long) size,
  2882. (unsigned long) ac->ac_o_ex.fe_logical);
  2883. }
  2884. BUG_ON(start + size <= ac->ac_o_ex.fe_logical &&
  2885. start > ac->ac_o_ex.fe_logical);
  2886. BUG_ON(size <= 0 || size >= EXT4_BLOCKS_PER_GROUP(ac->ac_sb));
  2887. /* now prepare goal request */
  2888. /* XXX: is it better to align blocks WRT to logical
  2889. * placement or satisfy big request as is */
  2890. ac->ac_g_ex.fe_logical = start;
  2891. ac->ac_g_ex.fe_len = size;
  2892. /* define goal start in order to merge */
  2893. if (ar->pright && (ar->lright == (start + size))) {
  2894. /* merge to the right */
  2895. ext4_get_group_no_and_offset(ac->ac_sb, ar->pright - size,
  2896. &ac->ac_f_ex.fe_group,
  2897. &ac->ac_f_ex.fe_start);
  2898. ac->ac_flags |= EXT4_MB_HINT_TRY_GOAL;
  2899. }
  2900. if (ar->pleft && (ar->lleft + 1 == start)) {
  2901. /* merge to the left */
  2902. ext4_get_group_no_and_offset(ac->ac_sb, ar->pleft + 1,
  2903. &ac->ac_f_ex.fe_group,
  2904. &ac->ac_f_ex.fe_start);
  2905. ac->ac_flags |= EXT4_MB_HINT_TRY_GOAL;
  2906. }
  2907. mb_debug("goal: %u(was %u) blocks at %u\n", (unsigned) size,
  2908. (unsigned) orig_size, (unsigned) start);
  2909. }
  2910. static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
  2911. {
  2912. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  2913. if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
  2914. atomic_inc(&sbi->s_bal_reqs);
  2915. atomic_add(ac->ac_b_ex.fe_len, &sbi->s_bal_allocated);
  2916. if (ac->ac_o_ex.fe_len >= ac->ac_g_ex.fe_len)
  2917. atomic_inc(&sbi->s_bal_success);
  2918. atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned);
  2919. if (ac->ac_g_ex.fe_start == ac->ac_b_ex.fe_start &&
  2920. ac->ac_g_ex.fe_group == ac->ac_b_ex.fe_group)
  2921. atomic_inc(&sbi->s_bal_goals);
  2922. if (ac->ac_found > sbi->s_mb_max_to_scan)
  2923. atomic_inc(&sbi->s_bal_breaks);
  2924. }
  2925. ext4_mb_store_history(ac);
  2926. }
  2927. /*
  2928. * use blocks preallocated to inode
  2929. */
  2930. static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac,
  2931. struct ext4_prealloc_space *pa)
  2932. {
  2933. ext4_fsblk_t start;
  2934. ext4_fsblk_t end;
  2935. int len;
  2936. /* found preallocated blocks, use them */
  2937. start = pa->pa_pstart + (ac->ac_o_ex.fe_logical - pa->pa_lstart);
  2938. end = min(pa->pa_pstart + pa->pa_len, start + ac->ac_o_ex.fe_len);
  2939. len = end - start;
  2940. ext4_get_group_no_and_offset(ac->ac_sb, start, &ac->ac_b_ex.fe_group,
  2941. &ac->ac_b_ex.fe_start);
  2942. ac->ac_b_ex.fe_len = len;
  2943. ac->ac_status = AC_STATUS_FOUND;
  2944. ac->ac_pa = pa;
  2945. BUG_ON(start < pa->pa_pstart);
  2946. BUG_ON(start + len > pa->pa_pstart + pa->pa_len);
  2947. BUG_ON(pa->pa_free < len);
  2948. pa->pa_free -= len;
  2949. mb_debug("use %llu/%lu from inode pa %p\n", start, len, pa);
  2950. }
  2951. /*
  2952. * use blocks preallocated to locality group
  2953. */
  2954. static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac,
  2955. struct ext4_prealloc_space *pa)
  2956. {
  2957. unsigned len = ac->ac_o_ex.fe_len;
  2958. ext4_get_group_no_and_offset(ac->ac_sb, pa->pa_pstart,
  2959. &ac->ac_b_ex.fe_group,
  2960. &ac->ac_b_ex.fe_start);
  2961. ac->ac_b_ex.fe_len = len;
  2962. ac->ac_status = AC_STATUS_FOUND;
  2963. ac->ac_pa = pa;
  2964. /* we don't correct pa_pstart or pa_plen here to avoid
  2965. * possible race when the group is being loaded concurrently
  2966. * instead we correct pa later, after blocks are marked
  2967. * in on-disk bitmap -- see ext4_mb_release_context()
  2968. * Other CPUs are prevented from allocating from this pa by lg_mutex
  2969. */
  2970. mb_debug("use %u/%u from group pa %p\n", pa->pa_lstart-len, len, pa);
  2971. }
  2972. /*
  2973. * search goal blocks in preallocated space
  2974. */
  2975. static noinline_for_stack int
  2976. ext4_mb_use_preallocated(struct ext4_allocation_context *ac)
  2977. {
  2978. struct ext4_inode_info *ei = EXT4_I(ac->ac_inode);
  2979. struct ext4_locality_group *lg;
  2980. struct ext4_prealloc_space *pa;
  2981. /* only data can be preallocated */
  2982. if (!(ac->ac_flags & EXT4_MB_HINT_DATA))
  2983. return 0;
  2984. /* first, try per-file preallocation */
  2985. rcu_read_lock();
  2986. list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) {
  2987. /* all fields in this condition don't change,
  2988. * so we can skip locking for them */
  2989. if (ac->ac_o_ex.fe_logical < pa->pa_lstart ||
  2990. ac->ac_o_ex.fe_logical >= pa->pa_lstart + pa->pa_len)
  2991. continue;
  2992. /* found preallocated blocks, use them */
  2993. spin_lock(&pa->pa_lock);
  2994. if (pa->pa_deleted == 0 && pa->pa_free) {
  2995. atomic_inc(&pa->pa_count);
  2996. ext4_mb_use_inode_pa(ac, pa);
  2997. spin_unlock(&pa->pa_lock);
  2998. ac->ac_criteria = 10;
  2999. rcu_read_unlock();
  3000. return 1;
  3001. }
  3002. spin_unlock(&pa->pa_lock);
  3003. }
  3004. rcu_read_unlock();
  3005. /* can we use group allocation? */
  3006. if (!(ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC))
  3007. return 0;
  3008. /* inode may have no locality group for some reason */
  3009. lg = ac->ac_lg;
  3010. if (lg == NULL)
  3011. return 0;
  3012. rcu_read_lock();
  3013. list_for_each_entry_rcu(pa, &lg->lg_prealloc_list, pa_inode_list) {
  3014. spin_lock(&pa->pa_lock);
  3015. if (pa->pa_deleted == 0 && pa->pa_free >= ac->ac_o_ex.fe_len) {
  3016. atomic_inc(&pa->pa_count);
  3017. ext4_mb_use_group_pa(ac, pa);
  3018. spin_unlock(&pa->pa_lock);
  3019. ac->ac_criteria = 20;
  3020. rcu_read_unlock();
  3021. return 1;
  3022. }
  3023. spin_unlock(&pa->pa_lock);
  3024. }
  3025. rcu_read_unlock();
  3026. return 0;
  3027. }
  3028. /*
  3029. * the function goes through all preallocation in this group and marks them
  3030. * used in in-core bitmap. buddy must be generated from this bitmap
  3031. * Need to be called with ext4 group lock (ext4_lock_group)
  3032. */
  3033. static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
  3034. ext4_group_t group)
  3035. {
  3036. struct ext4_group_info *grp = ext4_get_group_info(sb, group);
  3037. struct ext4_prealloc_space *pa;
  3038. struct list_head *cur;
  3039. ext4_group_t groupnr;
  3040. ext4_grpblk_t start;
  3041. int preallocated = 0;
  3042. int count = 0;
  3043. int len;
  3044. /* all form of preallocation discards first load group,
  3045. * so the only competing code is preallocation use.
  3046. * we don't need any locking here
  3047. * notice we do NOT ignore preallocations with pa_deleted
  3048. * otherwise we could leave used blocks available for
  3049. * allocation in buddy when concurrent ext4_mb_put_pa()
  3050. * is dropping preallocation
  3051. */
  3052. list_for_each(cur, &grp->bb_prealloc_list) {
  3053. pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
  3054. spin_lock(&pa->pa_lock);
  3055. ext4_get_group_no_and_offset(sb, pa->pa_pstart,
  3056. &groupnr, &start);
  3057. len = pa->pa_len;
  3058. spin_unlock(&pa->pa_lock);
  3059. if (unlikely(len == 0))
  3060. continue;
  3061. BUG_ON(groupnr != group);
  3062. mb_set_bits(sb_bgl_lock(EXT4_SB(sb), group),
  3063. bitmap, start, len);
  3064. preallocated += len;
  3065. count++;
  3066. }
  3067. mb_debug("prellocated %u for group %lu\n", preallocated, group);
  3068. }
  3069. static void ext4_mb_pa_callback(struct rcu_head *head)
  3070. {
  3071. struct ext4_prealloc_space *pa;
  3072. pa = container_of(head, struct ext4_prealloc_space, u.pa_rcu);
  3073. kmem_cache_free(ext4_pspace_cachep, pa);
  3074. }
  3075. /*
  3076. * drops a reference to preallocated space descriptor
  3077. * if this was the last reference and the space is consumed
  3078. */
  3079. static void ext4_mb_put_pa(struct ext4_allocation_context *ac,
  3080. struct super_block *sb, struct ext4_prealloc_space *pa)
  3081. {
  3082. unsigned long grp;
  3083. if (!atomic_dec_and_test(&pa->pa_count) || pa->pa_free != 0)
  3084. return;
  3085. /* in this short window concurrent discard can set pa_deleted */
  3086. spin_lock(&pa->pa_lock);
  3087. if (pa->pa_deleted == 1) {
  3088. spin_unlock(&pa->pa_lock);
  3089. return;
  3090. }
  3091. pa->pa_deleted = 1;
  3092. spin_unlock(&pa->pa_lock);
  3093. /* -1 is to protect from crossing allocation group */
  3094. ext4_get_group_no_and_offset(sb, pa->pa_pstart - 1, &grp, NULL);
  3095. /*
  3096. * possible race:
  3097. *
  3098. * P1 (buddy init) P2 (regular allocation)
  3099. * find block B in PA
  3100. * copy on-disk bitmap to buddy
  3101. * mark B in on-disk bitmap
  3102. * drop PA from group
  3103. * mark all PAs in buddy
  3104. *
  3105. * thus, P1 initializes buddy with B available. to prevent this
  3106. * we make "copy" and "mark all PAs" atomic and serialize "drop PA"
  3107. * against that pair
  3108. */
  3109. ext4_lock_group(sb, grp);
  3110. list_del(&pa->pa_group_list);
  3111. ext4_unlock_group(sb, grp);
  3112. spin_lock(pa->pa_obj_lock);
  3113. list_del_rcu(&pa->pa_inode_list);
  3114. spin_unlock(pa->pa_obj_lock);
  3115. call_rcu(&(pa)->u.pa_rcu, ext4_mb_pa_callback);
  3116. }
  3117. /*
  3118. * creates new preallocated space for given inode
  3119. */
  3120. static noinline_for_stack int
  3121. ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
  3122. {
  3123. struct super_block *sb = ac->ac_sb;
  3124. struct ext4_prealloc_space *pa;
  3125. struct ext4_group_info *grp;
  3126. struct ext4_inode_info *ei;
  3127. /* preallocate only when found space is larger then requested */
  3128. BUG_ON(ac->ac_o_ex.fe_len >= ac->ac_b_ex.fe_len);
  3129. BUG_ON(ac->ac_status != AC_STATUS_FOUND);
  3130. BUG_ON(!S_ISREG(ac->ac_inode->i_mode));
  3131. pa = kmem_cache_alloc(ext4_pspace_cachep, GFP_NOFS);
  3132. if (pa == NULL)
  3133. return -ENOMEM;
  3134. if (ac->ac_b_ex.fe_len < ac->ac_g_ex.fe_len) {
  3135. int winl;
  3136. int wins;
  3137. int win;
  3138. int offs;
  3139. /* we can't allocate as much as normalizer wants.
  3140. * so, found space must get proper lstart
  3141. * to cover original request */
  3142. BUG_ON(ac->ac_g_ex.fe_logical > ac->ac_o_ex.fe_logical);
  3143. BUG_ON(ac->ac_g_ex.fe_len < ac->ac_o_ex.fe_len);
  3144. /* we're limited by original request in that
  3145. * logical block must be covered any way
  3146. * winl is window we can move our chunk within */
  3147. winl = ac->ac_o_ex.fe_logical - ac->ac_g_ex.fe_logical;
  3148. /* also, we should cover whole original request */
  3149. wins = ac->ac_b_ex.fe_len - ac->ac_o_ex.fe_len;
  3150. /* the smallest one defines real window */
  3151. win = min(winl, wins);
  3152. offs = ac->ac_o_ex.fe_logical % ac->ac_b_ex.fe_len;
  3153. if (offs && offs < win)
  3154. win = offs;
  3155. ac->ac_b_ex.fe_logical = ac->ac_o_ex.fe_logical - win;
  3156. BUG_ON(ac->ac_o_ex.fe_logical < ac->ac_b_ex.fe_logical);
  3157. BUG_ON(ac->ac_o_ex.fe_len > ac->ac_b_ex.fe_len);
  3158. }
  3159. /* preallocation can change ac_b_ex, thus we store actually
  3160. * allocated blocks for history */
  3161. ac->ac_f_ex = ac->ac_b_ex;
  3162. pa->pa_lstart = ac->ac_b_ex.fe_logical;
  3163. pa->pa_pstart = ext4_grp_offs_to_block(sb, &ac->ac_b_ex);
  3164. pa->pa_len = ac->ac_b_ex.fe_len;
  3165. pa->pa_free = pa->pa_len;
  3166. atomic_set(&pa->pa_count, 1);
  3167. spin_lock_init(&pa->pa_lock);
  3168. pa->pa_deleted = 0;
  3169. pa->pa_linear = 0;
  3170. mb_debug("new inode pa %p: %llu/%u for %u\n", pa,
  3171. pa->pa_pstart, pa->pa_len, pa->pa_lstart);
  3172. ext4_mb_use_inode_pa(ac, pa);
  3173. atomic_add(pa->pa_free, &EXT4_SB(sb)->s_mb_preallocated);
  3174. ei = EXT4_I(ac->ac_inode);
  3175. grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
  3176. pa->pa_obj_lock = &ei->i_prealloc_lock;
  3177. pa->pa_inode = ac->ac_inode;
  3178. ext4_lock_group(sb, ac->ac_b_ex.fe_group);
  3179. list_add(&pa->pa_group_list, &grp->bb_prealloc_list);
  3180. ext4_unlock_group(sb, ac->ac_b_ex.fe_group);
  3181. spin_lock(pa->pa_obj_lock);
  3182. list_add_rcu(&pa->pa_inode_list, &ei->i_prealloc_list);
  3183. spin_unlock(pa->pa_obj_lock);
  3184. return 0;
  3185. }
  3186. /*
  3187. * creates new preallocated space for locality group inodes belongs to
  3188. */
  3189. static noinline_for_stack int
  3190. ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
  3191. {
  3192. struct super_block *sb = ac->ac_sb;
  3193. struct ext4_locality_group *lg;
  3194. struct ext4_prealloc_space *pa;
  3195. struct ext4_group_info *grp;
  3196. /* preallocate only when found space is larger then requested */
  3197. BUG_ON(ac->ac_o_ex.fe_len >= ac->ac_b_ex.fe_len);
  3198. BUG_ON(ac->ac_status != AC_STATUS_FOUND);
  3199. BUG_ON(!S_ISREG(ac->ac_inode->i_mode));
  3200. BUG_ON(ext4_pspace_cachep == NULL);
  3201. pa = kmem_cache_alloc(ext4_pspace_cachep, GFP_NOFS);
  3202. if (pa == NULL)
  3203. return -ENOMEM;
  3204. /* preallocation can change ac_b_ex, thus we store actually
  3205. * allocated blocks for history */
  3206. ac->ac_f_ex = ac->ac_b_ex;
  3207. pa->pa_pstart = ext4_grp_offs_to_block(sb, &ac->ac_b_ex);
  3208. pa->pa_lstart = pa->pa_pstart;
  3209. pa->pa_len = ac->ac_b_ex.fe_len;
  3210. pa->pa_free = pa->pa_len;
  3211. atomic_set(&pa->pa_count, 1);
  3212. spin_lock_init(&pa->pa_lock);
  3213. pa->pa_deleted = 0;
  3214. pa->pa_linear = 1;
  3215. mb_debug("new group pa %p: %llu/%u for %u\n", pa,
  3216. pa->pa_pstart, pa->pa_len, pa->pa_lstart);
  3217. ext4_mb_use_group_pa(ac, pa);
  3218. atomic_add(pa->pa_free, &EXT4_SB(sb)->s_mb_preallocated);
  3219. grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
  3220. lg = ac->ac_lg;
  3221. BUG_ON(lg == NULL);
  3222. pa->pa_obj_lock = &lg->lg_prealloc_lock;
  3223. pa->pa_inode = NULL;
  3224. ext4_lock_group(sb, ac->ac_b_ex.fe_group);
  3225. list_add(&pa->pa_group_list, &grp->bb_prealloc_list);
  3226. ext4_unlock_group(sb, ac->ac_b_ex.fe_group);
  3227. spin_lock(pa->pa_obj_lock);
  3228. list_add_tail_rcu(&pa->pa_inode_list, &lg->lg_prealloc_list);
  3229. spin_unlock(pa->pa_obj_lock);
  3230. return 0;
  3231. }
  3232. static int ext4_mb_new_preallocation(struct ext4_allocation_context *ac)
  3233. {
  3234. int err;
  3235. if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC)
  3236. err = ext4_mb_new_group_pa(ac);
  3237. else
  3238. err = ext4_mb_new_inode_pa(ac);
  3239. return err;
  3240. }
  3241. /*
  3242. * finds all unused blocks in on-disk bitmap, frees them in
  3243. * in-core bitmap and buddy.
  3244. * @pa must be unlinked from inode and group lists, so that
  3245. * nobody else can find/use it.
  3246. * the caller MUST hold group/inode locks.
  3247. * TODO: optimize the case when there are no in-core structures yet
  3248. */
  3249. static noinline_for_stack int
  3250. ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
  3251. struct ext4_prealloc_space *pa)
  3252. {
  3253. struct ext4_allocation_context *ac;
  3254. struct super_block *sb = e4b->bd_sb;
  3255. struct ext4_sb_info *sbi = EXT4_SB(sb);
  3256. unsigned long end;
  3257. unsigned long next;
  3258. ext4_group_t group;
  3259. ext4_grpblk_t bit;
  3260. sector_t start;
  3261. int err = 0;
  3262. int free = 0;
  3263. BUG_ON(pa->pa_deleted == 0);
  3264. ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
  3265. BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
  3266. end = bit + pa->pa_len;
  3267. ac = kmem_cache_alloc(ext4_ac_cachep, GFP_NOFS);
  3268. if (ac) {
  3269. ac->ac_sb = sb;
  3270. ac->ac_inode = pa->pa_inode;
  3271. ac->ac_op = EXT4_MB_HISTORY_DISCARD;
  3272. }
  3273. while (bit < end) {
  3274. bit = mb_find_next_zero_bit(bitmap_bh->b_data, end, bit);
  3275. if (bit >= end)
  3276. break;
  3277. next = mb_find_next_bit(bitmap_bh->b_data, end, bit);
  3278. if (next > end)
  3279. next = end;
  3280. start = group * EXT4_BLOCKS_PER_GROUP(sb) + bit +
  3281. le32_to_cpu(sbi->s_es->s_first_data_block);
  3282. mb_debug(" free preallocated %u/%u in group %u\n",
  3283. (unsigned) start, (unsigned) next - bit,
  3284. (unsigned) group);
  3285. free += next - bit;
  3286. if (ac) {
  3287. ac->ac_b_ex.fe_group = group;
  3288. ac->ac_b_ex.fe_start = bit;
  3289. ac->ac_b_ex.fe_len = next - bit;
  3290. ac->ac_b_ex.fe_logical = 0;
  3291. ext4_mb_store_history(ac);
  3292. }
  3293. mb_free_blocks(pa->pa_inode, e4b, bit, next - bit);
  3294. bit = next + 1;
  3295. }
  3296. if (free != pa->pa_free) {
  3297. printk(KERN_CRIT "pa %p: logic %lu, phys. %lu, len %lu\n",
  3298. pa, (unsigned long) pa->pa_lstart,
  3299. (unsigned long) pa->pa_pstart,
  3300. (unsigned long) pa->pa_len);
  3301. ext4_error(sb, __FUNCTION__, "free %u, pa_free %u\n",
  3302. free, pa->pa_free);
  3303. /*
  3304. * pa is already deleted so we use the value obtained
  3305. * from the bitmap and continue.
  3306. */
  3307. }
  3308. atomic_add(free, &sbi->s_mb_discarded);
  3309. if (ac)
  3310. kmem_cache_free(ext4_ac_cachep, ac);
  3311. return err;
  3312. }
  3313. static noinline_for_stack int
  3314. ext4_mb_release_group_pa(struct ext4_buddy *e4b,
  3315. struct ext4_prealloc_space *pa)
  3316. {
  3317. struct ext4_allocation_context *ac;
  3318. struct super_block *sb = e4b->bd_sb;
  3319. ext4_group_t group;
  3320. ext4_grpblk_t bit;
  3321. ac = kmem_cache_alloc(ext4_ac_cachep, GFP_NOFS);
  3322. if (ac)
  3323. ac->ac_op = EXT4_MB_HISTORY_DISCARD;
  3324. BUG_ON(pa->pa_deleted == 0);
  3325. ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
  3326. BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
  3327. mb_free_blocks(pa->pa_inode, e4b, bit, pa->pa_len);
  3328. atomic_add(pa->pa_len, &EXT4_SB(sb)->s_mb_discarded);
  3329. if (ac) {
  3330. ac->ac_sb = sb;
  3331. ac->ac_inode = NULL;
  3332. ac->ac_b_ex.fe_group = group;
  3333. ac->ac_b_ex.fe_start = bit;
  3334. ac->ac_b_ex.fe_len = pa->pa_len;
  3335. ac->ac_b_ex.fe_logical = 0;
  3336. ext4_mb_store_history(ac);
  3337. kmem_cache_free(ext4_ac_cachep, ac);
  3338. }
  3339. return 0;
  3340. }
  3341. /*
  3342. * releases all preallocations in given group
  3343. *
  3344. * first, we need to decide discard policy:
  3345. * - when do we discard
  3346. * 1) ENOSPC
  3347. * - how many do we discard
  3348. * 1) how many requested
  3349. */
  3350. static noinline_for_stack int
  3351. ext4_mb_discard_group_preallocations(struct super_block *sb,
  3352. ext4_group_t group, int needed)
  3353. {
  3354. struct ext4_group_info *grp = ext4_get_group_info(sb, group);
  3355. struct buffer_head *bitmap_bh = NULL;
  3356. struct ext4_prealloc_space *pa, *tmp;
  3357. struct list_head list;
  3358. struct ext4_buddy e4b;
  3359. int err;
  3360. int busy = 0;
  3361. int free = 0;
  3362. mb_debug("discard preallocation for group %lu\n", group);
  3363. if (list_empty(&grp->bb_prealloc_list))
  3364. return 0;
  3365. bitmap_bh = read_block_bitmap(sb, group);
  3366. if (bitmap_bh == NULL) {
  3367. /* error handling here */
  3368. ext4_mb_release_desc(&e4b);
  3369. BUG_ON(bitmap_bh == NULL);
  3370. }
  3371. err = ext4_mb_load_buddy(sb, group, &e4b);
  3372. BUG_ON(err != 0); /* error handling here */
  3373. if (needed == 0)
  3374. needed = EXT4_BLOCKS_PER_GROUP(sb) + 1;
  3375. grp = ext4_get_group_info(sb, group);
  3376. INIT_LIST_HEAD(&list);
  3377. repeat:
  3378. ext4_lock_group(sb, group);
  3379. list_for_each_entry_safe(pa, tmp,
  3380. &grp->bb_prealloc_list, pa_group_list) {
  3381. spin_lock(&pa->pa_lock);
  3382. if (atomic_read(&pa->pa_count)) {
  3383. spin_unlock(&pa->pa_lock);
  3384. busy = 1;
  3385. continue;
  3386. }
  3387. if (pa->pa_deleted) {
  3388. spin_unlock(&pa->pa_lock);
  3389. continue;
  3390. }
  3391. /* seems this one can be freed ... */
  3392. pa->pa_deleted = 1;
  3393. /* we can trust pa_free ... */
  3394. free += pa->pa_free;
  3395. spin_unlock(&pa->pa_lock);
  3396. list_del(&pa->pa_group_list);
  3397. list_add(&pa->u.pa_tmp_list, &list);
  3398. }
  3399. /* if we still need more blocks and some PAs were used, try again */
  3400. if (free < needed && busy) {
  3401. busy = 0;
  3402. ext4_unlock_group(sb, group);
  3403. /*
  3404. * Yield the CPU here so that we don't get soft lockup
  3405. * in non preempt case.
  3406. */
  3407. yield();
  3408. goto repeat;
  3409. }
  3410. /* found anything to free? */
  3411. if (list_empty(&list)) {
  3412. BUG_ON(free != 0);
  3413. goto out;
  3414. }
  3415. /* now free all selected PAs */
  3416. list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) {
  3417. /* remove from object (inode or locality group) */
  3418. spin_lock(pa->pa_obj_lock);
  3419. list_del_rcu(&pa->pa_inode_list);
  3420. spin_unlock(pa->pa_obj_lock);
  3421. if (pa->pa_linear)
  3422. ext4_mb_release_group_pa(&e4b, pa);
  3423. else
  3424. ext4_mb_release_inode_pa(&e4b, bitmap_bh, pa);
  3425. list_del(&pa->u.pa_tmp_list);
  3426. call_rcu(&(pa)->u.pa_rcu, ext4_mb_pa_callback);
  3427. }
  3428. out:
  3429. ext4_unlock_group(sb, group);
  3430. ext4_mb_release_desc(&e4b);
  3431. put_bh(bitmap_bh);
  3432. return free;
  3433. }
  3434. /*
  3435. * releases all non-used preallocated blocks for given inode
  3436. *
  3437. * It's important to discard preallocations under i_data_sem
  3438. * We don't want another block to be served from the prealloc
  3439. * space when we are discarding the inode prealloc space.
  3440. *
  3441. * FIXME!! Make sure it is valid at all the call sites
  3442. */
  3443. void ext4_mb_discard_inode_preallocations(struct inode *inode)
  3444. {
  3445. struct ext4_inode_info *ei = EXT4_I(inode);
  3446. struct super_block *sb = inode->i_sb;
  3447. struct buffer_head *bitmap_bh = NULL;
  3448. struct ext4_prealloc_space *pa, *tmp;
  3449. ext4_group_t group = 0;
  3450. struct list_head list;
  3451. struct ext4_buddy e4b;
  3452. int err;
  3453. if (!test_opt(sb, MBALLOC) || !S_ISREG(inode->i_mode)) {
  3454. /*BUG_ON(!list_empty(&ei->i_prealloc_list));*/
  3455. return;
  3456. }
  3457. mb_debug("discard preallocation for inode %lu\n", inode->i_ino);
  3458. INIT_LIST_HEAD(&list);
  3459. repeat:
  3460. /* first, collect all pa's in the inode */
  3461. spin_lock(&ei->i_prealloc_lock);
  3462. while (!list_empty(&ei->i_prealloc_list)) {
  3463. pa = list_entry(ei->i_prealloc_list.next,
  3464. struct ext4_prealloc_space, pa_inode_list);
  3465. BUG_ON(pa->pa_obj_lock != &ei->i_prealloc_lock);
  3466. spin_lock(&pa->pa_lock);
  3467. if (atomic_read(&pa->pa_count)) {
  3468. /* this shouldn't happen often - nobody should
  3469. * use preallocation while we're discarding it */
  3470. spin_unlock(&pa->pa_lock);
  3471. spin_unlock(&ei->i_prealloc_lock);
  3472. printk(KERN_ERR "uh-oh! used pa while discarding\n");
  3473. WARN_ON(1);
  3474. schedule_timeout_uninterruptible(HZ);
  3475. goto repeat;
  3476. }
  3477. if (pa->pa_deleted == 0) {
  3478. pa->pa_deleted = 1;
  3479. spin_unlock(&pa->pa_lock);
  3480. list_del_rcu(&pa->pa_inode_list);
  3481. list_add(&pa->u.pa_tmp_list, &list);
  3482. continue;
  3483. }
  3484. /* someone is deleting pa right now */
  3485. spin_unlock(&pa->pa_lock);
  3486. spin_unlock(&ei->i_prealloc_lock);
  3487. /* we have to wait here because pa_deleted
  3488. * doesn't mean pa is already unlinked from
  3489. * the list. as we might be called from
  3490. * ->clear_inode() the inode will get freed
  3491. * and concurrent thread which is unlinking
  3492. * pa from inode's list may access already
  3493. * freed memory, bad-bad-bad */
  3494. /* XXX: if this happens too often, we can
  3495. * add a flag to force wait only in case
  3496. * of ->clear_inode(), but not in case of
  3497. * regular truncate */
  3498. schedule_timeout_uninterruptible(HZ);
  3499. goto repeat;
  3500. }
  3501. spin_unlock(&ei->i_prealloc_lock);
  3502. list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) {
  3503. BUG_ON(pa->pa_linear != 0);
  3504. ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, NULL);
  3505. err = ext4_mb_load_buddy(sb, group, &e4b);
  3506. BUG_ON(err != 0); /* error handling here */
  3507. bitmap_bh = read_block_bitmap(sb, group);
  3508. if (bitmap_bh == NULL) {
  3509. /* error handling here */
  3510. ext4_mb_release_desc(&e4b);
  3511. BUG_ON(bitmap_bh == NULL);
  3512. }
  3513. ext4_lock_group(sb, group);
  3514. list_del(&pa->pa_group_list);
  3515. ext4_mb_release_inode_pa(&e4b, bitmap_bh, pa);
  3516. ext4_unlock_group(sb, group);
  3517. ext4_mb_release_desc(&e4b);
  3518. put_bh(bitmap_bh);
  3519. list_del(&pa->u.pa_tmp_list);
  3520. call_rcu(&(pa)->u.pa_rcu, ext4_mb_pa_callback);
  3521. }
  3522. }
  3523. /*
  3524. * finds all preallocated spaces and return blocks being freed to them
  3525. * if preallocated space becomes full (no block is used from the space)
  3526. * then the function frees space in buddy
  3527. * XXX: at the moment, truncate (which is the only way to free blocks)
  3528. * discards all preallocations
  3529. */
  3530. static void ext4_mb_return_to_preallocation(struct inode *inode,
  3531. struct ext4_buddy *e4b,
  3532. sector_t block, int count)
  3533. {
  3534. BUG_ON(!list_empty(&EXT4_I(inode)->i_prealloc_list));
  3535. }
  3536. #ifdef MB_DEBUG
  3537. static void ext4_mb_show_ac(struct ext4_allocation_context *ac)
  3538. {
  3539. struct super_block *sb = ac->ac_sb;
  3540. ext4_group_t i;
  3541. printk(KERN_ERR "EXT4-fs: Can't allocate:"
  3542. " Allocation context details:\n");
  3543. printk(KERN_ERR "EXT4-fs: status %d flags %d\n",
  3544. ac->ac_status, ac->ac_flags);
  3545. printk(KERN_ERR "EXT4-fs: orig %lu/%lu/%lu@%lu, goal %lu/%lu/%lu@%lu, "
  3546. "best %lu/%lu/%lu@%lu cr %d\n",
  3547. (unsigned long)ac->ac_o_ex.fe_group,
  3548. (unsigned long)ac->ac_o_ex.fe_start,
  3549. (unsigned long)ac->ac_o_ex.fe_len,
  3550. (unsigned long)ac->ac_o_ex.fe_logical,
  3551. (unsigned long)ac->ac_g_ex.fe_group,
  3552. (unsigned long)ac->ac_g_ex.fe_start,
  3553. (unsigned long)ac->ac_g_ex.fe_len,
  3554. (unsigned long)ac->ac_g_ex.fe_logical,
  3555. (unsigned long)ac->ac_b_ex.fe_group,
  3556. (unsigned long)ac->ac_b_ex.fe_start,
  3557. (unsigned long)ac->ac_b_ex.fe_len,
  3558. (unsigned long)ac->ac_b_ex.fe_logical,
  3559. (int)ac->ac_criteria);
  3560. printk(KERN_ERR "EXT4-fs: %lu scanned, %d found\n", ac->ac_ex_scanned,
  3561. ac->ac_found);
  3562. printk(KERN_ERR "EXT4-fs: groups: \n");
  3563. for (i = 0; i < EXT4_SB(sb)->s_groups_count; i++) {
  3564. struct ext4_group_info *grp = ext4_get_group_info(sb, i);
  3565. struct ext4_prealloc_space *pa;
  3566. ext4_grpblk_t start;
  3567. struct list_head *cur;
  3568. ext4_lock_group(sb, i);
  3569. list_for_each(cur, &grp->bb_prealloc_list) {
  3570. pa = list_entry(cur, struct ext4_prealloc_space,
  3571. pa_group_list);
  3572. spin_lock(&pa->pa_lock);
  3573. ext4_get_group_no_and_offset(sb, pa->pa_pstart,
  3574. NULL, &start);
  3575. spin_unlock(&pa->pa_lock);
  3576. printk(KERN_ERR "PA:%lu:%d:%u \n", i,
  3577. start, pa->pa_len);
  3578. }
  3579. ext4_lock_group(sb, i);
  3580. if (grp->bb_free == 0)
  3581. continue;
  3582. printk(KERN_ERR "%lu: %d/%d \n",
  3583. i, grp->bb_free, grp->bb_fragments);
  3584. }
  3585. printk(KERN_ERR "\n");
  3586. }
  3587. #else
  3588. static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac)
  3589. {
  3590. return;
  3591. }
  3592. #endif
  3593. /*
  3594. * We use locality group preallocation for small size file. The size of the
  3595. * file is determined by the current size or the resulting size after
  3596. * allocation which ever is larger
  3597. *
  3598. * One can tune this size via /proc/fs/ext4/<partition>/stream_req
  3599. */
  3600. static void ext4_mb_group_or_file(struct ext4_allocation_context *ac)
  3601. {
  3602. struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  3603. int bsbits = ac->ac_sb->s_blocksize_bits;
  3604. loff_t size, isize;
  3605. if (!(ac->ac_flags & EXT4_MB_HINT_DATA))
  3606. return;
  3607. size = ac->ac_o_ex.fe_logical + ac->ac_o_ex.fe_len;
  3608. isize = i_size_read(ac->ac_inode) >> bsbits;
  3609. size = max(size, isize);
  3610. /* don't use group allocation for large files */
  3611. if (size >= sbi->s_mb_stream_request)
  3612. return;
  3613. if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY))
  3614. return;
  3615. BUG_ON(ac->ac_lg != NULL);
  3616. /*
  3617. * locality group prealloc space are per cpu. The reason for having
  3618. * per cpu locality group is to reduce the contention between block
  3619. * request from multiple CPUs.
  3620. */
  3621. ac->ac_lg = &sbi->s_locality_groups[get_cpu()];
  3622. put_cpu();
  3623. /* we're going to use group allocation */
  3624. ac->ac_flags |= EXT4_MB_HINT_GROUP_ALLOC;
  3625. /* serialize all allocations in the group */
  3626. mutex_lock(&ac->ac_lg->lg_mutex);
  3627. }
  3628. static noinline_for_stack int
  3629. ext4_mb_initialize_context(struct ext4_allocation_context *ac,
  3630. struct ext4_allocation_request *ar)
  3631. {
  3632. struct super_block *sb = ar->inode->i_sb;
  3633. struct ext4_sb_info *sbi = EXT4_SB(sb);
  3634. struct ext4_super_block *es = sbi->s_es;
  3635. ext4_group_t group;
  3636. unsigned long len;
  3637. unsigned long goal;
  3638. ext4_grpblk_t block;
  3639. /* we can't allocate > group size */
  3640. len = ar->len;
  3641. /* just a dirty hack to filter too big requests */
  3642. if (len >= EXT4_BLOCKS_PER_GROUP(sb) - 10)
  3643. len = EXT4_BLOCKS_PER_GROUP(sb) - 10;
  3644. /* start searching from the goal */
  3645. goal = ar->goal;
  3646. if (goal < le32_to_cpu(es->s_first_data_block) ||
  3647. goal >= ext4_blocks_count(es))
  3648. goal = le32_to_cpu(es->s_first_data_block);
  3649. ext4_get_group_no_and_offset(sb, goal, &group, &block);
  3650. /* set up allocation goals */
  3651. ac->ac_b_ex.fe_logical = ar->logical;
  3652. ac->ac_b_ex.fe_group = 0;
  3653. ac->ac_b_ex.fe_start = 0;
  3654. ac->ac_b_ex.fe_len = 0;
  3655. ac->ac_status = AC_STATUS_CONTINUE;
  3656. ac->ac_groups_scanned = 0;
  3657. ac->ac_ex_scanned = 0;
  3658. ac->ac_found = 0;
  3659. ac->ac_sb = sb;
  3660. ac->ac_inode = ar->inode;
  3661. ac->ac_o_ex.fe_logical = ar->logical;
  3662. ac->ac_o_ex.fe_group = group;
  3663. ac->ac_o_ex.fe_start = block;
  3664. ac->ac_o_ex.fe_len = len;
  3665. ac->ac_g_ex.fe_logical = ar->logical;
  3666. ac->ac_g_ex.fe_group = group;
  3667. ac->ac_g_ex.fe_start = block;
  3668. ac->ac_g_ex.fe_len = len;
  3669. ac->ac_f_ex.fe_len = 0;
  3670. ac->ac_flags = ar->flags;
  3671. ac->ac_2order = 0;
  3672. ac->ac_criteria = 0;
  3673. ac->ac_pa = NULL;
  3674. ac->ac_bitmap_page = NULL;
  3675. ac->ac_buddy_page = NULL;
  3676. ac->ac_lg = NULL;
  3677. /* we have to define context: we'll we work with a file or
  3678. * locality group. this is a policy, actually */
  3679. ext4_mb_group_or_file(ac);
  3680. mb_debug("init ac: %u blocks @ %u, goal %u, flags %x, 2^%d, "
  3681. "left: %u/%u, right %u/%u to %swritable\n",
  3682. (unsigned) ar->len, (unsigned) ar->logical,
  3683. (unsigned) ar->goal, ac->ac_flags, ac->ac_2order,
  3684. (unsigned) ar->lleft, (unsigned) ar->pleft,
  3685. (unsigned) ar->lright, (unsigned) ar->pright,
  3686. atomic_read(&ar->inode->i_writecount) ? "" : "non-");
  3687. return 0;
  3688. }
  3689. /*
  3690. * release all resource we used in allocation
  3691. */
  3692. static int ext4_mb_release_context(struct ext4_allocation_context *ac)
  3693. {
  3694. if (ac->ac_pa) {
  3695. if (ac->ac_pa->pa_linear) {
  3696. /* see comment in ext4_mb_use_group_pa() */
  3697. spin_lock(&ac->ac_pa->pa_lock);
  3698. ac->ac_pa->pa_pstart += ac->ac_b_ex.fe_len;
  3699. ac->ac_pa->pa_lstart += ac->ac_b_ex.fe_len;
  3700. ac->ac_pa->pa_free -= ac->ac_b_ex.fe_len;
  3701. ac->ac_pa->pa_len -= ac->ac_b_ex.fe_len;
  3702. spin_unlock(&ac->ac_pa->pa_lock);
  3703. }
  3704. ext4_mb_put_pa(ac, ac->ac_sb, ac->ac_pa);
  3705. }
  3706. if (ac->ac_bitmap_page)
  3707. page_cache_release(ac->ac_bitmap_page);
  3708. if (ac->ac_buddy_page)
  3709. page_cache_release(ac->ac_buddy_page);
  3710. if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC)
  3711. mutex_unlock(&ac->ac_lg->lg_mutex);
  3712. ext4_mb_collect_stats(ac);
  3713. return 0;
  3714. }
  3715. static int ext4_mb_discard_preallocations(struct super_block *sb, int needed)
  3716. {
  3717. ext4_group_t i;
  3718. int ret;
  3719. int freed = 0;
  3720. for (i = 0; i < EXT4_SB(sb)->s_groups_count && needed > 0; i++) {
  3721. ret = ext4_mb_discard_group_preallocations(sb, i, needed);
  3722. freed += ret;
  3723. needed -= ret;
  3724. }
  3725. return freed;
  3726. }
  3727. /*
  3728. * Main entry point into mballoc to allocate blocks
  3729. * it tries to use preallocation first, then falls back
  3730. * to usual allocation
  3731. */
  3732. ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle,
  3733. struct ext4_allocation_request *ar, int *errp)
  3734. {
  3735. struct ext4_allocation_context *ac = NULL;
  3736. struct ext4_sb_info *sbi;
  3737. struct super_block *sb;
  3738. ext4_fsblk_t block = 0;
  3739. int freed;
  3740. int inquota;
  3741. sb = ar->inode->i_sb;
  3742. sbi = EXT4_SB(sb);
  3743. if (!test_opt(sb, MBALLOC)) {
  3744. block = ext4_new_blocks_old(handle, ar->inode, ar->goal,
  3745. &(ar->len), errp);
  3746. return block;
  3747. }
  3748. while (ar->len && DQUOT_ALLOC_BLOCK(ar->inode, ar->len)) {
  3749. ar->flags |= EXT4_MB_HINT_NOPREALLOC;
  3750. ar->len--;
  3751. }
  3752. if (ar->len == 0) {
  3753. *errp = -EDQUOT;
  3754. return 0;
  3755. }
  3756. inquota = ar->len;
  3757. ac = kmem_cache_alloc(ext4_ac_cachep, GFP_NOFS);
  3758. if (!ac) {
  3759. *errp = -ENOMEM;
  3760. return 0;
  3761. }
  3762. ext4_mb_poll_new_transaction(sb, handle);
  3763. *errp = ext4_mb_initialize_context(ac, ar);
  3764. if (*errp) {
  3765. ar->len = 0;
  3766. goto out;
  3767. }
  3768. ac->ac_op = EXT4_MB_HISTORY_PREALLOC;
  3769. if (!ext4_mb_use_preallocated(ac)) {
  3770. ac->ac_op = EXT4_MB_HISTORY_ALLOC;
  3771. ext4_mb_normalize_request(ac, ar);
  3772. repeat:
  3773. /* allocate space in core */
  3774. ext4_mb_regular_allocator(ac);
  3775. /* as we've just preallocated more space than
  3776. * user requested orinally, we store allocated
  3777. * space in a special descriptor */
  3778. if (ac->ac_status == AC_STATUS_FOUND &&
  3779. ac->ac_o_ex.fe_len < ac->ac_b_ex.fe_len)
  3780. ext4_mb_new_preallocation(ac);
  3781. }
  3782. if (likely(ac->ac_status == AC_STATUS_FOUND)) {
  3783. ext4_mb_mark_diskspace_used(ac, handle);
  3784. *errp = 0;
  3785. block = ext4_grp_offs_to_block(sb, &ac->ac_b_ex);
  3786. ar->len = ac->ac_b_ex.fe_len;
  3787. } else {
  3788. freed = ext4_mb_discard_preallocations(sb, ac->ac_o_ex.fe_len);
  3789. if (freed)
  3790. goto repeat;
  3791. *errp = -ENOSPC;
  3792. ac->ac_b_ex.fe_len = 0;
  3793. ar->len = 0;
  3794. ext4_mb_show_ac(ac);
  3795. }
  3796. ext4_mb_release_context(ac);
  3797. out:
  3798. if (ar->len < inquota)
  3799. DQUOT_FREE_BLOCK(ar->inode, inquota - ar->len);
  3800. kmem_cache_free(ext4_ac_cachep, ac);
  3801. return block;
  3802. }
  3803. static void ext4_mb_poll_new_transaction(struct super_block *sb,
  3804. handle_t *handle)
  3805. {
  3806. struct ext4_sb_info *sbi = EXT4_SB(sb);
  3807. if (sbi->s_last_transaction == handle->h_transaction->t_tid)
  3808. return;
  3809. /* new transaction! time to close last one and free blocks for
  3810. * committed transaction. we know that only transaction can be
  3811. * active, so previos transaction can be being logged and we
  3812. * know that transaction before previous is known to be already
  3813. * logged. this means that now we may free blocks freed in all
  3814. * transactions before previous one. hope I'm clear enough ... */
  3815. spin_lock(&sbi->s_md_lock);
  3816. if (sbi->s_last_transaction != handle->h_transaction->t_tid) {
  3817. mb_debug("new transaction %lu, old %lu\n",
  3818. (unsigned long) handle->h_transaction->t_tid,
  3819. (unsigned long) sbi->s_last_transaction);
  3820. list_splice_init(&sbi->s_closed_transaction,
  3821. &sbi->s_committed_transaction);
  3822. list_splice_init(&sbi->s_active_transaction,
  3823. &sbi->s_closed_transaction);
  3824. sbi->s_last_transaction = handle->h_transaction->t_tid;
  3825. }
  3826. spin_unlock(&sbi->s_md_lock);
  3827. ext4_mb_free_committed_blocks(sb);
  3828. }
  3829. static noinline_for_stack int
  3830. ext4_mb_free_metadata(handle_t *handle, struct ext4_buddy *e4b,
  3831. ext4_group_t group, ext4_grpblk_t block, int count)
  3832. {
  3833. struct ext4_group_info *db = e4b->bd_info;
  3834. struct super_block *sb = e4b->bd_sb;
  3835. struct ext4_sb_info *sbi = EXT4_SB(sb);
  3836. struct ext4_free_metadata *md;
  3837. int i;
  3838. BUG_ON(e4b->bd_bitmap_page == NULL);
  3839. BUG_ON(e4b->bd_buddy_page == NULL);
  3840. ext4_lock_group(sb, group);
  3841. for (i = 0; i < count; i++) {
  3842. md = db->bb_md_cur;
  3843. if (md && db->bb_tid != handle->h_transaction->t_tid) {
  3844. db->bb_md_cur = NULL;
  3845. md = NULL;
  3846. }
  3847. if (md == NULL) {
  3848. ext4_unlock_group(sb, group);
  3849. md = kmalloc(sizeof(*md), GFP_NOFS);
  3850. if (md == NULL)
  3851. return -ENOMEM;
  3852. md->num = 0;
  3853. md->group = group;
  3854. ext4_lock_group(sb, group);
  3855. if (db->bb_md_cur == NULL) {
  3856. spin_lock(&sbi->s_md_lock);
  3857. list_add(&md->list, &sbi->s_active_transaction);
  3858. spin_unlock(&sbi->s_md_lock);
  3859. /* protect buddy cache from being freed,
  3860. * otherwise we'll refresh it from
  3861. * on-disk bitmap and lose not-yet-available
  3862. * blocks */
  3863. page_cache_get(e4b->bd_buddy_page);
  3864. page_cache_get(e4b->bd_bitmap_page);
  3865. db->bb_md_cur = md;
  3866. db->bb_tid = handle->h_transaction->t_tid;
  3867. mb_debug("new md 0x%p for group %lu\n",
  3868. md, md->group);
  3869. } else {
  3870. kfree(md);
  3871. md = db->bb_md_cur;
  3872. }
  3873. }
  3874. BUG_ON(md->num >= EXT4_BB_MAX_BLOCKS);
  3875. md->blocks[md->num] = block + i;
  3876. md->num++;
  3877. if (md->num == EXT4_BB_MAX_BLOCKS) {
  3878. /* no more space, put full container on a sb's list */
  3879. db->bb_md_cur = NULL;
  3880. }
  3881. }
  3882. ext4_unlock_group(sb, group);
  3883. return 0;
  3884. }
  3885. /*
  3886. * Main entry point into mballoc to free blocks
  3887. */
  3888. void ext4_mb_free_blocks(handle_t *handle, struct inode *inode,
  3889. unsigned long block, unsigned long count,
  3890. int metadata, unsigned long *freed)
  3891. {
  3892. struct buffer_head *bitmap_bh = NULL;
  3893. struct super_block *sb = inode->i_sb;
  3894. struct ext4_allocation_context *ac = NULL;
  3895. struct ext4_group_desc *gdp;
  3896. struct ext4_super_block *es;
  3897. unsigned long overflow;
  3898. ext4_grpblk_t bit;
  3899. struct buffer_head *gd_bh;
  3900. ext4_group_t block_group;
  3901. struct ext4_sb_info *sbi;
  3902. struct ext4_buddy e4b;
  3903. int err = 0;
  3904. int ret;
  3905. *freed = 0;
  3906. ext4_mb_poll_new_transaction(sb, handle);
  3907. sbi = EXT4_SB(sb);
  3908. es = EXT4_SB(sb)->s_es;
  3909. if (block < le32_to_cpu(es->s_first_data_block) ||
  3910. block + count < block ||
  3911. block + count > ext4_blocks_count(es)) {
  3912. ext4_error(sb, __FUNCTION__,
  3913. "Freeing blocks not in datazone - "
  3914. "block = %lu, count = %lu", block, count);
  3915. goto error_return;
  3916. }
  3917. ext4_debug("freeing block %lu\n", block);
  3918. ac = kmem_cache_alloc(ext4_ac_cachep, GFP_NOFS);
  3919. if (ac) {
  3920. ac->ac_op = EXT4_MB_HISTORY_FREE;
  3921. ac->ac_inode = inode;
  3922. ac->ac_sb = sb;
  3923. }
  3924. do_more:
  3925. overflow = 0;
  3926. ext4_get_group_no_and_offset(sb, block, &block_group, &bit);
  3927. /*
  3928. * Check to see if we are freeing blocks across a group
  3929. * boundary.
  3930. */
  3931. if (bit + count > EXT4_BLOCKS_PER_GROUP(sb)) {
  3932. overflow = bit + count - EXT4_BLOCKS_PER_GROUP(sb);
  3933. count -= overflow;
  3934. }
  3935. bitmap_bh = read_block_bitmap(sb, block_group);
  3936. if (!bitmap_bh)
  3937. goto error_return;
  3938. gdp = ext4_get_group_desc(sb, block_group, &gd_bh);
  3939. if (!gdp)
  3940. goto error_return;
  3941. if (in_range(ext4_block_bitmap(sb, gdp), block, count) ||
  3942. in_range(ext4_inode_bitmap(sb, gdp), block, count) ||
  3943. in_range(block, ext4_inode_table(sb, gdp),
  3944. EXT4_SB(sb)->s_itb_per_group) ||
  3945. in_range(block + count - 1, ext4_inode_table(sb, gdp),
  3946. EXT4_SB(sb)->s_itb_per_group)) {
  3947. ext4_error(sb, __FUNCTION__,
  3948. "Freeing blocks in system zone - "
  3949. "Block = %lu, count = %lu", block, count);
  3950. }
  3951. BUFFER_TRACE(bitmap_bh, "getting write access");
  3952. err = ext4_journal_get_write_access(handle, bitmap_bh);
  3953. if (err)
  3954. goto error_return;
  3955. /*
  3956. * We are about to modify some metadata. Call the journal APIs
  3957. * to unshare ->b_data if a currently-committing transaction is
  3958. * using it
  3959. */
  3960. BUFFER_TRACE(gd_bh, "get_write_access");
  3961. err = ext4_journal_get_write_access(handle, gd_bh);
  3962. if (err)
  3963. goto error_return;
  3964. err = ext4_mb_load_buddy(sb, block_group, &e4b);
  3965. if (err)
  3966. goto error_return;
  3967. #ifdef AGGRESSIVE_CHECK
  3968. {
  3969. int i;
  3970. for (i = 0; i < count; i++)
  3971. BUG_ON(!mb_test_bit(bit + i, bitmap_bh->b_data));
  3972. }
  3973. #endif
  3974. mb_clear_bits(sb_bgl_lock(sbi, block_group), bitmap_bh->b_data,
  3975. bit, count);
  3976. /* We dirtied the bitmap block */
  3977. BUFFER_TRACE(bitmap_bh, "dirtied bitmap block");
  3978. err = ext4_journal_dirty_metadata(handle, bitmap_bh);
  3979. if (ac) {
  3980. ac->ac_b_ex.fe_group = block_group;
  3981. ac->ac_b_ex.fe_start = bit;
  3982. ac->ac_b_ex.fe_len = count;
  3983. ext4_mb_store_history(ac);
  3984. }
  3985. if (metadata) {
  3986. /* blocks being freed are metadata. these blocks shouldn't
  3987. * be used until this transaction is committed */
  3988. ext4_mb_free_metadata(handle, &e4b, block_group, bit, count);
  3989. } else {
  3990. ext4_lock_group(sb, block_group);
  3991. err = mb_free_blocks(inode, &e4b, bit, count);
  3992. ext4_mb_return_to_preallocation(inode, &e4b, block, count);
  3993. ext4_unlock_group(sb, block_group);
  3994. BUG_ON(err != 0);
  3995. }
  3996. spin_lock(sb_bgl_lock(sbi, block_group));
  3997. gdp->bg_free_blocks_count =
  3998. cpu_to_le16(le16_to_cpu(gdp->bg_free_blocks_count) + count);
  3999. gdp->bg_checksum = ext4_group_desc_csum(sbi, block_group, gdp);
  4000. spin_unlock(sb_bgl_lock(sbi, block_group));
  4001. percpu_counter_add(&sbi->s_freeblocks_counter, count);
  4002. ext4_mb_release_desc(&e4b);
  4003. *freed += count;
  4004. /* And the group descriptor block */
  4005. BUFFER_TRACE(gd_bh, "dirtied group descriptor block");
  4006. ret = ext4_journal_dirty_metadata(handle, gd_bh);
  4007. if (!err)
  4008. err = ret;
  4009. if (overflow && !err) {
  4010. block += count;
  4011. count = overflow;
  4012. put_bh(bitmap_bh);
  4013. goto do_more;
  4014. }
  4015. sb->s_dirt = 1;
  4016. error_return:
  4017. brelse(bitmap_bh);
  4018. ext4_std_error(sb, err);
  4019. if (ac)
  4020. kmem_cache_free(ext4_ac_cachep, ac);
  4021. return;
  4022. }