mballoc.c 139 KB

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