mballoc.c 138 KB

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