inode.c 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787
  1. #include "ceph_debug.h"
  2. #include <linux/module.h>
  3. #include <linux/fs.h>
  4. #include <linux/smp_lock.h>
  5. #include <linux/slab.h>
  6. #include <linux/string.h>
  7. #include <linux/uaccess.h>
  8. #include <linux/kernel.h>
  9. #include <linux/namei.h>
  10. #include <linux/writeback.h>
  11. #include <linux/vmalloc.h>
  12. #include <linux/pagevec.h>
  13. #include "super.h"
  14. #include "decode.h"
  15. /*
  16. * Ceph inode operations
  17. *
  18. * Implement basic inode helpers (get, alloc) and inode ops (getattr,
  19. * setattr, etc.), xattr helpers, and helpers for assimilating
  20. * metadata returned by the MDS into our cache.
  21. *
  22. * Also define helpers for doing asynchronous writeback, invalidation,
  23. * and truncation for the benefit of those who can't afford to block
  24. * (typically because they are in the message handler path).
  25. */
  26. static const struct inode_operations ceph_symlink_iops;
  27. static void ceph_invalidate_work(struct work_struct *work);
  28. static void ceph_writeback_work(struct work_struct *work);
  29. static void ceph_vmtruncate_work(struct work_struct *work);
  30. /*
  31. * find or create an inode, given the ceph ino number
  32. */
  33. struct inode *ceph_get_inode(struct super_block *sb, struct ceph_vino vino)
  34. {
  35. struct inode *inode;
  36. ino_t t = ceph_vino_to_ino(vino);
  37. inode = iget5_locked(sb, t, ceph_ino_compare, ceph_set_ino_cb, &vino);
  38. if (inode == NULL)
  39. return ERR_PTR(-ENOMEM);
  40. if (inode->i_state & I_NEW) {
  41. dout("get_inode created new inode %p %llx.%llx ino %llx\n",
  42. inode, ceph_vinop(inode), (u64)inode->i_ino);
  43. unlock_new_inode(inode);
  44. }
  45. dout("get_inode on %lu=%llx.%llx got %p\n", inode->i_ino, vino.ino,
  46. vino.snap, inode);
  47. return inode;
  48. }
  49. /*
  50. * get/constuct snapdir inode for a given directory
  51. */
  52. struct inode *ceph_get_snapdir(struct inode *parent)
  53. {
  54. struct ceph_vino vino = {
  55. .ino = ceph_ino(parent),
  56. .snap = CEPH_SNAPDIR,
  57. };
  58. struct inode *inode = ceph_get_inode(parent->i_sb, vino);
  59. struct ceph_inode_info *ci = ceph_inode(inode);
  60. BUG_ON(!S_ISDIR(parent->i_mode));
  61. if (IS_ERR(inode))
  62. return inode;
  63. inode->i_mode = parent->i_mode;
  64. inode->i_uid = parent->i_uid;
  65. inode->i_gid = parent->i_gid;
  66. inode->i_op = &ceph_dir_iops;
  67. inode->i_fop = &ceph_dir_fops;
  68. ci->i_snap_caps = CEPH_CAP_PIN; /* so we can open */
  69. ci->i_rbytes = 0;
  70. return inode;
  71. }
  72. const struct inode_operations ceph_file_iops = {
  73. .permission = ceph_permission,
  74. .setattr = ceph_setattr,
  75. .getattr = ceph_getattr,
  76. .setxattr = ceph_setxattr,
  77. .getxattr = ceph_getxattr,
  78. .listxattr = ceph_listxattr,
  79. .removexattr = ceph_removexattr,
  80. };
  81. /*
  82. * We use a 'frag tree' to keep track of the MDS's directory fragments
  83. * for a given inode (usually there is just a single fragment). We
  84. * need to know when a child frag is delegated to a new MDS, or when
  85. * it is flagged as replicated, so we can direct our requests
  86. * accordingly.
  87. */
  88. /*
  89. * find/create a frag in the tree
  90. */
  91. static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci,
  92. u32 f)
  93. {
  94. struct rb_node **p;
  95. struct rb_node *parent = NULL;
  96. struct ceph_inode_frag *frag;
  97. int c;
  98. p = &ci->i_fragtree.rb_node;
  99. while (*p) {
  100. parent = *p;
  101. frag = rb_entry(parent, struct ceph_inode_frag, node);
  102. c = ceph_frag_compare(f, frag->frag);
  103. if (c < 0)
  104. p = &(*p)->rb_left;
  105. else if (c > 0)
  106. p = &(*p)->rb_right;
  107. else
  108. return frag;
  109. }
  110. frag = kmalloc(sizeof(*frag), GFP_NOFS);
  111. if (!frag) {
  112. pr_err("__get_or_create_frag ENOMEM on %p %llx.%llx "
  113. "frag %x\n", &ci->vfs_inode,
  114. ceph_vinop(&ci->vfs_inode), f);
  115. return ERR_PTR(-ENOMEM);
  116. }
  117. frag->frag = f;
  118. frag->split_by = 0;
  119. frag->mds = -1;
  120. frag->ndist = 0;
  121. rb_link_node(&frag->node, parent, p);
  122. rb_insert_color(&frag->node, &ci->i_fragtree);
  123. dout("get_or_create_frag added %llx.%llx frag %x\n",
  124. ceph_vinop(&ci->vfs_inode), f);
  125. return frag;
  126. }
  127. /*
  128. * find a specific frag @f
  129. */
  130. struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f)
  131. {
  132. struct rb_node *n = ci->i_fragtree.rb_node;
  133. while (n) {
  134. struct ceph_inode_frag *frag =
  135. rb_entry(n, struct ceph_inode_frag, node);
  136. int c = ceph_frag_compare(f, frag->frag);
  137. if (c < 0)
  138. n = n->rb_left;
  139. else if (c > 0)
  140. n = n->rb_right;
  141. else
  142. return frag;
  143. }
  144. return NULL;
  145. }
  146. /*
  147. * Choose frag containing the given value @v. If @pfrag is
  148. * specified, copy the frag delegation info to the caller if
  149. * it is present.
  150. */
  151. u32 ceph_choose_frag(struct ceph_inode_info *ci, u32 v,
  152. struct ceph_inode_frag *pfrag,
  153. int *found)
  154. {
  155. u32 t = ceph_frag_make(0, 0);
  156. struct ceph_inode_frag *frag;
  157. unsigned nway, i;
  158. u32 n;
  159. if (found)
  160. *found = 0;
  161. mutex_lock(&ci->i_fragtree_mutex);
  162. while (1) {
  163. WARN_ON(!ceph_frag_contains_value(t, v));
  164. frag = __ceph_find_frag(ci, t);
  165. if (!frag)
  166. break; /* t is a leaf */
  167. if (frag->split_by == 0) {
  168. if (pfrag)
  169. memcpy(pfrag, frag, sizeof(*pfrag));
  170. if (found)
  171. *found = 1;
  172. break;
  173. }
  174. /* choose child */
  175. nway = 1 << frag->split_by;
  176. dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t,
  177. frag->split_by, nway);
  178. for (i = 0; i < nway; i++) {
  179. n = ceph_frag_make_child(t, frag->split_by, i);
  180. if (ceph_frag_contains_value(n, v)) {
  181. t = n;
  182. break;
  183. }
  184. }
  185. BUG_ON(i == nway);
  186. }
  187. dout("choose_frag(%x) = %x\n", v, t);
  188. mutex_unlock(&ci->i_fragtree_mutex);
  189. return t;
  190. }
  191. /*
  192. * Process dirfrag (delegation) info from the mds. Include leaf
  193. * fragment in tree ONLY if ndist > 0. Otherwise, only
  194. * branches/splits are included in i_fragtree)
  195. */
  196. static int ceph_fill_dirfrag(struct inode *inode,
  197. struct ceph_mds_reply_dirfrag *dirinfo)
  198. {
  199. struct ceph_inode_info *ci = ceph_inode(inode);
  200. struct ceph_inode_frag *frag;
  201. u32 id = le32_to_cpu(dirinfo->frag);
  202. int mds = le32_to_cpu(dirinfo->auth);
  203. int ndist = le32_to_cpu(dirinfo->ndist);
  204. int i;
  205. int err = 0;
  206. mutex_lock(&ci->i_fragtree_mutex);
  207. if (ndist == 0) {
  208. /* no delegation info needed. */
  209. frag = __ceph_find_frag(ci, id);
  210. if (!frag)
  211. goto out;
  212. if (frag->split_by == 0) {
  213. /* tree leaf, remove */
  214. dout("fill_dirfrag removed %llx.%llx frag %x"
  215. " (no ref)\n", ceph_vinop(inode), id);
  216. rb_erase(&frag->node, &ci->i_fragtree);
  217. kfree(frag);
  218. } else {
  219. /* tree branch, keep and clear */
  220. dout("fill_dirfrag cleared %llx.%llx frag %x"
  221. " referral\n", ceph_vinop(inode), id);
  222. frag->mds = -1;
  223. frag->ndist = 0;
  224. }
  225. goto out;
  226. }
  227. /* find/add this frag to store mds delegation info */
  228. frag = __get_or_create_frag(ci, id);
  229. if (IS_ERR(frag)) {
  230. /* this is not the end of the world; we can continue
  231. with bad/inaccurate delegation info */
  232. pr_err("fill_dirfrag ENOMEM on mds ref %llx.%llx fg %x\n",
  233. ceph_vinop(inode), le32_to_cpu(dirinfo->frag));
  234. err = -ENOMEM;
  235. goto out;
  236. }
  237. frag->mds = mds;
  238. frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP);
  239. for (i = 0; i < frag->ndist; i++)
  240. frag->dist[i] = le32_to_cpu(dirinfo->dist[i]);
  241. dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n",
  242. ceph_vinop(inode), frag->frag, frag->ndist);
  243. out:
  244. mutex_unlock(&ci->i_fragtree_mutex);
  245. return err;
  246. }
  247. /*
  248. * initialize a newly allocated inode.
  249. */
  250. struct inode *ceph_alloc_inode(struct super_block *sb)
  251. {
  252. struct ceph_inode_info *ci;
  253. int i;
  254. ci = kmem_cache_alloc(ceph_inode_cachep, GFP_NOFS);
  255. if (!ci)
  256. return NULL;
  257. dout("alloc_inode %p\n", &ci->vfs_inode);
  258. ci->i_version = 0;
  259. ci->i_time_warp_seq = 0;
  260. ci->i_ceph_flags = 0;
  261. ci->i_release_count = 0;
  262. ci->i_symlink = NULL;
  263. ci->i_fragtree = RB_ROOT;
  264. mutex_init(&ci->i_fragtree_mutex);
  265. ci->i_xattrs.blob = NULL;
  266. ci->i_xattrs.prealloc_blob = NULL;
  267. ci->i_xattrs.dirty = false;
  268. ci->i_xattrs.index = RB_ROOT;
  269. ci->i_xattrs.count = 0;
  270. ci->i_xattrs.names_size = 0;
  271. ci->i_xattrs.vals_size = 0;
  272. ci->i_xattrs.version = 0;
  273. ci->i_xattrs.index_version = 0;
  274. ci->i_caps = RB_ROOT;
  275. ci->i_auth_cap = NULL;
  276. ci->i_dirty_caps = 0;
  277. ci->i_flushing_caps = 0;
  278. INIT_LIST_HEAD(&ci->i_dirty_item);
  279. INIT_LIST_HEAD(&ci->i_flushing_item);
  280. ci->i_cap_flush_seq = 0;
  281. ci->i_cap_flush_last_tid = 0;
  282. memset(&ci->i_cap_flush_tid, 0, sizeof(ci->i_cap_flush_tid));
  283. init_waitqueue_head(&ci->i_cap_wq);
  284. ci->i_hold_caps_min = 0;
  285. ci->i_hold_caps_max = 0;
  286. INIT_LIST_HEAD(&ci->i_cap_delay_list);
  287. ci->i_cap_exporting_mds = 0;
  288. ci->i_cap_exporting_mseq = 0;
  289. ci->i_cap_exporting_issued = 0;
  290. INIT_LIST_HEAD(&ci->i_cap_snaps);
  291. ci->i_head_snapc = NULL;
  292. ci->i_snap_caps = 0;
  293. for (i = 0; i < CEPH_FILE_MODE_NUM; i++)
  294. ci->i_nr_by_mode[i] = 0;
  295. ci->i_truncate_seq = 0;
  296. ci->i_truncate_size = 0;
  297. ci->i_truncate_pending = 0;
  298. ci->i_max_size = 0;
  299. ci->i_reported_size = 0;
  300. ci->i_wanted_max_size = 0;
  301. ci->i_requested_max_size = 0;
  302. ci->i_pin_ref = 0;
  303. ci->i_rd_ref = 0;
  304. ci->i_rdcache_ref = 0;
  305. ci->i_wr_ref = 0;
  306. ci->i_wrbuffer_ref = 0;
  307. ci->i_wrbuffer_ref_head = 0;
  308. ci->i_shared_gen = 0;
  309. ci->i_rdcache_gen = 0;
  310. ci->i_rdcache_revoking = 0;
  311. INIT_LIST_HEAD(&ci->i_unsafe_writes);
  312. INIT_LIST_HEAD(&ci->i_unsafe_dirops);
  313. spin_lock_init(&ci->i_unsafe_lock);
  314. ci->i_snap_realm = NULL;
  315. INIT_LIST_HEAD(&ci->i_snap_realm_item);
  316. INIT_LIST_HEAD(&ci->i_snap_flush_item);
  317. INIT_WORK(&ci->i_wb_work, ceph_writeback_work);
  318. INIT_WORK(&ci->i_pg_inv_work, ceph_invalidate_work);
  319. INIT_WORK(&ci->i_vmtruncate_work, ceph_vmtruncate_work);
  320. return &ci->vfs_inode;
  321. }
  322. void ceph_destroy_inode(struct inode *inode)
  323. {
  324. struct ceph_inode_info *ci = ceph_inode(inode);
  325. struct ceph_inode_frag *frag;
  326. struct rb_node *n;
  327. dout("destroy_inode %p ino %llx.%llx\n", inode, ceph_vinop(inode));
  328. ceph_queue_caps_release(inode);
  329. /*
  330. * we may still have a snap_realm reference if there are stray
  331. * caps in i_cap_exporting_issued or i_snap_caps.
  332. */
  333. if (ci->i_snap_realm) {
  334. struct ceph_mds_client *mdsc =
  335. &ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc;
  336. struct ceph_snap_realm *realm = ci->i_snap_realm;
  337. dout(" dropping residual ref to snap realm %p\n", realm);
  338. spin_lock(&realm->inodes_with_caps_lock);
  339. list_del_init(&ci->i_snap_realm_item);
  340. spin_unlock(&realm->inodes_with_caps_lock);
  341. ceph_put_snap_realm(mdsc, realm);
  342. }
  343. kfree(ci->i_symlink);
  344. while ((n = rb_first(&ci->i_fragtree)) != NULL) {
  345. frag = rb_entry(n, struct ceph_inode_frag, node);
  346. rb_erase(n, &ci->i_fragtree);
  347. kfree(frag);
  348. }
  349. __ceph_destroy_xattrs(ci);
  350. if (ci->i_xattrs.blob)
  351. ceph_buffer_put(ci->i_xattrs.blob);
  352. if (ci->i_xattrs.prealloc_blob)
  353. ceph_buffer_put(ci->i_xattrs.prealloc_blob);
  354. kmem_cache_free(ceph_inode_cachep, ci);
  355. }
  356. /*
  357. * Helpers to fill in size, ctime, mtime, and atime. We have to be
  358. * careful because either the client or MDS may have more up to date
  359. * info, depending on which capabilities are held, and whether
  360. * time_warp_seq or truncate_seq have increased. (Ordinarily, mtime
  361. * and size are monotonically increasing, except when utimes() or
  362. * truncate() increments the corresponding _seq values.)
  363. */
  364. int ceph_fill_file_size(struct inode *inode, int issued,
  365. u32 truncate_seq, u64 truncate_size, u64 size)
  366. {
  367. struct ceph_inode_info *ci = ceph_inode(inode);
  368. int queue_trunc = 0;
  369. if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 ||
  370. (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) {
  371. dout("size %lld -> %llu\n", inode->i_size, size);
  372. inode->i_size = size;
  373. inode->i_blocks = (size + (1<<9) - 1) >> 9;
  374. ci->i_reported_size = size;
  375. if (truncate_seq != ci->i_truncate_seq) {
  376. dout("truncate_seq %u -> %u\n",
  377. ci->i_truncate_seq, truncate_seq);
  378. ci->i_truncate_seq = truncate_seq;
  379. /*
  380. * If we hold relevant caps, or in the case where we're
  381. * not the only client referencing this file and we
  382. * don't hold those caps, then we need to check whether
  383. * the file is either opened or mmaped
  384. */
  385. if ((issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_RD|
  386. CEPH_CAP_FILE_WR|CEPH_CAP_FILE_BUFFER|
  387. CEPH_CAP_FILE_EXCL)) ||
  388. mapping_mapped(inode->i_mapping) ||
  389. __ceph_caps_file_wanted(ci)) {
  390. ci->i_truncate_pending++;
  391. queue_trunc = 1;
  392. }
  393. }
  394. }
  395. if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 &&
  396. ci->i_truncate_size != truncate_size) {
  397. dout("truncate_size %lld -> %llu\n", ci->i_truncate_size,
  398. truncate_size);
  399. ci->i_truncate_size = truncate_size;
  400. }
  401. return queue_trunc;
  402. }
  403. void ceph_fill_file_time(struct inode *inode, int issued,
  404. u64 time_warp_seq, struct timespec *ctime,
  405. struct timespec *mtime, struct timespec *atime)
  406. {
  407. struct ceph_inode_info *ci = ceph_inode(inode);
  408. int warn = 0;
  409. if (issued & (CEPH_CAP_FILE_EXCL|
  410. CEPH_CAP_FILE_WR|
  411. CEPH_CAP_FILE_BUFFER)) {
  412. if (timespec_compare(ctime, &inode->i_ctime) > 0) {
  413. dout("ctime %ld.%09ld -> %ld.%09ld inc w/ cap\n",
  414. inode->i_ctime.tv_sec, inode->i_ctime.tv_nsec,
  415. ctime->tv_sec, ctime->tv_nsec);
  416. inode->i_ctime = *ctime;
  417. }
  418. if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) {
  419. /* the MDS did a utimes() */
  420. dout("mtime %ld.%09ld -> %ld.%09ld "
  421. "tw %d -> %d\n",
  422. inode->i_mtime.tv_sec, inode->i_mtime.tv_nsec,
  423. mtime->tv_sec, mtime->tv_nsec,
  424. ci->i_time_warp_seq, (int)time_warp_seq);
  425. inode->i_mtime = *mtime;
  426. inode->i_atime = *atime;
  427. ci->i_time_warp_seq = time_warp_seq;
  428. } else if (time_warp_seq == ci->i_time_warp_seq) {
  429. /* nobody did utimes(); take the max */
  430. if (timespec_compare(mtime, &inode->i_mtime) > 0) {
  431. dout("mtime %ld.%09ld -> %ld.%09ld inc\n",
  432. inode->i_mtime.tv_sec,
  433. inode->i_mtime.tv_nsec,
  434. mtime->tv_sec, mtime->tv_nsec);
  435. inode->i_mtime = *mtime;
  436. }
  437. if (timespec_compare(atime, &inode->i_atime) > 0) {
  438. dout("atime %ld.%09ld -> %ld.%09ld inc\n",
  439. inode->i_atime.tv_sec,
  440. inode->i_atime.tv_nsec,
  441. atime->tv_sec, atime->tv_nsec);
  442. inode->i_atime = *atime;
  443. }
  444. } else if (issued & CEPH_CAP_FILE_EXCL) {
  445. /* we did a utimes(); ignore mds values */
  446. } else {
  447. warn = 1;
  448. }
  449. } else {
  450. /* we have no write caps; whatever the MDS says is true */
  451. if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) {
  452. inode->i_ctime = *ctime;
  453. inode->i_mtime = *mtime;
  454. inode->i_atime = *atime;
  455. ci->i_time_warp_seq = time_warp_seq;
  456. } else {
  457. warn = 1;
  458. }
  459. }
  460. if (warn) /* time_warp_seq shouldn't go backwards */
  461. dout("%p mds time_warp_seq %llu < %u\n",
  462. inode, time_warp_seq, ci->i_time_warp_seq);
  463. }
  464. /*
  465. * Populate an inode based on info from mds. May be called on new or
  466. * existing inodes.
  467. */
  468. static int fill_inode(struct inode *inode,
  469. struct ceph_mds_reply_info_in *iinfo,
  470. struct ceph_mds_reply_dirfrag *dirinfo,
  471. struct ceph_mds_session *session,
  472. unsigned long ttl_from, int cap_fmode,
  473. struct ceph_cap_reservation *caps_reservation)
  474. {
  475. struct ceph_mds_reply_inode *info = iinfo->in;
  476. struct ceph_inode_info *ci = ceph_inode(inode);
  477. int i;
  478. int issued, implemented;
  479. struct timespec mtime, atime, ctime;
  480. u32 nsplits;
  481. struct ceph_buffer *xattr_blob = NULL;
  482. int err = 0;
  483. int queue_trunc = 0;
  484. dout("fill_inode %p ino %llx.%llx v %llu had %llu\n",
  485. inode, ceph_vinop(inode), le64_to_cpu(info->version),
  486. ci->i_version);
  487. /*
  488. * prealloc xattr data, if it looks like we'll need it. only
  489. * if len > 4 (meaning there are actually xattrs; the first 4
  490. * bytes are the xattr count).
  491. */
  492. if (iinfo->xattr_len > 4) {
  493. xattr_blob = ceph_buffer_new(iinfo->xattr_len, GFP_NOFS);
  494. if (!xattr_blob)
  495. pr_err("fill_inode ENOMEM xattr blob %d bytes\n",
  496. iinfo->xattr_len);
  497. }
  498. spin_lock(&inode->i_lock);
  499. /*
  500. * provided version will be odd if inode value is projected,
  501. * even if stable. skip the update if we have a newer info
  502. * (e.g., due to inode info racing form multiple MDSs), or if
  503. * we are getting projected (unstable) inode info.
  504. */
  505. if (le64_to_cpu(info->version) > 0 &&
  506. (ci->i_version & ~1) > le64_to_cpu(info->version))
  507. goto no_change;
  508. issued = __ceph_caps_issued(ci, &implemented);
  509. issued |= implemented | __ceph_caps_dirty(ci);
  510. /* update inode */
  511. ci->i_version = le64_to_cpu(info->version);
  512. inode->i_version++;
  513. inode->i_rdev = le32_to_cpu(info->rdev);
  514. if ((issued & CEPH_CAP_AUTH_EXCL) == 0) {
  515. inode->i_mode = le32_to_cpu(info->mode);
  516. inode->i_uid = le32_to_cpu(info->uid);
  517. inode->i_gid = le32_to_cpu(info->gid);
  518. dout("%p mode 0%o uid.gid %d.%d\n", inode, inode->i_mode,
  519. inode->i_uid, inode->i_gid);
  520. }
  521. if ((issued & CEPH_CAP_LINK_EXCL) == 0)
  522. inode->i_nlink = le32_to_cpu(info->nlink);
  523. /* be careful with mtime, atime, size */
  524. ceph_decode_timespec(&atime, &info->atime);
  525. ceph_decode_timespec(&mtime, &info->mtime);
  526. ceph_decode_timespec(&ctime, &info->ctime);
  527. queue_trunc = ceph_fill_file_size(inode, issued,
  528. le32_to_cpu(info->truncate_seq),
  529. le64_to_cpu(info->truncate_size),
  530. le64_to_cpu(info->size));
  531. ceph_fill_file_time(inode, issued,
  532. le32_to_cpu(info->time_warp_seq),
  533. &ctime, &mtime, &atime);
  534. ci->i_max_size = le64_to_cpu(info->max_size);
  535. ci->i_layout = info->layout;
  536. inode->i_blkbits = fls(le32_to_cpu(info->layout.fl_stripe_unit)) - 1;
  537. /* xattrs */
  538. /* note that if i_xattrs.len <= 4, i_xattrs.data will still be NULL. */
  539. if ((issued & CEPH_CAP_XATTR_EXCL) == 0 &&
  540. le64_to_cpu(info->xattr_version) > ci->i_xattrs.version) {
  541. if (ci->i_xattrs.blob)
  542. ceph_buffer_put(ci->i_xattrs.blob);
  543. ci->i_xattrs.blob = xattr_blob;
  544. if (xattr_blob)
  545. memcpy(ci->i_xattrs.blob->vec.iov_base,
  546. iinfo->xattr_data, iinfo->xattr_len);
  547. ci->i_xattrs.version = le64_to_cpu(info->xattr_version);
  548. xattr_blob = NULL;
  549. }
  550. inode->i_mapping->a_ops = &ceph_aops;
  551. inode->i_mapping->backing_dev_info =
  552. &ceph_sb_to_client(inode->i_sb)->backing_dev_info;
  553. switch (inode->i_mode & S_IFMT) {
  554. case S_IFIFO:
  555. case S_IFBLK:
  556. case S_IFCHR:
  557. case S_IFSOCK:
  558. init_special_inode(inode, inode->i_mode, inode->i_rdev);
  559. inode->i_op = &ceph_file_iops;
  560. break;
  561. case S_IFREG:
  562. inode->i_op = &ceph_file_iops;
  563. inode->i_fop = &ceph_file_fops;
  564. break;
  565. case S_IFLNK:
  566. inode->i_op = &ceph_symlink_iops;
  567. if (!ci->i_symlink) {
  568. int symlen = iinfo->symlink_len;
  569. char *sym;
  570. BUG_ON(symlen != inode->i_size);
  571. spin_unlock(&inode->i_lock);
  572. err = -ENOMEM;
  573. sym = kmalloc(symlen+1, GFP_NOFS);
  574. if (!sym)
  575. goto out;
  576. memcpy(sym, iinfo->symlink, symlen);
  577. sym[symlen] = 0;
  578. spin_lock(&inode->i_lock);
  579. if (!ci->i_symlink)
  580. ci->i_symlink = sym;
  581. else
  582. kfree(sym); /* lost a race */
  583. }
  584. break;
  585. case S_IFDIR:
  586. inode->i_op = &ceph_dir_iops;
  587. inode->i_fop = &ceph_dir_fops;
  588. ci->i_files = le64_to_cpu(info->files);
  589. ci->i_subdirs = le64_to_cpu(info->subdirs);
  590. ci->i_rbytes = le64_to_cpu(info->rbytes);
  591. ci->i_rfiles = le64_to_cpu(info->rfiles);
  592. ci->i_rsubdirs = le64_to_cpu(info->rsubdirs);
  593. ceph_decode_timespec(&ci->i_rctime, &info->rctime);
  594. /* set dir completion flag? */
  595. if (ci->i_files == 0 && ci->i_subdirs == 0 &&
  596. ceph_snap(inode) == CEPH_NOSNAP &&
  597. (le32_to_cpu(info->cap.caps) & CEPH_CAP_FILE_SHARED) &&
  598. (ci->i_ceph_flags & CEPH_I_COMPLETE) == 0) {
  599. dout(" marking %p complete (empty)\n", inode);
  600. ci->i_ceph_flags |= CEPH_I_COMPLETE;
  601. ci->i_max_offset = 2;
  602. }
  603. /* it may be better to set st_size in getattr instead? */
  604. if (ceph_test_opt(ceph_sb_to_client(inode->i_sb), RBYTES))
  605. inode->i_size = ci->i_rbytes;
  606. break;
  607. default:
  608. pr_err("fill_inode %llx.%llx BAD mode 0%o\n",
  609. ceph_vinop(inode), inode->i_mode);
  610. }
  611. no_change:
  612. spin_unlock(&inode->i_lock);
  613. /* queue truncate if we saw i_size decrease */
  614. if (queue_trunc)
  615. ceph_queue_vmtruncate(inode);
  616. /* populate frag tree */
  617. /* FIXME: move me up, if/when version reflects fragtree changes */
  618. nsplits = le32_to_cpu(info->fragtree.nsplits);
  619. mutex_lock(&ci->i_fragtree_mutex);
  620. for (i = 0; i < nsplits; i++) {
  621. u32 id = le32_to_cpu(info->fragtree.splits[i].frag);
  622. struct ceph_inode_frag *frag = __get_or_create_frag(ci, id);
  623. if (IS_ERR(frag))
  624. continue;
  625. frag->split_by = le32_to_cpu(info->fragtree.splits[i].by);
  626. dout(" frag %x split by %d\n", frag->frag, frag->split_by);
  627. }
  628. mutex_unlock(&ci->i_fragtree_mutex);
  629. /* were we issued a capability? */
  630. if (info->cap.caps) {
  631. if (ceph_snap(inode) == CEPH_NOSNAP) {
  632. ceph_add_cap(inode, session,
  633. le64_to_cpu(info->cap.cap_id),
  634. cap_fmode,
  635. le32_to_cpu(info->cap.caps),
  636. le32_to_cpu(info->cap.wanted),
  637. le32_to_cpu(info->cap.seq),
  638. le32_to_cpu(info->cap.mseq),
  639. le64_to_cpu(info->cap.realm),
  640. info->cap.flags,
  641. caps_reservation);
  642. } else {
  643. spin_lock(&inode->i_lock);
  644. dout(" %p got snap_caps %s\n", inode,
  645. ceph_cap_string(le32_to_cpu(info->cap.caps)));
  646. ci->i_snap_caps |= le32_to_cpu(info->cap.caps);
  647. if (cap_fmode >= 0)
  648. __ceph_get_fmode(ci, cap_fmode);
  649. spin_unlock(&inode->i_lock);
  650. }
  651. } else if (cap_fmode >= 0) {
  652. pr_warning("mds issued no caps on %llx.%llx\n",
  653. ceph_vinop(inode));
  654. __ceph_get_fmode(ci, cap_fmode);
  655. }
  656. /* update delegation info? */
  657. if (dirinfo)
  658. ceph_fill_dirfrag(inode, dirinfo);
  659. err = 0;
  660. out:
  661. if (xattr_blob)
  662. ceph_buffer_put(xattr_blob);
  663. return err;
  664. }
  665. /*
  666. * caller should hold session s_mutex.
  667. */
  668. static void update_dentry_lease(struct dentry *dentry,
  669. struct ceph_mds_reply_lease *lease,
  670. struct ceph_mds_session *session,
  671. unsigned long from_time)
  672. {
  673. struct ceph_dentry_info *di = ceph_dentry(dentry);
  674. long unsigned duration = le32_to_cpu(lease->duration_ms);
  675. long unsigned ttl = from_time + (duration * HZ) / 1000;
  676. long unsigned half_ttl = from_time + (duration * HZ / 2) / 1000;
  677. struct inode *dir;
  678. /* only track leases on regular dentries */
  679. if (dentry->d_op != &ceph_dentry_ops)
  680. return;
  681. spin_lock(&dentry->d_lock);
  682. dout("update_dentry_lease %p mask %d duration %lu ms ttl %lu\n",
  683. dentry, le16_to_cpu(lease->mask), duration, ttl);
  684. /* make lease_rdcache_gen match directory */
  685. dir = dentry->d_parent->d_inode;
  686. di->lease_shared_gen = ceph_inode(dir)->i_shared_gen;
  687. if (lease->mask == 0)
  688. goto out_unlock;
  689. if (di->lease_gen == session->s_cap_gen &&
  690. time_before(ttl, dentry->d_time))
  691. goto out_unlock; /* we already have a newer lease. */
  692. if (di->lease_session && di->lease_session != session)
  693. goto out_unlock;
  694. ceph_dentry_lru_touch(dentry);
  695. if (!di->lease_session)
  696. di->lease_session = ceph_get_mds_session(session);
  697. di->lease_gen = session->s_cap_gen;
  698. di->lease_seq = le32_to_cpu(lease->seq);
  699. di->lease_renew_after = half_ttl;
  700. di->lease_renew_from = 0;
  701. dentry->d_time = ttl;
  702. out_unlock:
  703. spin_unlock(&dentry->d_lock);
  704. return;
  705. }
  706. /*
  707. * Set dentry's directory position based on the current dir's max, and
  708. * order it in d_subdirs, so that dcache_readdir behaves.
  709. */
  710. static void ceph_set_dentry_offset(struct dentry *dn)
  711. {
  712. struct dentry *dir = dn->d_parent;
  713. struct inode *inode = dn->d_parent->d_inode;
  714. struct ceph_dentry_info *di;
  715. BUG_ON(!inode);
  716. di = ceph_dentry(dn);
  717. spin_lock(&inode->i_lock);
  718. if ((ceph_inode(inode)->i_ceph_flags & CEPH_I_COMPLETE) == 0) {
  719. spin_unlock(&inode->i_lock);
  720. return;
  721. }
  722. di->offset = ceph_inode(inode)->i_max_offset++;
  723. spin_unlock(&inode->i_lock);
  724. spin_lock(&dcache_lock);
  725. spin_lock(&dn->d_lock);
  726. list_move_tail(&dir->d_subdirs, &dn->d_u.d_child);
  727. dout("set_dentry_offset %p %lld (%p %p)\n", dn, di->offset,
  728. dn->d_u.d_child.prev, dn->d_u.d_child.next);
  729. spin_unlock(&dn->d_lock);
  730. spin_unlock(&dcache_lock);
  731. }
  732. /*
  733. * splice a dentry to an inode.
  734. * caller must hold directory i_mutex for this to be safe.
  735. *
  736. * we will only rehash the resulting dentry if @prehash is
  737. * true; @prehash will be set to false (for the benefit of
  738. * the caller) if we fail.
  739. */
  740. static struct dentry *splice_dentry(struct dentry *dn, struct inode *in,
  741. bool *prehash)
  742. {
  743. struct dentry *realdn;
  744. BUG_ON(dn->d_inode);
  745. /* dn must be unhashed */
  746. if (!d_unhashed(dn))
  747. d_drop(dn);
  748. realdn = d_materialise_unique(dn, in);
  749. if (IS_ERR(realdn)) {
  750. pr_err("splice_dentry error %p inode %p ino %llx.%llx\n",
  751. dn, in, ceph_vinop(in));
  752. if (prehash)
  753. *prehash = false; /* don't rehash on error */
  754. dn = realdn; /* note realdn contains the error */
  755. goto out;
  756. } else if (realdn) {
  757. dout("dn %p (%d) spliced with %p (%d) "
  758. "inode %p ino %llx.%llx\n",
  759. dn, atomic_read(&dn->d_count),
  760. realdn, atomic_read(&realdn->d_count),
  761. realdn->d_inode, ceph_vinop(realdn->d_inode));
  762. dput(dn);
  763. dn = realdn;
  764. } else {
  765. BUG_ON(!ceph_dentry(dn));
  766. dout("dn %p attached to %p ino %llx.%llx\n",
  767. dn, dn->d_inode, ceph_vinop(dn->d_inode));
  768. }
  769. if ((!prehash || *prehash) && d_unhashed(dn))
  770. d_rehash(dn);
  771. ceph_set_dentry_offset(dn);
  772. out:
  773. return dn;
  774. }
  775. /*
  776. * Incorporate results into the local cache. This is either just
  777. * one inode, or a directory, dentry, and possibly linked-to inode (e.g.,
  778. * after a lookup).
  779. *
  780. * A reply may contain
  781. * a directory inode along with a dentry.
  782. * and/or a target inode
  783. *
  784. * Called with snap_rwsem (read).
  785. */
  786. int ceph_fill_trace(struct super_block *sb, struct ceph_mds_request *req,
  787. struct ceph_mds_session *session)
  788. {
  789. struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info;
  790. struct inode *in = NULL;
  791. struct ceph_mds_reply_inode *ininfo;
  792. struct ceph_vino vino;
  793. struct ceph_client *client = ceph_sb_to_client(sb);
  794. int i = 0;
  795. int err = 0;
  796. dout("fill_trace %p is_dentry %d is_target %d\n", req,
  797. rinfo->head->is_dentry, rinfo->head->is_target);
  798. #if 0
  799. /*
  800. * Debugging hook:
  801. *
  802. * If we resend completed ops to a recovering mds, we get no
  803. * trace. Since that is very rare, pretend this is the case
  804. * to ensure the 'no trace' handlers in the callers behave.
  805. *
  806. * Fill in inodes unconditionally to avoid breaking cap
  807. * invariants.
  808. */
  809. if (rinfo->head->op & CEPH_MDS_OP_WRITE) {
  810. pr_info("fill_trace faking empty trace on %lld %s\n",
  811. req->r_tid, ceph_mds_op_name(rinfo->head->op));
  812. if (rinfo->head->is_dentry) {
  813. rinfo->head->is_dentry = 0;
  814. err = fill_inode(req->r_locked_dir,
  815. &rinfo->diri, rinfo->dirfrag,
  816. session, req->r_request_started, -1);
  817. }
  818. if (rinfo->head->is_target) {
  819. rinfo->head->is_target = 0;
  820. ininfo = rinfo->targeti.in;
  821. vino.ino = le64_to_cpu(ininfo->ino);
  822. vino.snap = le64_to_cpu(ininfo->snapid);
  823. in = ceph_get_inode(sb, vino);
  824. err = fill_inode(in, &rinfo->targeti, NULL,
  825. session, req->r_request_started,
  826. req->r_fmode);
  827. iput(in);
  828. }
  829. }
  830. #endif
  831. if (!rinfo->head->is_target && !rinfo->head->is_dentry) {
  832. dout("fill_trace reply is empty!\n");
  833. if (rinfo->head->result == 0 && req->r_locked_dir)
  834. ceph_invalidate_dir_request(req);
  835. return 0;
  836. }
  837. if (rinfo->head->is_dentry) {
  838. struct inode *dir = req->r_locked_dir;
  839. err = fill_inode(dir, &rinfo->diri, rinfo->dirfrag,
  840. session, req->r_request_started, -1,
  841. &req->r_caps_reservation);
  842. if (err < 0)
  843. return err;
  844. }
  845. /*
  846. * ignore null lease/binding on snapdir ENOENT, or else we
  847. * will have trouble splicing in the virtual snapdir later
  848. */
  849. if (rinfo->head->is_dentry && !req->r_aborted &&
  850. (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name,
  851. client->mount_args->snapdir_name,
  852. req->r_dentry->d_name.len))) {
  853. /*
  854. * lookup link rename : null -> possibly existing inode
  855. * mknod symlink mkdir : null -> new inode
  856. * unlink : linked -> null
  857. */
  858. struct inode *dir = req->r_locked_dir;
  859. struct dentry *dn = req->r_dentry;
  860. bool have_dir_cap, have_lease;
  861. BUG_ON(!dn);
  862. BUG_ON(!dir);
  863. BUG_ON(dn->d_parent->d_inode != dir);
  864. BUG_ON(ceph_ino(dir) !=
  865. le64_to_cpu(rinfo->diri.in->ino));
  866. BUG_ON(ceph_snap(dir) !=
  867. le64_to_cpu(rinfo->diri.in->snapid));
  868. /* do we have a lease on the whole dir? */
  869. have_dir_cap =
  870. (le32_to_cpu(rinfo->diri.in->cap.caps) &
  871. CEPH_CAP_FILE_SHARED);
  872. /* do we have a dn lease? */
  873. have_lease = have_dir_cap ||
  874. (le16_to_cpu(rinfo->dlease->mask) &
  875. CEPH_LOCK_DN);
  876. if (!have_lease)
  877. dout("fill_trace no dentry lease or dir cap\n");
  878. /* rename? */
  879. if (req->r_old_dentry && req->r_op == CEPH_MDS_OP_RENAME) {
  880. dout(" src %p '%.*s' dst %p '%.*s'\n",
  881. req->r_old_dentry,
  882. req->r_old_dentry->d_name.len,
  883. req->r_old_dentry->d_name.name,
  884. dn, dn->d_name.len, dn->d_name.name);
  885. dout("fill_trace doing d_move %p -> %p\n",
  886. req->r_old_dentry, dn);
  887. /* d_move screws up d_subdirs order */
  888. ceph_i_clear(dir, CEPH_I_COMPLETE);
  889. d_move(req->r_old_dentry, dn);
  890. dout(" src %p '%.*s' dst %p '%.*s'\n",
  891. req->r_old_dentry,
  892. req->r_old_dentry->d_name.len,
  893. req->r_old_dentry->d_name.name,
  894. dn, dn->d_name.len, dn->d_name.name);
  895. /* ensure target dentry is invalidated, despite
  896. rehashing bug in vfs_rename_dir */
  897. ceph_invalidate_dentry_lease(dn);
  898. /* take overwritten dentry's readdir offset */
  899. dout("dn %p gets %p offset %lld (old offset %lld)\n",
  900. req->r_old_dentry, dn, ceph_dentry(dn)->offset,
  901. ceph_dentry(req->r_old_dentry)->offset);
  902. ceph_dentry(req->r_old_dentry)->offset =
  903. ceph_dentry(dn)->offset;
  904. dn = req->r_old_dentry; /* use old_dentry */
  905. in = dn->d_inode;
  906. }
  907. /* null dentry? */
  908. if (!rinfo->head->is_target) {
  909. dout("fill_trace null dentry\n");
  910. if (dn->d_inode) {
  911. dout("d_delete %p\n", dn);
  912. d_delete(dn);
  913. } else {
  914. dout("d_instantiate %p NULL\n", dn);
  915. d_instantiate(dn, NULL);
  916. if (have_lease && d_unhashed(dn))
  917. d_rehash(dn);
  918. update_dentry_lease(dn, rinfo->dlease,
  919. session,
  920. req->r_request_started);
  921. }
  922. goto done;
  923. }
  924. /* attach proper inode */
  925. ininfo = rinfo->targeti.in;
  926. vino.ino = le64_to_cpu(ininfo->ino);
  927. vino.snap = le64_to_cpu(ininfo->snapid);
  928. if (!dn->d_inode) {
  929. in = ceph_get_inode(sb, vino);
  930. if (IS_ERR(in)) {
  931. pr_err("fill_trace bad get_inode "
  932. "%llx.%llx\n", vino.ino, vino.snap);
  933. err = PTR_ERR(in);
  934. d_delete(dn);
  935. goto done;
  936. }
  937. dn = splice_dentry(dn, in, &have_lease);
  938. if (IS_ERR(dn)) {
  939. err = PTR_ERR(dn);
  940. goto done;
  941. }
  942. req->r_dentry = dn; /* may have spliced */
  943. igrab(in);
  944. } else if (ceph_ino(in) == vino.ino &&
  945. ceph_snap(in) == vino.snap) {
  946. igrab(in);
  947. } else {
  948. dout(" %p links to %p %llx.%llx, not %llx.%llx\n",
  949. dn, in, ceph_ino(in), ceph_snap(in),
  950. vino.ino, vino.snap);
  951. have_lease = false;
  952. in = NULL;
  953. }
  954. if (have_lease)
  955. update_dentry_lease(dn, rinfo->dlease, session,
  956. req->r_request_started);
  957. dout(" final dn %p\n", dn);
  958. i++;
  959. } else if (req->r_op == CEPH_MDS_OP_LOOKUPSNAP ||
  960. req->r_op == CEPH_MDS_OP_MKSNAP) {
  961. struct dentry *dn = req->r_dentry;
  962. /* fill out a snapdir LOOKUPSNAP dentry */
  963. BUG_ON(!dn);
  964. BUG_ON(!req->r_locked_dir);
  965. BUG_ON(ceph_snap(req->r_locked_dir) != CEPH_SNAPDIR);
  966. ininfo = rinfo->targeti.in;
  967. vino.ino = le64_to_cpu(ininfo->ino);
  968. vino.snap = le64_to_cpu(ininfo->snapid);
  969. in = ceph_get_inode(sb, vino);
  970. if (IS_ERR(in)) {
  971. pr_err("fill_inode get_inode badness %llx.%llx\n",
  972. vino.ino, vino.snap);
  973. err = PTR_ERR(in);
  974. d_delete(dn);
  975. goto done;
  976. }
  977. dout(" linking snapped dir %p to dn %p\n", in, dn);
  978. dn = splice_dentry(dn, in, NULL);
  979. if (IS_ERR(dn)) {
  980. err = PTR_ERR(dn);
  981. goto done;
  982. }
  983. req->r_dentry = dn; /* may have spliced */
  984. igrab(in);
  985. rinfo->head->is_dentry = 1; /* fool notrace handlers */
  986. }
  987. if (rinfo->head->is_target) {
  988. vino.ino = le64_to_cpu(rinfo->targeti.in->ino);
  989. vino.snap = le64_to_cpu(rinfo->targeti.in->snapid);
  990. if (in == NULL || ceph_ino(in) != vino.ino ||
  991. ceph_snap(in) != vino.snap) {
  992. in = ceph_get_inode(sb, vino);
  993. if (IS_ERR(in)) {
  994. err = PTR_ERR(in);
  995. goto done;
  996. }
  997. }
  998. req->r_target_inode = in;
  999. err = fill_inode(in,
  1000. &rinfo->targeti, NULL,
  1001. session, req->r_request_started,
  1002. (le32_to_cpu(rinfo->head->result) == 0) ?
  1003. req->r_fmode : -1,
  1004. &req->r_caps_reservation);
  1005. if (err < 0) {
  1006. pr_err("fill_inode badness %p %llx.%llx\n",
  1007. in, ceph_vinop(in));
  1008. goto done;
  1009. }
  1010. }
  1011. done:
  1012. dout("fill_trace done err=%d\n", err);
  1013. return err;
  1014. }
  1015. /*
  1016. * Prepopulate our cache with readdir results, leases, etc.
  1017. */
  1018. int ceph_readdir_prepopulate(struct ceph_mds_request *req,
  1019. struct ceph_mds_session *session)
  1020. {
  1021. struct dentry *parent = req->r_dentry;
  1022. struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info;
  1023. struct qstr dname;
  1024. struct dentry *dn;
  1025. struct inode *in;
  1026. int err = 0, i;
  1027. struct inode *snapdir = NULL;
  1028. struct ceph_mds_request_head *rhead = req->r_request->front.iov_base;
  1029. u64 frag = le32_to_cpu(rhead->args.readdir.frag);
  1030. struct ceph_dentry_info *di;
  1031. if (le32_to_cpu(rinfo->head->op) == CEPH_MDS_OP_LSSNAP) {
  1032. snapdir = ceph_get_snapdir(parent->d_inode);
  1033. parent = d_find_alias(snapdir);
  1034. dout("readdir_prepopulate %d items under SNAPDIR dn %p\n",
  1035. rinfo->dir_nr, parent);
  1036. } else {
  1037. dout("readdir_prepopulate %d items under dn %p\n",
  1038. rinfo->dir_nr, parent);
  1039. if (rinfo->dir_dir)
  1040. ceph_fill_dirfrag(parent->d_inode, rinfo->dir_dir);
  1041. }
  1042. for (i = 0; i < rinfo->dir_nr; i++) {
  1043. struct ceph_vino vino;
  1044. dname.name = rinfo->dir_dname[i];
  1045. dname.len = rinfo->dir_dname_len[i];
  1046. dname.hash = full_name_hash(dname.name, dname.len);
  1047. vino.ino = le64_to_cpu(rinfo->dir_in[i].in->ino);
  1048. vino.snap = le64_to_cpu(rinfo->dir_in[i].in->snapid);
  1049. retry_lookup:
  1050. dn = d_lookup(parent, &dname);
  1051. dout("d_lookup on parent=%p name=%.*s got %p\n",
  1052. parent, dname.len, dname.name, dn);
  1053. if (!dn) {
  1054. dn = d_alloc(parent, &dname);
  1055. dout("d_alloc %p '%.*s' = %p\n", parent,
  1056. dname.len, dname.name, dn);
  1057. if (dn == NULL) {
  1058. dout("d_alloc badness\n");
  1059. err = -ENOMEM;
  1060. goto out;
  1061. }
  1062. err = ceph_init_dentry(dn);
  1063. if (err < 0)
  1064. goto out;
  1065. } else if (dn->d_inode &&
  1066. (ceph_ino(dn->d_inode) != vino.ino ||
  1067. ceph_snap(dn->d_inode) != vino.snap)) {
  1068. dout(" dn %p points to wrong inode %p\n",
  1069. dn, dn->d_inode);
  1070. d_delete(dn);
  1071. dput(dn);
  1072. goto retry_lookup;
  1073. } else {
  1074. /* reorder parent's d_subdirs */
  1075. spin_lock(&dcache_lock);
  1076. spin_lock(&dn->d_lock);
  1077. list_move(&dn->d_u.d_child, &parent->d_subdirs);
  1078. spin_unlock(&dn->d_lock);
  1079. spin_unlock(&dcache_lock);
  1080. }
  1081. di = dn->d_fsdata;
  1082. di->offset = ceph_make_fpos(frag, i + req->r_readdir_offset);
  1083. /* inode */
  1084. if (dn->d_inode) {
  1085. in = dn->d_inode;
  1086. } else {
  1087. in = ceph_get_inode(parent->d_sb, vino);
  1088. if (in == NULL) {
  1089. dout("new_inode badness\n");
  1090. d_delete(dn);
  1091. dput(dn);
  1092. err = -ENOMEM;
  1093. goto out;
  1094. }
  1095. dn = splice_dentry(dn, in, NULL);
  1096. }
  1097. if (fill_inode(in, &rinfo->dir_in[i], NULL, session,
  1098. req->r_request_started, -1,
  1099. &req->r_caps_reservation) < 0) {
  1100. pr_err("fill_inode badness on %p\n", in);
  1101. dput(dn);
  1102. continue;
  1103. }
  1104. update_dentry_lease(dn, rinfo->dir_dlease[i],
  1105. req->r_session, req->r_request_started);
  1106. dput(dn);
  1107. }
  1108. req->r_did_prepopulate = true;
  1109. out:
  1110. if (snapdir) {
  1111. iput(snapdir);
  1112. dput(parent);
  1113. }
  1114. dout("readdir_prepopulate done\n");
  1115. return err;
  1116. }
  1117. int ceph_inode_set_size(struct inode *inode, loff_t size)
  1118. {
  1119. struct ceph_inode_info *ci = ceph_inode(inode);
  1120. int ret = 0;
  1121. spin_lock(&inode->i_lock);
  1122. dout("set_size %p %llu -> %llu\n", inode, inode->i_size, size);
  1123. inode->i_size = size;
  1124. inode->i_blocks = (size + (1 << 9) - 1) >> 9;
  1125. /* tell the MDS if we are approaching max_size */
  1126. if ((size << 1) >= ci->i_max_size &&
  1127. (ci->i_reported_size << 1) < ci->i_max_size)
  1128. ret = 1;
  1129. spin_unlock(&inode->i_lock);
  1130. return ret;
  1131. }
  1132. /*
  1133. * Write back inode data in a worker thread. (This can't be done
  1134. * in the message handler context.)
  1135. */
  1136. void ceph_queue_writeback(struct inode *inode)
  1137. {
  1138. if (queue_work(ceph_inode_to_client(inode)->wb_wq,
  1139. &ceph_inode(inode)->i_wb_work)) {
  1140. dout("ceph_queue_writeback %p\n", inode);
  1141. igrab(inode);
  1142. } else {
  1143. dout("ceph_queue_writeback %p failed\n", inode);
  1144. }
  1145. }
  1146. static void ceph_writeback_work(struct work_struct *work)
  1147. {
  1148. struct ceph_inode_info *ci = container_of(work, struct ceph_inode_info,
  1149. i_wb_work);
  1150. struct inode *inode = &ci->vfs_inode;
  1151. dout("writeback %p\n", inode);
  1152. filemap_fdatawrite(&inode->i_data);
  1153. iput(inode);
  1154. }
  1155. /*
  1156. * queue an async invalidation
  1157. */
  1158. void ceph_queue_invalidate(struct inode *inode)
  1159. {
  1160. if (queue_work(ceph_inode_to_client(inode)->pg_inv_wq,
  1161. &ceph_inode(inode)->i_pg_inv_work)) {
  1162. dout("ceph_queue_invalidate %p\n", inode);
  1163. igrab(inode);
  1164. } else {
  1165. dout("ceph_queue_invalidate %p failed\n", inode);
  1166. }
  1167. }
  1168. /*
  1169. * invalidate any pages that are not dirty or under writeback. this
  1170. * includes pages that are clean and mapped.
  1171. */
  1172. static void ceph_invalidate_nondirty_pages(struct address_space *mapping)
  1173. {
  1174. struct pagevec pvec;
  1175. pgoff_t next = 0;
  1176. int i;
  1177. pagevec_init(&pvec, 0);
  1178. while (pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) {
  1179. for (i = 0; i < pagevec_count(&pvec); i++) {
  1180. struct page *page = pvec.pages[i];
  1181. pgoff_t index;
  1182. int skip_page =
  1183. (PageDirty(page) || PageWriteback(page));
  1184. if (!skip_page)
  1185. skip_page = !trylock_page(page);
  1186. /*
  1187. * We really shouldn't be looking at the ->index of an
  1188. * unlocked page. But we're not allowed to lock these
  1189. * pages. So we rely upon nobody altering the ->index
  1190. * of this (pinned-by-us) page.
  1191. */
  1192. index = page->index;
  1193. if (index > next)
  1194. next = index;
  1195. next++;
  1196. if (skip_page)
  1197. continue;
  1198. generic_error_remove_page(mapping, page);
  1199. unlock_page(page);
  1200. }
  1201. pagevec_release(&pvec);
  1202. cond_resched();
  1203. }
  1204. }
  1205. /*
  1206. * Invalidate inode pages in a worker thread. (This can't be done
  1207. * in the message handler context.)
  1208. */
  1209. static void ceph_invalidate_work(struct work_struct *work)
  1210. {
  1211. struct ceph_inode_info *ci = container_of(work, struct ceph_inode_info,
  1212. i_pg_inv_work);
  1213. struct inode *inode = &ci->vfs_inode;
  1214. u32 orig_gen;
  1215. int check = 0;
  1216. spin_lock(&inode->i_lock);
  1217. dout("invalidate_pages %p gen %d revoking %d\n", inode,
  1218. ci->i_rdcache_gen, ci->i_rdcache_revoking);
  1219. if (ci->i_rdcache_gen == 0 ||
  1220. ci->i_rdcache_revoking != ci->i_rdcache_gen) {
  1221. BUG_ON(ci->i_rdcache_revoking > ci->i_rdcache_gen);
  1222. /* nevermind! */
  1223. ci->i_rdcache_revoking = 0;
  1224. spin_unlock(&inode->i_lock);
  1225. goto out;
  1226. }
  1227. orig_gen = ci->i_rdcache_gen;
  1228. spin_unlock(&inode->i_lock);
  1229. ceph_invalidate_nondirty_pages(inode->i_mapping);
  1230. spin_lock(&inode->i_lock);
  1231. if (orig_gen == ci->i_rdcache_gen) {
  1232. dout("invalidate_pages %p gen %d successful\n", inode,
  1233. ci->i_rdcache_gen);
  1234. ci->i_rdcache_gen = 0;
  1235. ci->i_rdcache_revoking = 0;
  1236. check = 1;
  1237. } else {
  1238. dout("invalidate_pages %p gen %d raced, gen now %d\n",
  1239. inode, orig_gen, ci->i_rdcache_gen);
  1240. }
  1241. spin_unlock(&inode->i_lock);
  1242. if (check)
  1243. ceph_check_caps(ci, 0, NULL);
  1244. out:
  1245. iput(inode);
  1246. }
  1247. /*
  1248. * called by trunc_wq; take i_mutex ourselves
  1249. *
  1250. * We also truncate in a separate thread as well.
  1251. */
  1252. static void ceph_vmtruncate_work(struct work_struct *work)
  1253. {
  1254. struct ceph_inode_info *ci = container_of(work, struct ceph_inode_info,
  1255. i_vmtruncate_work);
  1256. struct inode *inode = &ci->vfs_inode;
  1257. dout("vmtruncate_work %p\n", inode);
  1258. mutex_lock(&inode->i_mutex);
  1259. __ceph_do_pending_vmtruncate(inode);
  1260. mutex_unlock(&inode->i_mutex);
  1261. iput(inode);
  1262. }
  1263. /*
  1264. * Queue an async vmtruncate. If we fail to queue work, we will handle
  1265. * the truncation the next time we call __ceph_do_pending_vmtruncate.
  1266. */
  1267. void ceph_queue_vmtruncate(struct inode *inode)
  1268. {
  1269. struct ceph_inode_info *ci = ceph_inode(inode);
  1270. if (queue_work(ceph_sb_to_client(inode->i_sb)->trunc_wq,
  1271. &ci->i_vmtruncate_work)) {
  1272. dout("ceph_queue_vmtruncate %p\n", inode);
  1273. igrab(inode);
  1274. } else {
  1275. dout("ceph_queue_vmtruncate %p failed, pending=%d\n",
  1276. inode, ci->i_truncate_pending);
  1277. }
  1278. }
  1279. /*
  1280. * called with i_mutex held.
  1281. *
  1282. * Make sure any pending truncation is applied before doing anything
  1283. * that may depend on it.
  1284. */
  1285. void __ceph_do_pending_vmtruncate(struct inode *inode)
  1286. {
  1287. struct ceph_inode_info *ci = ceph_inode(inode);
  1288. u64 to;
  1289. int wrbuffer_refs, wake = 0;
  1290. retry:
  1291. spin_lock(&inode->i_lock);
  1292. if (ci->i_truncate_pending == 0) {
  1293. dout("__do_pending_vmtruncate %p none pending\n", inode);
  1294. spin_unlock(&inode->i_lock);
  1295. return;
  1296. }
  1297. /*
  1298. * make sure any dirty snapped pages are flushed before we
  1299. * possibly truncate them.. so write AND block!
  1300. */
  1301. if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) {
  1302. dout("__do_pending_vmtruncate %p flushing snaps first\n",
  1303. inode);
  1304. spin_unlock(&inode->i_lock);
  1305. filemap_write_and_wait_range(&inode->i_data, 0,
  1306. inode->i_sb->s_maxbytes);
  1307. goto retry;
  1308. }
  1309. to = ci->i_truncate_size;
  1310. wrbuffer_refs = ci->i_wrbuffer_ref;
  1311. dout("__do_pending_vmtruncate %p (%d) to %lld\n", inode,
  1312. ci->i_truncate_pending, to);
  1313. spin_unlock(&inode->i_lock);
  1314. truncate_inode_pages(inode->i_mapping, to);
  1315. spin_lock(&inode->i_lock);
  1316. ci->i_truncate_pending--;
  1317. if (ci->i_truncate_pending == 0)
  1318. wake = 1;
  1319. spin_unlock(&inode->i_lock);
  1320. if (wrbuffer_refs == 0)
  1321. ceph_check_caps(ci, CHECK_CAPS_AUTHONLY, NULL);
  1322. if (wake)
  1323. wake_up(&ci->i_cap_wq);
  1324. }
  1325. /*
  1326. * symlinks
  1327. */
  1328. static void *ceph_sym_follow_link(struct dentry *dentry, struct nameidata *nd)
  1329. {
  1330. struct ceph_inode_info *ci = ceph_inode(dentry->d_inode);
  1331. nd_set_link(nd, ci->i_symlink);
  1332. return NULL;
  1333. }
  1334. static const struct inode_operations ceph_symlink_iops = {
  1335. .readlink = generic_readlink,
  1336. .follow_link = ceph_sym_follow_link,
  1337. };
  1338. /*
  1339. * setattr
  1340. */
  1341. int ceph_setattr(struct dentry *dentry, struct iattr *attr)
  1342. {
  1343. struct inode *inode = dentry->d_inode;
  1344. struct ceph_inode_info *ci = ceph_inode(inode);
  1345. struct inode *parent_inode = dentry->d_parent->d_inode;
  1346. const unsigned int ia_valid = attr->ia_valid;
  1347. struct ceph_mds_request *req;
  1348. struct ceph_mds_client *mdsc = &ceph_sb_to_client(dentry->d_sb)->mdsc;
  1349. int issued;
  1350. int release = 0, dirtied = 0;
  1351. int mask = 0;
  1352. int err = 0;
  1353. if (ceph_snap(inode) != CEPH_NOSNAP)
  1354. return -EROFS;
  1355. __ceph_do_pending_vmtruncate(inode);
  1356. err = inode_change_ok(inode, attr);
  1357. if (err != 0)
  1358. return err;
  1359. req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETATTR,
  1360. USE_AUTH_MDS);
  1361. if (IS_ERR(req))
  1362. return PTR_ERR(req);
  1363. spin_lock(&inode->i_lock);
  1364. issued = __ceph_caps_issued(ci, NULL);
  1365. dout("setattr %p issued %s\n", inode, ceph_cap_string(issued));
  1366. if (ia_valid & ATTR_UID) {
  1367. dout("setattr %p uid %d -> %d\n", inode,
  1368. inode->i_uid, attr->ia_uid);
  1369. if (issued & CEPH_CAP_AUTH_EXCL) {
  1370. inode->i_uid = attr->ia_uid;
  1371. dirtied |= CEPH_CAP_AUTH_EXCL;
  1372. } else if ((issued & CEPH_CAP_AUTH_SHARED) == 0 ||
  1373. attr->ia_uid != inode->i_uid) {
  1374. req->r_args.setattr.uid = cpu_to_le32(attr->ia_uid);
  1375. mask |= CEPH_SETATTR_UID;
  1376. release |= CEPH_CAP_AUTH_SHARED;
  1377. }
  1378. }
  1379. if (ia_valid & ATTR_GID) {
  1380. dout("setattr %p gid %d -> %d\n", inode,
  1381. inode->i_gid, attr->ia_gid);
  1382. if (issued & CEPH_CAP_AUTH_EXCL) {
  1383. inode->i_gid = attr->ia_gid;
  1384. dirtied |= CEPH_CAP_AUTH_EXCL;
  1385. } else if ((issued & CEPH_CAP_AUTH_SHARED) == 0 ||
  1386. attr->ia_gid != inode->i_gid) {
  1387. req->r_args.setattr.gid = cpu_to_le32(attr->ia_gid);
  1388. mask |= CEPH_SETATTR_GID;
  1389. release |= CEPH_CAP_AUTH_SHARED;
  1390. }
  1391. }
  1392. if (ia_valid & ATTR_MODE) {
  1393. dout("setattr %p mode 0%o -> 0%o\n", inode, inode->i_mode,
  1394. attr->ia_mode);
  1395. if (issued & CEPH_CAP_AUTH_EXCL) {
  1396. inode->i_mode = attr->ia_mode;
  1397. dirtied |= CEPH_CAP_AUTH_EXCL;
  1398. } else if ((issued & CEPH_CAP_AUTH_SHARED) == 0 ||
  1399. attr->ia_mode != inode->i_mode) {
  1400. req->r_args.setattr.mode = cpu_to_le32(attr->ia_mode);
  1401. mask |= CEPH_SETATTR_MODE;
  1402. release |= CEPH_CAP_AUTH_SHARED;
  1403. }
  1404. }
  1405. if (ia_valid & ATTR_ATIME) {
  1406. dout("setattr %p atime %ld.%ld -> %ld.%ld\n", inode,
  1407. inode->i_atime.tv_sec, inode->i_atime.tv_nsec,
  1408. attr->ia_atime.tv_sec, attr->ia_atime.tv_nsec);
  1409. if (issued & CEPH_CAP_FILE_EXCL) {
  1410. ci->i_time_warp_seq++;
  1411. inode->i_atime = attr->ia_atime;
  1412. dirtied |= CEPH_CAP_FILE_EXCL;
  1413. } else if ((issued & CEPH_CAP_FILE_WR) &&
  1414. timespec_compare(&inode->i_atime,
  1415. &attr->ia_atime) < 0) {
  1416. inode->i_atime = attr->ia_atime;
  1417. dirtied |= CEPH_CAP_FILE_WR;
  1418. } else if ((issued & CEPH_CAP_FILE_SHARED) == 0 ||
  1419. !timespec_equal(&inode->i_atime, &attr->ia_atime)) {
  1420. ceph_encode_timespec(&req->r_args.setattr.atime,
  1421. &attr->ia_atime);
  1422. mask |= CEPH_SETATTR_ATIME;
  1423. release |= CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_RD |
  1424. CEPH_CAP_FILE_WR;
  1425. }
  1426. }
  1427. if (ia_valid & ATTR_MTIME) {
  1428. dout("setattr %p mtime %ld.%ld -> %ld.%ld\n", inode,
  1429. inode->i_mtime.tv_sec, inode->i_mtime.tv_nsec,
  1430. attr->ia_mtime.tv_sec, attr->ia_mtime.tv_nsec);
  1431. if (issued & CEPH_CAP_FILE_EXCL) {
  1432. ci->i_time_warp_seq++;
  1433. inode->i_mtime = attr->ia_mtime;
  1434. dirtied |= CEPH_CAP_FILE_EXCL;
  1435. } else if ((issued & CEPH_CAP_FILE_WR) &&
  1436. timespec_compare(&inode->i_mtime,
  1437. &attr->ia_mtime) < 0) {
  1438. inode->i_mtime = attr->ia_mtime;
  1439. dirtied |= CEPH_CAP_FILE_WR;
  1440. } else if ((issued & CEPH_CAP_FILE_SHARED) == 0 ||
  1441. !timespec_equal(&inode->i_mtime, &attr->ia_mtime)) {
  1442. ceph_encode_timespec(&req->r_args.setattr.mtime,
  1443. &attr->ia_mtime);
  1444. mask |= CEPH_SETATTR_MTIME;
  1445. release |= CEPH_CAP_FILE_SHARED | CEPH_CAP_FILE_RD |
  1446. CEPH_CAP_FILE_WR;
  1447. }
  1448. }
  1449. if (ia_valid & ATTR_SIZE) {
  1450. dout("setattr %p size %lld -> %lld\n", inode,
  1451. inode->i_size, attr->ia_size);
  1452. if (attr->ia_size > inode->i_sb->s_maxbytes) {
  1453. err = -EINVAL;
  1454. goto out;
  1455. }
  1456. if ((issued & CEPH_CAP_FILE_EXCL) &&
  1457. attr->ia_size > inode->i_size) {
  1458. inode->i_size = attr->ia_size;
  1459. inode->i_blocks =
  1460. (attr->ia_size + (1 << 9) - 1) >> 9;
  1461. inode->i_ctime = attr->ia_ctime;
  1462. ci->i_reported_size = attr->ia_size;
  1463. dirtied |= CEPH_CAP_FILE_EXCL;
  1464. } else if ((issued & CEPH_CAP_FILE_SHARED) == 0 ||
  1465. attr->ia_size != inode->i_size) {
  1466. req->r_args.setattr.size = cpu_to_le64(attr->ia_size);
  1467. req->r_args.setattr.old_size =
  1468. cpu_to_le64(inode->i_size);
  1469. mask |= CEPH_SETATTR_SIZE;
  1470. release |= CEPH_CAP_FILE_SHARED | CEPH_CAP_FILE_RD |
  1471. CEPH_CAP_FILE_WR;
  1472. }
  1473. }
  1474. /* these do nothing */
  1475. if (ia_valid & ATTR_CTIME) {
  1476. bool only = (ia_valid & (ATTR_SIZE|ATTR_MTIME|ATTR_ATIME|
  1477. ATTR_MODE|ATTR_UID|ATTR_GID)) == 0;
  1478. dout("setattr %p ctime %ld.%ld -> %ld.%ld (%s)\n", inode,
  1479. inode->i_ctime.tv_sec, inode->i_ctime.tv_nsec,
  1480. attr->ia_ctime.tv_sec, attr->ia_ctime.tv_nsec,
  1481. only ? "ctime only" : "ignored");
  1482. inode->i_ctime = attr->ia_ctime;
  1483. if (only) {
  1484. /*
  1485. * if kernel wants to dirty ctime but nothing else,
  1486. * we need to choose a cap to dirty under, or do
  1487. * a almost-no-op setattr
  1488. */
  1489. if (issued & CEPH_CAP_AUTH_EXCL)
  1490. dirtied |= CEPH_CAP_AUTH_EXCL;
  1491. else if (issued & CEPH_CAP_FILE_EXCL)
  1492. dirtied |= CEPH_CAP_FILE_EXCL;
  1493. else if (issued & CEPH_CAP_XATTR_EXCL)
  1494. dirtied |= CEPH_CAP_XATTR_EXCL;
  1495. else
  1496. mask |= CEPH_SETATTR_CTIME;
  1497. }
  1498. }
  1499. if (ia_valid & ATTR_FILE)
  1500. dout("setattr %p ATTR_FILE ... hrm!\n", inode);
  1501. if (dirtied) {
  1502. __ceph_mark_dirty_caps(ci, dirtied);
  1503. inode->i_ctime = CURRENT_TIME;
  1504. }
  1505. release &= issued;
  1506. spin_unlock(&inode->i_lock);
  1507. if (mask) {
  1508. req->r_inode = igrab(inode);
  1509. req->r_inode_drop = release;
  1510. req->r_args.setattr.mask = cpu_to_le32(mask);
  1511. req->r_num_caps = 1;
  1512. err = ceph_mdsc_do_request(mdsc, parent_inode, req);
  1513. }
  1514. dout("setattr %p result=%d (%s locally, %d remote)\n", inode, err,
  1515. ceph_cap_string(dirtied), mask);
  1516. ceph_mdsc_put_request(req);
  1517. __ceph_do_pending_vmtruncate(inode);
  1518. return err;
  1519. out:
  1520. spin_unlock(&inode->i_lock);
  1521. ceph_mdsc_put_request(req);
  1522. return err;
  1523. }
  1524. /*
  1525. * Verify that we have a lease on the given mask. If not,
  1526. * do a getattr against an mds.
  1527. */
  1528. int ceph_do_getattr(struct inode *inode, int mask)
  1529. {
  1530. struct ceph_client *client = ceph_sb_to_client(inode->i_sb);
  1531. struct ceph_mds_client *mdsc = &client->mdsc;
  1532. struct ceph_mds_request *req;
  1533. int err;
  1534. if (ceph_snap(inode) == CEPH_SNAPDIR) {
  1535. dout("do_getattr inode %p SNAPDIR\n", inode);
  1536. return 0;
  1537. }
  1538. dout("do_getattr inode %p mask %s\n", inode, ceph_cap_string(mask));
  1539. if (ceph_caps_issued_mask(ceph_inode(inode), mask, 1))
  1540. return 0;
  1541. req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS);
  1542. if (IS_ERR(req))
  1543. return PTR_ERR(req);
  1544. req->r_inode = igrab(inode);
  1545. req->r_num_caps = 1;
  1546. req->r_args.getattr.mask = cpu_to_le32(mask);
  1547. err = ceph_mdsc_do_request(mdsc, NULL, req);
  1548. ceph_mdsc_put_request(req);
  1549. dout("do_getattr result=%d\n", err);
  1550. return err;
  1551. }
  1552. /*
  1553. * Check inode permissions. We verify we have a valid value for
  1554. * the AUTH cap, then call the generic handler.
  1555. */
  1556. int ceph_permission(struct inode *inode, int mask)
  1557. {
  1558. int err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED);
  1559. if (!err)
  1560. err = generic_permission(inode, mask, NULL);
  1561. return err;
  1562. }
  1563. /*
  1564. * Get all attributes. Hopefully somedata we'll have a statlite()
  1565. * and can limit the fields we require to be accurate.
  1566. */
  1567. int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
  1568. struct kstat *stat)
  1569. {
  1570. struct inode *inode = dentry->d_inode;
  1571. struct ceph_inode_info *ci = ceph_inode(inode);
  1572. int err;
  1573. err = ceph_do_getattr(inode, CEPH_STAT_CAP_INODE_ALL);
  1574. if (!err) {
  1575. generic_fillattr(inode, stat);
  1576. stat->ino = inode->i_ino;
  1577. if (ceph_snap(inode) != CEPH_NOSNAP)
  1578. stat->dev = ceph_snap(inode);
  1579. else
  1580. stat->dev = 0;
  1581. if (S_ISDIR(inode->i_mode)) {
  1582. stat->size = ci->i_rbytes;
  1583. stat->blocks = 0;
  1584. stat->blksize = 65536;
  1585. }
  1586. }
  1587. return err;
  1588. }