dquot.c 72 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663
  1. /*
  2. * Implementation of the diskquota system for the LINUX operating system. QUOTA
  3. * is implemented using the BSD system call interface as the means of
  4. * communication with the user level. This file contains the generic routines
  5. * called by the different filesystems on allocation of an inode or block.
  6. * These routines take care of the administration needed to have a consistent
  7. * diskquota tracking system. The ideas of both user and group quotas are based
  8. * on the Melbourne quota system as used on BSD derived systems. The internal
  9. * implementation is based on one of the several variants of the LINUX
  10. * inode-subsystem with added complexity of the diskquota system.
  11. *
  12. * Author: Marco van Wieringen <mvw@planets.elm.net>
  13. *
  14. * Fixes: Dmitry Gorodchanin <pgmdsg@ibi.com>, 11 Feb 96
  15. *
  16. * Revised list management to avoid races
  17. * -- Bill Hawes, <whawes@star.net>, 9/98
  18. *
  19. * Fixed races in dquot_transfer(), dqget() and dquot_alloc_...().
  20. * As the consequence the locking was moved from dquot_decr_...(),
  21. * dquot_incr_...() to calling functions.
  22. * invalidate_dquots() now writes modified dquots.
  23. * Serialized quota_off() and quota_on() for mount point.
  24. * Fixed a few bugs in grow_dquots().
  25. * Fixed deadlock in write_dquot() - we no longer account quotas on
  26. * quota files
  27. * remove_dquot_ref() moved to inode.c - it now traverses through inodes
  28. * add_dquot_ref() restarts after blocking
  29. * Added check for bogus uid and fixed check for group in quotactl.
  30. * Jan Kara, <jack@suse.cz>, sponsored by SuSE CR, 10-11/99
  31. *
  32. * Used struct list_head instead of own list struct
  33. * Invalidation of referenced dquots is no longer possible
  34. * Improved free_dquots list management
  35. * Quota and i_blocks are now updated in one place to avoid races
  36. * Warnings are now delayed so we won't block in critical section
  37. * Write updated not to require dquot lock
  38. * Jan Kara, <jack@suse.cz>, 9/2000
  39. *
  40. * Added dynamic quota structure allocation
  41. * Jan Kara <jack@suse.cz> 12/2000
  42. *
  43. * Rewritten quota interface. Implemented new quota format and
  44. * formats registering.
  45. * Jan Kara, <jack@suse.cz>, 2001,2002
  46. *
  47. * New SMP locking.
  48. * Jan Kara, <jack@suse.cz>, 10/2002
  49. *
  50. * Added journalled quota support, fix lock inversion problems
  51. * Jan Kara, <jack@suse.cz>, 2003,2004
  52. *
  53. * (C) Copyright 1994 - 1997 Marco van Wieringen
  54. */
  55. #include <linux/errno.h>
  56. #include <linux/kernel.h>
  57. #include <linux/fs.h>
  58. #include <linux/mount.h>
  59. #include <linux/mm.h>
  60. #include <linux/time.h>
  61. #include <linux/types.h>
  62. #include <linux/string.h>
  63. #include <linux/fcntl.h>
  64. #include <linux/stat.h>
  65. #include <linux/tty.h>
  66. #include <linux/file.h>
  67. #include <linux/slab.h>
  68. #include <linux/sysctl.h>
  69. #include <linux/init.h>
  70. #include <linux/module.h>
  71. #include <linux/proc_fs.h>
  72. #include <linux/security.h>
  73. #include <linux/kmod.h>
  74. #include <linux/namei.h>
  75. #include <linux/buffer_head.h>
  76. #include <linux/capability.h>
  77. #include <linux/quotaops.h>
  78. #include "../internal.h" /* ugh */
  79. #include <asm/uaccess.h>
  80. /*
  81. * There are three quota SMP locks. dq_list_lock protects all lists with quotas
  82. * and quota formats.
  83. * dq_data_lock protects data from dq_dqb and also mem_dqinfo structures and
  84. * also guards consistency of dquot->dq_dqb with inode->i_blocks, i_bytes.
  85. * i_blocks and i_bytes updates itself are guarded by i_lock acquired directly
  86. * in inode_add_bytes() and inode_sub_bytes(). dq_state_lock protects
  87. * modifications of quota state (on quotaon and quotaoff) and readers who care
  88. * about latest values take it as well.
  89. *
  90. * The spinlock ordering is hence: dq_data_lock > dq_list_lock > i_lock,
  91. * dq_list_lock > dq_state_lock
  92. *
  93. * Note that some things (eg. sb pointer, type, id) doesn't change during
  94. * the life of the dquot structure and so needn't to be protected by a lock
  95. *
  96. * Any operation working on dquots via inode pointers must hold dqptr_sem. If
  97. * operation is just reading pointers from inode (or not using them at all) the
  98. * read lock is enough. If pointers are altered function must hold write lock.
  99. * Special care needs to be taken about S_NOQUOTA inode flag (marking that
  100. * inode is a quota file). Functions adding pointers from inode to dquots have
  101. * to check this flag under dqptr_sem and then (if S_NOQUOTA is not set) they
  102. * have to do all pointer modifications before dropping dqptr_sem. This makes
  103. * sure they cannot race with quotaon which first sets S_NOQUOTA flag and
  104. * then drops all pointers to dquots from an inode.
  105. *
  106. * Each dquot has its dq_lock mutex. Locked dquots might not be referenced
  107. * from inodes (dquot_alloc_space() and such don't check the dq_lock).
  108. * Currently dquot is locked only when it is being read to memory (or space for
  109. * it is being allocated) on the first dqget() and when it is being released on
  110. * the last dqput(). The allocation and release oparations are serialized by
  111. * the dq_lock and by checking the use count in dquot_release(). Write
  112. * operations on dquots don't hold dq_lock as they copy data under dq_data_lock
  113. * spinlock to internal buffers before writing.
  114. *
  115. * Lock ordering (including related VFS locks) is the following:
  116. * i_mutex > dqonoff_sem > journal_lock > dqptr_sem > dquot->dq_lock >
  117. * dqio_mutex
  118. * The lock ordering of dqptr_sem imposed by quota code is only dqonoff_sem >
  119. * dqptr_sem. But filesystem has to count with the fact that functions such as
  120. * dquot_alloc_space() acquire dqptr_sem and they usually have to be called
  121. * from inside a transaction to keep filesystem consistency after a crash. Also
  122. * filesystems usually want to do some IO on dquot from ->mark_dirty which is
  123. * called with dqptr_sem held.
  124. * i_mutex on quota files is special (it's below dqio_mutex)
  125. */
  126. static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_list_lock);
  127. static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_state_lock);
  128. __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_data_lock);
  129. EXPORT_SYMBOL(dq_data_lock);
  130. void __quota_error(struct super_block *sb, const char *func,
  131. const char *fmt, ...)
  132. {
  133. if (printk_ratelimit()) {
  134. va_list args;
  135. struct va_format vaf;
  136. va_start(args, fmt);
  137. vaf.fmt = fmt;
  138. vaf.va = &args;
  139. printk(KERN_ERR "Quota error (device %s): %s: %pV\n",
  140. sb->s_id, func, &vaf);
  141. va_end(args);
  142. }
  143. }
  144. EXPORT_SYMBOL(__quota_error);
  145. #if defined(CONFIG_QUOTA_DEBUG) || defined(CONFIG_PRINT_QUOTA_WARNING)
  146. static char *quotatypes[] = INITQFNAMES;
  147. #endif
  148. static struct quota_format_type *quota_formats; /* List of registered formats */
  149. static struct quota_module_name module_names[] = INIT_QUOTA_MODULE_NAMES;
  150. /* SLAB cache for dquot structures */
  151. static struct kmem_cache *dquot_cachep;
  152. int register_quota_format(struct quota_format_type *fmt)
  153. {
  154. spin_lock(&dq_list_lock);
  155. fmt->qf_next = quota_formats;
  156. quota_formats = fmt;
  157. spin_unlock(&dq_list_lock);
  158. return 0;
  159. }
  160. EXPORT_SYMBOL(register_quota_format);
  161. void unregister_quota_format(struct quota_format_type *fmt)
  162. {
  163. struct quota_format_type **actqf;
  164. spin_lock(&dq_list_lock);
  165. for (actqf = &quota_formats; *actqf && *actqf != fmt;
  166. actqf = &(*actqf)->qf_next)
  167. ;
  168. if (*actqf)
  169. *actqf = (*actqf)->qf_next;
  170. spin_unlock(&dq_list_lock);
  171. }
  172. EXPORT_SYMBOL(unregister_quota_format);
  173. static struct quota_format_type *find_quota_format(int id)
  174. {
  175. struct quota_format_type *actqf;
  176. spin_lock(&dq_list_lock);
  177. for (actqf = quota_formats; actqf && actqf->qf_fmt_id != id;
  178. actqf = actqf->qf_next)
  179. ;
  180. if (!actqf || !try_module_get(actqf->qf_owner)) {
  181. int qm;
  182. spin_unlock(&dq_list_lock);
  183. for (qm = 0; module_names[qm].qm_fmt_id &&
  184. module_names[qm].qm_fmt_id != id; qm++)
  185. ;
  186. if (!module_names[qm].qm_fmt_id ||
  187. request_module(module_names[qm].qm_mod_name))
  188. return NULL;
  189. spin_lock(&dq_list_lock);
  190. for (actqf = quota_formats; actqf && actqf->qf_fmt_id != id;
  191. actqf = actqf->qf_next)
  192. ;
  193. if (actqf && !try_module_get(actqf->qf_owner))
  194. actqf = NULL;
  195. }
  196. spin_unlock(&dq_list_lock);
  197. return actqf;
  198. }
  199. static void put_quota_format(struct quota_format_type *fmt)
  200. {
  201. module_put(fmt->qf_owner);
  202. }
  203. /*
  204. * Dquot List Management:
  205. * The quota code uses three lists for dquot management: the inuse_list,
  206. * free_dquots, and dquot_hash[] array. A single dquot structure may be
  207. * on all three lists, depending on its current state.
  208. *
  209. * All dquots are placed to the end of inuse_list when first created, and this
  210. * list is used for invalidate operation, which must look at every dquot.
  211. *
  212. * Unused dquots (dq_count == 0) are added to the free_dquots list when freed,
  213. * and this list is searched whenever we need an available dquot. Dquots are
  214. * removed from the list as soon as they are used again, and
  215. * dqstats.free_dquots gives the number of dquots on the list. When
  216. * dquot is invalidated it's completely released from memory.
  217. *
  218. * Dquots with a specific identity (device, type and id) are placed on
  219. * one of the dquot_hash[] hash chains. The provides an efficient search
  220. * mechanism to locate a specific dquot.
  221. */
  222. static LIST_HEAD(inuse_list);
  223. static LIST_HEAD(free_dquots);
  224. static unsigned int dq_hash_bits, dq_hash_mask;
  225. static struct hlist_head *dquot_hash;
  226. struct dqstats dqstats;
  227. EXPORT_SYMBOL(dqstats);
  228. static qsize_t inode_get_rsv_space(struct inode *inode);
  229. static void __dquot_initialize(struct inode *inode, int type);
  230. static inline unsigned int
  231. hashfn(const struct super_block *sb, unsigned int id, int type)
  232. {
  233. unsigned long tmp;
  234. tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type);
  235. return (tmp + (tmp >> dq_hash_bits)) & dq_hash_mask;
  236. }
  237. /*
  238. * Following list functions expect dq_list_lock to be held
  239. */
  240. static inline void insert_dquot_hash(struct dquot *dquot)
  241. {
  242. struct hlist_head *head;
  243. head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type);
  244. hlist_add_head(&dquot->dq_hash, head);
  245. }
  246. static inline void remove_dquot_hash(struct dquot *dquot)
  247. {
  248. hlist_del_init(&dquot->dq_hash);
  249. }
  250. static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb,
  251. unsigned int id, int type)
  252. {
  253. struct hlist_node *node;
  254. struct dquot *dquot;
  255. hlist_for_each (node, dquot_hash+hashent) {
  256. dquot = hlist_entry(node, struct dquot, dq_hash);
  257. if (dquot->dq_sb == sb && dquot->dq_id == id &&
  258. dquot->dq_type == type)
  259. return dquot;
  260. }
  261. return NULL;
  262. }
  263. /* Add a dquot to the tail of the free list */
  264. static inline void put_dquot_last(struct dquot *dquot)
  265. {
  266. list_add_tail(&dquot->dq_free, &free_dquots);
  267. dqstats_inc(DQST_FREE_DQUOTS);
  268. }
  269. static inline void remove_free_dquot(struct dquot *dquot)
  270. {
  271. if (list_empty(&dquot->dq_free))
  272. return;
  273. list_del_init(&dquot->dq_free);
  274. dqstats_dec(DQST_FREE_DQUOTS);
  275. }
  276. static inline void put_inuse(struct dquot *dquot)
  277. {
  278. /* We add to the back of inuse list so we don't have to restart
  279. * when traversing this list and we block */
  280. list_add_tail(&dquot->dq_inuse, &inuse_list);
  281. dqstats_inc(DQST_ALLOC_DQUOTS);
  282. }
  283. static inline void remove_inuse(struct dquot *dquot)
  284. {
  285. dqstats_dec(DQST_ALLOC_DQUOTS);
  286. list_del(&dquot->dq_inuse);
  287. }
  288. /*
  289. * End of list functions needing dq_list_lock
  290. */
  291. static void wait_on_dquot(struct dquot *dquot)
  292. {
  293. mutex_lock(&dquot->dq_lock);
  294. mutex_unlock(&dquot->dq_lock);
  295. }
  296. static inline int dquot_dirty(struct dquot *dquot)
  297. {
  298. return test_bit(DQ_MOD_B, &dquot->dq_flags);
  299. }
  300. static inline int mark_dquot_dirty(struct dquot *dquot)
  301. {
  302. return dquot->dq_sb->dq_op->mark_dirty(dquot);
  303. }
  304. /* Mark dquot dirty in atomic manner, and return it's old dirty flag state */
  305. int dquot_mark_dquot_dirty(struct dquot *dquot)
  306. {
  307. int ret = 1;
  308. /* If quota is dirty already, we don't have to acquire dq_list_lock */
  309. if (test_bit(DQ_MOD_B, &dquot->dq_flags))
  310. return 1;
  311. spin_lock(&dq_list_lock);
  312. if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) {
  313. list_add(&dquot->dq_dirty, &sb_dqopt(dquot->dq_sb)->
  314. info[dquot->dq_type].dqi_dirty_list);
  315. ret = 0;
  316. }
  317. spin_unlock(&dq_list_lock);
  318. return ret;
  319. }
  320. EXPORT_SYMBOL(dquot_mark_dquot_dirty);
  321. /* Dirtify all the dquots - this can block when journalling */
  322. static inline int mark_all_dquot_dirty(struct dquot * const *dquot)
  323. {
  324. int ret, err, cnt;
  325. ret = err = 0;
  326. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  327. if (dquot[cnt])
  328. /* Even in case of error we have to continue */
  329. ret = mark_dquot_dirty(dquot[cnt]);
  330. if (!err)
  331. err = ret;
  332. }
  333. return err;
  334. }
  335. static inline void dqput_all(struct dquot **dquot)
  336. {
  337. unsigned int cnt;
  338. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  339. dqput(dquot[cnt]);
  340. }
  341. /* This function needs dq_list_lock */
  342. static inline int clear_dquot_dirty(struct dquot *dquot)
  343. {
  344. if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags))
  345. return 0;
  346. list_del_init(&dquot->dq_dirty);
  347. return 1;
  348. }
  349. void mark_info_dirty(struct super_block *sb, int type)
  350. {
  351. set_bit(DQF_INFO_DIRTY_B, &sb_dqopt(sb)->info[type].dqi_flags);
  352. }
  353. EXPORT_SYMBOL(mark_info_dirty);
  354. /*
  355. * Read dquot from disk and alloc space for it
  356. */
  357. int dquot_acquire(struct dquot *dquot)
  358. {
  359. int ret = 0, ret2 = 0;
  360. struct quota_info *dqopt = sb_dqopt(dquot->dq_sb);
  361. mutex_lock(&dquot->dq_lock);
  362. mutex_lock(&dqopt->dqio_mutex);
  363. if (!test_bit(DQ_READ_B, &dquot->dq_flags))
  364. ret = dqopt->ops[dquot->dq_type]->read_dqblk(dquot);
  365. if (ret < 0)
  366. goto out_iolock;
  367. set_bit(DQ_READ_B, &dquot->dq_flags);
  368. /* Instantiate dquot if needed */
  369. if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) {
  370. ret = dqopt->ops[dquot->dq_type]->commit_dqblk(dquot);
  371. /* Write the info if needed */
  372. if (info_dirty(&dqopt->info[dquot->dq_type])) {
  373. ret2 = dqopt->ops[dquot->dq_type]->write_file_info(
  374. dquot->dq_sb, dquot->dq_type);
  375. }
  376. if (ret < 0)
  377. goto out_iolock;
  378. if (ret2 < 0) {
  379. ret = ret2;
  380. goto out_iolock;
  381. }
  382. }
  383. set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
  384. out_iolock:
  385. mutex_unlock(&dqopt->dqio_mutex);
  386. mutex_unlock(&dquot->dq_lock);
  387. return ret;
  388. }
  389. EXPORT_SYMBOL(dquot_acquire);
  390. /*
  391. * Write dquot to disk
  392. */
  393. int dquot_commit(struct dquot *dquot)
  394. {
  395. int ret = 0, ret2 = 0;
  396. struct quota_info *dqopt = sb_dqopt(dquot->dq_sb);
  397. mutex_lock(&dqopt->dqio_mutex);
  398. spin_lock(&dq_list_lock);
  399. if (!clear_dquot_dirty(dquot)) {
  400. spin_unlock(&dq_list_lock);
  401. goto out_sem;
  402. }
  403. spin_unlock(&dq_list_lock);
  404. /* Inactive dquot can be only if there was error during read/init
  405. * => we have better not writing it */
  406. if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
  407. ret = dqopt->ops[dquot->dq_type]->commit_dqblk(dquot);
  408. if (info_dirty(&dqopt->info[dquot->dq_type])) {
  409. ret2 = dqopt->ops[dquot->dq_type]->write_file_info(
  410. dquot->dq_sb, dquot->dq_type);
  411. }
  412. if (ret >= 0)
  413. ret = ret2;
  414. }
  415. out_sem:
  416. mutex_unlock(&dqopt->dqio_mutex);
  417. return ret;
  418. }
  419. EXPORT_SYMBOL(dquot_commit);
  420. /*
  421. * Release dquot
  422. */
  423. int dquot_release(struct dquot *dquot)
  424. {
  425. int ret = 0, ret2 = 0;
  426. struct quota_info *dqopt = sb_dqopt(dquot->dq_sb);
  427. mutex_lock(&dquot->dq_lock);
  428. /* Check whether we are not racing with some other dqget() */
  429. if (atomic_read(&dquot->dq_count) > 1)
  430. goto out_dqlock;
  431. mutex_lock(&dqopt->dqio_mutex);
  432. if (dqopt->ops[dquot->dq_type]->release_dqblk) {
  433. ret = dqopt->ops[dquot->dq_type]->release_dqblk(dquot);
  434. /* Write the info */
  435. if (info_dirty(&dqopt->info[dquot->dq_type])) {
  436. ret2 = dqopt->ops[dquot->dq_type]->write_file_info(
  437. dquot->dq_sb, dquot->dq_type);
  438. }
  439. if (ret >= 0)
  440. ret = ret2;
  441. }
  442. clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
  443. mutex_unlock(&dqopt->dqio_mutex);
  444. out_dqlock:
  445. mutex_unlock(&dquot->dq_lock);
  446. return ret;
  447. }
  448. EXPORT_SYMBOL(dquot_release);
  449. void dquot_destroy(struct dquot *dquot)
  450. {
  451. kmem_cache_free(dquot_cachep, dquot);
  452. }
  453. EXPORT_SYMBOL(dquot_destroy);
  454. static inline void do_destroy_dquot(struct dquot *dquot)
  455. {
  456. dquot->dq_sb->dq_op->destroy_dquot(dquot);
  457. }
  458. /* Invalidate all dquots on the list. Note that this function is called after
  459. * quota is disabled and pointers from inodes removed so there cannot be new
  460. * quota users. There can still be some users of quotas due to inodes being
  461. * just deleted or pruned by prune_icache() (those are not attached to any
  462. * list) or parallel quotactl call. We have to wait for such users.
  463. */
  464. static void invalidate_dquots(struct super_block *sb, int type)
  465. {
  466. struct dquot *dquot, *tmp;
  467. restart:
  468. spin_lock(&dq_list_lock);
  469. list_for_each_entry_safe(dquot, tmp, &inuse_list, dq_inuse) {
  470. if (dquot->dq_sb != sb)
  471. continue;
  472. if (dquot->dq_type != type)
  473. continue;
  474. /* Wait for dquot users */
  475. if (atomic_read(&dquot->dq_count)) {
  476. DEFINE_WAIT(wait);
  477. atomic_inc(&dquot->dq_count);
  478. prepare_to_wait(&dquot->dq_wait_unused, &wait,
  479. TASK_UNINTERRUPTIBLE);
  480. spin_unlock(&dq_list_lock);
  481. /* Once dqput() wakes us up, we know it's time to free
  482. * the dquot.
  483. * IMPORTANT: we rely on the fact that there is always
  484. * at most one process waiting for dquot to free.
  485. * Otherwise dq_count would be > 1 and we would never
  486. * wake up.
  487. */
  488. if (atomic_read(&dquot->dq_count) > 1)
  489. schedule();
  490. finish_wait(&dquot->dq_wait_unused, &wait);
  491. dqput(dquot);
  492. /* At this moment dquot() need not exist (it could be
  493. * reclaimed by prune_dqcache(). Hence we must
  494. * restart. */
  495. goto restart;
  496. }
  497. /*
  498. * Quota now has no users and it has been written on last
  499. * dqput()
  500. */
  501. remove_dquot_hash(dquot);
  502. remove_free_dquot(dquot);
  503. remove_inuse(dquot);
  504. do_destroy_dquot(dquot);
  505. }
  506. spin_unlock(&dq_list_lock);
  507. }
  508. /* Call callback for every active dquot on given filesystem */
  509. int dquot_scan_active(struct super_block *sb,
  510. int (*fn)(struct dquot *dquot, unsigned long priv),
  511. unsigned long priv)
  512. {
  513. struct dquot *dquot, *old_dquot = NULL;
  514. int ret = 0;
  515. mutex_lock(&sb_dqopt(sb)->dqonoff_mutex);
  516. spin_lock(&dq_list_lock);
  517. list_for_each_entry(dquot, &inuse_list, dq_inuse) {
  518. if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
  519. continue;
  520. if (dquot->dq_sb != sb)
  521. continue;
  522. /* Now we have active dquot so we can just increase use count */
  523. atomic_inc(&dquot->dq_count);
  524. spin_unlock(&dq_list_lock);
  525. dqstats_inc(DQST_LOOKUPS);
  526. dqput(old_dquot);
  527. old_dquot = dquot;
  528. ret = fn(dquot, priv);
  529. if (ret < 0)
  530. goto out;
  531. spin_lock(&dq_list_lock);
  532. /* We are safe to continue now because our dquot could not
  533. * be moved out of the inuse list while we hold the reference */
  534. }
  535. spin_unlock(&dq_list_lock);
  536. out:
  537. dqput(old_dquot);
  538. mutex_unlock(&sb_dqopt(sb)->dqonoff_mutex);
  539. return ret;
  540. }
  541. EXPORT_SYMBOL(dquot_scan_active);
  542. int dquot_quota_sync(struct super_block *sb, int type, int wait)
  543. {
  544. struct list_head *dirty;
  545. struct dquot *dquot;
  546. struct quota_info *dqopt = sb_dqopt(sb);
  547. int cnt;
  548. mutex_lock(&dqopt->dqonoff_mutex);
  549. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  550. if (type != -1 && cnt != type)
  551. continue;
  552. if (!sb_has_quota_active(sb, cnt))
  553. continue;
  554. spin_lock(&dq_list_lock);
  555. dirty = &dqopt->info[cnt].dqi_dirty_list;
  556. while (!list_empty(dirty)) {
  557. dquot = list_first_entry(dirty, struct dquot,
  558. dq_dirty);
  559. /* Dirty and inactive can be only bad dquot... */
  560. if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
  561. clear_dquot_dirty(dquot);
  562. continue;
  563. }
  564. /* Now we have active dquot from which someone is
  565. * holding reference so we can safely just increase
  566. * use count */
  567. atomic_inc(&dquot->dq_count);
  568. spin_unlock(&dq_list_lock);
  569. dqstats_inc(DQST_LOOKUPS);
  570. sb->dq_op->write_dquot(dquot);
  571. dqput(dquot);
  572. spin_lock(&dq_list_lock);
  573. }
  574. spin_unlock(&dq_list_lock);
  575. }
  576. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  577. if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt)
  578. && info_dirty(&dqopt->info[cnt]))
  579. sb->dq_op->write_info(sb, cnt);
  580. dqstats_inc(DQST_SYNCS);
  581. mutex_unlock(&dqopt->dqonoff_mutex);
  582. if (!wait || (sb_dqopt(sb)->flags & DQUOT_QUOTA_SYS_FILE))
  583. return 0;
  584. /* This is not very clever (and fast) but currently I don't know about
  585. * any other simple way of getting quota data to disk and we must get
  586. * them there for userspace to be visible... */
  587. if (sb->s_op->sync_fs)
  588. sb->s_op->sync_fs(sb, 1);
  589. sync_blockdev(sb->s_bdev);
  590. /*
  591. * Now when everything is written we can discard the pagecache so
  592. * that userspace sees the changes.
  593. */
  594. mutex_lock(&sb_dqopt(sb)->dqonoff_mutex);
  595. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  596. if (type != -1 && cnt != type)
  597. continue;
  598. if (!sb_has_quota_active(sb, cnt))
  599. continue;
  600. mutex_lock_nested(&sb_dqopt(sb)->files[cnt]->i_mutex,
  601. I_MUTEX_QUOTA);
  602. truncate_inode_pages(&sb_dqopt(sb)->files[cnt]->i_data, 0);
  603. mutex_unlock(&sb_dqopt(sb)->files[cnt]->i_mutex);
  604. }
  605. mutex_unlock(&sb_dqopt(sb)->dqonoff_mutex);
  606. return 0;
  607. }
  608. EXPORT_SYMBOL(dquot_quota_sync);
  609. /* Free unused dquots from cache */
  610. static void prune_dqcache(int count)
  611. {
  612. struct list_head *head;
  613. struct dquot *dquot;
  614. head = free_dquots.prev;
  615. while (head != &free_dquots && count) {
  616. dquot = list_entry(head, struct dquot, dq_free);
  617. remove_dquot_hash(dquot);
  618. remove_free_dquot(dquot);
  619. remove_inuse(dquot);
  620. do_destroy_dquot(dquot);
  621. count--;
  622. head = free_dquots.prev;
  623. }
  624. }
  625. /*
  626. * This is called from kswapd when we think we need some
  627. * more memory
  628. */
  629. static int shrink_dqcache_memory(struct shrinker *shrink, int nr, gfp_t gfp_mask)
  630. {
  631. if (nr) {
  632. spin_lock(&dq_list_lock);
  633. prune_dqcache(nr);
  634. spin_unlock(&dq_list_lock);
  635. }
  636. return ((unsigned)
  637. percpu_counter_read_positive(&dqstats.counter[DQST_FREE_DQUOTS])
  638. /100) * sysctl_vfs_cache_pressure;
  639. }
  640. static struct shrinker dqcache_shrinker = {
  641. .shrink = shrink_dqcache_memory,
  642. .seeks = DEFAULT_SEEKS,
  643. };
  644. /*
  645. * Put reference to dquot
  646. * NOTE: If you change this function please check whether dqput_blocks() works right...
  647. */
  648. void dqput(struct dquot *dquot)
  649. {
  650. int ret;
  651. if (!dquot)
  652. return;
  653. #ifdef CONFIG_QUOTA_DEBUG
  654. if (!atomic_read(&dquot->dq_count)) {
  655. quota_error(dquot->dq_sb, "trying to free free dquot of %s %d",
  656. quotatypes[dquot->dq_type], dquot->dq_id);
  657. BUG();
  658. }
  659. #endif
  660. dqstats_inc(DQST_DROPS);
  661. we_slept:
  662. spin_lock(&dq_list_lock);
  663. if (atomic_read(&dquot->dq_count) > 1) {
  664. /* We have more than one user... nothing to do */
  665. atomic_dec(&dquot->dq_count);
  666. /* Releasing dquot during quotaoff phase? */
  667. if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_type) &&
  668. atomic_read(&dquot->dq_count) == 1)
  669. wake_up(&dquot->dq_wait_unused);
  670. spin_unlock(&dq_list_lock);
  671. return;
  672. }
  673. /* Need to release dquot? */
  674. if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && dquot_dirty(dquot)) {
  675. spin_unlock(&dq_list_lock);
  676. /* Commit dquot before releasing */
  677. ret = dquot->dq_sb->dq_op->write_dquot(dquot);
  678. if (ret < 0) {
  679. quota_error(dquot->dq_sb, "Can't write quota structure"
  680. " (error %d). Quota may get out of sync!",
  681. ret);
  682. /*
  683. * We clear dirty bit anyway, so that we avoid
  684. * infinite loop here
  685. */
  686. spin_lock(&dq_list_lock);
  687. clear_dquot_dirty(dquot);
  688. spin_unlock(&dq_list_lock);
  689. }
  690. goto we_slept;
  691. }
  692. /* Clear flag in case dquot was inactive (something bad happened) */
  693. clear_dquot_dirty(dquot);
  694. if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
  695. spin_unlock(&dq_list_lock);
  696. dquot->dq_sb->dq_op->release_dquot(dquot);
  697. goto we_slept;
  698. }
  699. atomic_dec(&dquot->dq_count);
  700. #ifdef CONFIG_QUOTA_DEBUG
  701. /* sanity check */
  702. BUG_ON(!list_empty(&dquot->dq_free));
  703. #endif
  704. put_dquot_last(dquot);
  705. spin_unlock(&dq_list_lock);
  706. }
  707. EXPORT_SYMBOL(dqput);
  708. struct dquot *dquot_alloc(struct super_block *sb, int type)
  709. {
  710. return kmem_cache_zalloc(dquot_cachep, GFP_NOFS);
  711. }
  712. EXPORT_SYMBOL(dquot_alloc);
  713. static struct dquot *get_empty_dquot(struct super_block *sb, int type)
  714. {
  715. struct dquot *dquot;
  716. dquot = sb->dq_op->alloc_dquot(sb, type);
  717. if(!dquot)
  718. return NULL;
  719. mutex_init(&dquot->dq_lock);
  720. INIT_LIST_HEAD(&dquot->dq_free);
  721. INIT_LIST_HEAD(&dquot->dq_inuse);
  722. INIT_HLIST_NODE(&dquot->dq_hash);
  723. INIT_LIST_HEAD(&dquot->dq_dirty);
  724. init_waitqueue_head(&dquot->dq_wait_unused);
  725. dquot->dq_sb = sb;
  726. dquot->dq_type = type;
  727. atomic_set(&dquot->dq_count, 1);
  728. return dquot;
  729. }
  730. /*
  731. * Get reference to dquot
  732. *
  733. * Locking is slightly tricky here. We are guarded from parallel quotaoff()
  734. * destroying our dquot by:
  735. * a) checking for quota flags under dq_list_lock and
  736. * b) getting a reference to dquot before we release dq_list_lock
  737. */
  738. struct dquot *dqget(struct super_block *sb, unsigned int id, int type)
  739. {
  740. unsigned int hashent = hashfn(sb, id, type);
  741. struct dquot *dquot = NULL, *empty = NULL;
  742. if (!sb_has_quota_active(sb, type))
  743. return NULL;
  744. we_slept:
  745. spin_lock(&dq_list_lock);
  746. spin_lock(&dq_state_lock);
  747. if (!sb_has_quota_active(sb, type)) {
  748. spin_unlock(&dq_state_lock);
  749. spin_unlock(&dq_list_lock);
  750. goto out;
  751. }
  752. spin_unlock(&dq_state_lock);
  753. dquot = find_dquot(hashent, sb, id, type);
  754. if (!dquot) {
  755. if (!empty) {
  756. spin_unlock(&dq_list_lock);
  757. empty = get_empty_dquot(sb, type);
  758. if (!empty)
  759. schedule(); /* Try to wait for a moment... */
  760. goto we_slept;
  761. }
  762. dquot = empty;
  763. empty = NULL;
  764. dquot->dq_id = id;
  765. /* all dquots go on the inuse_list */
  766. put_inuse(dquot);
  767. /* hash it first so it can be found */
  768. insert_dquot_hash(dquot);
  769. spin_unlock(&dq_list_lock);
  770. dqstats_inc(DQST_LOOKUPS);
  771. } else {
  772. if (!atomic_read(&dquot->dq_count))
  773. remove_free_dquot(dquot);
  774. atomic_inc(&dquot->dq_count);
  775. spin_unlock(&dq_list_lock);
  776. dqstats_inc(DQST_CACHE_HITS);
  777. dqstats_inc(DQST_LOOKUPS);
  778. }
  779. /* Wait for dq_lock - after this we know that either dquot_release() is
  780. * already finished or it will be canceled due to dq_count > 1 test */
  781. wait_on_dquot(dquot);
  782. /* Read the dquot / allocate space in quota file */
  783. if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) &&
  784. sb->dq_op->acquire_dquot(dquot) < 0) {
  785. dqput(dquot);
  786. dquot = NULL;
  787. goto out;
  788. }
  789. #ifdef CONFIG_QUOTA_DEBUG
  790. BUG_ON(!dquot->dq_sb); /* Has somebody invalidated entry under us? */
  791. #endif
  792. out:
  793. if (empty)
  794. do_destroy_dquot(empty);
  795. return dquot;
  796. }
  797. EXPORT_SYMBOL(dqget);
  798. static int dqinit_needed(struct inode *inode, int type)
  799. {
  800. int cnt;
  801. if (IS_NOQUOTA(inode))
  802. return 0;
  803. if (type != -1)
  804. return !inode->i_dquot[type];
  805. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  806. if (!inode->i_dquot[cnt])
  807. return 1;
  808. return 0;
  809. }
  810. /* This routine is guarded by dqonoff_mutex mutex */
  811. static void add_dquot_ref(struct super_block *sb, int type)
  812. {
  813. struct inode *inode, *old_inode = NULL;
  814. #ifdef CONFIG_QUOTA_DEBUG
  815. int reserved = 0;
  816. #endif
  817. spin_lock(&inode_sb_list_lock);
  818. list_for_each_entry(inode, &sb->s_inodes, i_sb_list) {
  819. spin_lock(&inode->i_lock);
  820. if ((inode->i_state & (I_FREEING|I_WILL_FREE|I_NEW)) ||
  821. !atomic_read(&inode->i_writecount) ||
  822. !dqinit_needed(inode, type)) {
  823. spin_unlock(&inode->i_lock);
  824. continue;
  825. }
  826. #ifdef CONFIG_QUOTA_DEBUG
  827. if (unlikely(inode_get_rsv_space(inode) > 0))
  828. reserved = 1;
  829. #endif
  830. __iget(inode);
  831. spin_unlock(&inode->i_lock);
  832. spin_unlock(&inode_sb_list_lock);
  833. iput(old_inode);
  834. __dquot_initialize(inode, type);
  835. /*
  836. * We hold a reference to 'inode' so it couldn't have been
  837. * removed from s_inodes list while we dropped the
  838. * inode_sb_list_lock We cannot iput the inode now as we can be
  839. * holding the last reference and we cannot iput it under
  840. * inode_sb_list_lock. So we keep the reference and iput it
  841. * later.
  842. */
  843. old_inode = inode;
  844. spin_lock(&inode_sb_list_lock);
  845. }
  846. spin_unlock(&inode_sb_list_lock);
  847. iput(old_inode);
  848. #ifdef CONFIG_QUOTA_DEBUG
  849. if (reserved) {
  850. quota_error(sb, "Writes happened before quota was turned on "
  851. "thus quota information is probably inconsistent. "
  852. "Please run quotacheck(8)");
  853. }
  854. #endif
  855. }
  856. /*
  857. * Return 0 if dqput() won't block.
  858. * (note that 1 doesn't necessarily mean blocking)
  859. */
  860. static inline int dqput_blocks(struct dquot *dquot)
  861. {
  862. if (atomic_read(&dquot->dq_count) <= 1)
  863. return 1;
  864. return 0;
  865. }
  866. /*
  867. * Remove references to dquots from inode and add dquot to list for freeing
  868. * if we have the last referece to dquot
  869. * We can't race with anybody because we hold dqptr_sem for writing...
  870. */
  871. static int remove_inode_dquot_ref(struct inode *inode, int type,
  872. struct list_head *tofree_head)
  873. {
  874. struct dquot *dquot = inode->i_dquot[type];
  875. inode->i_dquot[type] = NULL;
  876. if (dquot) {
  877. if (dqput_blocks(dquot)) {
  878. #ifdef CONFIG_QUOTA_DEBUG
  879. if (atomic_read(&dquot->dq_count) != 1)
  880. quota_error(inode->i_sb, "Adding dquot with "
  881. "dq_count %d to dispose list",
  882. atomic_read(&dquot->dq_count));
  883. #endif
  884. spin_lock(&dq_list_lock);
  885. /* As dquot must have currently users it can't be on
  886. * the free list... */
  887. list_add(&dquot->dq_free, tofree_head);
  888. spin_unlock(&dq_list_lock);
  889. return 1;
  890. }
  891. else
  892. dqput(dquot); /* We have guaranteed we won't block */
  893. }
  894. return 0;
  895. }
  896. /*
  897. * Free list of dquots
  898. * Dquots are removed from inodes and no new references can be got so we are
  899. * the only ones holding reference
  900. */
  901. static void put_dquot_list(struct list_head *tofree_head)
  902. {
  903. struct list_head *act_head;
  904. struct dquot *dquot;
  905. act_head = tofree_head->next;
  906. while (act_head != tofree_head) {
  907. dquot = list_entry(act_head, struct dquot, dq_free);
  908. act_head = act_head->next;
  909. /* Remove dquot from the list so we won't have problems... */
  910. list_del_init(&dquot->dq_free);
  911. dqput(dquot);
  912. }
  913. }
  914. static void remove_dquot_ref(struct super_block *sb, int type,
  915. struct list_head *tofree_head)
  916. {
  917. struct inode *inode;
  918. int reserved = 0;
  919. spin_lock(&inode_sb_list_lock);
  920. list_for_each_entry(inode, &sb->s_inodes, i_sb_list) {
  921. /*
  922. * We have to scan also I_NEW inodes because they can already
  923. * have quota pointer initialized. Luckily, we need to touch
  924. * only quota pointers and these have separate locking
  925. * (dqptr_sem).
  926. */
  927. if (!IS_NOQUOTA(inode)) {
  928. if (unlikely(inode_get_rsv_space(inode) > 0))
  929. reserved = 1;
  930. remove_inode_dquot_ref(inode, type, tofree_head);
  931. }
  932. }
  933. spin_unlock(&inode_sb_list_lock);
  934. #ifdef CONFIG_QUOTA_DEBUG
  935. if (reserved) {
  936. printk(KERN_WARNING "VFS (%s): Writes happened after quota"
  937. " was disabled thus quota information is probably "
  938. "inconsistent. Please run quotacheck(8).\n", sb->s_id);
  939. }
  940. #endif
  941. }
  942. /* Gather all references from inodes and drop them */
  943. static void drop_dquot_ref(struct super_block *sb, int type)
  944. {
  945. LIST_HEAD(tofree_head);
  946. if (sb->dq_op) {
  947. down_write(&sb_dqopt(sb)->dqptr_sem);
  948. remove_dquot_ref(sb, type, &tofree_head);
  949. up_write(&sb_dqopt(sb)->dqptr_sem);
  950. put_dquot_list(&tofree_head);
  951. }
  952. }
  953. static inline void dquot_incr_inodes(struct dquot *dquot, qsize_t number)
  954. {
  955. dquot->dq_dqb.dqb_curinodes += number;
  956. }
  957. static inline void dquot_incr_space(struct dquot *dquot, qsize_t number)
  958. {
  959. dquot->dq_dqb.dqb_curspace += number;
  960. }
  961. static inline void dquot_resv_space(struct dquot *dquot, qsize_t number)
  962. {
  963. dquot->dq_dqb.dqb_rsvspace += number;
  964. }
  965. /*
  966. * Claim reserved quota space
  967. */
  968. static void dquot_claim_reserved_space(struct dquot *dquot, qsize_t number)
  969. {
  970. if (dquot->dq_dqb.dqb_rsvspace < number) {
  971. WARN_ON_ONCE(1);
  972. number = dquot->dq_dqb.dqb_rsvspace;
  973. }
  974. dquot->dq_dqb.dqb_curspace += number;
  975. dquot->dq_dqb.dqb_rsvspace -= number;
  976. }
  977. static inline
  978. void dquot_free_reserved_space(struct dquot *dquot, qsize_t number)
  979. {
  980. if (dquot->dq_dqb.dqb_rsvspace >= number)
  981. dquot->dq_dqb.dqb_rsvspace -= number;
  982. else {
  983. WARN_ON_ONCE(1);
  984. dquot->dq_dqb.dqb_rsvspace = 0;
  985. }
  986. }
  987. static void dquot_decr_inodes(struct dquot *dquot, qsize_t number)
  988. {
  989. if (sb_dqopt(dquot->dq_sb)->flags & DQUOT_NEGATIVE_USAGE ||
  990. dquot->dq_dqb.dqb_curinodes >= number)
  991. dquot->dq_dqb.dqb_curinodes -= number;
  992. else
  993. dquot->dq_dqb.dqb_curinodes = 0;
  994. if (dquot->dq_dqb.dqb_curinodes <= dquot->dq_dqb.dqb_isoftlimit)
  995. dquot->dq_dqb.dqb_itime = (time_t) 0;
  996. clear_bit(DQ_INODES_B, &dquot->dq_flags);
  997. }
  998. static void dquot_decr_space(struct dquot *dquot, qsize_t number)
  999. {
  1000. if (sb_dqopt(dquot->dq_sb)->flags & DQUOT_NEGATIVE_USAGE ||
  1001. dquot->dq_dqb.dqb_curspace >= number)
  1002. dquot->dq_dqb.dqb_curspace -= number;
  1003. else
  1004. dquot->dq_dqb.dqb_curspace = 0;
  1005. if (dquot->dq_dqb.dqb_curspace <= dquot->dq_dqb.dqb_bsoftlimit)
  1006. dquot->dq_dqb.dqb_btime = (time_t) 0;
  1007. clear_bit(DQ_BLKS_B, &dquot->dq_flags);
  1008. }
  1009. static int warning_issued(struct dquot *dquot, const int warntype)
  1010. {
  1011. int flag = (warntype == QUOTA_NL_BHARDWARN ||
  1012. warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B :
  1013. ((warntype == QUOTA_NL_IHARDWARN ||
  1014. warntype == QUOTA_NL_ISOFTLONGWARN) ? DQ_INODES_B : 0);
  1015. if (!flag)
  1016. return 0;
  1017. return test_and_set_bit(flag, &dquot->dq_flags);
  1018. }
  1019. #ifdef CONFIG_PRINT_QUOTA_WARNING
  1020. static int flag_print_warnings = 1;
  1021. static int need_print_warning(struct dquot *dquot)
  1022. {
  1023. if (!flag_print_warnings)
  1024. return 0;
  1025. switch (dquot->dq_type) {
  1026. case USRQUOTA:
  1027. return current_fsuid() == dquot->dq_id;
  1028. case GRPQUOTA:
  1029. return in_group_p(dquot->dq_id);
  1030. }
  1031. return 0;
  1032. }
  1033. /* Print warning to user which exceeded quota */
  1034. static void print_warning(struct dquot *dquot, const int warntype)
  1035. {
  1036. char *msg = NULL;
  1037. struct tty_struct *tty;
  1038. if (warntype == QUOTA_NL_IHARDBELOW ||
  1039. warntype == QUOTA_NL_ISOFTBELOW ||
  1040. warntype == QUOTA_NL_BHARDBELOW ||
  1041. warntype == QUOTA_NL_BSOFTBELOW || !need_print_warning(dquot))
  1042. return;
  1043. tty = get_current_tty();
  1044. if (!tty)
  1045. return;
  1046. tty_write_message(tty, dquot->dq_sb->s_id);
  1047. if (warntype == QUOTA_NL_ISOFTWARN || warntype == QUOTA_NL_BSOFTWARN)
  1048. tty_write_message(tty, ": warning, ");
  1049. else
  1050. tty_write_message(tty, ": write failed, ");
  1051. tty_write_message(tty, quotatypes[dquot->dq_type]);
  1052. switch (warntype) {
  1053. case QUOTA_NL_IHARDWARN:
  1054. msg = " file limit reached.\r\n";
  1055. break;
  1056. case QUOTA_NL_ISOFTLONGWARN:
  1057. msg = " file quota exceeded too long.\r\n";
  1058. break;
  1059. case QUOTA_NL_ISOFTWARN:
  1060. msg = " file quota exceeded.\r\n";
  1061. break;
  1062. case QUOTA_NL_BHARDWARN:
  1063. msg = " block limit reached.\r\n";
  1064. break;
  1065. case QUOTA_NL_BSOFTLONGWARN:
  1066. msg = " block quota exceeded too long.\r\n";
  1067. break;
  1068. case QUOTA_NL_BSOFTWARN:
  1069. msg = " block quota exceeded.\r\n";
  1070. break;
  1071. }
  1072. tty_write_message(tty, msg);
  1073. tty_kref_put(tty);
  1074. }
  1075. #endif
  1076. /*
  1077. * Write warnings to the console and send warning messages over netlink.
  1078. *
  1079. * Note that this function can sleep.
  1080. */
  1081. static void flush_warnings(struct dquot *const *dquots, char *warntype)
  1082. {
  1083. struct dquot *dq;
  1084. int i;
  1085. for (i = 0; i < MAXQUOTAS; i++) {
  1086. dq = dquots[i];
  1087. if (dq && warntype[i] != QUOTA_NL_NOWARN &&
  1088. !warning_issued(dq, warntype[i])) {
  1089. #ifdef CONFIG_PRINT_QUOTA_WARNING
  1090. print_warning(dq, warntype[i]);
  1091. #endif
  1092. quota_send_warning(dq->dq_type, dq->dq_id,
  1093. dq->dq_sb->s_dev, warntype[i]);
  1094. }
  1095. }
  1096. }
  1097. static int ignore_hardlimit(struct dquot *dquot)
  1098. {
  1099. struct mem_dqinfo *info = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_type];
  1100. return capable(CAP_SYS_RESOURCE) &&
  1101. (info->dqi_format->qf_fmt_id != QFMT_VFS_OLD ||
  1102. !(info->dqi_flags & V1_DQF_RSQUASH));
  1103. }
  1104. /* needs dq_data_lock */
  1105. static int check_idq(struct dquot *dquot, qsize_t inodes, char *warntype)
  1106. {
  1107. qsize_t newinodes = dquot->dq_dqb.dqb_curinodes + inodes;
  1108. *warntype = QUOTA_NL_NOWARN;
  1109. if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_type) ||
  1110. test_bit(DQ_FAKE_B, &dquot->dq_flags))
  1111. return 0;
  1112. if (dquot->dq_dqb.dqb_ihardlimit &&
  1113. newinodes > dquot->dq_dqb.dqb_ihardlimit &&
  1114. !ignore_hardlimit(dquot)) {
  1115. *warntype = QUOTA_NL_IHARDWARN;
  1116. return -EDQUOT;
  1117. }
  1118. if (dquot->dq_dqb.dqb_isoftlimit &&
  1119. newinodes > dquot->dq_dqb.dqb_isoftlimit &&
  1120. dquot->dq_dqb.dqb_itime &&
  1121. get_seconds() >= dquot->dq_dqb.dqb_itime &&
  1122. !ignore_hardlimit(dquot)) {
  1123. *warntype = QUOTA_NL_ISOFTLONGWARN;
  1124. return -EDQUOT;
  1125. }
  1126. if (dquot->dq_dqb.dqb_isoftlimit &&
  1127. newinodes > dquot->dq_dqb.dqb_isoftlimit &&
  1128. dquot->dq_dqb.dqb_itime == 0) {
  1129. *warntype = QUOTA_NL_ISOFTWARN;
  1130. dquot->dq_dqb.dqb_itime = get_seconds() +
  1131. sb_dqopt(dquot->dq_sb)->info[dquot->dq_type].dqi_igrace;
  1132. }
  1133. return 0;
  1134. }
  1135. /* needs dq_data_lock */
  1136. static int check_bdq(struct dquot *dquot, qsize_t space, int prealloc, char *warntype)
  1137. {
  1138. qsize_t tspace;
  1139. struct super_block *sb = dquot->dq_sb;
  1140. *warntype = QUOTA_NL_NOWARN;
  1141. if (!sb_has_quota_limits_enabled(sb, dquot->dq_type) ||
  1142. test_bit(DQ_FAKE_B, &dquot->dq_flags))
  1143. return 0;
  1144. tspace = dquot->dq_dqb.dqb_curspace + dquot->dq_dqb.dqb_rsvspace
  1145. + space;
  1146. if (dquot->dq_dqb.dqb_bhardlimit &&
  1147. tspace > dquot->dq_dqb.dqb_bhardlimit &&
  1148. !ignore_hardlimit(dquot)) {
  1149. if (!prealloc)
  1150. *warntype = QUOTA_NL_BHARDWARN;
  1151. return -EDQUOT;
  1152. }
  1153. if (dquot->dq_dqb.dqb_bsoftlimit &&
  1154. tspace > dquot->dq_dqb.dqb_bsoftlimit &&
  1155. dquot->dq_dqb.dqb_btime &&
  1156. get_seconds() >= dquot->dq_dqb.dqb_btime &&
  1157. !ignore_hardlimit(dquot)) {
  1158. if (!prealloc)
  1159. *warntype = QUOTA_NL_BSOFTLONGWARN;
  1160. return -EDQUOT;
  1161. }
  1162. if (dquot->dq_dqb.dqb_bsoftlimit &&
  1163. tspace > dquot->dq_dqb.dqb_bsoftlimit &&
  1164. dquot->dq_dqb.dqb_btime == 0) {
  1165. if (!prealloc) {
  1166. *warntype = QUOTA_NL_BSOFTWARN;
  1167. dquot->dq_dqb.dqb_btime = get_seconds() +
  1168. sb_dqopt(sb)->info[dquot->dq_type].dqi_bgrace;
  1169. }
  1170. else
  1171. /*
  1172. * We don't allow preallocation to exceed softlimit so exceeding will
  1173. * be always printed
  1174. */
  1175. return -EDQUOT;
  1176. }
  1177. return 0;
  1178. }
  1179. static int info_idq_free(struct dquot *dquot, qsize_t inodes)
  1180. {
  1181. qsize_t newinodes;
  1182. if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
  1183. dquot->dq_dqb.dqb_curinodes <= dquot->dq_dqb.dqb_isoftlimit ||
  1184. !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_type))
  1185. return QUOTA_NL_NOWARN;
  1186. newinodes = dquot->dq_dqb.dqb_curinodes - inodes;
  1187. if (newinodes <= dquot->dq_dqb.dqb_isoftlimit)
  1188. return QUOTA_NL_ISOFTBELOW;
  1189. if (dquot->dq_dqb.dqb_curinodes >= dquot->dq_dqb.dqb_ihardlimit &&
  1190. newinodes < dquot->dq_dqb.dqb_ihardlimit)
  1191. return QUOTA_NL_IHARDBELOW;
  1192. return QUOTA_NL_NOWARN;
  1193. }
  1194. static int info_bdq_free(struct dquot *dquot, qsize_t space)
  1195. {
  1196. if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
  1197. dquot->dq_dqb.dqb_curspace <= dquot->dq_dqb.dqb_bsoftlimit)
  1198. return QUOTA_NL_NOWARN;
  1199. if (dquot->dq_dqb.dqb_curspace - space <= dquot->dq_dqb.dqb_bsoftlimit)
  1200. return QUOTA_NL_BSOFTBELOW;
  1201. if (dquot->dq_dqb.dqb_curspace >= dquot->dq_dqb.dqb_bhardlimit &&
  1202. dquot->dq_dqb.dqb_curspace - space < dquot->dq_dqb.dqb_bhardlimit)
  1203. return QUOTA_NL_BHARDBELOW;
  1204. return QUOTA_NL_NOWARN;
  1205. }
  1206. static int dquot_active(const struct inode *inode)
  1207. {
  1208. struct super_block *sb = inode->i_sb;
  1209. if (IS_NOQUOTA(inode))
  1210. return 0;
  1211. return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb);
  1212. }
  1213. /*
  1214. * Initialize quota pointers in inode
  1215. *
  1216. * We do things in a bit complicated way but by that we avoid calling
  1217. * dqget() and thus filesystem callbacks under dqptr_sem.
  1218. *
  1219. * It is better to call this function outside of any transaction as it
  1220. * might need a lot of space in journal for dquot structure allocation.
  1221. */
  1222. static void __dquot_initialize(struct inode *inode, int type)
  1223. {
  1224. unsigned int id = 0;
  1225. int cnt;
  1226. struct dquot *got[MAXQUOTAS];
  1227. struct super_block *sb = inode->i_sb;
  1228. qsize_t rsv;
  1229. /* First test before acquiring mutex - solves deadlocks when we
  1230. * re-enter the quota code and are already holding the mutex */
  1231. if (!dquot_active(inode))
  1232. return;
  1233. /* First get references to structures we might need. */
  1234. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1235. got[cnt] = NULL;
  1236. if (type != -1 && cnt != type)
  1237. continue;
  1238. switch (cnt) {
  1239. case USRQUOTA:
  1240. id = inode->i_uid;
  1241. break;
  1242. case GRPQUOTA:
  1243. id = inode->i_gid;
  1244. break;
  1245. }
  1246. got[cnt] = dqget(sb, id, cnt);
  1247. }
  1248. down_write(&sb_dqopt(sb)->dqptr_sem);
  1249. if (IS_NOQUOTA(inode))
  1250. goto out_err;
  1251. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1252. if (type != -1 && cnt != type)
  1253. continue;
  1254. /* Avoid races with quotaoff() */
  1255. if (!sb_has_quota_active(sb, cnt))
  1256. continue;
  1257. /* We could race with quotaon or dqget() could have failed */
  1258. if (!got[cnt])
  1259. continue;
  1260. if (!inode->i_dquot[cnt]) {
  1261. inode->i_dquot[cnt] = got[cnt];
  1262. got[cnt] = NULL;
  1263. /*
  1264. * Make quota reservation system happy if someone
  1265. * did a write before quota was turned on
  1266. */
  1267. rsv = inode_get_rsv_space(inode);
  1268. if (unlikely(rsv))
  1269. dquot_resv_space(inode->i_dquot[cnt], rsv);
  1270. }
  1271. }
  1272. out_err:
  1273. up_write(&sb_dqopt(sb)->dqptr_sem);
  1274. /* Drop unused references */
  1275. dqput_all(got);
  1276. }
  1277. void dquot_initialize(struct inode *inode)
  1278. {
  1279. __dquot_initialize(inode, -1);
  1280. }
  1281. EXPORT_SYMBOL(dquot_initialize);
  1282. /*
  1283. * Release all quotas referenced by inode
  1284. */
  1285. static void __dquot_drop(struct inode *inode)
  1286. {
  1287. int cnt;
  1288. struct dquot *put[MAXQUOTAS];
  1289. down_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1290. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1291. put[cnt] = inode->i_dquot[cnt];
  1292. inode->i_dquot[cnt] = NULL;
  1293. }
  1294. up_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1295. dqput_all(put);
  1296. }
  1297. void dquot_drop(struct inode *inode)
  1298. {
  1299. int cnt;
  1300. if (IS_NOQUOTA(inode))
  1301. return;
  1302. /*
  1303. * Test before calling to rule out calls from proc and such
  1304. * where we are not allowed to block. Note that this is
  1305. * actually reliable test even without the lock - the caller
  1306. * must assure that nobody can come after the DQUOT_DROP and
  1307. * add quota pointers back anyway.
  1308. */
  1309. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1310. if (inode->i_dquot[cnt])
  1311. break;
  1312. }
  1313. if (cnt < MAXQUOTAS)
  1314. __dquot_drop(inode);
  1315. }
  1316. EXPORT_SYMBOL(dquot_drop);
  1317. /*
  1318. * inode_reserved_space is managed internally by quota, and protected by
  1319. * i_lock similar to i_blocks+i_bytes.
  1320. */
  1321. static qsize_t *inode_reserved_space(struct inode * inode)
  1322. {
  1323. /* Filesystem must explicitly define it's own method in order to use
  1324. * quota reservation interface */
  1325. BUG_ON(!inode->i_sb->dq_op->get_reserved_space);
  1326. return inode->i_sb->dq_op->get_reserved_space(inode);
  1327. }
  1328. void inode_add_rsv_space(struct inode *inode, qsize_t number)
  1329. {
  1330. spin_lock(&inode->i_lock);
  1331. *inode_reserved_space(inode) += number;
  1332. spin_unlock(&inode->i_lock);
  1333. }
  1334. EXPORT_SYMBOL(inode_add_rsv_space);
  1335. void inode_claim_rsv_space(struct inode *inode, qsize_t number)
  1336. {
  1337. spin_lock(&inode->i_lock);
  1338. *inode_reserved_space(inode) -= number;
  1339. __inode_add_bytes(inode, number);
  1340. spin_unlock(&inode->i_lock);
  1341. }
  1342. EXPORT_SYMBOL(inode_claim_rsv_space);
  1343. void inode_sub_rsv_space(struct inode *inode, qsize_t number)
  1344. {
  1345. spin_lock(&inode->i_lock);
  1346. *inode_reserved_space(inode) -= number;
  1347. spin_unlock(&inode->i_lock);
  1348. }
  1349. EXPORT_SYMBOL(inode_sub_rsv_space);
  1350. static qsize_t inode_get_rsv_space(struct inode *inode)
  1351. {
  1352. qsize_t ret;
  1353. if (!inode->i_sb->dq_op->get_reserved_space)
  1354. return 0;
  1355. spin_lock(&inode->i_lock);
  1356. ret = *inode_reserved_space(inode);
  1357. spin_unlock(&inode->i_lock);
  1358. return ret;
  1359. }
  1360. static void inode_incr_space(struct inode *inode, qsize_t number,
  1361. int reserve)
  1362. {
  1363. if (reserve)
  1364. inode_add_rsv_space(inode, number);
  1365. else
  1366. inode_add_bytes(inode, number);
  1367. }
  1368. static void inode_decr_space(struct inode *inode, qsize_t number, int reserve)
  1369. {
  1370. if (reserve)
  1371. inode_sub_rsv_space(inode, number);
  1372. else
  1373. inode_sub_bytes(inode, number);
  1374. }
  1375. /*
  1376. * This functions updates i_blocks+i_bytes fields and quota information
  1377. * (together with appropriate checks).
  1378. *
  1379. * NOTE: We absolutely rely on the fact that caller dirties the inode
  1380. * (usually helpers in quotaops.h care about this) and holds a handle for
  1381. * the current transaction so that dquot write and inode write go into the
  1382. * same transaction.
  1383. */
  1384. /*
  1385. * This operation can block, but only after everything is updated
  1386. */
  1387. int __dquot_alloc_space(struct inode *inode, qsize_t number, int flags)
  1388. {
  1389. int cnt, ret = 0;
  1390. char warntype[MAXQUOTAS];
  1391. int warn = flags & DQUOT_SPACE_WARN;
  1392. int reserve = flags & DQUOT_SPACE_RESERVE;
  1393. int nofail = flags & DQUOT_SPACE_NOFAIL;
  1394. /*
  1395. * First test before acquiring mutex - solves deadlocks when we
  1396. * re-enter the quota code and are already holding the mutex
  1397. */
  1398. if (!dquot_active(inode)) {
  1399. inode_incr_space(inode, number, reserve);
  1400. goto out;
  1401. }
  1402. down_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1403. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1404. warntype[cnt] = QUOTA_NL_NOWARN;
  1405. spin_lock(&dq_data_lock);
  1406. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1407. if (!inode->i_dquot[cnt])
  1408. continue;
  1409. ret = check_bdq(inode->i_dquot[cnt], number, !warn,
  1410. warntype+cnt);
  1411. if (ret && !nofail) {
  1412. spin_unlock(&dq_data_lock);
  1413. goto out_flush_warn;
  1414. }
  1415. }
  1416. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1417. if (!inode->i_dquot[cnt])
  1418. continue;
  1419. if (reserve)
  1420. dquot_resv_space(inode->i_dquot[cnt], number);
  1421. else
  1422. dquot_incr_space(inode->i_dquot[cnt], number);
  1423. }
  1424. inode_incr_space(inode, number, reserve);
  1425. spin_unlock(&dq_data_lock);
  1426. if (reserve)
  1427. goto out_flush_warn;
  1428. mark_all_dquot_dirty(inode->i_dquot);
  1429. out_flush_warn:
  1430. flush_warnings(inode->i_dquot, warntype);
  1431. up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1432. out:
  1433. return ret;
  1434. }
  1435. EXPORT_SYMBOL(__dquot_alloc_space);
  1436. /*
  1437. * This operation can block, but only after everything is updated
  1438. */
  1439. int dquot_alloc_inode(const struct inode *inode)
  1440. {
  1441. int cnt, ret = 0;
  1442. char warntype[MAXQUOTAS];
  1443. /* First test before acquiring mutex - solves deadlocks when we
  1444. * re-enter the quota code and are already holding the mutex */
  1445. if (!dquot_active(inode))
  1446. return 0;
  1447. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1448. warntype[cnt] = QUOTA_NL_NOWARN;
  1449. down_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1450. spin_lock(&dq_data_lock);
  1451. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1452. if (!inode->i_dquot[cnt])
  1453. continue;
  1454. ret = check_idq(inode->i_dquot[cnt], 1, warntype + cnt);
  1455. if (ret)
  1456. goto warn_put_all;
  1457. }
  1458. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1459. if (!inode->i_dquot[cnt])
  1460. continue;
  1461. dquot_incr_inodes(inode->i_dquot[cnt], 1);
  1462. }
  1463. warn_put_all:
  1464. spin_unlock(&dq_data_lock);
  1465. if (ret == 0)
  1466. mark_all_dquot_dirty(inode->i_dquot);
  1467. flush_warnings(inode->i_dquot, warntype);
  1468. up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1469. return ret;
  1470. }
  1471. EXPORT_SYMBOL(dquot_alloc_inode);
  1472. /*
  1473. * Convert in-memory reserved quotas to real consumed quotas
  1474. */
  1475. int dquot_claim_space_nodirty(struct inode *inode, qsize_t number)
  1476. {
  1477. int cnt;
  1478. if (!dquot_active(inode)) {
  1479. inode_claim_rsv_space(inode, number);
  1480. return 0;
  1481. }
  1482. down_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1483. spin_lock(&dq_data_lock);
  1484. /* Claim reserved quotas to allocated quotas */
  1485. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1486. if (inode->i_dquot[cnt])
  1487. dquot_claim_reserved_space(inode->i_dquot[cnt],
  1488. number);
  1489. }
  1490. /* Update inode bytes */
  1491. inode_claim_rsv_space(inode, number);
  1492. spin_unlock(&dq_data_lock);
  1493. mark_all_dquot_dirty(inode->i_dquot);
  1494. up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1495. return 0;
  1496. }
  1497. EXPORT_SYMBOL(dquot_claim_space_nodirty);
  1498. /*
  1499. * This operation can block, but only after everything is updated
  1500. */
  1501. void __dquot_free_space(struct inode *inode, qsize_t number, int flags)
  1502. {
  1503. unsigned int cnt;
  1504. char warntype[MAXQUOTAS];
  1505. int reserve = flags & DQUOT_SPACE_RESERVE;
  1506. /* First test before acquiring mutex - solves deadlocks when we
  1507. * re-enter the quota code and are already holding the mutex */
  1508. if (!dquot_active(inode)) {
  1509. inode_decr_space(inode, number, reserve);
  1510. return;
  1511. }
  1512. down_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1513. spin_lock(&dq_data_lock);
  1514. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1515. if (!inode->i_dquot[cnt])
  1516. continue;
  1517. warntype[cnt] = info_bdq_free(inode->i_dquot[cnt], number);
  1518. if (reserve)
  1519. dquot_free_reserved_space(inode->i_dquot[cnt], number);
  1520. else
  1521. dquot_decr_space(inode->i_dquot[cnt], number);
  1522. }
  1523. inode_decr_space(inode, number, reserve);
  1524. spin_unlock(&dq_data_lock);
  1525. if (reserve)
  1526. goto out_unlock;
  1527. mark_all_dquot_dirty(inode->i_dquot);
  1528. out_unlock:
  1529. flush_warnings(inode->i_dquot, warntype);
  1530. up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1531. }
  1532. EXPORT_SYMBOL(__dquot_free_space);
  1533. /*
  1534. * This operation can block, but only after everything is updated
  1535. */
  1536. void dquot_free_inode(const struct inode *inode)
  1537. {
  1538. unsigned int cnt;
  1539. char warntype[MAXQUOTAS];
  1540. /* First test before acquiring mutex - solves deadlocks when we
  1541. * re-enter the quota code and are already holding the mutex */
  1542. if (!dquot_active(inode))
  1543. return;
  1544. down_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1545. spin_lock(&dq_data_lock);
  1546. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1547. if (!inode->i_dquot[cnt])
  1548. continue;
  1549. warntype[cnt] = info_idq_free(inode->i_dquot[cnt], 1);
  1550. dquot_decr_inodes(inode->i_dquot[cnt], 1);
  1551. }
  1552. spin_unlock(&dq_data_lock);
  1553. mark_all_dquot_dirty(inode->i_dquot);
  1554. flush_warnings(inode->i_dquot, warntype);
  1555. up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1556. }
  1557. EXPORT_SYMBOL(dquot_free_inode);
  1558. /*
  1559. * Transfer the number of inode and blocks from one diskquota to an other.
  1560. * On success, dquot references in transfer_to are consumed and references
  1561. * to original dquots that need to be released are placed there. On failure,
  1562. * references are kept untouched.
  1563. *
  1564. * This operation can block, but only after everything is updated
  1565. * A transaction must be started when entering this function.
  1566. *
  1567. */
  1568. int __dquot_transfer(struct inode *inode, struct dquot **transfer_to)
  1569. {
  1570. qsize_t space, cur_space;
  1571. qsize_t rsv_space = 0;
  1572. struct dquot *transfer_from[MAXQUOTAS] = {};
  1573. int cnt, ret = 0;
  1574. char is_valid[MAXQUOTAS] = {};
  1575. char warntype_to[MAXQUOTAS];
  1576. char warntype_from_inodes[MAXQUOTAS], warntype_from_space[MAXQUOTAS];
  1577. /* First test before acquiring mutex - solves deadlocks when we
  1578. * re-enter the quota code and are already holding the mutex */
  1579. if (IS_NOQUOTA(inode))
  1580. return 0;
  1581. /* Initialize the arrays */
  1582. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1583. warntype_to[cnt] = QUOTA_NL_NOWARN;
  1584. down_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1585. if (IS_NOQUOTA(inode)) { /* File without quota accounting? */
  1586. up_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1587. return 0;
  1588. }
  1589. spin_lock(&dq_data_lock);
  1590. cur_space = inode_get_bytes(inode);
  1591. rsv_space = inode_get_rsv_space(inode);
  1592. space = cur_space + rsv_space;
  1593. /* Build the transfer_from list and check the limits */
  1594. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1595. /*
  1596. * Skip changes for same uid or gid or for turned off quota-type.
  1597. */
  1598. if (!transfer_to[cnt])
  1599. continue;
  1600. /* Avoid races with quotaoff() */
  1601. if (!sb_has_quota_active(inode->i_sb, cnt))
  1602. continue;
  1603. is_valid[cnt] = 1;
  1604. transfer_from[cnt] = inode->i_dquot[cnt];
  1605. ret = check_idq(transfer_to[cnt], 1, warntype_to + cnt);
  1606. if (ret)
  1607. goto over_quota;
  1608. ret = check_bdq(transfer_to[cnt], space, 0, warntype_to + cnt);
  1609. if (ret)
  1610. goto over_quota;
  1611. }
  1612. /*
  1613. * Finally perform the needed transfer from transfer_from to transfer_to
  1614. */
  1615. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1616. if (!is_valid[cnt])
  1617. continue;
  1618. /* Due to IO error we might not have transfer_from[] structure */
  1619. if (transfer_from[cnt]) {
  1620. warntype_from_inodes[cnt] =
  1621. info_idq_free(transfer_from[cnt], 1);
  1622. warntype_from_space[cnt] =
  1623. info_bdq_free(transfer_from[cnt], space);
  1624. dquot_decr_inodes(transfer_from[cnt], 1);
  1625. dquot_decr_space(transfer_from[cnt], cur_space);
  1626. dquot_free_reserved_space(transfer_from[cnt],
  1627. rsv_space);
  1628. }
  1629. dquot_incr_inodes(transfer_to[cnt], 1);
  1630. dquot_incr_space(transfer_to[cnt], cur_space);
  1631. dquot_resv_space(transfer_to[cnt], rsv_space);
  1632. inode->i_dquot[cnt] = transfer_to[cnt];
  1633. }
  1634. spin_unlock(&dq_data_lock);
  1635. up_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1636. mark_all_dquot_dirty(transfer_from);
  1637. mark_all_dquot_dirty(transfer_to);
  1638. flush_warnings(transfer_to, warntype_to);
  1639. flush_warnings(transfer_from, warntype_from_inodes);
  1640. flush_warnings(transfer_from, warntype_from_space);
  1641. /* Pass back references to put */
  1642. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1643. if (is_valid[cnt])
  1644. transfer_to[cnt] = transfer_from[cnt];
  1645. return 0;
  1646. over_quota:
  1647. spin_unlock(&dq_data_lock);
  1648. up_write(&sb_dqopt(inode->i_sb)->dqptr_sem);
  1649. flush_warnings(transfer_to, warntype_to);
  1650. return ret;
  1651. }
  1652. EXPORT_SYMBOL(__dquot_transfer);
  1653. /* Wrapper for transferring ownership of an inode for uid/gid only
  1654. * Called from FSXXX_setattr()
  1655. */
  1656. int dquot_transfer(struct inode *inode, struct iattr *iattr)
  1657. {
  1658. struct dquot *transfer_to[MAXQUOTAS] = {};
  1659. struct super_block *sb = inode->i_sb;
  1660. int ret;
  1661. if (!dquot_active(inode))
  1662. return 0;
  1663. if (iattr->ia_valid & ATTR_UID && iattr->ia_uid != inode->i_uid)
  1664. transfer_to[USRQUOTA] = dqget(sb, iattr->ia_uid, USRQUOTA);
  1665. if (iattr->ia_valid & ATTR_GID && iattr->ia_gid != inode->i_gid)
  1666. transfer_to[GRPQUOTA] = dqget(sb, iattr->ia_gid, GRPQUOTA);
  1667. ret = __dquot_transfer(inode, transfer_to);
  1668. dqput_all(transfer_to);
  1669. return ret;
  1670. }
  1671. EXPORT_SYMBOL(dquot_transfer);
  1672. /*
  1673. * Write info of quota file to disk
  1674. */
  1675. int dquot_commit_info(struct super_block *sb, int type)
  1676. {
  1677. int ret;
  1678. struct quota_info *dqopt = sb_dqopt(sb);
  1679. mutex_lock(&dqopt->dqio_mutex);
  1680. ret = dqopt->ops[type]->write_file_info(sb, type);
  1681. mutex_unlock(&dqopt->dqio_mutex);
  1682. return ret;
  1683. }
  1684. EXPORT_SYMBOL(dquot_commit_info);
  1685. /*
  1686. * Definitions of diskquota operations.
  1687. */
  1688. const struct dquot_operations dquot_operations = {
  1689. .write_dquot = dquot_commit,
  1690. .acquire_dquot = dquot_acquire,
  1691. .release_dquot = dquot_release,
  1692. .mark_dirty = dquot_mark_dquot_dirty,
  1693. .write_info = dquot_commit_info,
  1694. .alloc_dquot = dquot_alloc,
  1695. .destroy_dquot = dquot_destroy,
  1696. };
  1697. EXPORT_SYMBOL(dquot_operations);
  1698. /*
  1699. * Generic helper for ->open on filesystems supporting disk quotas.
  1700. */
  1701. int dquot_file_open(struct inode *inode, struct file *file)
  1702. {
  1703. int error;
  1704. error = generic_file_open(inode, file);
  1705. if (!error && (file->f_mode & FMODE_WRITE))
  1706. dquot_initialize(inode);
  1707. return error;
  1708. }
  1709. EXPORT_SYMBOL(dquot_file_open);
  1710. /*
  1711. * Turn quota off on a device. type == -1 ==> quotaoff for all types (umount)
  1712. */
  1713. int dquot_disable(struct super_block *sb, int type, unsigned int flags)
  1714. {
  1715. int cnt, ret = 0;
  1716. struct quota_info *dqopt = sb_dqopt(sb);
  1717. struct inode *toputinode[MAXQUOTAS];
  1718. /* Cannot turn off usage accounting without turning off limits, or
  1719. * suspend quotas and simultaneously turn quotas off. */
  1720. if ((flags & DQUOT_USAGE_ENABLED && !(flags & DQUOT_LIMITS_ENABLED))
  1721. || (flags & DQUOT_SUSPENDED && flags & (DQUOT_LIMITS_ENABLED |
  1722. DQUOT_USAGE_ENABLED)))
  1723. return -EINVAL;
  1724. /* We need to serialize quota_off() for device */
  1725. mutex_lock(&dqopt->dqonoff_mutex);
  1726. /*
  1727. * Skip everything if there's nothing to do. We have to do this because
  1728. * sometimes we are called when fill_super() failed and calling
  1729. * sync_fs() in such cases does no good.
  1730. */
  1731. if (!sb_any_quota_loaded(sb)) {
  1732. mutex_unlock(&dqopt->dqonoff_mutex);
  1733. return 0;
  1734. }
  1735. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1736. toputinode[cnt] = NULL;
  1737. if (type != -1 && cnt != type)
  1738. continue;
  1739. if (!sb_has_quota_loaded(sb, cnt))
  1740. continue;
  1741. if (flags & DQUOT_SUSPENDED) {
  1742. spin_lock(&dq_state_lock);
  1743. dqopt->flags |=
  1744. dquot_state_flag(DQUOT_SUSPENDED, cnt);
  1745. spin_unlock(&dq_state_lock);
  1746. } else {
  1747. spin_lock(&dq_state_lock);
  1748. dqopt->flags &= ~dquot_state_flag(flags, cnt);
  1749. /* Turning off suspended quotas? */
  1750. if (!sb_has_quota_loaded(sb, cnt) &&
  1751. sb_has_quota_suspended(sb, cnt)) {
  1752. dqopt->flags &= ~dquot_state_flag(
  1753. DQUOT_SUSPENDED, cnt);
  1754. spin_unlock(&dq_state_lock);
  1755. iput(dqopt->files[cnt]);
  1756. dqopt->files[cnt] = NULL;
  1757. continue;
  1758. }
  1759. spin_unlock(&dq_state_lock);
  1760. }
  1761. /* We still have to keep quota loaded? */
  1762. if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED))
  1763. continue;
  1764. /* Note: these are blocking operations */
  1765. drop_dquot_ref(sb, cnt);
  1766. invalidate_dquots(sb, cnt);
  1767. /*
  1768. * Now all dquots should be invalidated, all writes done so we
  1769. * should be only users of the info. No locks needed.
  1770. */
  1771. if (info_dirty(&dqopt->info[cnt]))
  1772. sb->dq_op->write_info(sb, cnt);
  1773. if (dqopt->ops[cnt]->free_file_info)
  1774. dqopt->ops[cnt]->free_file_info(sb, cnt);
  1775. put_quota_format(dqopt->info[cnt].dqi_format);
  1776. toputinode[cnt] = dqopt->files[cnt];
  1777. if (!sb_has_quota_loaded(sb, cnt))
  1778. dqopt->files[cnt] = NULL;
  1779. dqopt->info[cnt].dqi_flags = 0;
  1780. dqopt->info[cnt].dqi_igrace = 0;
  1781. dqopt->info[cnt].dqi_bgrace = 0;
  1782. dqopt->ops[cnt] = NULL;
  1783. }
  1784. mutex_unlock(&dqopt->dqonoff_mutex);
  1785. /* Skip syncing and setting flags if quota files are hidden */
  1786. if (dqopt->flags & DQUOT_QUOTA_SYS_FILE)
  1787. goto put_inodes;
  1788. /* Sync the superblock so that buffers with quota data are written to
  1789. * disk (and so userspace sees correct data afterwards). */
  1790. if (sb->s_op->sync_fs)
  1791. sb->s_op->sync_fs(sb, 1);
  1792. sync_blockdev(sb->s_bdev);
  1793. /* Now the quota files are just ordinary files and we can set the
  1794. * inode flags back. Moreover we discard the pagecache so that
  1795. * userspace sees the writes we did bypassing the pagecache. We
  1796. * must also discard the blockdev buffers so that we see the
  1797. * changes done by userspace on the next quotaon() */
  1798. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1799. if (toputinode[cnt]) {
  1800. mutex_lock(&dqopt->dqonoff_mutex);
  1801. /* If quota was reenabled in the meantime, we have
  1802. * nothing to do */
  1803. if (!sb_has_quota_loaded(sb, cnt)) {
  1804. mutex_lock_nested(&toputinode[cnt]->i_mutex,
  1805. I_MUTEX_QUOTA);
  1806. toputinode[cnt]->i_flags &= ~(S_IMMUTABLE |
  1807. S_NOATIME | S_NOQUOTA);
  1808. truncate_inode_pages(&toputinode[cnt]->i_data,
  1809. 0);
  1810. mutex_unlock(&toputinode[cnt]->i_mutex);
  1811. mark_inode_dirty_sync(toputinode[cnt]);
  1812. }
  1813. mutex_unlock(&dqopt->dqonoff_mutex);
  1814. }
  1815. if (sb->s_bdev)
  1816. invalidate_bdev(sb->s_bdev);
  1817. put_inodes:
  1818. for (cnt = 0; cnt < MAXQUOTAS; cnt++)
  1819. if (toputinode[cnt]) {
  1820. /* On remount RO, we keep the inode pointer so that we
  1821. * can reenable quota on the subsequent remount RW. We
  1822. * have to check 'flags' variable and not use sb_has_
  1823. * function because another quotaon / quotaoff could
  1824. * change global state before we got here. We refuse
  1825. * to suspend quotas when there is pending delete on
  1826. * the quota file... */
  1827. if (!(flags & DQUOT_SUSPENDED))
  1828. iput(toputinode[cnt]);
  1829. else if (!toputinode[cnt]->i_nlink)
  1830. ret = -EBUSY;
  1831. }
  1832. return ret;
  1833. }
  1834. EXPORT_SYMBOL(dquot_disable);
  1835. int dquot_quota_off(struct super_block *sb, int type)
  1836. {
  1837. return dquot_disable(sb, type,
  1838. DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
  1839. }
  1840. EXPORT_SYMBOL(dquot_quota_off);
  1841. /*
  1842. * Turn quotas on on a device
  1843. */
  1844. /*
  1845. * Helper function to turn quotas on when we already have the inode of
  1846. * quota file and no quota information is loaded.
  1847. */
  1848. static int vfs_load_quota_inode(struct inode *inode, int type, int format_id,
  1849. unsigned int flags)
  1850. {
  1851. struct quota_format_type *fmt = find_quota_format(format_id);
  1852. struct super_block *sb = inode->i_sb;
  1853. struct quota_info *dqopt = sb_dqopt(sb);
  1854. int error;
  1855. int oldflags = -1;
  1856. if (!fmt)
  1857. return -ESRCH;
  1858. if (!S_ISREG(inode->i_mode)) {
  1859. error = -EACCES;
  1860. goto out_fmt;
  1861. }
  1862. if (IS_RDONLY(inode)) {
  1863. error = -EROFS;
  1864. goto out_fmt;
  1865. }
  1866. if (!sb->s_op->quota_write || !sb->s_op->quota_read) {
  1867. error = -EINVAL;
  1868. goto out_fmt;
  1869. }
  1870. /* Usage always has to be set... */
  1871. if (!(flags & DQUOT_USAGE_ENABLED)) {
  1872. error = -EINVAL;
  1873. goto out_fmt;
  1874. }
  1875. if (!(dqopt->flags & DQUOT_QUOTA_SYS_FILE)) {
  1876. /* As we bypass the pagecache we must now flush all the
  1877. * dirty data and invalidate caches so that kernel sees
  1878. * changes from userspace. It is not enough to just flush
  1879. * the quota file since if blocksize < pagesize, invalidation
  1880. * of the cache could fail because of other unrelated dirty
  1881. * data */
  1882. sync_filesystem(sb);
  1883. invalidate_bdev(sb->s_bdev);
  1884. }
  1885. mutex_lock(&dqopt->dqonoff_mutex);
  1886. if (sb_has_quota_loaded(sb, type)) {
  1887. error = -EBUSY;
  1888. goto out_lock;
  1889. }
  1890. if (!(dqopt->flags & DQUOT_QUOTA_SYS_FILE)) {
  1891. /* We don't want quota and atime on quota files (deadlocks
  1892. * possible) Also nobody should write to the file - we use
  1893. * special IO operations which ignore the immutable bit. */
  1894. mutex_lock_nested(&inode->i_mutex, I_MUTEX_QUOTA);
  1895. oldflags = inode->i_flags & (S_NOATIME | S_IMMUTABLE |
  1896. S_NOQUOTA);
  1897. inode->i_flags |= S_NOQUOTA | S_NOATIME | S_IMMUTABLE;
  1898. mutex_unlock(&inode->i_mutex);
  1899. /*
  1900. * When S_NOQUOTA is set, remove dquot references as no more
  1901. * references can be added
  1902. */
  1903. __dquot_drop(inode);
  1904. }
  1905. error = -EIO;
  1906. dqopt->files[type] = igrab(inode);
  1907. if (!dqopt->files[type])
  1908. goto out_lock;
  1909. error = -EINVAL;
  1910. if (!fmt->qf_ops->check_quota_file(sb, type))
  1911. goto out_file_init;
  1912. dqopt->ops[type] = fmt->qf_ops;
  1913. dqopt->info[type].dqi_format = fmt;
  1914. dqopt->info[type].dqi_fmt_id = format_id;
  1915. INIT_LIST_HEAD(&dqopt->info[type].dqi_dirty_list);
  1916. mutex_lock(&dqopt->dqio_mutex);
  1917. error = dqopt->ops[type]->read_file_info(sb, type);
  1918. if (error < 0) {
  1919. mutex_unlock(&dqopt->dqio_mutex);
  1920. goto out_file_init;
  1921. }
  1922. mutex_unlock(&dqopt->dqio_mutex);
  1923. spin_lock(&dq_state_lock);
  1924. dqopt->flags |= dquot_state_flag(flags, type);
  1925. spin_unlock(&dq_state_lock);
  1926. add_dquot_ref(sb, type);
  1927. mutex_unlock(&dqopt->dqonoff_mutex);
  1928. return 0;
  1929. out_file_init:
  1930. dqopt->files[type] = NULL;
  1931. iput(inode);
  1932. out_lock:
  1933. if (oldflags != -1) {
  1934. mutex_lock_nested(&inode->i_mutex, I_MUTEX_QUOTA);
  1935. /* Set the flags back (in the case of accidental quotaon()
  1936. * on a wrong file we don't want to mess up the flags) */
  1937. inode->i_flags &= ~(S_NOATIME | S_NOQUOTA | S_IMMUTABLE);
  1938. inode->i_flags |= oldflags;
  1939. mutex_unlock(&inode->i_mutex);
  1940. }
  1941. mutex_unlock(&dqopt->dqonoff_mutex);
  1942. out_fmt:
  1943. put_quota_format(fmt);
  1944. return error;
  1945. }
  1946. /* Reenable quotas on remount RW */
  1947. int dquot_resume(struct super_block *sb, int type)
  1948. {
  1949. struct quota_info *dqopt = sb_dqopt(sb);
  1950. struct inode *inode;
  1951. int ret = 0, cnt;
  1952. unsigned int flags;
  1953. for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
  1954. if (type != -1 && cnt != type)
  1955. continue;
  1956. mutex_lock(&dqopt->dqonoff_mutex);
  1957. if (!sb_has_quota_suspended(sb, cnt)) {
  1958. mutex_unlock(&dqopt->dqonoff_mutex);
  1959. continue;
  1960. }
  1961. inode = dqopt->files[cnt];
  1962. dqopt->files[cnt] = NULL;
  1963. spin_lock(&dq_state_lock);
  1964. flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED |
  1965. DQUOT_LIMITS_ENABLED,
  1966. cnt);
  1967. dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt);
  1968. spin_unlock(&dq_state_lock);
  1969. mutex_unlock(&dqopt->dqonoff_mutex);
  1970. flags = dquot_generic_flag(flags, cnt);
  1971. ret = vfs_load_quota_inode(inode, cnt,
  1972. dqopt->info[cnt].dqi_fmt_id, flags);
  1973. iput(inode);
  1974. }
  1975. return ret;
  1976. }
  1977. EXPORT_SYMBOL(dquot_resume);
  1978. int dquot_quota_on(struct super_block *sb, int type, int format_id,
  1979. struct path *path)
  1980. {
  1981. int error = security_quota_on(path->dentry);
  1982. if (error)
  1983. return error;
  1984. /* Quota file not on the same filesystem? */
  1985. if (path->mnt->mnt_sb != sb)
  1986. error = -EXDEV;
  1987. else
  1988. error = vfs_load_quota_inode(path->dentry->d_inode, type,
  1989. format_id, DQUOT_USAGE_ENABLED |
  1990. DQUOT_LIMITS_ENABLED);
  1991. return error;
  1992. }
  1993. EXPORT_SYMBOL(dquot_quota_on);
  1994. /*
  1995. * More powerful function for turning on quotas allowing setting
  1996. * of individual quota flags
  1997. */
  1998. int dquot_enable(struct inode *inode, int type, int format_id,
  1999. unsigned int flags)
  2000. {
  2001. int ret = 0;
  2002. struct super_block *sb = inode->i_sb;
  2003. struct quota_info *dqopt = sb_dqopt(sb);
  2004. /* Just unsuspend quotas? */
  2005. BUG_ON(flags & DQUOT_SUSPENDED);
  2006. if (!flags)
  2007. return 0;
  2008. /* Just updating flags needed? */
  2009. if (sb_has_quota_loaded(sb, type)) {
  2010. mutex_lock(&dqopt->dqonoff_mutex);
  2011. /* Now do a reliable test... */
  2012. if (!sb_has_quota_loaded(sb, type)) {
  2013. mutex_unlock(&dqopt->dqonoff_mutex);
  2014. goto load_quota;
  2015. }
  2016. if (flags & DQUOT_USAGE_ENABLED &&
  2017. sb_has_quota_usage_enabled(sb, type)) {
  2018. ret = -EBUSY;
  2019. goto out_lock;
  2020. }
  2021. if (flags & DQUOT_LIMITS_ENABLED &&
  2022. sb_has_quota_limits_enabled(sb, type)) {
  2023. ret = -EBUSY;
  2024. goto out_lock;
  2025. }
  2026. spin_lock(&dq_state_lock);
  2027. sb_dqopt(sb)->flags |= dquot_state_flag(flags, type);
  2028. spin_unlock(&dq_state_lock);
  2029. out_lock:
  2030. mutex_unlock(&dqopt->dqonoff_mutex);
  2031. return ret;
  2032. }
  2033. load_quota:
  2034. return vfs_load_quota_inode(inode, type, format_id, flags);
  2035. }
  2036. EXPORT_SYMBOL(dquot_enable);
  2037. /*
  2038. * This function is used when filesystem needs to initialize quotas
  2039. * during mount time.
  2040. */
  2041. int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
  2042. int format_id, int type)
  2043. {
  2044. struct dentry *dentry;
  2045. int error;
  2046. mutex_lock(&sb->s_root->d_inode->i_mutex);
  2047. dentry = lookup_one_len(qf_name, sb->s_root, strlen(qf_name));
  2048. mutex_unlock(&sb->s_root->d_inode->i_mutex);
  2049. if (IS_ERR(dentry))
  2050. return PTR_ERR(dentry);
  2051. if (!dentry->d_inode) {
  2052. error = -ENOENT;
  2053. goto out;
  2054. }
  2055. error = security_quota_on(dentry);
  2056. if (!error)
  2057. error = vfs_load_quota_inode(dentry->d_inode, type, format_id,
  2058. DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
  2059. out:
  2060. dput(dentry);
  2061. return error;
  2062. }
  2063. EXPORT_SYMBOL(dquot_quota_on_mount);
  2064. static inline qsize_t qbtos(qsize_t blocks)
  2065. {
  2066. return blocks << QIF_DQBLKSIZE_BITS;
  2067. }
  2068. static inline qsize_t stoqb(qsize_t space)
  2069. {
  2070. return (space + QIF_DQBLKSIZE - 1) >> QIF_DQBLKSIZE_BITS;
  2071. }
  2072. /* Generic routine for getting common part of quota structure */
  2073. static void do_get_dqblk(struct dquot *dquot, struct fs_disk_quota *di)
  2074. {
  2075. struct mem_dqblk *dm = &dquot->dq_dqb;
  2076. memset(di, 0, sizeof(*di));
  2077. di->d_version = FS_DQUOT_VERSION;
  2078. di->d_flags = dquot->dq_type == USRQUOTA ?
  2079. FS_USER_QUOTA : FS_GROUP_QUOTA;
  2080. di->d_id = dquot->dq_id;
  2081. spin_lock(&dq_data_lock);
  2082. di->d_blk_hardlimit = stoqb(dm->dqb_bhardlimit);
  2083. di->d_blk_softlimit = stoqb(dm->dqb_bsoftlimit);
  2084. di->d_ino_hardlimit = dm->dqb_ihardlimit;
  2085. di->d_ino_softlimit = dm->dqb_isoftlimit;
  2086. di->d_bcount = dm->dqb_curspace + dm->dqb_rsvspace;
  2087. di->d_icount = dm->dqb_curinodes;
  2088. di->d_btimer = dm->dqb_btime;
  2089. di->d_itimer = dm->dqb_itime;
  2090. spin_unlock(&dq_data_lock);
  2091. }
  2092. int dquot_get_dqblk(struct super_block *sb, int type, qid_t id,
  2093. struct fs_disk_quota *di)
  2094. {
  2095. struct dquot *dquot;
  2096. dquot = dqget(sb, id, type);
  2097. if (!dquot)
  2098. return -ESRCH;
  2099. do_get_dqblk(dquot, di);
  2100. dqput(dquot);
  2101. return 0;
  2102. }
  2103. EXPORT_SYMBOL(dquot_get_dqblk);
  2104. #define VFS_FS_DQ_MASK \
  2105. (FS_DQ_BCOUNT | FS_DQ_BSOFT | FS_DQ_BHARD | \
  2106. FS_DQ_ICOUNT | FS_DQ_ISOFT | FS_DQ_IHARD | \
  2107. FS_DQ_BTIMER | FS_DQ_ITIMER)
  2108. /* Generic routine for setting common part of quota structure */
  2109. static int do_set_dqblk(struct dquot *dquot, struct fs_disk_quota *di)
  2110. {
  2111. struct mem_dqblk *dm = &dquot->dq_dqb;
  2112. int check_blim = 0, check_ilim = 0;
  2113. struct mem_dqinfo *dqi = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_type];
  2114. if (di->d_fieldmask & ~VFS_FS_DQ_MASK)
  2115. return -EINVAL;
  2116. if (((di->d_fieldmask & FS_DQ_BSOFT) &&
  2117. (di->d_blk_softlimit > dqi->dqi_maxblimit)) ||
  2118. ((di->d_fieldmask & FS_DQ_BHARD) &&
  2119. (di->d_blk_hardlimit > dqi->dqi_maxblimit)) ||
  2120. ((di->d_fieldmask & FS_DQ_ISOFT) &&
  2121. (di->d_ino_softlimit > dqi->dqi_maxilimit)) ||
  2122. ((di->d_fieldmask & FS_DQ_IHARD) &&
  2123. (di->d_ino_hardlimit > dqi->dqi_maxilimit)))
  2124. return -ERANGE;
  2125. spin_lock(&dq_data_lock);
  2126. if (di->d_fieldmask & FS_DQ_BCOUNT) {
  2127. dm->dqb_curspace = di->d_bcount - dm->dqb_rsvspace;
  2128. check_blim = 1;
  2129. set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
  2130. }
  2131. if (di->d_fieldmask & FS_DQ_BSOFT)
  2132. dm->dqb_bsoftlimit = qbtos(di->d_blk_softlimit);
  2133. if (di->d_fieldmask & FS_DQ_BHARD)
  2134. dm->dqb_bhardlimit = qbtos(di->d_blk_hardlimit);
  2135. if (di->d_fieldmask & (FS_DQ_BSOFT | FS_DQ_BHARD)) {
  2136. check_blim = 1;
  2137. set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
  2138. }
  2139. if (di->d_fieldmask & FS_DQ_ICOUNT) {
  2140. dm->dqb_curinodes = di->d_icount;
  2141. check_ilim = 1;
  2142. set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
  2143. }
  2144. if (di->d_fieldmask & FS_DQ_ISOFT)
  2145. dm->dqb_isoftlimit = di->d_ino_softlimit;
  2146. if (di->d_fieldmask & FS_DQ_IHARD)
  2147. dm->dqb_ihardlimit = di->d_ino_hardlimit;
  2148. if (di->d_fieldmask & (FS_DQ_ISOFT | FS_DQ_IHARD)) {
  2149. check_ilim = 1;
  2150. set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
  2151. }
  2152. if (di->d_fieldmask & FS_DQ_BTIMER) {
  2153. dm->dqb_btime = di->d_btimer;
  2154. check_blim = 1;
  2155. set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
  2156. }
  2157. if (di->d_fieldmask & FS_DQ_ITIMER) {
  2158. dm->dqb_itime = di->d_itimer;
  2159. check_ilim = 1;
  2160. set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);
  2161. }
  2162. if (check_blim) {
  2163. if (!dm->dqb_bsoftlimit ||
  2164. dm->dqb_curspace < dm->dqb_bsoftlimit) {
  2165. dm->dqb_btime = 0;
  2166. clear_bit(DQ_BLKS_B, &dquot->dq_flags);
  2167. } else if (!(di->d_fieldmask & FS_DQ_BTIMER))
  2168. /* Set grace only if user hasn't provided his own... */
  2169. dm->dqb_btime = get_seconds() + dqi->dqi_bgrace;
  2170. }
  2171. if (check_ilim) {
  2172. if (!dm->dqb_isoftlimit ||
  2173. dm->dqb_curinodes < dm->dqb_isoftlimit) {
  2174. dm->dqb_itime = 0;
  2175. clear_bit(DQ_INODES_B, &dquot->dq_flags);
  2176. } else if (!(di->d_fieldmask & FS_DQ_ITIMER))
  2177. /* Set grace only if user hasn't provided his own... */
  2178. dm->dqb_itime = get_seconds() + dqi->dqi_igrace;
  2179. }
  2180. if (dm->dqb_bhardlimit || dm->dqb_bsoftlimit || dm->dqb_ihardlimit ||
  2181. dm->dqb_isoftlimit)
  2182. clear_bit(DQ_FAKE_B, &dquot->dq_flags);
  2183. else
  2184. set_bit(DQ_FAKE_B, &dquot->dq_flags);
  2185. spin_unlock(&dq_data_lock);
  2186. mark_dquot_dirty(dquot);
  2187. return 0;
  2188. }
  2189. int dquot_set_dqblk(struct super_block *sb, int type, qid_t id,
  2190. struct fs_disk_quota *di)
  2191. {
  2192. struct dquot *dquot;
  2193. int rc;
  2194. dquot = dqget(sb, id, type);
  2195. if (!dquot) {
  2196. rc = -ESRCH;
  2197. goto out;
  2198. }
  2199. rc = do_set_dqblk(dquot, di);
  2200. dqput(dquot);
  2201. out:
  2202. return rc;
  2203. }
  2204. EXPORT_SYMBOL(dquot_set_dqblk);
  2205. /* Generic routine for getting common part of quota file information */
  2206. int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii)
  2207. {
  2208. struct mem_dqinfo *mi;
  2209. mutex_lock(&sb_dqopt(sb)->dqonoff_mutex);
  2210. if (!sb_has_quota_active(sb, type)) {
  2211. mutex_unlock(&sb_dqopt(sb)->dqonoff_mutex);
  2212. return -ESRCH;
  2213. }
  2214. mi = sb_dqopt(sb)->info + type;
  2215. spin_lock(&dq_data_lock);
  2216. ii->dqi_bgrace = mi->dqi_bgrace;
  2217. ii->dqi_igrace = mi->dqi_igrace;
  2218. ii->dqi_flags = mi->dqi_flags & DQF_MASK;
  2219. ii->dqi_valid = IIF_ALL;
  2220. spin_unlock(&dq_data_lock);
  2221. mutex_unlock(&sb_dqopt(sb)->dqonoff_mutex);
  2222. return 0;
  2223. }
  2224. EXPORT_SYMBOL(dquot_get_dqinfo);
  2225. /* Generic routine for setting common part of quota file information */
  2226. int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii)
  2227. {
  2228. struct mem_dqinfo *mi;
  2229. int err = 0;
  2230. mutex_lock(&sb_dqopt(sb)->dqonoff_mutex);
  2231. if (!sb_has_quota_active(sb, type)) {
  2232. err = -ESRCH;
  2233. goto out;
  2234. }
  2235. mi = sb_dqopt(sb)->info + type;
  2236. spin_lock(&dq_data_lock);
  2237. if (ii->dqi_valid & IIF_BGRACE)
  2238. mi->dqi_bgrace = ii->dqi_bgrace;
  2239. if (ii->dqi_valid & IIF_IGRACE)
  2240. mi->dqi_igrace = ii->dqi_igrace;
  2241. if (ii->dqi_valid & IIF_FLAGS)
  2242. mi->dqi_flags = (mi->dqi_flags & ~DQF_MASK) |
  2243. (ii->dqi_flags & DQF_MASK);
  2244. spin_unlock(&dq_data_lock);
  2245. mark_info_dirty(sb, type);
  2246. /* Force write to disk */
  2247. sb->dq_op->write_info(sb, type);
  2248. out:
  2249. mutex_unlock(&sb_dqopt(sb)->dqonoff_mutex);
  2250. return err;
  2251. }
  2252. EXPORT_SYMBOL(dquot_set_dqinfo);
  2253. const struct quotactl_ops dquot_quotactl_ops = {
  2254. .quota_on = dquot_quota_on,
  2255. .quota_off = dquot_quota_off,
  2256. .quota_sync = dquot_quota_sync,
  2257. .get_info = dquot_get_dqinfo,
  2258. .set_info = dquot_set_dqinfo,
  2259. .get_dqblk = dquot_get_dqblk,
  2260. .set_dqblk = dquot_set_dqblk
  2261. };
  2262. EXPORT_SYMBOL(dquot_quotactl_ops);
  2263. static int do_proc_dqstats(struct ctl_table *table, int write,
  2264. void __user *buffer, size_t *lenp, loff_t *ppos)
  2265. {
  2266. unsigned int type = (int *)table->data - dqstats.stat;
  2267. /* Update global table */
  2268. dqstats.stat[type] =
  2269. percpu_counter_sum_positive(&dqstats.counter[type]);
  2270. return proc_dointvec(table, write, buffer, lenp, ppos);
  2271. }
  2272. static ctl_table fs_dqstats_table[] = {
  2273. {
  2274. .procname = "lookups",
  2275. .data = &dqstats.stat[DQST_LOOKUPS],
  2276. .maxlen = sizeof(int),
  2277. .mode = 0444,
  2278. .proc_handler = do_proc_dqstats,
  2279. },
  2280. {
  2281. .procname = "drops",
  2282. .data = &dqstats.stat[DQST_DROPS],
  2283. .maxlen = sizeof(int),
  2284. .mode = 0444,
  2285. .proc_handler = do_proc_dqstats,
  2286. },
  2287. {
  2288. .procname = "reads",
  2289. .data = &dqstats.stat[DQST_READS],
  2290. .maxlen = sizeof(int),
  2291. .mode = 0444,
  2292. .proc_handler = do_proc_dqstats,
  2293. },
  2294. {
  2295. .procname = "writes",
  2296. .data = &dqstats.stat[DQST_WRITES],
  2297. .maxlen = sizeof(int),
  2298. .mode = 0444,
  2299. .proc_handler = do_proc_dqstats,
  2300. },
  2301. {
  2302. .procname = "cache_hits",
  2303. .data = &dqstats.stat[DQST_CACHE_HITS],
  2304. .maxlen = sizeof(int),
  2305. .mode = 0444,
  2306. .proc_handler = do_proc_dqstats,
  2307. },
  2308. {
  2309. .procname = "allocated_dquots",
  2310. .data = &dqstats.stat[DQST_ALLOC_DQUOTS],
  2311. .maxlen = sizeof(int),
  2312. .mode = 0444,
  2313. .proc_handler = do_proc_dqstats,
  2314. },
  2315. {
  2316. .procname = "free_dquots",
  2317. .data = &dqstats.stat[DQST_FREE_DQUOTS],
  2318. .maxlen = sizeof(int),
  2319. .mode = 0444,
  2320. .proc_handler = do_proc_dqstats,
  2321. },
  2322. {
  2323. .procname = "syncs",
  2324. .data = &dqstats.stat[DQST_SYNCS],
  2325. .maxlen = sizeof(int),
  2326. .mode = 0444,
  2327. .proc_handler = do_proc_dqstats,
  2328. },
  2329. #ifdef CONFIG_PRINT_QUOTA_WARNING
  2330. {
  2331. .procname = "warnings",
  2332. .data = &flag_print_warnings,
  2333. .maxlen = sizeof(int),
  2334. .mode = 0644,
  2335. .proc_handler = proc_dointvec,
  2336. },
  2337. #endif
  2338. { },
  2339. };
  2340. static ctl_table fs_table[] = {
  2341. {
  2342. .procname = "quota",
  2343. .mode = 0555,
  2344. .child = fs_dqstats_table,
  2345. },
  2346. { },
  2347. };
  2348. static ctl_table sys_table[] = {
  2349. {
  2350. .procname = "fs",
  2351. .mode = 0555,
  2352. .child = fs_table,
  2353. },
  2354. { },
  2355. };
  2356. static int __init dquot_init(void)
  2357. {
  2358. int i, ret;
  2359. unsigned long nr_hash, order;
  2360. printk(KERN_NOTICE "VFS: Disk quotas %s\n", __DQUOT_VERSION__);
  2361. register_sysctl_table(sys_table);
  2362. dquot_cachep = kmem_cache_create("dquot",
  2363. sizeof(struct dquot), sizeof(unsigned long) * 4,
  2364. (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
  2365. SLAB_MEM_SPREAD|SLAB_PANIC),
  2366. NULL);
  2367. order = 0;
  2368. dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order);
  2369. if (!dquot_hash)
  2370. panic("Cannot create dquot hash table");
  2371. for (i = 0; i < _DQST_DQSTAT_LAST; i++) {
  2372. ret = percpu_counter_init(&dqstats.counter[i], 0);
  2373. if (ret)
  2374. panic("Cannot create dquot stat counters");
  2375. }
  2376. /* Find power-of-two hlist_heads which can fit into allocation */
  2377. nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head);
  2378. dq_hash_bits = 0;
  2379. do {
  2380. dq_hash_bits++;
  2381. } while (nr_hash >> dq_hash_bits);
  2382. dq_hash_bits--;
  2383. nr_hash = 1UL << dq_hash_bits;
  2384. dq_hash_mask = nr_hash - 1;
  2385. for (i = 0; i < nr_hash; i++)
  2386. INIT_HLIST_HEAD(dquot_hash + i);
  2387. printk("Dquot-cache hash table entries: %ld (order %ld, %ld bytes)\n",
  2388. nr_hash, order, (PAGE_SIZE << order));
  2389. register_shrinker(&dqcache_shrinker);
  2390. return 0;
  2391. }
  2392. module_init(dquot_init);