inode.c 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764
  1. /*
  2. * (C) 1997 Linus Torvalds
  3. * (C) 1999 Andrea Arcangeli <andrea@suse.de> (dynamic inode allocation)
  4. */
  5. #include <linux/fs.h>
  6. #include <linux/mm.h>
  7. #include <linux/dcache.h>
  8. #include <linux/init.h>
  9. #include <linux/slab.h>
  10. #include <linux/writeback.h>
  11. #include <linux/module.h>
  12. #include <linux/backing-dev.h>
  13. #include <linux/wait.h>
  14. #include <linux/rwsem.h>
  15. #include <linux/hash.h>
  16. #include <linux/swap.h>
  17. #include <linux/security.h>
  18. #include <linux/pagemap.h>
  19. #include <linux/cdev.h>
  20. #include <linux/bootmem.h>
  21. #include <linux/fsnotify.h>
  22. #include <linux/mount.h>
  23. #include <linux/async.h>
  24. #include <linux/posix_acl.h>
  25. #include <linux/prefetch.h>
  26. #include <linux/ima.h>
  27. #include <linux/cred.h>
  28. #include <linux/buffer_head.h> /* for inode_has_buffers */
  29. #include <linux/ratelimit.h>
  30. #include "internal.h"
  31. /*
  32. * Inode locking rules:
  33. *
  34. * inode->i_lock protects:
  35. * inode->i_state, inode->i_hash, __iget()
  36. * inode->i_sb->s_inode_lru_lock protects:
  37. * inode->i_sb->s_inode_lru, inode->i_lru
  38. * inode_sb_list_lock protects:
  39. * sb->s_inodes, inode->i_sb_list
  40. * bdi->wb.list_lock protects:
  41. * bdi->wb.b_{dirty,io,more_io}, inode->i_wb_list
  42. * inode_hash_lock protects:
  43. * inode_hashtable, inode->i_hash
  44. *
  45. * Lock ordering:
  46. *
  47. * inode_sb_list_lock
  48. * inode->i_lock
  49. * inode->i_sb->s_inode_lru_lock
  50. *
  51. * bdi->wb.list_lock
  52. * inode->i_lock
  53. *
  54. * inode_hash_lock
  55. * inode_sb_list_lock
  56. * inode->i_lock
  57. *
  58. * iunique_lock
  59. * inode_hash_lock
  60. */
  61. static unsigned int i_hash_mask __read_mostly;
  62. static unsigned int i_hash_shift __read_mostly;
  63. static struct hlist_head *inode_hashtable __read_mostly;
  64. static __cacheline_aligned_in_smp DEFINE_SPINLOCK(inode_hash_lock);
  65. __cacheline_aligned_in_smp DEFINE_SPINLOCK(inode_sb_list_lock);
  66. /*
  67. * Empty aops. Can be used for the cases where the user does not
  68. * define any of the address_space operations.
  69. */
  70. const struct address_space_operations empty_aops = {
  71. };
  72. EXPORT_SYMBOL(empty_aops);
  73. /*
  74. * Statistics gathering..
  75. */
  76. struct inodes_stat_t inodes_stat;
  77. static DEFINE_PER_CPU(unsigned int, nr_inodes);
  78. static DEFINE_PER_CPU(unsigned int, nr_unused);
  79. static struct kmem_cache *inode_cachep __read_mostly;
  80. static int get_nr_inodes(void)
  81. {
  82. int i;
  83. int sum = 0;
  84. for_each_possible_cpu(i)
  85. sum += per_cpu(nr_inodes, i);
  86. return sum < 0 ? 0 : sum;
  87. }
  88. static inline int get_nr_inodes_unused(void)
  89. {
  90. int i;
  91. int sum = 0;
  92. for_each_possible_cpu(i)
  93. sum += per_cpu(nr_unused, i);
  94. return sum < 0 ? 0 : sum;
  95. }
  96. int get_nr_dirty_inodes(void)
  97. {
  98. /* not actually dirty inodes, but a wild approximation */
  99. int nr_dirty = get_nr_inodes() - get_nr_inodes_unused();
  100. return nr_dirty > 0 ? nr_dirty : 0;
  101. }
  102. /*
  103. * Handle nr_inode sysctl
  104. */
  105. #ifdef CONFIG_SYSCTL
  106. int proc_nr_inodes(ctl_table *table, int write,
  107. void __user *buffer, size_t *lenp, loff_t *ppos)
  108. {
  109. inodes_stat.nr_inodes = get_nr_inodes();
  110. inodes_stat.nr_unused = get_nr_inodes_unused();
  111. return proc_dointvec(table, write, buffer, lenp, ppos);
  112. }
  113. #endif
  114. /**
  115. * inode_init_always - perform inode structure intialisation
  116. * @sb: superblock inode belongs to
  117. * @inode: inode to initialise
  118. *
  119. * These are initializations that need to be done on every inode
  120. * allocation as the fields are not initialised by slab allocation.
  121. */
  122. int inode_init_always(struct super_block *sb, struct inode *inode)
  123. {
  124. static const struct inode_operations empty_iops;
  125. static const struct file_operations empty_fops;
  126. struct address_space *const mapping = &inode->i_data;
  127. inode->i_sb = sb;
  128. inode->i_blkbits = sb->s_blocksize_bits;
  129. inode->i_flags = 0;
  130. atomic_set(&inode->i_count, 1);
  131. inode->i_op = &empty_iops;
  132. inode->i_fop = &empty_fops;
  133. inode->__i_nlink = 1;
  134. inode->i_opflags = 0;
  135. inode->i_uid = 0;
  136. inode->i_gid = 0;
  137. atomic_set(&inode->i_writecount, 0);
  138. inode->i_size = 0;
  139. inode->i_blocks = 0;
  140. inode->i_bytes = 0;
  141. inode->i_generation = 0;
  142. #ifdef CONFIG_QUOTA
  143. memset(&inode->i_dquot, 0, sizeof(inode->i_dquot));
  144. #endif
  145. inode->i_pipe = NULL;
  146. inode->i_bdev = NULL;
  147. inode->i_cdev = NULL;
  148. inode->i_rdev = 0;
  149. inode->dirtied_when = 0;
  150. if (security_inode_alloc(inode))
  151. goto out;
  152. spin_lock_init(&inode->i_lock);
  153. lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key);
  154. mutex_init(&inode->i_mutex);
  155. lockdep_set_class(&inode->i_mutex, &sb->s_type->i_mutex_key);
  156. atomic_set(&inode->i_dio_count, 0);
  157. mapping->a_ops = &empty_aops;
  158. mapping->host = inode;
  159. mapping->flags = 0;
  160. mapping_set_gfp_mask(mapping, GFP_HIGHUSER_MOVABLE);
  161. mapping->assoc_mapping = NULL;
  162. mapping->backing_dev_info = &default_backing_dev_info;
  163. mapping->writeback_index = 0;
  164. /*
  165. * If the block_device provides a backing_dev_info for client
  166. * inodes then use that. Otherwise the inode share the bdev's
  167. * backing_dev_info.
  168. */
  169. if (sb->s_bdev) {
  170. struct backing_dev_info *bdi;
  171. bdi = sb->s_bdev->bd_inode->i_mapping->backing_dev_info;
  172. mapping->backing_dev_info = bdi;
  173. }
  174. inode->i_private = NULL;
  175. inode->i_mapping = mapping;
  176. INIT_LIST_HEAD(&inode->i_dentry); /* buggered by rcu freeing */
  177. #ifdef CONFIG_FS_POSIX_ACL
  178. inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED;
  179. #endif
  180. #ifdef CONFIG_FSNOTIFY
  181. inode->i_fsnotify_mask = 0;
  182. #endif
  183. this_cpu_inc(nr_inodes);
  184. return 0;
  185. out:
  186. return -ENOMEM;
  187. }
  188. EXPORT_SYMBOL(inode_init_always);
  189. static struct inode *alloc_inode(struct super_block *sb)
  190. {
  191. struct inode *inode;
  192. if (sb->s_op->alloc_inode)
  193. inode = sb->s_op->alloc_inode(sb);
  194. else
  195. inode = kmem_cache_alloc(inode_cachep, GFP_KERNEL);
  196. if (!inode)
  197. return NULL;
  198. if (unlikely(inode_init_always(sb, inode))) {
  199. if (inode->i_sb->s_op->destroy_inode)
  200. inode->i_sb->s_op->destroy_inode(inode);
  201. else
  202. kmem_cache_free(inode_cachep, inode);
  203. return NULL;
  204. }
  205. return inode;
  206. }
  207. void free_inode_nonrcu(struct inode *inode)
  208. {
  209. kmem_cache_free(inode_cachep, inode);
  210. }
  211. EXPORT_SYMBOL(free_inode_nonrcu);
  212. void __destroy_inode(struct inode *inode)
  213. {
  214. BUG_ON(inode_has_buffers(inode));
  215. security_inode_free(inode);
  216. fsnotify_inode_delete(inode);
  217. if (!inode->i_nlink) {
  218. WARN_ON(atomic_long_read(&inode->i_sb->s_remove_count) == 0);
  219. atomic_long_dec(&inode->i_sb->s_remove_count);
  220. }
  221. #ifdef CONFIG_FS_POSIX_ACL
  222. if (inode->i_acl && inode->i_acl != ACL_NOT_CACHED)
  223. posix_acl_release(inode->i_acl);
  224. if (inode->i_default_acl && inode->i_default_acl != ACL_NOT_CACHED)
  225. posix_acl_release(inode->i_default_acl);
  226. #endif
  227. this_cpu_dec(nr_inodes);
  228. }
  229. EXPORT_SYMBOL(__destroy_inode);
  230. static void i_callback(struct rcu_head *head)
  231. {
  232. struct inode *inode = container_of(head, struct inode, i_rcu);
  233. kmem_cache_free(inode_cachep, inode);
  234. }
  235. static void destroy_inode(struct inode *inode)
  236. {
  237. BUG_ON(!list_empty(&inode->i_lru));
  238. __destroy_inode(inode);
  239. if (inode->i_sb->s_op->destroy_inode)
  240. inode->i_sb->s_op->destroy_inode(inode);
  241. else
  242. call_rcu(&inode->i_rcu, i_callback);
  243. }
  244. /**
  245. * drop_nlink - directly drop an inode's link count
  246. * @inode: inode
  247. *
  248. * This is a low-level filesystem helper to replace any
  249. * direct filesystem manipulation of i_nlink. In cases
  250. * where we are attempting to track writes to the
  251. * filesystem, a decrement to zero means an imminent
  252. * write when the file is truncated and actually unlinked
  253. * on the filesystem.
  254. */
  255. void drop_nlink(struct inode *inode)
  256. {
  257. WARN_ON(inode->i_nlink == 0);
  258. inode->__i_nlink--;
  259. if (!inode->i_nlink)
  260. atomic_long_inc(&inode->i_sb->s_remove_count);
  261. }
  262. EXPORT_SYMBOL(drop_nlink);
  263. /**
  264. * clear_nlink - directly zero an inode's link count
  265. * @inode: inode
  266. *
  267. * This is a low-level filesystem helper to replace any
  268. * direct filesystem manipulation of i_nlink. See
  269. * drop_nlink() for why we care about i_nlink hitting zero.
  270. */
  271. void clear_nlink(struct inode *inode)
  272. {
  273. if (inode->i_nlink) {
  274. inode->__i_nlink = 0;
  275. atomic_long_inc(&inode->i_sb->s_remove_count);
  276. }
  277. }
  278. EXPORT_SYMBOL(clear_nlink);
  279. /**
  280. * set_nlink - directly set an inode's link count
  281. * @inode: inode
  282. * @nlink: new nlink (should be non-zero)
  283. *
  284. * This is a low-level filesystem helper to replace any
  285. * direct filesystem manipulation of i_nlink.
  286. */
  287. void set_nlink(struct inode *inode, unsigned int nlink)
  288. {
  289. if (!nlink) {
  290. printk_ratelimited(KERN_INFO
  291. "set_nlink() clearing i_nlink on %s inode %li\n",
  292. inode->i_sb->s_type->name, inode->i_ino);
  293. clear_nlink(inode);
  294. } else {
  295. /* Yes, some filesystems do change nlink from zero to one */
  296. if (inode->i_nlink == 0)
  297. atomic_long_dec(&inode->i_sb->s_remove_count);
  298. inode->__i_nlink = nlink;
  299. }
  300. }
  301. EXPORT_SYMBOL(set_nlink);
  302. /**
  303. * inc_nlink - directly increment an inode's link count
  304. * @inode: inode
  305. *
  306. * This is a low-level filesystem helper to replace any
  307. * direct filesystem manipulation of i_nlink. Currently,
  308. * it is only here for parity with dec_nlink().
  309. */
  310. void inc_nlink(struct inode *inode)
  311. {
  312. if (WARN_ON(inode->i_nlink == 0))
  313. atomic_long_dec(&inode->i_sb->s_remove_count);
  314. inode->__i_nlink++;
  315. }
  316. EXPORT_SYMBOL(inc_nlink);
  317. void address_space_init_once(struct address_space *mapping)
  318. {
  319. memset(mapping, 0, sizeof(*mapping));
  320. INIT_RADIX_TREE(&mapping->page_tree, GFP_ATOMIC);
  321. spin_lock_init(&mapping->tree_lock);
  322. mutex_init(&mapping->i_mmap_mutex);
  323. INIT_LIST_HEAD(&mapping->private_list);
  324. spin_lock_init(&mapping->private_lock);
  325. INIT_RAW_PRIO_TREE_ROOT(&mapping->i_mmap);
  326. INIT_LIST_HEAD(&mapping->i_mmap_nonlinear);
  327. }
  328. EXPORT_SYMBOL(address_space_init_once);
  329. /*
  330. * These are initializations that only need to be done
  331. * once, because the fields are idempotent across use
  332. * of the inode, so let the slab aware of that.
  333. */
  334. void inode_init_once(struct inode *inode)
  335. {
  336. memset(inode, 0, sizeof(*inode));
  337. INIT_HLIST_NODE(&inode->i_hash);
  338. INIT_LIST_HEAD(&inode->i_devices);
  339. INIT_LIST_HEAD(&inode->i_wb_list);
  340. INIT_LIST_HEAD(&inode->i_lru);
  341. address_space_init_once(&inode->i_data);
  342. i_size_ordered_init(inode);
  343. #ifdef CONFIG_FSNOTIFY
  344. INIT_HLIST_HEAD(&inode->i_fsnotify_marks);
  345. #endif
  346. }
  347. EXPORT_SYMBOL(inode_init_once);
  348. static void init_once(void *foo)
  349. {
  350. struct inode *inode = (struct inode *) foo;
  351. inode_init_once(inode);
  352. }
  353. /*
  354. * inode->i_lock must be held
  355. */
  356. void __iget(struct inode *inode)
  357. {
  358. atomic_inc(&inode->i_count);
  359. }
  360. /*
  361. * get additional reference to inode; caller must already hold one.
  362. */
  363. void ihold(struct inode *inode)
  364. {
  365. WARN_ON(atomic_inc_return(&inode->i_count) < 2);
  366. }
  367. EXPORT_SYMBOL(ihold);
  368. static void inode_lru_list_add(struct inode *inode)
  369. {
  370. spin_lock(&inode->i_sb->s_inode_lru_lock);
  371. if (list_empty(&inode->i_lru)) {
  372. list_add(&inode->i_lru, &inode->i_sb->s_inode_lru);
  373. inode->i_sb->s_nr_inodes_unused++;
  374. this_cpu_inc(nr_unused);
  375. }
  376. spin_unlock(&inode->i_sb->s_inode_lru_lock);
  377. }
  378. static void inode_lru_list_del(struct inode *inode)
  379. {
  380. spin_lock(&inode->i_sb->s_inode_lru_lock);
  381. if (!list_empty(&inode->i_lru)) {
  382. list_del_init(&inode->i_lru);
  383. inode->i_sb->s_nr_inodes_unused--;
  384. this_cpu_dec(nr_unused);
  385. }
  386. spin_unlock(&inode->i_sb->s_inode_lru_lock);
  387. }
  388. /**
  389. * inode_sb_list_add - add inode to the superblock list of inodes
  390. * @inode: inode to add
  391. */
  392. void inode_sb_list_add(struct inode *inode)
  393. {
  394. spin_lock(&inode_sb_list_lock);
  395. list_add(&inode->i_sb_list, &inode->i_sb->s_inodes);
  396. spin_unlock(&inode_sb_list_lock);
  397. }
  398. EXPORT_SYMBOL_GPL(inode_sb_list_add);
  399. static inline void inode_sb_list_del(struct inode *inode)
  400. {
  401. if (!list_empty(&inode->i_sb_list)) {
  402. spin_lock(&inode_sb_list_lock);
  403. list_del_init(&inode->i_sb_list);
  404. spin_unlock(&inode_sb_list_lock);
  405. }
  406. }
  407. static unsigned long hash(struct super_block *sb, unsigned long hashval)
  408. {
  409. unsigned long tmp;
  410. tmp = (hashval * (unsigned long)sb) ^ (GOLDEN_RATIO_PRIME + hashval) /
  411. L1_CACHE_BYTES;
  412. tmp = tmp ^ ((tmp ^ GOLDEN_RATIO_PRIME) >> i_hash_shift);
  413. return tmp & i_hash_mask;
  414. }
  415. /**
  416. * __insert_inode_hash - hash an inode
  417. * @inode: unhashed inode
  418. * @hashval: unsigned long value used to locate this object in the
  419. * inode_hashtable.
  420. *
  421. * Add an inode to the inode hash for this superblock.
  422. */
  423. void __insert_inode_hash(struct inode *inode, unsigned long hashval)
  424. {
  425. struct hlist_head *b = inode_hashtable + hash(inode->i_sb, hashval);
  426. spin_lock(&inode_hash_lock);
  427. spin_lock(&inode->i_lock);
  428. hlist_add_head(&inode->i_hash, b);
  429. spin_unlock(&inode->i_lock);
  430. spin_unlock(&inode_hash_lock);
  431. }
  432. EXPORT_SYMBOL(__insert_inode_hash);
  433. /**
  434. * __remove_inode_hash - remove an inode from the hash
  435. * @inode: inode to unhash
  436. *
  437. * Remove an inode from the superblock.
  438. */
  439. void __remove_inode_hash(struct inode *inode)
  440. {
  441. spin_lock(&inode_hash_lock);
  442. spin_lock(&inode->i_lock);
  443. hlist_del_init(&inode->i_hash);
  444. spin_unlock(&inode->i_lock);
  445. spin_unlock(&inode_hash_lock);
  446. }
  447. EXPORT_SYMBOL(__remove_inode_hash);
  448. void end_writeback(struct inode *inode)
  449. {
  450. might_sleep();
  451. /*
  452. * We have to cycle tree_lock here because reclaim can be still in the
  453. * process of removing the last page (in __delete_from_page_cache())
  454. * and we must not free mapping under it.
  455. */
  456. spin_lock_irq(&inode->i_data.tree_lock);
  457. BUG_ON(inode->i_data.nrpages);
  458. spin_unlock_irq(&inode->i_data.tree_lock);
  459. BUG_ON(!list_empty(&inode->i_data.private_list));
  460. BUG_ON(!(inode->i_state & I_FREEING));
  461. BUG_ON(inode->i_state & I_CLEAR);
  462. inode_sync_wait(inode);
  463. /* don't need i_lock here, no concurrent mods to i_state */
  464. inode->i_state = I_FREEING | I_CLEAR;
  465. }
  466. EXPORT_SYMBOL(end_writeback);
  467. /*
  468. * Free the inode passed in, removing it from the lists it is still connected
  469. * to. We remove any pages still attached to the inode and wait for any IO that
  470. * is still in progress before finally destroying the inode.
  471. *
  472. * An inode must already be marked I_FREEING so that we avoid the inode being
  473. * moved back onto lists if we race with other code that manipulates the lists
  474. * (e.g. writeback_single_inode). The caller is responsible for setting this.
  475. *
  476. * An inode must already be removed from the LRU list before being evicted from
  477. * the cache. This should occur atomically with setting the I_FREEING state
  478. * flag, so no inodes here should ever be on the LRU when being evicted.
  479. */
  480. static void evict(struct inode *inode)
  481. {
  482. const struct super_operations *op = inode->i_sb->s_op;
  483. BUG_ON(!(inode->i_state & I_FREEING));
  484. BUG_ON(!list_empty(&inode->i_lru));
  485. if (!list_empty(&inode->i_wb_list))
  486. inode_wb_list_del(inode);
  487. inode_sb_list_del(inode);
  488. if (op->evict_inode) {
  489. op->evict_inode(inode);
  490. } else {
  491. if (inode->i_data.nrpages)
  492. truncate_inode_pages(&inode->i_data, 0);
  493. end_writeback(inode);
  494. }
  495. if (S_ISBLK(inode->i_mode) && inode->i_bdev)
  496. bd_forget(inode);
  497. if (S_ISCHR(inode->i_mode) && inode->i_cdev)
  498. cd_forget(inode);
  499. remove_inode_hash(inode);
  500. spin_lock(&inode->i_lock);
  501. wake_up_bit(&inode->i_state, __I_NEW);
  502. BUG_ON(inode->i_state != (I_FREEING | I_CLEAR));
  503. spin_unlock(&inode->i_lock);
  504. destroy_inode(inode);
  505. }
  506. /*
  507. * dispose_list - dispose of the contents of a local list
  508. * @head: the head of the list to free
  509. *
  510. * Dispose-list gets a local list with local inodes in it, so it doesn't
  511. * need to worry about list corruption and SMP locks.
  512. */
  513. static void dispose_list(struct list_head *head)
  514. {
  515. while (!list_empty(head)) {
  516. struct inode *inode;
  517. inode = list_first_entry(head, struct inode, i_lru);
  518. list_del_init(&inode->i_lru);
  519. evict(inode);
  520. }
  521. }
  522. /**
  523. * evict_inodes - evict all evictable inodes for a superblock
  524. * @sb: superblock to operate on
  525. *
  526. * Make sure that no inodes with zero refcount are retained. This is
  527. * called by superblock shutdown after having MS_ACTIVE flag removed,
  528. * so any inode reaching zero refcount during or after that call will
  529. * be immediately evicted.
  530. */
  531. void evict_inodes(struct super_block *sb)
  532. {
  533. struct inode *inode, *next;
  534. LIST_HEAD(dispose);
  535. spin_lock(&inode_sb_list_lock);
  536. list_for_each_entry_safe(inode, next, &sb->s_inodes, i_sb_list) {
  537. if (atomic_read(&inode->i_count))
  538. continue;
  539. spin_lock(&inode->i_lock);
  540. if (inode->i_state & (I_NEW | I_FREEING | I_WILL_FREE)) {
  541. spin_unlock(&inode->i_lock);
  542. continue;
  543. }
  544. inode->i_state |= I_FREEING;
  545. inode_lru_list_del(inode);
  546. spin_unlock(&inode->i_lock);
  547. list_add(&inode->i_lru, &dispose);
  548. }
  549. spin_unlock(&inode_sb_list_lock);
  550. dispose_list(&dispose);
  551. }
  552. /**
  553. * invalidate_inodes - attempt to free all inodes on a superblock
  554. * @sb: superblock to operate on
  555. * @kill_dirty: flag to guide handling of dirty inodes
  556. *
  557. * Attempts to free all inodes for a given superblock. If there were any
  558. * busy inodes return a non-zero value, else zero.
  559. * If @kill_dirty is set, discard dirty inodes too, otherwise treat
  560. * them as busy.
  561. */
  562. int invalidate_inodes(struct super_block *sb, bool kill_dirty)
  563. {
  564. int busy = 0;
  565. struct inode *inode, *next;
  566. LIST_HEAD(dispose);
  567. spin_lock(&inode_sb_list_lock);
  568. list_for_each_entry_safe(inode, next, &sb->s_inodes, i_sb_list) {
  569. spin_lock(&inode->i_lock);
  570. if (inode->i_state & (I_NEW | I_FREEING | I_WILL_FREE)) {
  571. spin_unlock(&inode->i_lock);
  572. continue;
  573. }
  574. if (inode->i_state & I_DIRTY && !kill_dirty) {
  575. spin_unlock(&inode->i_lock);
  576. busy = 1;
  577. continue;
  578. }
  579. if (atomic_read(&inode->i_count)) {
  580. spin_unlock(&inode->i_lock);
  581. busy = 1;
  582. continue;
  583. }
  584. inode->i_state |= I_FREEING;
  585. inode_lru_list_del(inode);
  586. spin_unlock(&inode->i_lock);
  587. list_add(&inode->i_lru, &dispose);
  588. }
  589. spin_unlock(&inode_sb_list_lock);
  590. dispose_list(&dispose);
  591. return busy;
  592. }
  593. static int can_unuse(struct inode *inode)
  594. {
  595. if (inode->i_state & ~I_REFERENCED)
  596. return 0;
  597. if (inode_has_buffers(inode))
  598. return 0;
  599. if (atomic_read(&inode->i_count))
  600. return 0;
  601. if (inode->i_data.nrpages)
  602. return 0;
  603. return 1;
  604. }
  605. /*
  606. * Walk the superblock inode LRU for freeable inodes and attempt to free them.
  607. * This is called from the superblock shrinker function with a number of inodes
  608. * to trim from the LRU. Inodes to be freed are moved to a temporary list and
  609. * then are freed outside inode_lock by dispose_list().
  610. *
  611. * Any inodes which are pinned purely because of attached pagecache have their
  612. * pagecache removed. If the inode has metadata buffers attached to
  613. * mapping->private_list then try to remove them.
  614. *
  615. * If the inode has the I_REFERENCED flag set, then it means that it has been
  616. * used recently - the flag is set in iput_final(). When we encounter such an
  617. * inode, clear the flag and move it to the back of the LRU so it gets another
  618. * pass through the LRU before it gets reclaimed. This is necessary because of
  619. * the fact we are doing lazy LRU updates to minimise lock contention so the
  620. * LRU does not have strict ordering. Hence we don't want to reclaim inodes
  621. * with this flag set because they are the inodes that are out of order.
  622. */
  623. void prune_icache_sb(struct super_block *sb, int nr_to_scan)
  624. {
  625. LIST_HEAD(freeable);
  626. int nr_scanned;
  627. unsigned long reap = 0;
  628. spin_lock(&sb->s_inode_lru_lock);
  629. for (nr_scanned = nr_to_scan; nr_scanned >= 0; nr_scanned--) {
  630. struct inode *inode;
  631. if (list_empty(&sb->s_inode_lru))
  632. break;
  633. inode = list_entry(sb->s_inode_lru.prev, struct inode, i_lru);
  634. /*
  635. * we are inverting the sb->s_inode_lru_lock/inode->i_lock here,
  636. * so use a trylock. If we fail to get the lock, just move the
  637. * inode to the back of the list so we don't spin on it.
  638. */
  639. if (!spin_trylock(&inode->i_lock)) {
  640. list_move_tail(&inode->i_lru, &sb->s_inode_lru);
  641. continue;
  642. }
  643. /*
  644. * Referenced or dirty inodes are still in use. Give them
  645. * another pass through the LRU as we canot reclaim them now.
  646. */
  647. if (atomic_read(&inode->i_count) ||
  648. (inode->i_state & ~I_REFERENCED)) {
  649. list_del_init(&inode->i_lru);
  650. spin_unlock(&inode->i_lock);
  651. sb->s_nr_inodes_unused--;
  652. this_cpu_dec(nr_unused);
  653. continue;
  654. }
  655. /* recently referenced inodes get one more pass */
  656. if (inode->i_state & I_REFERENCED) {
  657. inode->i_state &= ~I_REFERENCED;
  658. list_move(&inode->i_lru, &sb->s_inode_lru);
  659. spin_unlock(&inode->i_lock);
  660. continue;
  661. }
  662. if (inode_has_buffers(inode) || inode->i_data.nrpages) {
  663. __iget(inode);
  664. spin_unlock(&inode->i_lock);
  665. spin_unlock(&sb->s_inode_lru_lock);
  666. if (remove_inode_buffers(inode))
  667. reap += invalidate_mapping_pages(&inode->i_data,
  668. 0, -1);
  669. iput(inode);
  670. spin_lock(&sb->s_inode_lru_lock);
  671. if (inode != list_entry(sb->s_inode_lru.next,
  672. struct inode, i_lru))
  673. continue; /* wrong inode or list_empty */
  674. /* avoid lock inversions with trylock */
  675. if (!spin_trylock(&inode->i_lock))
  676. continue;
  677. if (!can_unuse(inode)) {
  678. spin_unlock(&inode->i_lock);
  679. continue;
  680. }
  681. }
  682. WARN_ON(inode->i_state & I_NEW);
  683. inode->i_state |= I_FREEING;
  684. spin_unlock(&inode->i_lock);
  685. list_move(&inode->i_lru, &freeable);
  686. sb->s_nr_inodes_unused--;
  687. this_cpu_dec(nr_unused);
  688. }
  689. if (current_is_kswapd())
  690. __count_vm_events(KSWAPD_INODESTEAL, reap);
  691. else
  692. __count_vm_events(PGINODESTEAL, reap);
  693. spin_unlock(&sb->s_inode_lru_lock);
  694. dispose_list(&freeable);
  695. }
  696. static void __wait_on_freeing_inode(struct inode *inode);
  697. /*
  698. * Called with the inode lock held.
  699. */
  700. static struct inode *find_inode(struct super_block *sb,
  701. struct hlist_head *head,
  702. int (*test)(struct inode *, void *),
  703. void *data)
  704. {
  705. struct hlist_node *node;
  706. struct inode *inode = NULL;
  707. repeat:
  708. hlist_for_each_entry(inode, node, head, i_hash) {
  709. spin_lock(&inode->i_lock);
  710. if (inode->i_sb != sb) {
  711. spin_unlock(&inode->i_lock);
  712. continue;
  713. }
  714. if (!test(inode, data)) {
  715. spin_unlock(&inode->i_lock);
  716. continue;
  717. }
  718. if (inode->i_state & (I_FREEING|I_WILL_FREE)) {
  719. __wait_on_freeing_inode(inode);
  720. goto repeat;
  721. }
  722. __iget(inode);
  723. spin_unlock(&inode->i_lock);
  724. return inode;
  725. }
  726. return NULL;
  727. }
  728. /*
  729. * find_inode_fast is the fast path version of find_inode, see the comment at
  730. * iget_locked for details.
  731. */
  732. static struct inode *find_inode_fast(struct super_block *sb,
  733. struct hlist_head *head, unsigned long ino)
  734. {
  735. struct hlist_node *node;
  736. struct inode *inode = NULL;
  737. repeat:
  738. hlist_for_each_entry(inode, node, head, i_hash) {
  739. spin_lock(&inode->i_lock);
  740. if (inode->i_ino != ino) {
  741. spin_unlock(&inode->i_lock);
  742. continue;
  743. }
  744. if (inode->i_sb != sb) {
  745. spin_unlock(&inode->i_lock);
  746. continue;
  747. }
  748. if (inode->i_state & (I_FREEING|I_WILL_FREE)) {
  749. __wait_on_freeing_inode(inode);
  750. goto repeat;
  751. }
  752. __iget(inode);
  753. spin_unlock(&inode->i_lock);
  754. return inode;
  755. }
  756. return NULL;
  757. }
  758. /*
  759. * Each cpu owns a range of LAST_INO_BATCH numbers.
  760. * 'shared_last_ino' is dirtied only once out of LAST_INO_BATCH allocations,
  761. * to renew the exhausted range.
  762. *
  763. * This does not significantly increase overflow rate because every CPU can
  764. * consume at most LAST_INO_BATCH-1 unused inode numbers. So there is
  765. * NR_CPUS*(LAST_INO_BATCH-1) wastage. At 4096 and 1024, this is ~0.1% of the
  766. * 2^32 range, and is a worst-case. Even a 50% wastage would only increase
  767. * overflow rate by 2x, which does not seem too significant.
  768. *
  769. * On a 32bit, non LFS stat() call, glibc will generate an EOVERFLOW
  770. * error if st_ino won't fit in target struct field. Use 32bit counter
  771. * here to attempt to avoid that.
  772. */
  773. #define LAST_INO_BATCH 1024
  774. static DEFINE_PER_CPU(unsigned int, last_ino);
  775. unsigned int get_next_ino(void)
  776. {
  777. unsigned int *p = &get_cpu_var(last_ino);
  778. unsigned int res = *p;
  779. #ifdef CONFIG_SMP
  780. if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
  781. static atomic_t shared_last_ino;
  782. int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino);
  783. res = next - LAST_INO_BATCH;
  784. }
  785. #endif
  786. *p = ++res;
  787. put_cpu_var(last_ino);
  788. return res;
  789. }
  790. EXPORT_SYMBOL(get_next_ino);
  791. /**
  792. * new_inode_pseudo - obtain an inode
  793. * @sb: superblock
  794. *
  795. * Allocates a new inode for given superblock.
  796. * Inode wont be chained in superblock s_inodes list
  797. * This means :
  798. * - fs can't be unmount
  799. * - quotas, fsnotify, writeback can't work
  800. */
  801. struct inode *new_inode_pseudo(struct super_block *sb)
  802. {
  803. struct inode *inode = alloc_inode(sb);
  804. if (inode) {
  805. spin_lock(&inode->i_lock);
  806. inode->i_state = 0;
  807. spin_unlock(&inode->i_lock);
  808. INIT_LIST_HEAD(&inode->i_sb_list);
  809. }
  810. return inode;
  811. }
  812. /**
  813. * new_inode - obtain an inode
  814. * @sb: superblock
  815. *
  816. * Allocates a new inode for given superblock. The default gfp_mask
  817. * for allocations related to inode->i_mapping is GFP_HIGHUSER_MOVABLE.
  818. * If HIGHMEM pages are unsuitable or it is known that pages allocated
  819. * for the page cache are not reclaimable or migratable,
  820. * mapping_set_gfp_mask() must be called with suitable flags on the
  821. * newly created inode's mapping
  822. *
  823. */
  824. struct inode *new_inode(struct super_block *sb)
  825. {
  826. struct inode *inode;
  827. spin_lock_prefetch(&inode_sb_list_lock);
  828. inode = new_inode_pseudo(sb);
  829. if (inode)
  830. inode_sb_list_add(inode);
  831. return inode;
  832. }
  833. EXPORT_SYMBOL(new_inode);
  834. #ifdef CONFIG_DEBUG_LOCK_ALLOC
  835. void lockdep_annotate_inode_mutex_key(struct inode *inode)
  836. {
  837. if (S_ISDIR(inode->i_mode)) {
  838. struct file_system_type *type = inode->i_sb->s_type;
  839. /* Set new key only if filesystem hasn't already changed it */
  840. if (!lockdep_match_class(&inode->i_mutex,
  841. &type->i_mutex_key)) {
  842. /*
  843. * ensure nobody is actually holding i_mutex
  844. */
  845. mutex_destroy(&inode->i_mutex);
  846. mutex_init(&inode->i_mutex);
  847. lockdep_set_class(&inode->i_mutex,
  848. &type->i_mutex_dir_key);
  849. }
  850. }
  851. }
  852. EXPORT_SYMBOL(lockdep_annotate_inode_mutex_key);
  853. #endif
  854. /**
  855. * unlock_new_inode - clear the I_NEW state and wake up any waiters
  856. * @inode: new inode to unlock
  857. *
  858. * Called when the inode is fully initialised to clear the new state of the
  859. * inode and wake up anyone waiting for the inode to finish initialisation.
  860. */
  861. void unlock_new_inode(struct inode *inode)
  862. {
  863. lockdep_annotate_inode_mutex_key(inode);
  864. spin_lock(&inode->i_lock);
  865. WARN_ON(!(inode->i_state & I_NEW));
  866. inode->i_state &= ~I_NEW;
  867. wake_up_bit(&inode->i_state, __I_NEW);
  868. spin_unlock(&inode->i_lock);
  869. }
  870. EXPORT_SYMBOL(unlock_new_inode);
  871. /**
  872. * iget5_locked - obtain an inode from a mounted file system
  873. * @sb: super block of file system
  874. * @hashval: hash value (usually inode number) to get
  875. * @test: callback used for comparisons between inodes
  876. * @set: callback used to initialize a new struct inode
  877. * @data: opaque data pointer to pass to @test and @set
  878. *
  879. * Search for the inode specified by @hashval and @data in the inode cache,
  880. * and if present it is return it with an increased reference count. This is
  881. * a generalized version of iget_locked() for file systems where the inode
  882. * number is not sufficient for unique identification of an inode.
  883. *
  884. * If the inode is not in cache, allocate a new inode and return it locked,
  885. * hashed, and with the I_NEW flag set. The file system gets to fill it in
  886. * before unlocking it via unlock_new_inode().
  887. *
  888. * Note both @test and @set are called with the inode_hash_lock held, so can't
  889. * sleep.
  890. */
  891. struct inode *iget5_locked(struct super_block *sb, unsigned long hashval,
  892. int (*test)(struct inode *, void *),
  893. int (*set)(struct inode *, void *), void *data)
  894. {
  895. struct hlist_head *head = inode_hashtable + hash(sb, hashval);
  896. struct inode *inode;
  897. spin_lock(&inode_hash_lock);
  898. inode = find_inode(sb, head, test, data);
  899. spin_unlock(&inode_hash_lock);
  900. if (inode) {
  901. wait_on_inode(inode);
  902. return inode;
  903. }
  904. inode = alloc_inode(sb);
  905. if (inode) {
  906. struct inode *old;
  907. spin_lock(&inode_hash_lock);
  908. /* We released the lock, so.. */
  909. old = find_inode(sb, head, test, data);
  910. if (!old) {
  911. if (set(inode, data))
  912. goto set_failed;
  913. spin_lock(&inode->i_lock);
  914. inode->i_state = I_NEW;
  915. hlist_add_head(&inode->i_hash, head);
  916. spin_unlock(&inode->i_lock);
  917. inode_sb_list_add(inode);
  918. spin_unlock(&inode_hash_lock);
  919. /* Return the locked inode with I_NEW set, the
  920. * caller is responsible for filling in the contents
  921. */
  922. return inode;
  923. }
  924. /*
  925. * Uhhuh, somebody else created the same inode under
  926. * us. Use the old inode instead of the one we just
  927. * allocated.
  928. */
  929. spin_unlock(&inode_hash_lock);
  930. destroy_inode(inode);
  931. inode = old;
  932. wait_on_inode(inode);
  933. }
  934. return inode;
  935. set_failed:
  936. spin_unlock(&inode_hash_lock);
  937. destroy_inode(inode);
  938. return NULL;
  939. }
  940. EXPORT_SYMBOL(iget5_locked);
  941. /**
  942. * iget_locked - obtain an inode from a mounted file system
  943. * @sb: super block of file system
  944. * @ino: inode number to get
  945. *
  946. * Search for the inode specified by @ino in the inode cache and if present
  947. * return it with an increased reference count. This is for file systems
  948. * where the inode number is sufficient for unique identification of an inode.
  949. *
  950. * If the inode is not in cache, allocate a new inode and return it locked,
  951. * hashed, and with the I_NEW flag set. The file system gets to fill it in
  952. * before unlocking it via unlock_new_inode().
  953. */
  954. struct inode *iget_locked(struct super_block *sb, unsigned long ino)
  955. {
  956. struct hlist_head *head = inode_hashtable + hash(sb, ino);
  957. struct inode *inode;
  958. spin_lock(&inode_hash_lock);
  959. inode = find_inode_fast(sb, head, ino);
  960. spin_unlock(&inode_hash_lock);
  961. if (inode) {
  962. wait_on_inode(inode);
  963. return inode;
  964. }
  965. inode = alloc_inode(sb);
  966. if (inode) {
  967. struct inode *old;
  968. spin_lock(&inode_hash_lock);
  969. /* We released the lock, so.. */
  970. old = find_inode_fast(sb, head, ino);
  971. if (!old) {
  972. inode->i_ino = ino;
  973. spin_lock(&inode->i_lock);
  974. inode->i_state = I_NEW;
  975. hlist_add_head(&inode->i_hash, head);
  976. spin_unlock(&inode->i_lock);
  977. inode_sb_list_add(inode);
  978. spin_unlock(&inode_hash_lock);
  979. /* Return the locked inode with I_NEW set, the
  980. * caller is responsible for filling in the contents
  981. */
  982. return inode;
  983. }
  984. /*
  985. * Uhhuh, somebody else created the same inode under
  986. * us. Use the old inode instead of the one we just
  987. * allocated.
  988. */
  989. spin_unlock(&inode_hash_lock);
  990. destroy_inode(inode);
  991. inode = old;
  992. wait_on_inode(inode);
  993. }
  994. return inode;
  995. }
  996. EXPORT_SYMBOL(iget_locked);
  997. /*
  998. * search the inode cache for a matching inode number.
  999. * If we find one, then the inode number we are trying to
  1000. * allocate is not unique and so we should not use it.
  1001. *
  1002. * Returns 1 if the inode number is unique, 0 if it is not.
  1003. */
  1004. static int test_inode_iunique(struct super_block *sb, unsigned long ino)
  1005. {
  1006. struct hlist_head *b = inode_hashtable + hash(sb, ino);
  1007. struct hlist_node *node;
  1008. struct inode *inode;
  1009. spin_lock(&inode_hash_lock);
  1010. hlist_for_each_entry(inode, node, b, i_hash) {
  1011. if (inode->i_ino == ino && inode->i_sb == sb) {
  1012. spin_unlock(&inode_hash_lock);
  1013. return 0;
  1014. }
  1015. }
  1016. spin_unlock(&inode_hash_lock);
  1017. return 1;
  1018. }
  1019. /**
  1020. * iunique - get a unique inode number
  1021. * @sb: superblock
  1022. * @max_reserved: highest reserved inode number
  1023. *
  1024. * Obtain an inode number that is unique on the system for a given
  1025. * superblock. This is used by file systems that have no natural
  1026. * permanent inode numbering system. An inode number is returned that
  1027. * is higher than the reserved limit but unique.
  1028. *
  1029. * BUGS:
  1030. * With a large number of inodes live on the file system this function
  1031. * currently becomes quite slow.
  1032. */
  1033. ino_t iunique(struct super_block *sb, ino_t max_reserved)
  1034. {
  1035. /*
  1036. * On a 32bit, non LFS stat() call, glibc will generate an EOVERFLOW
  1037. * error if st_ino won't fit in target struct field. Use 32bit counter
  1038. * here to attempt to avoid that.
  1039. */
  1040. static DEFINE_SPINLOCK(iunique_lock);
  1041. static unsigned int counter;
  1042. ino_t res;
  1043. spin_lock(&iunique_lock);
  1044. do {
  1045. if (counter <= max_reserved)
  1046. counter = max_reserved + 1;
  1047. res = counter++;
  1048. } while (!test_inode_iunique(sb, res));
  1049. spin_unlock(&iunique_lock);
  1050. return res;
  1051. }
  1052. EXPORT_SYMBOL(iunique);
  1053. struct inode *igrab(struct inode *inode)
  1054. {
  1055. spin_lock(&inode->i_lock);
  1056. if (!(inode->i_state & (I_FREEING|I_WILL_FREE))) {
  1057. __iget(inode);
  1058. spin_unlock(&inode->i_lock);
  1059. } else {
  1060. spin_unlock(&inode->i_lock);
  1061. /*
  1062. * Handle the case where s_op->clear_inode is not been
  1063. * called yet, and somebody is calling igrab
  1064. * while the inode is getting freed.
  1065. */
  1066. inode = NULL;
  1067. }
  1068. return inode;
  1069. }
  1070. EXPORT_SYMBOL(igrab);
  1071. /**
  1072. * ilookup5_nowait - search for an inode in the inode cache
  1073. * @sb: super block of file system to search
  1074. * @hashval: hash value (usually inode number) to search for
  1075. * @test: callback used for comparisons between inodes
  1076. * @data: opaque data pointer to pass to @test
  1077. *
  1078. * Search for the inode specified by @hashval and @data in the inode cache.
  1079. * If the inode is in the cache, the inode is returned with an incremented
  1080. * reference count.
  1081. *
  1082. * Note: I_NEW is not waited upon so you have to be very careful what you do
  1083. * with the returned inode. You probably should be using ilookup5() instead.
  1084. *
  1085. * Note2: @test is called with the inode_hash_lock held, so can't sleep.
  1086. */
  1087. struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval,
  1088. int (*test)(struct inode *, void *), void *data)
  1089. {
  1090. struct hlist_head *head = inode_hashtable + hash(sb, hashval);
  1091. struct inode *inode;
  1092. spin_lock(&inode_hash_lock);
  1093. inode = find_inode(sb, head, test, data);
  1094. spin_unlock(&inode_hash_lock);
  1095. return inode;
  1096. }
  1097. EXPORT_SYMBOL(ilookup5_nowait);
  1098. /**
  1099. * ilookup5 - search for an inode in the inode cache
  1100. * @sb: super block of file system to search
  1101. * @hashval: hash value (usually inode number) to search for
  1102. * @test: callback used for comparisons between inodes
  1103. * @data: opaque data pointer to pass to @test
  1104. *
  1105. * Search for the inode specified by @hashval and @data in the inode cache,
  1106. * and if the inode is in the cache, return the inode with an incremented
  1107. * reference count. Waits on I_NEW before returning the inode.
  1108. * returned with an incremented reference count.
  1109. *
  1110. * This is a generalized version of ilookup() for file systems where the
  1111. * inode number is not sufficient for unique identification of an inode.
  1112. *
  1113. * Note: @test is called with the inode_hash_lock held, so can't sleep.
  1114. */
  1115. struct inode *ilookup5(struct super_block *sb, unsigned long hashval,
  1116. int (*test)(struct inode *, void *), void *data)
  1117. {
  1118. struct inode *inode = ilookup5_nowait(sb, hashval, test, data);
  1119. if (inode)
  1120. wait_on_inode(inode);
  1121. return inode;
  1122. }
  1123. EXPORT_SYMBOL(ilookup5);
  1124. /**
  1125. * ilookup - search for an inode in the inode cache
  1126. * @sb: super block of file system to search
  1127. * @ino: inode number to search for
  1128. *
  1129. * Search for the inode @ino in the inode cache, and if the inode is in the
  1130. * cache, the inode is returned with an incremented reference count.
  1131. */
  1132. struct inode *ilookup(struct super_block *sb, unsigned long ino)
  1133. {
  1134. struct hlist_head *head = inode_hashtable + hash(sb, ino);
  1135. struct inode *inode;
  1136. spin_lock(&inode_hash_lock);
  1137. inode = find_inode_fast(sb, head, ino);
  1138. spin_unlock(&inode_hash_lock);
  1139. if (inode)
  1140. wait_on_inode(inode);
  1141. return inode;
  1142. }
  1143. EXPORT_SYMBOL(ilookup);
  1144. int insert_inode_locked(struct inode *inode)
  1145. {
  1146. struct super_block *sb = inode->i_sb;
  1147. ino_t ino = inode->i_ino;
  1148. struct hlist_head *head = inode_hashtable + hash(sb, ino);
  1149. while (1) {
  1150. struct hlist_node *node;
  1151. struct inode *old = NULL;
  1152. spin_lock(&inode_hash_lock);
  1153. hlist_for_each_entry(old, node, head, i_hash) {
  1154. if (old->i_ino != ino)
  1155. continue;
  1156. if (old->i_sb != sb)
  1157. continue;
  1158. spin_lock(&old->i_lock);
  1159. if (old->i_state & (I_FREEING|I_WILL_FREE)) {
  1160. spin_unlock(&old->i_lock);
  1161. continue;
  1162. }
  1163. break;
  1164. }
  1165. if (likely(!node)) {
  1166. spin_lock(&inode->i_lock);
  1167. inode->i_state |= I_NEW;
  1168. hlist_add_head(&inode->i_hash, head);
  1169. spin_unlock(&inode->i_lock);
  1170. spin_unlock(&inode_hash_lock);
  1171. return 0;
  1172. }
  1173. __iget(old);
  1174. spin_unlock(&old->i_lock);
  1175. spin_unlock(&inode_hash_lock);
  1176. wait_on_inode(old);
  1177. if (unlikely(!inode_unhashed(old))) {
  1178. iput(old);
  1179. return -EBUSY;
  1180. }
  1181. iput(old);
  1182. }
  1183. }
  1184. EXPORT_SYMBOL(insert_inode_locked);
  1185. int insert_inode_locked4(struct inode *inode, unsigned long hashval,
  1186. int (*test)(struct inode *, void *), void *data)
  1187. {
  1188. struct super_block *sb = inode->i_sb;
  1189. struct hlist_head *head = inode_hashtable + hash(sb, hashval);
  1190. while (1) {
  1191. struct hlist_node *node;
  1192. struct inode *old = NULL;
  1193. spin_lock(&inode_hash_lock);
  1194. hlist_for_each_entry(old, node, head, i_hash) {
  1195. if (old->i_sb != sb)
  1196. continue;
  1197. if (!test(old, data))
  1198. continue;
  1199. spin_lock(&old->i_lock);
  1200. if (old->i_state & (I_FREEING|I_WILL_FREE)) {
  1201. spin_unlock(&old->i_lock);
  1202. continue;
  1203. }
  1204. break;
  1205. }
  1206. if (likely(!node)) {
  1207. spin_lock(&inode->i_lock);
  1208. inode->i_state |= I_NEW;
  1209. hlist_add_head(&inode->i_hash, head);
  1210. spin_unlock(&inode->i_lock);
  1211. spin_unlock(&inode_hash_lock);
  1212. return 0;
  1213. }
  1214. __iget(old);
  1215. spin_unlock(&old->i_lock);
  1216. spin_unlock(&inode_hash_lock);
  1217. wait_on_inode(old);
  1218. if (unlikely(!inode_unhashed(old))) {
  1219. iput(old);
  1220. return -EBUSY;
  1221. }
  1222. iput(old);
  1223. }
  1224. }
  1225. EXPORT_SYMBOL(insert_inode_locked4);
  1226. int generic_delete_inode(struct inode *inode)
  1227. {
  1228. return 1;
  1229. }
  1230. EXPORT_SYMBOL(generic_delete_inode);
  1231. /*
  1232. * Normal UNIX filesystem behaviour: delete the
  1233. * inode when the usage count drops to zero, and
  1234. * i_nlink is zero.
  1235. */
  1236. int generic_drop_inode(struct inode *inode)
  1237. {
  1238. return !inode->i_nlink || inode_unhashed(inode);
  1239. }
  1240. EXPORT_SYMBOL_GPL(generic_drop_inode);
  1241. /*
  1242. * Called when we're dropping the last reference
  1243. * to an inode.
  1244. *
  1245. * Call the FS "drop_inode()" function, defaulting to
  1246. * the legacy UNIX filesystem behaviour. If it tells
  1247. * us to evict inode, do so. Otherwise, retain inode
  1248. * in cache if fs is alive, sync and evict if fs is
  1249. * shutting down.
  1250. */
  1251. static void iput_final(struct inode *inode)
  1252. {
  1253. struct super_block *sb = inode->i_sb;
  1254. const struct super_operations *op = inode->i_sb->s_op;
  1255. int drop;
  1256. WARN_ON(inode->i_state & I_NEW);
  1257. if (op->drop_inode)
  1258. drop = op->drop_inode(inode);
  1259. else
  1260. drop = generic_drop_inode(inode);
  1261. if (!drop && (sb->s_flags & MS_ACTIVE)) {
  1262. inode->i_state |= I_REFERENCED;
  1263. if (!(inode->i_state & (I_DIRTY|I_SYNC)))
  1264. inode_lru_list_add(inode);
  1265. spin_unlock(&inode->i_lock);
  1266. return;
  1267. }
  1268. if (!drop) {
  1269. inode->i_state |= I_WILL_FREE;
  1270. spin_unlock(&inode->i_lock);
  1271. write_inode_now(inode, 1);
  1272. spin_lock(&inode->i_lock);
  1273. WARN_ON(inode->i_state & I_NEW);
  1274. inode->i_state &= ~I_WILL_FREE;
  1275. }
  1276. inode->i_state |= I_FREEING;
  1277. if (!list_empty(&inode->i_lru))
  1278. inode_lru_list_del(inode);
  1279. spin_unlock(&inode->i_lock);
  1280. evict(inode);
  1281. }
  1282. /**
  1283. * iput - put an inode
  1284. * @inode: inode to put
  1285. *
  1286. * Puts an inode, dropping its usage count. If the inode use count hits
  1287. * zero, the inode is then freed and may also be destroyed.
  1288. *
  1289. * Consequently, iput() can sleep.
  1290. */
  1291. void iput(struct inode *inode)
  1292. {
  1293. if (inode) {
  1294. BUG_ON(inode->i_state & I_CLEAR);
  1295. if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock))
  1296. iput_final(inode);
  1297. }
  1298. }
  1299. EXPORT_SYMBOL(iput);
  1300. /**
  1301. * bmap - find a block number in a file
  1302. * @inode: inode of file
  1303. * @block: block to find
  1304. *
  1305. * Returns the block number on the device holding the inode that
  1306. * is the disk block number for the block of the file requested.
  1307. * That is, asked for block 4 of inode 1 the function will return the
  1308. * disk block relative to the disk start that holds that block of the
  1309. * file.
  1310. */
  1311. sector_t bmap(struct inode *inode, sector_t block)
  1312. {
  1313. sector_t res = 0;
  1314. if (inode->i_mapping->a_ops->bmap)
  1315. res = inode->i_mapping->a_ops->bmap(inode->i_mapping, block);
  1316. return res;
  1317. }
  1318. EXPORT_SYMBOL(bmap);
  1319. /*
  1320. * With relative atime, only update atime if the previous atime is
  1321. * earlier than either the ctime or mtime or if at least a day has
  1322. * passed since the last atime update.
  1323. */
  1324. static int relatime_need_update(struct vfsmount *mnt, struct inode *inode,
  1325. struct timespec now)
  1326. {
  1327. if (!(mnt->mnt_flags & MNT_RELATIME))
  1328. return 1;
  1329. /*
  1330. * Is mtime younger than atime? If yes, update atime:
  1331. */
  1332. if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0)
  1333. return 1;
  1334. /*
  1335. * Is ctime younger than atime? If yes, update atime:
  1336. */
  1337. if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0)
  1338. return 1;
  1339. /*
  1340. * Is the previous atime value older than a day? If yes,
  1341. * update atime:
  1342. */
  1343. if ((long)(now.tv_sec - inode->i_atime.tv_sec) >= 24*60*60)
  1344. return 1;
  1345. /*
  1346. * Good, we can skip the atime update:
  1347. */
  1348. return 0;
  1349. }
  1350. /**
  1351. * touch_atime - update the access time
  1352. * @mnt: mount the inode is accessed on
  1353. * @dentry: dentry accessed
  1354. *
  1355. * Update the accessed time on an inode and mark it for writeback.
  1356. * This function automatically handles read only file systems and media,
  1357. * as well as the "noatime" flag and inode specific "noatime" markers.
  1358. */
  1359. void touch_atime(struct vfsmount *mnt, struct dentry *dentry)
  1360. {
  1361. struct inode *inode = dentry->d_inode;
  1362. struct timespec now;
  1363. if (inode->i_flags & S_NOATIME)
  1364. return;
  1365. if (IS_NOATIME(inode))
  1366. return;
  1367. if ((inode->i_sb->s_flags & MS_NODIRATIME) && S_ISDIR(inode->i_mode))
  1368. return;
  1369. if (mnt->mnt_flags & MNT_NOATIME)
  1370. return;
  1371. if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))
  1372. return;
  1373. now = current_fs_time(inode->i_sb);
  1374. if (!relatime_need_update(mnt, inode, now))
  1375. return;
  1376. if (timespec_equal(&inode->i_atime, &now))
  1377. return;
  1378. if (mnt_want_write(mnt))
  1379. return;
  1380. inode->i_atime = now;
  1381. mark_inode_dirty_sync(inode);
  1382. mnt_drop_write(mnt);
  1383. }
  1384. EXPORT_SYMBOL(touch_atime);
  1385. /**
  1386. * file_update_time - update mtime and ctime time
  1387. * @file: file accessed
  1388. *
  1389. * Update the mtime and ctime members of an inode and mark the inode
  1390. * for writeback. Note that this function is meant exclusively for
  1391. * usage in the file write path of filesystems, and filesystems may
  1392. * choose to explicitly ignore update via this function with the
  1393. * S_NOCMTIME inode flag, e.g. for network filesystem where these
  1394. * timestamps are handled by the server.
  1395. */
  1396. void file_update_time(struct file *file)
  1397. {
  1398. struct inode *inode = file->f_path.dentry->d_inode;
  1399. struct timespec now;
  1400. enum { S_MTIME = 1, S_CTIME = 2, S_VERSION = 4 } sync_it = 0;
  1401. /* First try to exhaust all avenues to not sync */
  1402. if (IS_NOCMTIME(inode))
  1403. return;
  1404. now = current_fs_time(inode->i_sb);
  1405. if (!timespec_equal(&inode->i_mtime, &now))
  1406. sync_it = S_MTIME;
  1407. if (!timespec_equal(&inode->i_ctime, &now))
  1408. sync_it |= S_CTIME;
  1409. if (IS_I_VERSION(inode))
  1410. sync_it |= S_VERSION;
  1411. if (!sync_it)
  1412. return;
  1413. /* Finally allowed to write? Takes lock. */
  1414. if (mnt_want_write_file(file))
  1415. return;
  1416. /* Only change inode inside the lock region */
  1417. if (sync_it & S_VERSION)
  1418. inode_inc_iversion(inode);
  1419. if (sync_it & S_CTIME)
  1420. inode->i_ctime = now;
  1421. if (sync_it & S_MTIME)
  1422. inode->i_mtime = now;
  1423. mark_inode_dirty_sync(inode);
  1424. mnt_drop_write_file(file);
  1425. }
  1426. EXPORT_SYMBOL(file_update_time);
  1427. int inode_needs_sync(struct inode *inode)
  1428. {
  1429. if (IS_SYNC(inode))
  1430. return 1;
  1431. if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode))
  1432. return 1;
  1433. return 0;
  1434. }
  1435. EXPORT_SYMBOL(inode_needs_sync);
  1436. int inode_wait(void *word)
  1437. {
  1438. schedule();
  1439. return 0;
  1440. }
  1441. EXPORT_SYMBOL(inode_wait);
  1442. /*
  1443. * If we try to find an inode in the inode hash while it is being
  1444. * deleted, we have to wait until the filesystem completes its
  1445. * deletion before reporting that it isn't found. This function waits
  1446. * until the deletion _might_ have completed. Callers are responsible
  1447. * to recheck inode state.
  1448. *
  1449. * It doesn't matter if I_NEW is not set initially, a call to
  1450. * wake_up_bit(&inode->i_state, __I_NEW) after removing from the hash list
  1451. * will DTRT.
  1452. */
  1453. static void __wait_on_freeing_inode(struct inode *inode)
  1454. {
  1455. wait_queue_head_t *wq;
  1456. DEFINE_WAIT_BIT(wait, &inode->i_state, __I_NEW);
  1457. wq = bit_waitqueue(&inode->i_state, __I_NEW);
  1458. prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE);
  1459. spin_unlock(&inode->i_lock);
  1460. spin_unlock(&inode_hash_lock);
  1461. schedule();
  1462. finish_wait(wq, &wait.wait);
  1463. spin_lock(&inode_hash_lock);
  1464. }
  1465. static __initdata unsigned long ihash_entries;
  1466. static int __init set_ihash_entries(char *str)
  1467. {
  1468. if (!str)
  1469. return 0;
  1470. ihash_entries = simple_strtoul(str, &str, 0);
  1471. return 1;
  1472. }
  1473. __setup("ihash_entries=", set_ihash_entries);
  1474. /*
  1475. * Initialize the waitqueues and inode hash table.
  1476. */
  1477. void __init inode_init_early(void)
  1478. {
  1479. int loop;
  1480. /* If hashes are distributed across NUMA nodes, defer
  1481. * hash allocation until vmalloc space is available.
  1482. */
  1483. if (hashdist)
  1484. return;
  1485. inode_hashtable =
  1486. alloc_large_system_hash("Inode-cache",
  1487. sizeof(struct hlist_head),
  1488. ihash_entries,
  1489. 14,
  1490. HASH_EARLY,
  1491. &i_hash_shift,
  1492. &i_hash_mask,
  1493. 0);
  1494. for (loop = 0; loop < (1 << i_hash_shift); loop++)
  1495. INIT_HLIST_HEAD(&inode_hashtable[loop]);
  1496. }
  1497. void __init inode_init(void)
  1498. {
  1499. int loop;
  1500. /* inode slab cache */
  1501. inode_cachep = kmem_cache_create("inode_cache",
  1502. sizeof(struct inode),
  1503. 0,
  1504. (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|
  1505. SLAB_MEM_SPREAD),
  1506. init_once);
  1507. /* Hash may have been set up in inode_init_early */
  1508. if (!hashdist)
  1509. return;
  1510. inode_hashtable =
  1511. alloc_large_system_hash("Inode-cache",
  1512. sizeof(struct hlist_head),
  1513. ihash_entries,
  1514. 14,
  1515. 0,
  1516. &i_hash_shift,
  1517. &i_hash_mask,
  1518. 0);
  1519. for (loop = 0; loop < (1 << i_hash_shift); loop++)
  1520. INIT_HLIST_HEAD(&inode_hashtable[loop]);
  1521. }
  1522. void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev)
  1523. {
  1524. inode->i_mode = mode;
  1525. if (S_ISCHR(mode)) {
  1526. inode->i_fop = &def_chr_fops;
  1527. inode->i_rdev = rdev;
  1528. } else if (S_ISBLK(mode)) {
  1529. inode->i_fop = &def_blk_fops;
  1530. inode->i_rdev = rdev;
  1531. } else if (S_ISFIFO(mode))
  1532. inode->i_fop = &def_fifo_fops;
  1533. else if (S_ISSOCK(mode))
  1534. inode->i_fop = &bad_sock_fops;
  1535. else
  1536. printk(KERN_DEBUG "init_special_inode: bogus i_mode (%o) for"
  1537. " inode %s:%lu\n", mode, inode->i_sb->s_id,
  1538. inode->i_ino);
  1539. }
  1540. EXPORT_SYMBOL(init_special_inode);
  1541. /**
  1542. * inode_init_owner - Init uid,gid,mode for new inode according to posix standards
  1543. * @inode: New inode
  1544. * @dir: Directory inode
  1545. * @mode: mode of the new inode
  1546. */
  1547. void inode_init_owner(struct inode *inode, const struct inode *dir,
  1548. umode_t mode)
  1549. {
  1550. inode->i_uid = current_fsuid();
  1551. if (dir && dir->i_mode & S_ISGID) {
  1552. inode->i_gid = dir->i_gid;
  1553. if (S_ISDIR(mode))
  1554. mode |= S_ISGID;
  1555. } else
  1556. inode->i_gid = current_fsgid();
  1557. inode->i_mode = mode;
  1558. }
  1559. EXPORT_SYMBOL(inode_init_owner);
  1560. /**
  1561. * inode_owner_or_capable - check current task permissions to inode
  1562. * @inode: inode being checked
  1563. *
  1564. * Return true if current either has CAP_FOWNER to the inode, or
  1565. * owns the file.
  1566. */
  1567. bool inode_owner_or_capable(const struct inode *inode)
  1568. {
  1569. struct user_namespace *ns = inode_userns(inode);
  1570. if (current_user_ns() == ns && current_fsuid() == inode->i_uid)
  1571. return true;
  1572. if (ns_capable(ns, CAP_FOWNER))
  1573. return true;
  1574. return false;
  1575. }
  1576. EXPORT_SYMBOL(inode_owner_or_capable);