dir.c 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  1. /*
  2. * linux/fs/nfs/dir.c
  3. *
  4. * Copyright (C) 1992 Rick Sladkey
  5. *
  6. * nfs directory handling functions
  7. *
  8. * 10 Apr 1996 Added silly rename for unlink --okir
  9. * 28 Sep 1996 Improved directory cache --okir
  10. * 23 Aug 1997 Claus Heine claus@momo.math.rwth-aachen.de
  11. * Re-implemented silly rename for unlink, newly implemented
  12. * silly rename for nfs_rename() following the suggestions
  13. * of Olaf Kirch (okir) found in this file.
  14. * Following Linus comments on my original hack, this version
  15. * depends only on the dcache stuff and doesn't touch the inode
  16. * layer (iput() and friends).
  17. * 6 Jun 1999 Cache readdir lookups in the page cache. -DaveM
  18. */
  19. #include <linux/time.h>
  20. #include <linux/errno.h>
  21. #include <linux/stat.h>
  22. #include <linux/fcntl.h>
  23. #include <linux/string.h>
  24. #include <linux/kernel.h>
  25. #include <linux/slab.h>
  26. #include <linux/mm.h>
  27. #include <linux/sunrpc/clnt.h>
  28. #include <linux/nfs_fs.h>
  29. #include <linux/nfs_mount.h>
  30. #include <linux/pagemap.h>
  31. #include <linux/smp_lock.h>
  32. #include <linux/namei.h>
  33. #include "nfs4_fs.h"
  34. #include "delegation.h"
  35. #include "iostat.h"
  36. #define NFS_PARANOIA 1
  37. /* #define NFS_DEBUG_VERBOSE 1 */
  38. static int nfs_opendir(struct inode *, struct file *);
  39. static int nfs_readdir(struct file *, void *, filldir_t);
  40. static struct dentry *nfs_lookup(struct inode *, struct dentry *, struct nameidata *);
  41. static int nfs_create(struct inode *, struct dentry *, int, struct nameidata *);
  42. static int nfs_mkdir(struct inode *, struct dentry *, int);
  43. static int nfs_rmdir(struct inode *, struct dentry *);
  44. static int nfs_unlink(struct inode *, struct dentry *);
  45. static int nfs_symlink(struct inode *, struct dentry *, const char *);
  46. static int nfs_link(struct dentry *, struct inode *, struct dentry *);
  47. static int nfs_mknod(struct inode *, struct dentry *, int, dev_t);
  48. static int nfs_rename(struct inode *, struct dentry *,
  49. struct inode *, struct dentry *);
  50. static int nfs_fsync_dir(struct file *, struct dentry *, int);
  51. static loff_t nfs_llseek_dir(struct file *, loff_t, int);
  52. const struct file_operations nfs_dir_operations = {
  53. .llseek = nfs_llseek_dir,
  54. .read = generic_read_dir,
  55. .readdir = nfs_readdir,
  56. .open = nfs_opendir,
  57. .release = nfs_release,
  58. .fsync = nfs_fsync_dir,
  59. };
  60. struct inode_operations nfs_dir_inode_operations = {
  61. .create = nfs_create,
  62. .lookup = nfs_lookup,
  63. .link = nfs_link,
  64. .unlink = nfs_unlink,
  65. .symlink = nfs_symlink,
  66. .mkdir = nfs_mkdir,
  67. .rmdir = nfs_rmdir,
  68. .mknod = nfs_mknod,
  69. .rename = nfs_rename,
  70. .permission = nfs_permission,
  71. .getattr = nfs_getattr,
  72. .setattr = nfs_setattr,
  73. };
  74. #ifdef CONFIG_NFS_V3
  75. struct inode_operations nfs3_dir_inode_operations = {
  76. .create = nfs_create,
  77. .lookup = nfs_lookup,
  78. .link = nfs_link,
  79. .unlink = nfs_unlink,
  80. .symlink = nfs_symlink,
  81. .mkdir = nfs_mkdir,
  82. .rmdir = nfs_rmdir,
  83. .mknod = nfs_mknod,
  84. .rename = nfs_rename,
  85. .permission = nfs_permission,
  86. .getattr = nfs_getattr,
  87. .setattr = nfs_setattr,
  88. .listxattr = nfs3_listxattr,
  89. .getxattr = nfs3_getxattr,
  90. .setxattr = nfs3_setxattr,
  91. .removexattr = nfs3_removexattr,
  92. };
  93. #endif /* CONFIG_NFS_V3 */
  94. #ifdef CONFIG_NFS_V4
  95. static struct dentry *nfs_atomic_lookup(struct inode *, struct dentry *, struct nameidata *);
  96. struct inode_operations nfs4_dir_inode_operations = {
  97. .create = nfs_create,
  98. .lookup = nfs_atomic_lookup,
  99. .link = nfs_link,
  100. .unlink = nfs_unlink,
  101. .symlink = nfs_symlink,
  102. .mkdir = nfs_mkdir,
  103. .rmdir = nfs_rmdir,
  104. .mknod = nfs_mknod,
  105. .rename = nfs_rename,
  106. .permission = nfs_permission,
  107. .getattr = nfs_getattr,
  108. .setattr = nfs_setattr,
  109. .getxattr = nfs4_getxattr,
  110. .setxattr = nfs4_setxattr,
  111. .listxattr = nfs4_listxattr,
  112. };
  113. #endif /* CONFIG_NFS_V4 */
  114. /*
  115. * Open file
  116. */
  117. static int
  118. nfs_opendir(struct inode *inode, struct file *filp)
  119. {
  120. int res;
  121. dfprintk(VFS, "NFS: opendir(%s/%ld)\n",
  122. inode->i_sb->s_id, inode->i_ino);
  123. lock_kernel();
  124. /* Call generic open code in order to cache credentials */
  125. res = nfs_open(inode, filp);
  126. unlock_kernel();
  127. return res;
  128. }
  129. typedef u32 * (*decode_dirent_t)(u32 *, struct nfs_entry *, int);
  130. typedef struct {
  131. struct file *file;
  132. struct page *page;
  133. unsigned long page_index;
  134. u32 *ptr;
  135. u64 *dir_cookie;
  136. loff_t current_index;
  137. struct nfs_entry *entry;
  138. decode_dirent_t decode;
  139. int plus;
  140. int error;
  141. } nfs_readdir_descriptor_t;
  142. /* Now we cache directories properly, by stuffing the dirent
  143. * data directly in the page cache.
  144. *
  145. * Inode invalidation due to refresh etc. takes care of
  146. * _everything_, no sloppy entry flushing logic, no extraneous
  147. * copying, network direct to page cache, the way it was meant
  148. * to be.
  149. *
  150. * NOTE: Dirent information verification is done always by the
  151. * page-in of the RPC reply, nowhere else, this simplies
  152. * things substantially.
  153. */
  154. static
  155. int nfs_readdir_filler(nfs_readdir_descriptor_t *desc, struct page *page)
  156. {
  157. struct file *file = desc->file;
  158. struct inode *inode = file->f_dentry->d_inode;
  159. struct rpc_cred *cred = nfs_file_cred(file);
  160. unsigned long timestamp;
  161. int error;
  162. dfprintk(DIRCACHE, "NFS: %s: reading cookie %Lu into page %lu\n",
  163. __FUNCTION__, (long long)desc->entry->cookie,
  164. page->index);
  165. again:
  166. timestamp = jiffies;
  167. error = NFS_PROTO(inode)->readdir(file->f_dentry, cred, desc->entry->cookie, page,
  168. NFS_SERVER(inode)->dtsize, desc->plus);
  169. if (error < 0) {
  170. /* We requested READDIRPLUS, but the server doesn't grok it */
  171. if (error == -ENOTSUPP && desc->plus) {
  172. NFS_SERVER(inode)->caps &= ~NFS_CAP_READDIRPLUS;
  173. clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_FLAGS(inode));
  174. desc->plus = 0;
  175. goto again;
  176. }
  177. goto error;
  178. }
  179. SetPageUptodate(page);
  180. spin_lock(&inode->i_lock);
  181. NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATIME;
  182. spin_unlock(&inode->i_lock);
  183. /* Ensure consistent page alignment of the data.
  184. * Note: assumes we have exclusive access to this mapping either
  185. * through inode->i_mutex or some other mechanism.
  186. */
  187. if (page->index == 0)
  188. invalidate_inode_pages2_range(inode->i_mapping, PAGE_CACHE_SIZE, -1);
  189. unlock_page(page);
  190. return 0;
  191. error:
  192. SetPageError(page);
  193. unlock_page(page);
  194. nfs_zap_caches(inode);
  195. desc->error = error;
  196. return -EIO;
  197. }
  198. static inline
  199. int dir_decode(nfs_readdir_descriptor_t *desc)
  200. {
  201. u32 *p = desc->ptr;
  202. p = desc->decode(p, desc->entry, desc->plus);
  203. if (IS_ERR(p))
  204. return PTR_ERR(p);
  205. desc->ptr = p;
  206. return 0;
  207. }
  208. static inline
  209. void dir_page_release(nfs_readdir_descriptor_t *desc)
  210. {
  211. kunmap(desc->page);
  212. page_cache_release(desc->page);
  213. desc->page = NULL;
  214. desc->ptr = NULL;
  215. }
  216. /*
  217. * Given a pointer to a buffer that has already been filled by a call
  218. * to readdir, find the next entry with cookie '*desc->dir_cookie'.
  219. *
  220. * If the end of the buffer has been reached, return -EAGAIN, if not,
  221. * return the offset within the buffer of the next entry to be
  222. * read.
  223. */
  224. static inline
  225. int find_dirent(nfs_readdir_descriptor_t *desc)
  226. {
  227. struct nfs_entry *entry = desc->entry;
  228. int loop_count = 0,
  229. status;
  230. while((status = dir_decode(desc)) == 0) {
  231. dfprintk(DIRCACHE, "NFS: %s: examining cookie %Lu\n",
  232. __FUNCTION__, (unsigned long long)entry->cookie);
  233. if (entry->prev_cookie == *desc->dir_cookie)
  234. break;
  235. if (loop_count++ > 200) {
  236. loop_count = 0;
  237. schedule();
  238. }
  239. }
  240. return status;
  241. }
  242. /*
  243. * Given a pointer to a buffer that has already been filled by a call
  244. * to readdir, find the entry at offset 'desc->file->f_pos'.
  245. *
  246. * If the end of the buffer has been reached, return -EAGAIN, if not,
  247. * return the offset within the buffer of the next entry to be
  248. * read.
  249. */
  250. static inline
  251. int find_dirent_index(nfs_readdir_descriptor_t *desc)
  252. {
  253. struct nfs_entry *entry = desc->entry;
  254. int loop_count = 0,
  255. status;
  256. for(;;) {
  257. status = dir_decode(desc);
  258. if (status)
  259. break;
  260. dfprintk(DIRCACHE, "NFS: found cookie %Lu at index %Ld\n",
  261. (unsigned long long)entry->cookie, desc->current_index);
  262. if (desc->file->f_pos == desc->current_index) {
  263. *desc->dir_cookie = entry->cookie;
  264. break;
  265. }
  266. desc->current_index++;
  267. if (loop_count++ > 200) {
  268. loop_count = 0;
  269. schedule();
  270. }
  271. }
  272. return status;
  273. }
  274. /*
  275. * Find the given page, and call find_dirent() or find_dirent_index in
  276. * order to try to return the next entry.
  277. */
  278. static inline
  279. int find_dirent_page(nfs_readdir_descriptor_t *desc)
  280. {
  281. struct inode *inode = desc->file->f_dentry->d_inode;
  282. struct page *page;
  283. int status;
  284. dfprintk(DIRCACHE, "NFS: %s: searching page %ld for target %Lu\n",
  285. __FUNCTION__, desc->page_index,
  286. (long long) *desc->dir_cookie);
  287. page = read_cache_page(inode->i_mapping, desc->page_index,
  288. (filler_t *)nfs_readdir_filler, desc);
  289. if (IS_ERR(page)) {
  290. status = PTR_ERR(page);
  291. goto out;
  292. }
  293. if (!PageUptodate(page))
  294. goto read_error;
  295. /* NOTE: Someone else may have changed the READDIRPLUS flag */
  296. desc->page = page;
  297. desc->ptr = kmap(page); /* matching kunmap in nfs_do_filldir */
  298. if (*desc->dir_cookie != 0)
  299. status = find_dirent(desc);
  300. else
  301. status = find_dirent_index(desc);
  302. if (status < 0)
  303. dir_page_release(desc);
  304. out:
  305. dfprintk(DIRCACHE, "NFS: %s: returns %d\n", __FUNCTION__, status);
  306. return status;
  307. read_error:
  308. page_cache_release(page);
  309. return -EIO;
  310. }
  311. /*
  312. * Recurse through the page cache pages, and return a
  313. * filled nfs_entry structure of the next directory entry if possible.
  314. *
  315. * The target for the search is '*desc->dir_cookie' if non-0,
  316. * 'desc->file->f_pos' otherwise
  317. */
  318. static inline
  319. int readdir_search_pagecache(nfs_readdir_descriptor_t *desc)
  320. {
  321. int loop_count = 0;
  322. int res;
  323. /* Always search-by-index from the beginning of the cache */
  324. if (*desc->dir_cookie == 0) {
  325. dfprintk(DIRCACHE, "NFS: readdir_search_pagecache() searching for offset %Ld\n",
  326. (long long)desc->file->f_pos);
  327. desc->page_index = 0;
  328. desc->entry->cookie = desc->entry->prev_cookie = 0;
  329. desc->entry->eof = 0;
  330. desc->current_index = 0;
  331. } else
  332. dfprintk(DIRCACHE, "NFS: readdir_search_pagecache() searching for cookie %Lu\n",
  333. (unsigned long long)*desc->dir_cookie);
  334. for (;;) {
  335. res = find_dirent_page(desc);
  336. if (res != -EAGAIN)
  337. break;
  338. /* Align to beginning of next page */
  339. desc->page_index ++;
  340. if (loop_count++ > 200) {
  341. loop_count = 0;
  342. schedule();
  343. }
  344. }
  345. dfprintk(DIRCACHE, "NFS: %s: returns %d\n", __FUNCTION__, res);
  346. return res;
  347. }
  348. static inline unsigned int dt_type(struct inode *inode)
  349. {
  350. return (inode->i_mode >> 12) & 15;
  351. }
  352. static struct dentry *nfs_readdir_lookup(nfs_readdir_descriptor_t *desc);
  353. /*
  354. * Once we've found the start of the dirent within a page: fill 'er up...
  355. */
  356. static
  357. int nfs_do_filldir(nfs_readdir_descriptor_t *desc, void *dirent,
  358. filldir_t filldir)
  359. {
  360. struct file *file = desc->file;
  361. struct nfs_entry *entry = desc->entry;
  362. struct dentry *dentry = NULL;
  363. unsigned long fileid;
  364. int loop_count = 0,
  365. res;
  366. dfprintk(DIRCACHE, "NFS: nfs_do_filldir() filling starting @ cookie %Lu\n",
  367. (unsigned long long)entry->cookie);
  368. for(;;) {
  369. unsigned d_type = DT_UNKNOWN;
  370. /* Note: entry->prev_cookie contains the cookie for
  371. * retrieving the current dirent on the server */
  372. fileid = nfs_fileid_to_ino_t(entry->ino);
  373. /* Get a dentry if we have one */
  374. if (dentry != NULL)
  375. dput(dentry);
  376. dentry = nfs_readdir_lookup(desc);
  377. /* Use readdirplus info */
  378. if (dentry != NULL && dentry->d_inode != NULL) {
  379. d_type = dt_type(dentry->d_inode);
  380. fileid = dentry->d_inode->i_ino;
  381. }
  382. res = filldir(dirent, entry->name, entry->len,
  383. file->f_pos, fileid, d_type);
  384. if (res < 0)
  385. break;
  386. file->f_pos++;
  387. *desc->dir_cookie = entry->cookie;
  388. if (dir_decode(desc) != 0) {
  389. desc->page_index ++;
  390. break;
  391. }
  392. if (loop_count++ > 200) {
  393. loop_count = 0;
  394. schedule();
  395. }
  396. }
  397. dir_page_release(desc);
  398. if (dentry != NULL)
  399. dput(dentry);
  400. dfprintk(DIRCACHE, "NFS: nfs_do_filldir() filling ended @ cookie %Lu; returning = %d\n",
  401. (unsigned long long)*desc->dir_cookie, res);
  402. return res;
  403. }
  404. /*
  405. * If we cannot find a cookie in our cache, we suspect that this is
  406. * because it points to a deleted file, so we ask the server to return
  407. * whatever it thinks is the next entry. We then feed this to filldir.
  408. * If all goes well, we should then be able to find our way round the
  409. * cache on the next call to readdir_search_pagecache();
  410. *
  411. * NOTE: we cannot add the anonymous page to the pagecache because
  412. * the data it contains might not be page aligned. Besides,
  413. * we should already have a complete representation of the
  414. * directory in the page cache by the time we get here.
  415. */
  416. static inline
  417. int uncached_readdir(nfs_readdir_descriptor_t *desc, void *dirent,
  418. filldir_t filldir)
  419. {
  420. struct file *file = desc->file;
  421. struct inode *inode = file->f_dentry->d_inode;
  422. struct rpc_cred *cred = nfs_file_cred(file);
  423. struct page *page = NULL;
  424. int status;
  425. dfprintk(DIRCACHE, "NFS: uncached_readdir() searching for cookie %Lu\n",
  426. (unsigned long long)*desc->dir_cookie);
  427. page = alloc_page(GFP_HIGHUSER);
  428. if (!page) {
  429. status = -ENOMEM;
  430. goto out;
  431. }
  432. desc->error = NFS_PROTO(inode)->readdir(file->f_dentry, cred, *desc->dir_cookie,
  433. page,
  434. NFS_SERVER(inode)->dtsize,
  435. desc->plus);
  436. spin_lock(&inode->i_lock);
  437. NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATIME;
  438. spin_unlock(&inode->i_lock);
  439. desc->page = page;
  440. desc->ptr = kmap(page); /* matching kunmap in nfs_do_filldir */
  441. if (desc->error >= 0) {
  442. if ((status = dir_decode(desc)) == 0)
  443. desc->entry->prev_cookie = *desc->dir_cookie;
  444. } else
  445. status = -EIO;
  446. if (status < 0)
  447. goto out_release;
  448. status = nfs_do_filldir(desc, dirent, filldir);
  449. /* Reset read descriptor so it searches the page cache from
  450. * the start upon the next call to readdir_search_pagecache() */
  451. desc->page_index = 0;
  452. desc->entry->cookie = desc->entry->prev_cookie = 0;
  453. desc->entry->eof = 0;
  454. out:
  455. dfprintk(DIRCACHE, "NFS: %s: returns %d\n",
  456. __FUNCTION__, status);
  457. return status;
  458. out_release:
  459. dir_page_release(desc);
  460. goto out;
  461. }
  462. /* The file offset position represents the dirent entry number. A
  463. last cookie cache takes care of the common case of reading the
  464. whole directory.
  465. */
  466. static int nfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
  467. {
  468. struct dentry *dentry = filp->f_dentry;
  469. struct inode *inode = dentry->d_inode;
  470. nfs_readdir_descriptor_t my_desc,
  471. *desc = &my_desc;
  472. struct nfs_entry my_entry;
  473. struct nfs_fh fh;
  474. struct nfs_fattr fattr;
  475. long res;
  476. dfprintk(VFS, "NFS: readdir(%s/%s) starting at cookie %Lu\n",
  477. dentry->d_parent->d_name.name, dentry->d_name.name,
  478. (long long)filp->f_pos);
  479. nfs_inc_stats(inode, NFSIOS_VFSGETDENTS);
  480. lock_kernel();
  481. res = nfs_revalidate_inode(NFS_SERVER(inode), inode);
  482. if (res < 0) {
  483. unlock_kernel();
  484. return res;
  485. }
  486. /*
  487. * filp->f_pos points to the dirent entry number.
  488. * *desc->dir_cookie has the cookie for the next entry. We have
  489. * to either find the entry with the appropriate number or
  490. * revalidate the cookie.
  491. */
  492. memset(desc, 0, sizeof(*desc));
  493. desc->file = filp;
  494. desc->dir_cookie = &((struct nfs_open_context *)filp->private_data)->dir_cookie;
  495. desc->decode = NFS_PROTO(inode)->decode_dirent;
  496. desc->plus = NFS_USE_READDIRPLUS(inode);
  497. my_entry.cookie = my_entry.prev_cookie = 0;
  498. my_entry.eof = 0;
  499. my_entry.fh = &fh;
  500. my_entry.fattr = &fattr;
  501. nfs_fattr_init(&fattr);
  502. desc->entry = &my_entry;
  503. while(!desc->entry->eof) {
  504. res = readdir_search_pagecache(desc);
  505. if (res == -EBADCOOKIE) {
  506. /* This means either end of directory */
  507. if (*desc->dir_cookie && desc->entry->cookie != *desc->dir_cookie) {
  508. /* Or that the server has 'lost' a cookie */
  509. res = uncached_readdir(desc, dirent, filldir);
  510. if (res >= 0)
  511. continue;
  512. }
  513. res = 0;
  514. break;
  515. }
  516. if (res == -ETOOSMALL && desc->plus) {
  517. clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_FLAGS(inode));
  518. nfs_zap_caches(inode);
  519. desc->plus = 0;
  520. desc->entry->eof = 0;
  521. continue;
  522. }
  523. if (res < 0)
  524. break;
  525. res = nfs_do_filldir(desc, dirent, filldir);
  526. if (res < 0) {
  527. res = 0;
  528. break;
  529. }
  530. }
  531. unlock_kernel();
  532. if (res > 0)
  533. res = 0;
  534. dfprintk(VFS, "NFS: readdir(%s/%s) returns %ld\n",
  535. dentry->d_parent->d_name.name, dentry->d_name.name,
  536. res);
  537. return res;
  538. }
  539. loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int origin)
  540. {
  541. mutex_lock(&filp->f_dentry->d_inode->i_mutex);
  542. switch (origin) {
  543. case 1:
  544. offset += filp->f_pos;
  545. case 0:
  546. if (offset >= 0)
  547. break;
  548. default:
  549. offset = -EINVAL;
  550. goto out;
  551. }
  552. if (offset != filp->f_pos) {
  553. filp->f_pos = offset;
  554. ((struct nfs_open_context *)filp->private_data)->dir_cookie = 0;
  555. }
  556. out:
  557. mutex_unlock(&filp->f_dentry->d_inode->i_mutex);
  558. return offset;
  559. }
  560. /*
  561. * All directory operations under NFS are synchronous, so fsync()
  562. * is a dummy operation.
  563. */
  564. int nfs_fsync_dir(struct file *filp, struct dentry *dentry, int datasync)
  565. {
  566. dfprintk(VFS, "NFS: fsync_dir(%s/%s) datasync %d\n",
  567. dentry->d_parent->d_name.name, dentry->d_name.name,
  568. datasync);
  569. return 0;
  570. }
  571. /*
  572. * A check for whether or not the parent directory has changed.
  573. * In the case it has, we assume that the dentries are untrustworthy
  574. * and may need to be looked up again.
  575. */
  576. static inline int nfs_check_verifier(struct inode *dir, struct dentry *dentry)
  577. {
  578. if (IS_ROOT(dentry))
  579. return 1;
  580. if ((NFS_I(dir)->cache_validity & NFS_INO_INVALID_ATTR) != 0
  581. || nfs_attribute_timeout(dir))
  582. return 0;
  583. return nfs_verify_change_attribute(dir, (unsigned long)dentry->d_fsdata);
  584. }
  585. static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf)
  586. {
  587. dentry->d_fsdata = (void *)verf;
  588. }
  589. /*
  590. * Whenever an NFS operation succeeds, we know that the dentry
  591. * is valid, so we update the revalidation timestamp.
  592. */
  593. static inline void nfs_renew_times(struct dentry * dentry)
  594. {
  595. dentry->d_time = jiffies;
  596. }
  597. /*
  598. * Return the intent data that applies to this particular path component
  599. *
  600. * Note that the current set of intents only apply to the very last
  601. * component of the path.
  602. * We check for this using LOOKUP_CONTINUE and LOOKUP_PARENT.
  603. */
  604. static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd, unsigned int mask)
  605. {
  606. if (nd->flags & (LOOKUP_CONTINUE|LOOKUP_PARENT))
  607. return 0;
  608. return nd->flags & mask;
  609. }
  610. /*
  611. * Inode and filehandle revalidation for lookups.
  612. *
  613. * We force revalidation in the cases where the VFS sets LOOKUP_REVAL,
  614. * or if the intent information indicates that we're about to open this
  615. * particular file and the "nocto" mount flag is not set.
  616. *
  617. */
  618. static inline
  619. int nfs_lookup_verify_inode(struct inode *inode, struct nameidata *nd)
  620. {
  621. struct nfs_server *server = NFS_SERVER(inode);
  622. if (nd != NULL) {
  623. /* VFS wants an on-the-wire revalidation */
  624. if (nd->flags & LOOKUP_REVAL)
  625. goto out_force;
  626. /* This is an open(2) */
  627. if (nfs_lookup_check_intent(nd, LOOKUP_OPEN) != 0 &&
  628. !(server->flags & NFS_MOUNT_NOCTO))
  629. goto out_force;
  630. }
  631. return nfs_revalidate_inode(server, inode);
  632. out_force:
  633. return __nfs_revalidate_inode(server, inode);
  634. }
  635. /*
  636. * We judge how long we want to trust negative
  637. * dentries by looking at the parent inode mtime.
  638. *
  639. * If parent mtime has changed, we revalidate, else we wait for a
  640. * period corresponding to the parent's attribute cache timeout value.
  641. */
  642. static inline
  643. int nfs_neg_need_reval(struct inode *dir, struct dentry *dentry,
  644. struct nameidata *nd)
  645. {
  646. /* Don't revalidate a negative dentry if we're creating a new file */
  647. if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0)
  648. return 0;
  649. return !nfs_check_verifier(dir, dentry);
  650. }
  651. /*
  652. * This is called every time the dcache has a lookup hit,
  653. * and we should check whether we can really trust that
  654. * lookup.
  655. *
  656. * NOTE! The hit can be a negative hit too, don't assume
  657. * we have an inode!
  658. *
  659. * If the parent directory is seen to have changed, we throw out the
  660. * cached dentry and do a new lookup.
  661. */
  662. static int nfs_lookup_revalidate(struct dentry * dentry, struct nameidata *nd)
  663. {
  664. struct inode *dir;
  665. struct inode *inode;
  666. struct dentry *parent;
  667. int error;
  668. struct nfs_fh fhandle;
  669. struct nfs_fattr fattr;
  670. unsigned long verifier;
  671. parent = dget_parent(dentry);
  672. lock_kernel();
  673. dir = parent->d_inode;
  674. nfs_inc_stats(dir, NFSIOS_DENTRYREVALIDATE);
  675. inode = dentry->d_inode;
  676. if (!inode) {
  677. if (nfs_neg_need_reval(dir, dentry, nd))
  678. goto out_bad;
  679. goto out_valid;
  680. }
  681. if (is_bad_inode(inode)) {
  682. dfprintk(LOOKUPCACHE, "%s: %s/%s has dud inode\n",
  683. __FUNCTION__, dentry->d_parent->d_name.name,
  684. dentry->d_name.name);
  685. goto out_bad;
  686. }
  687. /* Revalidate parent directory attribute cache */
  688. if (nfs_revalidate_inode(NFS_SERVER(dir), dir) < 0)
  689. goto out_zap_parent;
  690. /* Force a full look up iff the parent directory has changed */
  691. if (nfs_check_verifier(dir, dentry)) {
  692. if (nfs_lookup_verify_inode(inode, nd))
  693. goto out_zap_parent;
  694. goto out_valid;
  695. }
  696. if (NFS_STALE(inode))
  697. goto out_bad;
  698. verifier = nfs_save_change_attribute(dir);
  699. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
  700. if (error)
  701. goto out_bad;
  702. if (nfs_compare_fh(NFS_FH(inode), &fhandle))
  703. goto out_bad;
  704. if ((error = nfs_refresh_inode(inode, &fattr)) != 0)
  705. goto out_bad;
  706. nfs_renew_times(dentry);
  707. nfs_set_verifier(dentry, verifier);
  708. out_valid:
  709. unlock_kernel();
  710. dput(parent);
  711. dfprintk(LOOKUPCACHE, "NFS: %s(%s/%s) is valid\n",
  712. __FUNCTION__, dentry->d_parent->d_name.name,
  713. dentry->d_name.name);
  714. return 1;
  715. out_zap_parent:
  716. nfs_zap_caches(dir);
  717. out_bad:
  718. NFS_CACHEINV(dir);
  719. if (inode && S_ISDIR(inode->i_mode)) {
  720. /* Purge readdir caches. */
  721. nfs_zap_caches(inode);
  722. /* If we have submounts, don't unhash ! */
  723. if (have_submounts(dentry))
  724. goto out_valid;
  725. shrink_dcache_parent(dentry);
  726. }
  727. d_drop(dentry);
  728. unlock_kernel();
  729. dput(parent);
  730. dfprintk(LOOKUPCACHE, "NFS: %s(%s/%s) is invalid\n",
  731. __FUNCTION__, dentry->d_parent->d_name.name,
  732. dentry->d_name.name);
  733. return 0;
  734. }
  735. /*
  736. * This is called from dput() when d_count is going to 0.
  737. */
  738. static int nfs_dentry_delete(struct dentry *dentry)
  739. {
  740. dfprintk(VFS, "NFS: dentry_delete(%s/%s, %x)\n",
  741. dentry->d_parent->d_name.name, dentry->d_name.name,
  742. dentry->d_flags);
  743. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  744. /* Unhash it, so that ->d_iput() would be called */
  745. return 1;
  746. }
  747. if (!(dentry->d_sb->s_flags & MS_ACTIVE)) {
  748. /* Unhash it, so that ancestors of killed async unlink
  749. * files will be cleaned up during umount */
  750. return 1;
  751. }
  752. return 0;
  753. }
  754. /*
  755. * Called when the dentry loses inode.
  756. * We use it to clean up silly-renamed files.
  757. */
  758. static void nfs_dentry_iput(struct dentry *dentry, struct inode *inode)
  759. {
  760. nfs_inode_return_delegation(inode);
  761. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  762. lock_kernel();
  763. inode->i_nlink--;
  764. nfs_complete_unlink(dentry);
  765. unlock_kernel();
  766. }
  767. /* When creating a negative dentry, we want to renew d_time */
  768. nfs_renew_times(dentry);
  769. iput(inode);
  770. }
  771. struct dentry_operations nfs_dentry_operations = {
  772. .d_revalidate = nfs_lookup_revalidate,
  773. .d_delete = nfs_dentry_delete,
  774. .d_iput = nfs_dentry_iput,
  775. };
  776. /*
  777. * Use intent information to check whether or not we're going to do
  778. * an O_EXCL create using this path component.
  779. */
  780. static inline
  781. int nfs_is_exclusive_create(struct inode *dir, struct nameidata *nd)
  782. {
  783. if (NFS_PROTO(dir)->version == 2)
  784. return 0;
  785. if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_CREATE) == 0)
  786. return 0;
  787. return (nd->intent.open.flags & O_EXCL) != 0;
  788. }
  789. static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd)
  790. {
  791. struct dentry *res;
  792. struct inode *inode = NULL;
  793. int error;
  794. struct nfs_fh fhandle;
  795. struct nfs_fattr fattr;
  796. dfprintk(VFS, "NFS: lookup(%s/%s)\n",
  797. dentry->d_parent->d_name.name, dentry->d_name.name);
  798. nfs_inc_stats(dir, NFSIOS_VFSLOOKUP);
  799. res = ERR_PTR(-ENAMETOOLONG);
  800. if (dentry->d_name.len > NFS_SERVER(dir)->namelen)
  801. goto out;
  802. res = ERR_PTR(-ENOMEM);
  803. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  804. lock_kernel();
  805. /* If we're doing an exclusive create, optimize away the lookup */
  806. if (nfs_is_exclusive_create(dir, nd))
  807. goto no_entry;
  808. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
  809. if (error == -ENOENT)
  810. goto no_entry;
  811. if (error < 0) {
  812. res = ERR_PTR(error);
  813. goto out_unlock;
  814. }
  815. inode = nfs_fhget(dentry->d_sb, &fhandle, &fattr);
  816. res = (struct dentry *)inode;
  817. if (IS_ERR(res))
  818. goto out_unlock;
  819. no_entry:
  820. res = d_add_unique(dentry, inode);
  821. if (res != NULL)
  822. dentry = res;
  823. nfs_renew_times(dentry);
  824. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  825. out_unlock:
  826. unlock_kernel();
  827. out:
  828. return res;
  829. }
  830. #ifdef CONFIG_NFS_V4
  831. static int nfs_open_revalidate(struct dentry *, struct nameidata *);
  832. struct dentry_operations nfs4_dentry_operations = {
  833. .d_revalidate = nfs_open_revalidate,
  834. .d_delete = nfs_dentry_delete,
  835. .d_iput = nfs_dentry_iput,
  836. };
  837. /*
  838. * Use intent information to determine whether we need to substitute
  839. * the NFSv4-style stateful OPEN for the LOOKUP call
  840. */
  841. static int is_atomic_open(struct inode *dir, struct nameidata *nd)
  842. {
  843. if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0)
  844. return 0;
  845. /* NFS does not (yet) have a stateful open for directories */
  846. if (nd->flags & LOOKUP_DIRECTORY)
  847. return 0;
  848. /* Are we trying to write to a read only partition? */
  849. if (IS_RDONLY(dir) && (nd->intent.open.flags & (O_CREAT|O_TRUNC|FMODE_WRITE)))
  850. return 0;
  851. return 1;
  852. }
  853. static struct dentry *nfs_atomic_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
  854. {
  855. struct dentry *res = NULL;
  856. int error;
  857. dfprintk(VFS, "NFS: atomic_lookup(%s/%ld), %s\n",
  858. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  859. /* Check that we are indeed trying to open this file */
  860. if (!is_atomic_open(dir, nd))
  861. goto no_open;
  862. if (dentry->d_name.len > NFS_SERVER(dir)->namelen) {
  863. res = ERR_PTR(-ENAMETOOLONG);
  864. goto out;
  865. }
  866. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  867. /* Let vfs_create() deal with O_EXCL */
  868. if (nd->intent.open.flags & O_EXCL) {
  869. d_add(dentry, NULL);
  870. goto out;
  871. }
  872. /* Open the file on the server */
  873. lock_kernel();
  874. /* Revalidate parent directory attribute cache */
  875. error = nfs_revalidate_inode(NFS_SERVER(dir), dir);
  876. if (error < 0) {
  877. res = ERR_PTR(error);
  878. unlock_kernel();
  879. goto out;
  880. }
  881. if (nd->intent.open.flags & O_CREAT) {
  882. nfs_begin_data_update(dir);
  883. res = nfs4_atomic_open(dir, dentry, nd);
  884. nfs_end_data_update(dir);
  885. } else
  886. res = nfs4_atomic_open(dir, dentry, nd);
  887. unlock_kernel();
  888. if (IS_ERR(res)) {
  889. error = PTR_ERR(res);
  890. switch (error) {
  891. /* Make a negative dentry */
  892. case -ENOENT:
  893. res = NULL;
  894. goto out;
  895. /* This turned out not to be a regular file */
  896. case -EISDIR:
  897. case -ENOTDIR:
  898. goto no_open;
  899. case -ELOOP:
  900. if (!(nd->intent.open.flags & O_NOFOLLOW))
  901. goto no_open;
  902. /* case -EINVAL: */
  903. default:
  904. goto out;
  905. }
  906. } else if (res != NULL)
  907. dentry = res;
  908. nfs_renew_times(dentry);
  909. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  910. out:
  911. return res;
  912. no_open:
  913. return nfs_lookup(dir, dentry, nd);
  914. }
  915. static int nfs_open_revalidate(struct dentry *dentry, struct nameidata *nd)
  916. {
  917. struct dentry *parent = NULL;
  918. struct inode *inode = dentry->d_inode;
  919. struct inode *dir;
  920. unsigned long verifier;
  921. int openflags, ret = 0;
  922. parent = dget_parent(dentry);
  923. dir = parent->d_inode;
  924. if (!is_atomic_open(dir, nd))
  925. goto no_open;
  926. /* We can't create new files in nfs_open_revalidate(), so we
  927. * optimize away revalidation of negative dentries.
  928. */
  929. if (inode == NULL)
  930. goto out;
  931. /* NFS only supports OPEN on regular files */
  932. if (!S_ISREG(inode->i_mode))
  933. goto no_open;
  934. openflags = nd->intent.open.flags;
  935. /* We cannot do exclusive creation on a positive dentry */
  936. if ((openflags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
  937. goto no_open;
  938. /* We can't create new files, or truncate existing ones here */
  939. openflags &= ~(O_CREAT|O_TRUNC);
  940. /*
  941. * Note: we're not holding inode->i_mutex and so may be racing with
  942. * operations that change the directory. We therefore save the
  943. * change attribute *before* we do the RPC call.
  944. */
  945. lock_kernel();
  946. verifier = nfs_save_change_attribute(dir);
  947. ret = nfs4_open_revalidate(dir, dentry, openflags, nd);
  948. if (!ret)
  949. nfs_set_verifier(dentry, verifier);
  950. unlock_kernel();
  951. out:
  952. dput(parent);
  953. if (!ret)
  954. d_drop(dentry);
  955. return ret;
  956. no_open:
  957. dput(parent);
  958. if (inode != NULL && nfs_have_delegation(inode, FMODE_READ))
  959. return 1;
  960. return nfs_lookup_revalidate(dentry, nd);
  961. }
  962. #endif /* CONFIG_NFSV4 */
  963. static struct dentry *nfs_readdir_lookup(nfs_readdir_descriptor_t *desc)
  964. {
  965. struct dentry *parent = desc->file->f_dentry;
  966. struct inode *dir = parent->d_inode;
  967. struct nfs_entry *entry = desc->entry;
  968. struct dentry *dentry, *alias;
  969. struct qstr name = {
  970. .name = entry->name,
  971. .len = entry->len,
  972. };
  973. struct inode *inode;
  974. switch (name.len) {
  975. case 2:
  976. if (name.name[0] == '.' && name.name[1] == '.')
  977. return dget_parent(parent);
  978. break;
  979. case 1:
  980. if (name.name[0] == '.')
  981. return dget(parent);
  982. }
  983. name.hash = full_name_hash(name.name, name.len);
  984. dentry = d_lookup(parent, &name);
  985. if (dentry != NULL)
  986. return dentry;
  987. if (!desc->plus || !(entry->fattr->valid & NFS_ATTR_FATTR))
  988. return NULL;
  989. /* Note: caller is already holding the dir->i_mutex! */
  990. dentry = d_alloc(parent, &name);
  991. if (dentry == NULL)
  992. return NULL;
  993. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  994. inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr);
  995. if (IS_ERR(inode)) {
  996. dput(dentry);
  997. return NULL;
  998. }
  999. alias = d_add_unique(dentry, inode);
  1000. if (alias != NULL) {
  1001. dput(dentry);
  1002. dentry = alias;
  1003. }
  1004. nfs_renew_times(dentry);
  1005. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1006. return dentry;
  1007. }
  1008. /*
  1009. * Code common to create, mkdir, and mknod.
  1010. */
  1011. int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fhandle,
  1012. struct nfs_fattr *fattr)
  1013. {
  1014. struct inode *inode;
  1015. int error = -EACCES;
  1016. /* We may have been initialized further down */
  1017. if (dentry->d_inode)
  1018. return 0;
  1019. if (fhandle->size == 0) {
  1020. struct inode *dir = dentry->d_parent->d_inode;
  1021. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr);
  1022. if (error)
  1023. goto out_err;
  1024. }
  1025. if (!(fattr->valid & NFS_ATTR_FATTR)) {
  1026. struct nfs_server *server = NFS_SB(dentry->d_sb);
  1027. error = server->rpc_ops->getattr(server, fhandle, fattr);
  1028. if (error < 0)
  1029. goto out_err;
  1030. }
  1031. inode = nfs_fhget(dentry->d_sb, fhandle, fattr);
  1032. error = PTR_ERR(inode);
  1033. if (IS_ERR(inode))
  1034. goto out_err;
  1035. d_instantiate(dentry, inode);
  1036. return 0;
  1037. out_err:
  1038. d_drop(dentry);
  1039. return error;
  1040. }
  1041. /*
  1042. * Following a failed create operation, we drop the dentry rather
  1043. * than retain a negative dentry. This avoids a problem in the event
  1044. * that the operation succeeded on the server, but an error in the
  1045. * reply path made it appear to have failed.
  1046. */
  1047. static int nfs_create(struct inode *dir, struct dentry *dentry, int mode,
  1048. struct nameidata *nd)
  1049. {
  1050. struct iattr attr;
  1051. int error;
  1052. int open_flags = 0;
  1053. dfprintk(VFS, "NFS: create(%s/%ld), %s\n",
  1054. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1055. attr.ia_mode = mode;
  1056. attr.ia_valid = ATTR_MODE;
  1057. if (nd && (nd->flags & LOOKUP_CREATE))
  1058. open_flags = nd->intent.open.flags;
  1059. lock_kernel();
  1060. nfs_begin_data_update(dir);
  1061. error = NFS_PROTO(dir)->create(dir, dentry, &attr, open_flags, nd);
  1062. nfs_end_data_update(dir);
  1063. if (error != 0)
  1064. goto out_err;
  1065. nfs_renew_times(dentry);
  1066. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1067. unlock_kernel();
  1068. return 0;
  1069. out_err:
  1070. unlock_kernel();
  1071. d_drop(dentry);
  1072. return error;
  1073. }
  1074. /*
  1075. * See comments for nfs_proc_create regarding failed operations.
  1076. */
  1077. static int
  1078. nfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev)
  1079. {
  1080. struct iattr attr;
  1081. int status;
  1082. dfprintk(VFS, "NFS: mknod(%s/%ld), %s\n",
  1083. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1084. if (!new_valid_dev(rdev))
  1085. return -EINVAL;
  1086. attr.ia_mode = mode;
  1087. attr.ia_valid = ATTR_MODE;
  1088. lock_kernel();
  1089. nfs_begin_data_update(dir);
  1090. status = NFS_PROTO(dir)->mknod(dir, dentry, &attr, rdev);
  1091. nfs_end_data_update(dir);
  1092. if (status != 0)
  1093. goto out_err;
  1094. nfs_renew_times(dentry);
  1095. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1096. unlock_kernel();
  1097. return 0;
  1098. out_err:
  1099. unlock_kernel();
  1100. d_drop(dentry);
  1101. return status;
  1102. }
  1103. /*
  1104. * See comments for nfs_proc_create regarding failed operations.
  1105. */
  1106. static int nfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
  1107. {
  1108. struct iattr attr;
  1109. int error;
  1110. dfprintk(VFS, "NFS: mkdir(%s/%ld), %s\n",
  1111. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1112. attr.ia_valid = ATTR_MODE;
  1113. attr.ia_mode = mode | S_IFDIR;
  1114. lock_kernel();
  1115. nfs_begin_data_update(dir);
  1116. error = NFS_PROTO(dir)->mkdir(dir, dentry, &attr);
  1117. nfs_end_data_update(dir);
  1118. if (error != 0)
  1119. goto out_err;
  1120. nfs_renew_times(dentry);
  1121. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1122. unlock_kernel();
  1123. return 0;
  1124. out_err:
  1125. d_drop(dentry);
  1126. unlock_kernel();
  1127. return error;
  1128. }
  1129. static int nfs_rmdir(struct inode *dir, struct dentry *dentry)
  1130. {
  1131. int error;
  1132. dfprintk(VFS, "NFS: rmdir(%s/%ld), %s\n",
  1133. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1134. lock_kernel();
  1135. nfs_begin_data_update(dir);
  1136. error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
  1137. /* Ensure the VFS deletes this inode */
  1138. if (error == 0 && dentry->d_inode != NULL)
  1139. dentry->d_inode->i_nlink = 0;
  1140. nfs_end_data_update(dir);
  1141. unlock_kernel();
  1142. return error;
  1143. }
  1144. static int nfs_sillyrename(struct inode *dir, struct dentry *dentry)
  1145. {
  1146. static unsigned int sillycounter;
  1147. const int i_inosize = sizeof(dir->i_ino)*2;
  1148. const int countersize = sizeof(sillycounter)*2;
  1149. const int slen = sizeof(".nfs") + i_inosize + countersize - 1;
  1150. char silly[slen+1];
  1151. struct qstr qsilly;
  1152. struct dentry *sdentry;
  1153. int error = -EIO;
  1154. dfprintk(VFS, "NFS: silly-rename(%s/%s, ct=%d)\n",
  1155. dentry->d_parent->d_name.name, dentry->d_name.name,
  1156. atomic_read(&dentry->d_count));
  1157. nfs_inc_stats(dir, NFSIOS_SILLYRENAME);
  1158. #ifdef NFS_PARANOIA
  1159. if (!dentry->d_inode)
  1160. printk("NFS: silly-renaming %s/%s, negative dentry??\n",
  1161. dentry->d_parent->d_name.name, dentry->d_name.name);
  1162. #endif
  1163. /*
  1164. * We don't allow a dentry to be silly-renamed twice.
  1165. */
  1166. error = -EBUSY;
  1167. if (dentry->d_flags & DCACHE_NFSFS_RENAMED)
  1168. goto out;
  1169. sprintf(silly, ".nfs%*.*lx",
  1170. i_inosize, i_inosize, dentry->d_inode->i_ino);
  1171. /* Return delegation in anticipation of the rename */
  1172. nfs_inode_return_delegation(dentry->d_inode);
  1173. sdentry = NULL;
  1174. do {
  1175. char *suffix = silly + slen - countersize;
  1176. dput(sdentry);
  1177. sillycounter++;
  1178. sprintf(suffix, "%*.*x", countersize, countersize, sillycounter);
  1179. dfprintk(VFS, "NFS: trying to rename %s to %s\n",
  1180. dentry->d_name.name, silly);
  1181. sdentry = lookup_one_len(silly, dentry->d_parent, slen);
  1182. /*
  1183. * N.B. Better to return EBUSY here ... it could be
  1184. * dangerous to delete the file while it's in use.
  1185. */
  1186. if (IS_ERR(sdentry))
  1187. goto out;
  1188. } while(sdentry->d_inode != NULL); /* need negative lookup */
  1189. qsilly.name = silly;
  1190. qsilly.len = strlen(silly);
  1191. nfs_begin_data_update(dir);
  1192. if (dentry->d_inode) {
  1193. nfs_begin_data_update(dentry->d_inode);
  1194. error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
  1195. dir, &qsilly);
  1196. nfs_mark_for_revalidate(dentry->d_inode);
  1197. nfs_end_data_update(dentry->d_inode);
  1198. } else
  1199. error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
  1200. dir, &qsilly);
  1201. nfs_end_data_update(dir);
  1202. if (!error) {
  1203. nfs_renew_times(dentry);
  1204. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1205. d_move(dentry, sdentry);
  1206. error = nfs_async_unlink(dentry);
  1207. /* If we return 0 we don't unlink */
  1208. }
  1209. dput(sdentry);
  1210. out:
  1211. return error;
  1212. }
  1213. /*
  1214. * Remove a file after making sure there are no pending writes,
  1215. * and after checking that the file has only one user.
  1216. *
  1217. * We invalidate the attribute cache and free the inode prior to the operation
  1218. * to avoid possible races if the server reuses the inode.
  1219. */
  1220. static int nfs_safe_remove(struct dentry *dentry)
  1221. {
  1222. struct inode *dir = dentry->d_parent->d_inode;
  1223. struct inode *inode = dentry->d_inode;
  1224. int error = -EBUSY;
  1225. dfprintk(VFS, "NFS: safe_remove(%s/%s)\n",
  1226. dentry->d_parent->d_name.name, dentry->d_name.name);
  1227. /* If the dentry was sillyrenamed, we simply call d_delete() */
  1228. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  1229. error = 0;
  1230. goto out;
  1231. }
  1232. nfs_begin_data_update(dir);
  1233. if (inode != NULL) {
  1234. nfs_inode_return_delegation(inode);
  1235. nfs_begin_data_update(inode);
  1236. error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
  1237. /* The VFS may want to delete this inode */
  1238. if (error == 0)
  1239. inode->i_nlink--;
  1240. nfs_mark_for_revalidate(inode);
  1241. nfs_end_data_update(inode);
  1242. } else
  1243. error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
  1244. nfs_end_data_update(dir);
  1245. out:
  1246. return error;
  1247. }
  1248. /* We do silly rename. In case sillyrename() returns -EBUSY, the inode
  1249. * belongs to an active ".nfs..." file and we return -EBUSY.
  1250. *
  1251. * If sillyrename() returns 0, we do nothing, otherwise we unlink.
  1252. */
  1253. static int nfs_unlink(struct inode *dir, struct dentry *dentry)
  1254. {
  1255. int error;
  1256. int need_rehash = 0;
  1257. dfprintk(VFS, "NFS: unlink(%s/%ld, %s)\n", dir->i_sb->s_id,
  1258. dir->i_ino, dentry->d_name.name);
  1259. lock_kernel();
  1260. spin_lock(&dcache_lock);
  1261. spin_lock(&dentry->d_lock);
  1262. if (atomic_read(&dentry->d_count) > 1) {
  1263. spin_unlock(&dentry->d_lock);
  1264. spin_unlock(&dcache_lock);
  1265. error = nfs_sillyrename(dir, dentry);
  1266. unlock_kernel();
  1267. return error;
  1268. }
  1269. if (!d_unhashed(dentry)) {
  1270. __d_drop(dentry);
  1271. need_rehash = 1;
  1272. }
  1273. spin_unlock(&dentry->d_lock);
  1274. spin_unlock(&dcache_lock);
  1275. error = nfs_safe_remove(dentry);
  1276. if (!error) {
  1277. nfs_renew_times(dentry);
  1278. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1279. } else if (need_rehash)
  1280. d_rehash(dentry);
  1281. unlock_kernel();
  1282. return error;
  1283. }
  1284. static int
  1285. nfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname)
  1286. {
  1287. struct iattr attr;
  1288. struct nfs_fattr sym_attr;
  1289. struct nfs_fh sym_fh;
  1290. struct qstr qsymname;
  1291. int error;
  1292. dfprintk(VFS, "NFS: symlink(%s/%ld, %s, %s)\n", dir->i_sb->s_id,
  1293. dir->i_ino, dentry->d_name.name, symname);
  1294. #ifdef NFS_PARANOIA
  1295. if (dentry->d_inode)
  1296. printk("nfs_proc_symlink: %s/%s not negative!\n",
  1297. dentry->d_parent->d_name.name, dentry->d_name.name);
  1298. #endif
  1299. /*
  1300. * Fill in the sattr for the call.
  1301. * Note: SunOS 4.1.2 crashes if the mode isn't initialized!
  1302. */
  1303. attr.ia_valid = ATTR_MODE;
  1304. attr.ia_mode = S_IFLNK | S_IRWXUGO;
  1305. qsymname.name = symname;
  1306. qsymname.len = strlen(symname);
  1307. lock_kernel();
  1308. nfs_begin_data_update(dir);
  1309. error = NFS_PROTO(dir)->symlink(dir, &dentry->d_name, &qsymname,
  1310. &attr, &sym_fh, &sym_attr);
  1311. nfs_end_data_update(dir);
  1312. if (!error) {
  1313. error = nfs_instantiate(dentry, &sym_fh, &sym_attr);
  1314. } else {
  1315. if (error == -EEXIST)
  1316. printk("nfs_proc_symlink: %s/%s already exists??\n",
  1317. dentry->d_parent->d_name.name, dentry->d_name.name);
  1318. d_drop(dentry);
  1319. }
  1320. unlock_kernel();
  1321. return error;
  1322. }
  1323. static int
  1324. nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
  1325. {
  1326. struct inode *inode = old_dentry->d_inode;
  1327. int error;
  1328. dfprintk(VFS, "NFS: link(%s/%s -> %s/%s)\n",
  1329. old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
  1330. dentry->d_parent->d_name.name, dentry->d_name.name);
  1331. lock_kernel();
  1332. nfs_begin_data_update(dir);
  1333. nfs_begin_data_update(inode);
  1334. error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
  1335. if (error == 0) {
  1336. atomic_inc(&inode->i_count);
  1337. d_instantiate(dentry, inode);
  1338. }
  1339. nfs_end_data_update(inode);
  1340. nfs_end_data_update(dir);
  1341. unlock_kernel();
  1342. return error;
  1343. }
  1344. /*
  1345. * RENAME
  1346. * FIXME: Some nfsds, like the Linux user space nfsd, may generate a
  1347. * different file handle for the same inode after a rename (e.g. when
  1348. * moving to a different directory). A fail-safe method to do so would
  1349. * be to look up old_dir/old_name, create a link to new_dir/new_name and
  1350. * rename the old file using the sillyrename stuff. This way, the original
  1351. * file in old_dir will go away when the last process iput()s the inode.
  1352. *
  1353. * FIXED.
  1354. *
  1355. * It actually works quite well. One needs to have the possibility for
  1356. * at least one ".nfs..." file in each directory the file ever gets
  1357. * moved or linked to which happens automagically with the new
  1358. * implementation that only depends on the dcache stuff instead of
  1359. * using the inode layer
  1360. *
  1361. * Unfortunately, things are a little more complicated than indicated
  1362. * above. For a cross-directory move, we want to make sure we can get
  1363. * rid of the old inode after the operation. This means there must be
  1364. * no pending writes (if it's a file), and the use count must be 1.
  1365. * If these conditions are met, we can drop the dentries before doing
  1366. * the rename.
  1367. */
  1368. static int nfs_rename(struct inode *old_dir, struct dentry *old_dentry,
  1369. struct inode *new_dir, struct dentry *new_dentry)
  1370. {
  1371. struct inode *old_inode = old_dentry->d_inode;
  1372. struct inode *new_inode = new_dentry->d_inode;
  1373. struct dentry *dentry = NULL, *rehash = NULL;
  1374. int error = -EBUSY;
  1375. /*
  1376. * To prevent any new references to the target during the rename,
  1377. * we unhash the dentry and free the inode in advance.
  1378. */
  1379. lock_kernel();
  1380. if (!d_unhashed(new_dentry)) {
  1381. d_drop(new_dentry);
  1382. rehash = new_dentry;
  1383. }
  1384. dfprintk(VFS, "NFS: rename(%s/%s -> %s/%s, ct=%d)\n",
  1385. old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
  1386. new_dentry->d_parent->d_name.name, new_dentry->d_name.name,
  1387. atomic_read(&new_dentry->d_count));
  1388. /*
  1389. * First check whether the target is busy ... we can't
  1390. * safely do _any_ rename if the target is in use.
  1391. *
  1392. * For files, make a copy of the dentry and then do a
  1393. * silly-rename. If the silly-rename succeeds, the
  1394. * copied dentry is hashed and becomes the new target.
  1395. */
  1396. if (!new_inode)
  1397. goto go_ahead;
  1398. if (S_ISDIR(new_inode->i_mode)) {
  1399. error = -EISDIR;
  1400. if (!S_ISDIR(old_inode->i_mode))
  1401. goto out;
  1402. } else if (atomic_read(&new_dentry->d_count) > 2) {
  1403. int err;
  1404. /* copy the target dentry's name */
  1405. dentry = d_alloc(new_dentry->d_parent,
  1406. &new_dentry->d_name);
  1407. if (!dentry)
  1408. goto out;
  1409. /* silly-rename the existing target ... */
  1410. err = nfs_sillyrename(new_dir, new_dentry);
  1411. if (!err) {
  1412. new_dentry = rehash = dentry;
  1413. new_inode = NULL;
  1414. /* instantiate the replacement target */
  1415. d_instantiate(new_dentry, NULL);
  1416. } else if (atomic_read(&new_dentry->d_count) > 1) {
  1417. /* dentry still busy? */
  1418. #ifdef NFS_PARANOIA
  1419. printk("nfs_rename: target %s/%s busy, d_count=%d\n",
  1420. new_dentry->d_parent->d_name.name,
  1421. new_dentry->d_name.name,
  1422. atomic_read(&new_dentry->d_count));
  1423. #endif
  1424. goto out;
  1425. }
  1426. } else
  1427. new_inode->i_nlink--;
  1428. go_ahead:
  1429. /*
  1430. * ... prune child dentries and writebacks if needed.
  1431. */
  1432. if (atomic_read(&old_dentry->d_count) > 1) {
  1433. nfs_wb_all(old_inode);
  1434. shrink_dcache_parent(old_dentry);
  1435. }
  1436. nfs_inode_return_delegation(old_inode);
  1437. if (new_inode != NULL) {
  1438. nfs_inode_return_delegation(new_inode);
  1439. d_delete(new_dentry);
  1440. }
  1441. nfs_begin_data_update(old_dir);
  1442. nfs_begin_data_update(new_dir);
  1443. nfs_begin_data_update(old_inode);
  1444. error = NFS_PROTO(old_dir)->rename(old_dir, &old_dentry->d_name,
  1445. new_dir, &new_dentry->d_name);
  1446. nfs_mark_for_revalidate(old_inode);
  1447. nfs_end_data_update(old_inode);
  1448. nfs_end_data_update(new_dir);
  1449. nfs_end_data_update(old_dir);
  1450. out:
  1451. if (rehash)
  1452. d_rehash(rehash);
  1453. if (!error) {
  1454. if (!S_ISDIR(old_inode->i_mode))
  1455. d_move(old_dentry, new_dentry);
  1456. nfs_renew_times(new_dentry);
  1457. nfs_set_verifier(new_dentry, nfs_save_change_attribute(new_dir));
  1458. }
  1459. /* new dentry created? */
  1460. if (dentry)
  1461. dput(dentry);
  1462. unlock_kernel();
  1463. return error;
  1464. }
  1465. int nfs_access_get_cached(struct inode *inode, struct rpc_cred *cred, struct nfs_access_entry *res)
  1466. {
  1467. struct nfs_inode *nfsi = NFS_I(inode);
  1468. struct nfs_access_entry *cache = &nfsi->cache_access;
  1469. if (cache->cred != cred
  1470. || time_after(jiffies, cache->jiffies + NFS_ATTRTIMEO(inode))
  1471. || (nfsi->cache_validity & NFS_INO_INVALID_ACCESS))
  1472. return -ENOENT;
  1473. memcpy(res, cache, sizeof(*res));
  1474. return 0;
  1475. }
  1476. void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set)
  1477. {
  1478. struct nfs_inode *nfsi = NFS_I(inode);
  1479. struct nfs_access_entry *cache = &nfsi->cache_access;
  1480. if (cache->cred != set->cred) {
  1481. if (cache->cred)
  1482. put_rpccred(cache->cred);
  1483. cache->cred = get_rpccred(set->cred);
  1484. }
  1485. /* FIXME: replace current access_cache BKL reliance with inode->i_lock */
  1486. spin_lock(&inode->i_lock);
  1487. nfsi->cache_validity &= ~NFS_INO_INVALID_ACCESS;
  1488. spin_unlock(&inode->i_lock);
  1489. cache->jiffies = set->jiffies;
  1490. cache->mask = set->mask;
  1491. }
  1492. static int nfs_do_access(struct inode *inode, struct rpc_cred *cred, int mask)
  1493. {
  1494. struct nfs_access_entry cache;
  1495. int status;
  1496. status = nfs_access_get_cached(inode, cred, &cache);
  1497. if (status == 0)
  1498. goto out;
  1499. /* Be clever: ask server to check for all possible rights */
  1500. cache.mask = MAY_EXEC | MAY_WRITE | MAY_READ;
  1501. cache.cred = cred;
  1502. cache.jiffies = jiffies;
  1503. status = NFS_PROTO(inode)->access(inode, &cache);
  1504. if (status != 0)
  1505. return status;
  1506. nfs_access_add_cache(inode, &cache);
  1507. out:
  1508. if ((cache.mask & mask) == mask)
  1509. return 0;
  1510. return -EACCES;
  1511. }
  1512. int nfs_permission(struct inode *inode, int mask, struct nameidata *nd)
  1513. {
  1514. struct rpc_cred *cred;
  1515. int res = 0;
  1516. nfs_inc_stats(inode, NFSIOS_VFSACCESS);
  1517. if (mask == 0)
  1518. goto out;
  1519. /* Is this sys_access() ? */
  1520. if (nd != NULL && (nd->flags & LOOKUP_ACCESS))
  1521. goto force_lookup;
  1522. switch (inode->i_mode & S_IFMT) {
  1523. case S_IFLNK:
  1524. goto out;
  1525. case S_IFREG:
  1526. /* NFSv4 has atomic_open... */
  1527. if (nfs_server_capable(inode, NFS_CAP_ATOMIC_OPEN)
  1528. && nd != NULL
  1529. && (nd->flags & LOOKUP_OPEN))
  1530. goto out;
  1531. break;
  1532. case S_IFDIR:
  1533. /*
  1534. * Optimize away all write operations, since the server
  1535. * will check permissions when we perform the op.
  1536. */
  1537. if ((mask & MAY_WRITE) && !(mask & MAY_READ))
  1538. goto out;
  1539. }
  1540. force_lookup:
  1541. lock_kernel();
  1542. if (!NFS_PROTO(inode)->access)
  1543. goto out_notsup;
  1544. cred = rpcauth_lookupcred(NFS_CLIENT(inode)->cl_auth, 0);
  1545. if (!IS_ERR(cred)) {
  1546. res = nfs_do_access(inode, cred, mask);
  1547. put_rpccred(cred);
  1548. } else
  1549. res = PTR_ERR(cred);
  1550. unlock_kernel();
  1551. out:
  1552. dfprintk(VFS, "NFS: permission(%s/%ld), mask=0x%x, res=%d\n",
  1553. inode->i_sb->s_id, inode->i_ino, mask, res);
  1554. return res;
  1555. out_notsup:
  1556. res = nfs_revalidate_inode(NFS_SERVER(inode), inode);
  1557. if (res == 0)
  1558. res = generic_permission(inode, mask, NULL);
  1559. unlock_kernel();
  1560. goto out;
  1561. }
  1562. /*
  1563. * Local variables:
  1564. * version-control: t
  1565. * kept-new-versions: 5
  1566. * End:
  1567. */