mballoc.c 136 KB

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