dir.c 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757
  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_mapping(inode, filp->f_mapping);
  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. (S_ISREG(inode->i_mode) ||
  630. S_ISDIR(inode->i_mode)))
  631. goto out_force;
  632. }
  633. return nfs_revalidate_inode(server, inode);
  634. out_force:
  635. return __nfs_revalidate_inode(server, inode);
  636. }
  637. /*
  638. * We judge how long we want to trust negative
  639. * dentries by looking at the parent inode mtime.
  640. *
  641. * If parent mtime has changed, we revalidate, else we wait for a
  642. * period corresponding to the parent's attribute cache timeout value.
  643. */
  644. static inline
  645. int nfs_neg_need_reval(struct inode *dir, struct dentry *dentry,
  646. struct nameidata *nd)
  647. {
  648. /* Don't revalidate a negative dentry if we're creating a new file */
  649. if (nd != NULL && nfs_lookup_check_intent(nd, LOOKUP_CREATE) != 0)
  650. return 0;
  651. return !nfs_check_verifier(dir, dentry);
  652. }
  653. /*
  654. * This is called every time the dcache has a lookup hit,
  655. * and we should check whether we can really trust that
  656. * lookup.
  657. *
  658. * NOTE! The hit can be a negative hit too, don't assume
  659. * we have an inode!
  660. *
  661. * If the parent directory is seen to have changed, we throw out the
  662. * cached dentry and do a new lookup.
  663. */
  664. static int nfs_lookup_revalidate(struct dentry * dentry, struct nameidata *nd)
  665. {
  666. struct inode *dir;
  667. struct inode *inode;
  668. struct dentry *parent;
  669. int error;
  670. struct nfs_fh fhandle;
  671. struct nfs_fattr fattr;
  672. unsigned long verifier;
  673. parent = dget_parent(dentry);
  674. lock_kernel();
  675. dir = parent->d_inode;
  676. nfs_inc_stats(dir, NFSIOS_DENTRYREVALIDATE);
  677. inode = dentry->d_inode;
  678. if (!inode) {
  679. if (nfs_neg_need_reval(dir, dentry, nd))
  680. goto out_bad;
  681. goto out_valid;
  682. }
  683. if (is_bad_inode(inode)) {
  684. dfprintk(LOOKUPCACHE, "%s: %s/%s has dud inode\n",
  685. __FUNCTION__, dentry->d_parent->d_name.name,
  686. dentry->d_name.name);
  687. goto out_bad;
  688. }
  689. /* Revalidate parent directory attribute cache */
  690. if (nfs_revalidate_inode(NFS_SERVER(dir), dir) < 0)
  691. goto out_zap_parent;
  692. /* Force a full look up iff the parent directory has changed */
  693. if (nfs_check_verifier(dir, dentry)) {
  694. if (nfs_lookup_verify_inode(inode, nd))
  695. goto out_zap_parent;
  696. goto out_valid;
  697. }
  698. if (NFS_STALE(inode))
  699. goto out_bad;
  700. verifier = nfs_save_change_attribute(dir);
  701. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
  702. if (error)
  703. goto out_bad;
  704. if (nfs_compare_fh(NFS_FH(inode), &fhandle))
  705. goto out_bad;
  706. if ((error = nfs_refresh_inode(inode, &fattr)) != 0)
  707. goto out_bad;
  708. nfs_renew_times(dentry);
  709. nfs_set_verifier(dentry, verifier);
  710. out_valid:
  711. unlock_kernel();
  712. dput(parent);
  713. dfprintk(LOOKUPCACHE, "NFS: %s(%s/%s) is valid\n",
  714. __FUNCTION__, dentry->d_parent->d_name.name,
  715. dentry->d_name.name);
  716. return 1;
  717. out_zap_parent:
  718. nfs_zap_caches(dir);
  719. out_bad:
  720. NFS_CACHEINV(dir);
  721. if (inode && S_ISDIR(inode->i_mode)) {
  722. /* Purge readdir caches. */
  723. nfs_zap_caches(inode);
  724. /* If we have submounts, don't unhash ! */
  725. if (have_submounts(dentry))
  726. goto out_valid;
  727. shrink_dcache_parent(dentry);
  728. }
  729. d_drop(dentry);
  730. unlock_kernel();
  731. dput(parent);
  732. dfprintk(LOOKUPCACHE, "NFS: %s(%s/%s) is invalid\n",
  733. __FUNCTION__, dentry->d_parent->d_name.name,
  734. dentry->d_name.name);
  735. return 0;
  736. }
  737. /*
  738. * This is called from dput() when d_count is going to 0.
  739. */
  740. static int nfs_dentry_delete(struct dentry *dentry)
  741. {
  742. dfprintk(VFS, "NFS: dentry_delete(%s/%s, %x)\n",
  743. dentry->d_parent->d_name.name, dentry->d_name.name,
  744. dentry->d_flags);
  745. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  746. /* Unhash it, so that ->d_iput() would be called */
  747. return 1;
  748. }
  749. if (!(dentry->d_sb->s_flags & MS_ACTIVE)) {
  750. /* Unhash it, so that ancestors of killed async unlink
  751. * files will be cleaned up during umount */
  752. return 1;
  753. }
  754. return 0;
  755. }
  756. /*
  757. * Called when the dentry loses inode.
  758. * We use it to clean up silly-renamed files.
  759. */
  760. static void nfs_dentry_iput(struct dentry *dentry, struct inode *inode)
  761. {
  762. nfs_inode_return_delegation(inode);
  763. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  764. lock_kernel();
  765. inode->i_nlink--;
  766. nfs_complete_unlink(dentry);
  767. unlock_kernel();
  768. }
  769. /* When creating a negative dentry, we want to renew d_time */
  770. nfs_renew_times(dentry);
  771. iput(inode);
  772. }
  773. struct dentry_operations nfs_dentry_operations = {
  774. .d_revalidate = nfs_lookup_revalidate,
  775. .d_delete = nfs_dentry_delete,
  776. .d_iput = nfs_dentry_iput,
  777. };
  778. /*
  779. * Use intent information to check whether or not we're going to do
  780. * an O_EXCL create using this path component.
  781. */
  782. static inline
  783. int nfs_is_exclusive_create(struct inode *dir, struct nameidata *nd)
  784. {
  785. if (NFS_PROTO(dir)->version == 2)
  786. return 0;
  787. if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_CREATE) == 0)
  788. return 0;
  789. return (nd->intent.open.flags & O_EXCL) != 0;
  790. }
  791. static inline int nfs_reval_fsid(struct inode *dir,
  792. struct nfs_fh *fh, struct nfs_fattr *fattr)
  793. {
  794. struct nfs_server *server = NFS_SERVER(dir);
  795. if (!nfs_fsid_equal(&server->fsid, &fattr->fsid))
  796. /* Revalidate fsid on root dir */
  797. return __nfs_revalidate_inode(server, dir->i_sb->s_root->d_inode);
  798. return 0;
  799. }
  800. static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd)
  801. {
  802. struct dentry *res;
  803. struct inode *inode = NULL;
  804. int error;
  805. struct nfs_fh fhandle;
  806. struct nfs_fattr fattr;
  807. dfprintk(VFS, "NFS: lookup(%s/%s)\n",
  808. dentry->d_parent->d_name.name, dentry->d_name.name);
  809. nfs_inc_stats(dir, NFSIOS_VFSLOOKUP);
  810. res = ERR_PTR(-ENAMETOOLONG);
  811. if (dentry->d_name.len > NFS_SERVER(dir)->namelen)
  812. goto out;
  813. res = ERR_PTR(-ENOMEM);
  814. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  815. lock_kernel();
  816. /* If we're doing an exclusive create, optimize away the lookup */
  817. if (nfs_is_exclusive_create(dir, nd))
  818. goto no_entry;
  819. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
  820. if (error == -ENOENT)
  821. goto no_entry;
  822. if (error < 0) {
  823. res = ERR_PTR(error);
  824. goto out_unlock;
  825. }
  826. error = nfs_reval_fsid(dir, &fhandle, &fattr);
  827. if (error < 0) {
  828. res = ERR_PTR(error);
  829. goto out_unlock;
  830. }
  831. inode = nfs_fhget(dentry->d_sb, &fhandle, &fattr);
  832. res = (struct dentry *)inode;
  833. if (IS_ERR(res))
  834. goto out_unlock;
  835. no_entry:
  836. res = d_add_unique(dentry, inode);
  837. if (res != NULL)
  838. dentry = res;
  839. nfs_renew_times(dentry);
  840. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  841. out_unlock:
  842. unlock_kernel();
  843. out:
  844. return res;
  845. }
  846. #ifdef CONFIG_NFS_V4
  847. static int nfs_open_revalidate(struct dentry *, struct nameidata *);
  848. struct dentry_operations nfs4_dentry_operations = {
  849. .d_revalidate = nfs_open_revalidate,
  850. .d_delete = nfs_dentry_delete,
  851. .d_iput = nfs_dentry_iput,
  852. };
  853. /*
  854. * Use intent information to determine whether we need to substitute
  855. * the NFSv4-style stateful OPEN for the LOOKUP call
  856. */
  857. static int is_atomic_open(struct inode *dir, struct nameidata *nd)
  858. {
  859. if (nd == NULL || nfs_lookup_check_intent(nd, LOOKUP_OPEN) == 0)
  860. return 0;
  861. /* NFS does not (yet) have a stateful open for directories */
  862. if (nd->flags & LOOKUP_DIRECTORY)
  863. return 0;
  864. /* Are we trying to write to a read only partition? */
  865. if (IS_RDONLY(dir) && (nd->intent.open.flags & (O_CREAT|O_TRUNC|FMODE_WRITE)))
  866. return 0;
  867. return 1;
  868. }
  869. static struct dentry *nfs_atomic_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
  870. {
  871. struct dentry *res = NULL;
  872. int error;
  873. dfprintk(VFS, "NFS: atomic_lookup(%s/%ld), %s\n",
  874. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  875. /* Check that we are indeed trying to open this file */
  876. if (!is_atomic_open(dir, nd))
  877. goto no_open;
  878. if (dentry->d_name.len > NFS_SERVER(dir)->namelen) {
  879. res = ERR_PTR(-ENAMETOOLONG);
  880. goto out;
  881. }
  882. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  883. /* Let vfs_create() deal with O_EXCL */
  884. if (nd->intent.open.flags & O_EXCL) {
  885. d_add(dentry, NULL);
  886. goto out;
  887. }
  888. /* Open the file on the server */
  889. lock_kernel();
  890. /* Revalidate parent directory attribute cache */
  891. error = nfs_revalidate_inode(NFS_SERVER(dir), dir);
  892. if (error < 0) {
  893. res = ERR_PTR(error);
  894. unlock_kernel();
  895. goto out;
  896. }
  897. if (nd->intent.open.flags & O_CREAT) {
  898. nfs_begin_data_update(dir);
  899. res = nfs4_atomic_open(dir, dentry, nd);
  900. nfs_end_data_update(dir);
  901. } else
  902. res = nfs4_atomic_open(dir, dentry, nd);
  903. unlock_kernel();
  904. if (IS_ERR(res)) {
  905. error = PTR_ERR(res);
  906. switch (error) {
  907. /* Make a negative dentry */
  908. case -ENOENT:
  909. res = NULL;
  910. goto out;
  911. /* This turned out not to be a regular file */
  912. case -EISDIR:
  913. case -ENOTDIR:
  914. goto no_open;
  915. case -ELOOP:
  916. if (!(nd->intent.open.flags & O_NOFOLLOW))
  917. goto no_open;
  918. /* case -EINVAL: */
  919. default:
  920. goto out;
  921. }
  922. } else if (res != NULL)
  923. dentry = res;
  924. nfs_renew_times(dentry);
  925. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  926. out:
  927. return res;
  928. no_open:
  929. return nfs_lookup(dir, dentry, nd);
  930. }
  931. static int nfs_open_revalidate(struct dentry *dentry, struct nameidata *nd)
  932. {
  933. struct dentry *parent = NULL;
  934. struct inode *inode = dentry->d_inode;
  935. struct inode *dir;
  936. unsigned long verifier;
  937. int openflags, ret = 0;
  938. parent = dget_parent(dentry);
  939. dir = parent->d_inode;
  940. if (!is_atomic_open(dir, nd))
  941. goto no_open;
  942. /* We can't create new files in nfs_open_revalidate(), so we
  943. * optimize away revalidation of negative dentries.
  944. */
  945. if (inode == NULL)
  946. goto out;
  947. /* NFS only supports OPEN on regular files */
  948. if (!S_ISREG(inode->i_mode))
  949. goto no_open;
  950. openflags = nd->intent.open.flags;
  951. /* We cannot do exclusive creation on a positive dentry */
  952. if ((openflags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
  953. goto no_open;
  954. /* We can't create new files, or truncate existing ones here */
  955. openflags &= ~(O_CREAT|O_TRUNC);
  956. /*
  957. * Note: we're not holding inode->i_mutex and so may be racing with
  958. * operations that change the directory. We therefore save the
  959. * change attribute *before* we do the RPC call.
  960. */
  961. lock_kernel();
  962. verifier = nfs_save_change_attribute(dir);
  963. ret = nfs4_open_revalidate(dir, dentry, openflags, nd);
  964. if (!ret)
  965. nfs_set_verifier(dentry, verifier);
  966. unlock_kernel();
  967. out:
  968. dput(parent);
  969. if (!ret)
  970. d_drop(dentry);
  971. return ret;
  972. no_open:
  973. dput(parent);
  974. if (inode != NULL && nfs_have_delegation(inode, FMODE_READ))
  975. return 1;
  976. return nfs_lookup_revalidate(dentry, nd);
  977. }
  978. #endif /* CONFIG_NFSV4 */
  979. static struct dentry *nfs_readdir_lookup(nfs_readdir_descriptor_t *desc)
  980. {
  981. struct dentry *parent = desc->file->f_dentry;
  982. struct inode *dir = parent->d_inode;
  983. struct nfs_entry *entry = desc->entry;
  984. struct dentry *dentry, *alias;
  985. struct qstr name = {
  986. .name = entry->name,
  987. .len = entry->len,
  988. };
  989. struct inode *inode;
  990. switch (name.len) {
  991. case 2:
  992. if (name.name[0] == '.' && name.name[1] == '.')
  993. return dget_parent(parent);
  994. break;
  995. case 1:
  996. if (name.name[0] == '.')
  997. return dget(parent);
  998. }
  999. name.hash = full_name_hash(name.name, name.len);
  1000. dentry = d_lookup(parent, &name);
  1001. if (dentry != NULL)
  1002. return dentry;
  1003. if (!desc->plus || !(entry->fattr->valid & NFS_ATTR_FATTR))
  1004. return NULL;
  1005. /* Note: caller is already holding the dir->i_mutex! */
  1006. dentry = d_alloc(parent, &name);
  1007. if (dentry == NULL)
  1008. return NULL;
  1009. dentry->d_op = NFS_PROTO(dir)->dentry_ops;
  1010. inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr);
  1011. if (IS_ERR(inode)) {
  1012. dput(dentry);
  1013. return NULL;
  1014. }
  1015. alias = d_add_unique(dentry, inode);
  1016. if (alias != NULL) {
  1017. dput(dentry);
  1018. dentry = alias;
  1019. }
  1020. nfs_renew_times(dentry);
  1021. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1022. return dentry;
  1023. }
  1024. /*
  1025. * Code common to create, mkdir, and mknod.
  1026. */
  1027. int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fhandle,
  1028. struct nfs_fattr *fattr)
  1029. {
  1030. struct inode *inode;
  1031. int error = -EACCES;
  1032. /* We may have been initialized further down */
  1033. if (dentry->d_inode)
  1034. return 0;
  1035. if (fhandle->size == 0) {
  1036. struct inode *dir = dentry->d_parent->d_inode;
  1037. error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr);
  1038. if (error)
  1039. goto out_err;
  1040. }
  1041. if (!(fattr->valid & NFS_ATTR_FATTR)) {
  1042. struct nfs_server *server = NFS_SB(dentry->d_sb);
  1043. error = server->rpc_ops->getattr(server, fhandle, fattr);
  1044. if (error < 0)
  1045. goto out_err;
  1046. }
  1047. inode = nfs_fhget(dentry->d_sb, fhandle, fattr);
  1048. error = PTR_ERR(inode);
  1049. if (IS_ERR(inode))
  1050. goto out_err;
  1051. d_instantiate(dentry, inode);
  1052. return 0;
  1053. out_err:
  1054. d_drop(dentry);
  1055. return error;
  1056. }
  1057. /*
  1058. * Following a failed create operation, we drop the dentry rather
  1059. * than retain a negative dentry. This avoids a problem in the event
  1060. * that the operation succeeded on the server, but an error in the
  1061. * reply path made it appear to have failed.
  1062. */
  1063. static int nfs_create(struct inode *dir, struct dentry *dentry, int mode,
  1064. struct nameidata *nd)
  1065. {
  1066. struct iattr attr;
  1067. int error;
  1068. int open_flags = 0;
  1069. dfprintk(VFS, "NFS: create(%s/%ld), %s\n",
  1070. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1071. attr.ia_mode = mode;
  1072. attr.ia_valid = ATTR_MODE;
  1073. if (nd && (nd->flags & LOOKUP_CREATE))
  1074. open_flags = nd->intent.open.flags;
  1075. lock_kernel();
  1076. nfs_begin_data_update(dir);
  1077. error = NFS_PROTO(dir)->create(dir, dentry, &attr, open_flags, nd);
  1078. nfs_end_data_update(dir);
  1079. if (error != 0)
  1080. goto out_err;
  1081. nfs_renew_times(dentry);
  1082. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1083. unlock_kernel();
  1084. return 0;
  1085. out_err:
  1086. unlock_kernel();
  1087. d_drop(dentry);
  1088. return error;
  1089. }
  1090. /*
  1091. * See comments for nfs_proc_create regarding failed operations.
  1092. */
  1093. static int
  1094. nfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev)
  1095. {
  1096. struct iattr attr;
  1097. int status;
  1098. dfprintk(VFS, "NFS: mknod(%s/%ld), %s\n",
  1099. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1100. if (!new_valid_dev(rdev))
  1101. return -EINVAL;
  1102. attr.ia_mode = mode;
  1103. attr.ia_valid = ATTR_MODE;
  1104. lock_kernel();
  1105. nfs_begin_data_update(dir);
  1106. status = NFS_PROTO(dir)->mknod(dir, dentry, &attr, rdev);
  1107. nfs_end_data_update(dir);
  1108. if (status != 0)
  1109. goto out_err;
  1110. nfs_renew_times(dentry);
  1111. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1112. unlock_kernel();
  1113. return 0;
  1114. out_err:
  1115. unlock_kernel();
  1116. d_drop(dentry);
  1117. return status;
  1118. }
  1119. /*
  1120. * See comments for nfs_proc_create regarding failed operations.
  1121. */
  1122. static int nfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
  1123. {
  1124. struct iattr attr;
  1125. int error;
  1126. dfprintk(VFS, "NFS: mkdir(%s/%ld), %s\n",
  1127. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1128. attr.ia_valid = ATTR_MODE;
  1129. attr.ia_mode = mode | S_IFDIR;
  1130. lock_kernel();
  1131. nfs_begin_data_update(dir);
  1132. error = NFS_PROTO(dir)->mkdir(dir, dentry, &attr);
  1133. nfs_end_data_update(dir);
  1134. if (error != 0)
  1135. goto out_err;
  1136. nfs_renew_times(dentry);
  1137. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1138. unlock_kernel();
  1139. return 0;
  1140. out_err:
  1141. d_drop(dentry);
  1142. unlock_kernel();
  1143. return error;
  1144. }
  1145. static int nfs_rmdir(struct inode *dir, struct dentry *dentry)
  1146. {
  1147. int error;
  1148. dfprintk(VFS, "NFS: rmdir(%s/%ld), %s\n",
  1149. dir->i_sb->s_id, dir->i_ino, dentry->d_name.name);
  1150. lock_kernel();
  1151. nfs_begin_data_update(dir);
  1152. error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
  1153. /* Ensure the VFS deletes this inode */
  1154. if (error == 0 && dentry->d_inode != NULL)
  1155. dentry->d_inode->i_nlink = 0;
  1156. nfs_end_data_update(dir);
  1157. unlock_kernel();
  1158. return error;
  1159. }
  1160. static int nfs_sillyrename(struct inode *dir, struct dentry *dentry)
  1161. {
  1162. static unsigned int sillycounter;
  1163. const int i_inosize = sizeof(dir->i_ino)*2;
  1164. const int countersize = sizeof(sillycounter)*2;
  1165. const int slen = sizeof(".nfs") + i_inosize + countersize - 1;
  1166. char silly[slen+1];
  1167. struct qstr qsilly;
  1168. struct dentry *sdentry;
  1169. int error = -EIO;
  1170. dfprintk(VFS, "NFS: silly-rename(%s/%s, ct=%d)\n",
  1171. dentry->d_parent->d_name.name, dentry->d_name.name,
  1172. atomic_read(&dentry->d_count));
  1173. nfs_inc_stats(dir, NFSIOS_SILLYRENAME);
  1174. #ifdef NFS_PARANOIA
  1175. if (!dentry->d_inode)
  1176. printk("NFS: silly-renaming %s/%s, negative dentry??\n",
  1177. dentry->d_parent->d_name.name, dentry->d_name.name);
  1178. #endif
  1179. /*
  1180. * We don't allow a dentry to be silly-renamed twice.
  1181. */
  1182. error = -EBUSY;
  1183. if (dentry->d_flags & DCACHE_NFSFS_RENAMED)
  1184. goto out;
  1185. sprintf(silly, ".nfs%*.*lx",
  1186. i_inosize, i_inosize, dentry->d_inode->i_ino);
  1187. /* Return delegation in anticipation of the rename */
  1188. nfs_inode_return_delegation(dentry->d_inode);
  1189. sdentry = NULL;
  1190. do {
  1191. char *suffix = silly + slen - countersize;
  1192. dput(sdentry);
  1193. sillycounter++;
  1194. sprintf(suffix, "%*.*x", countersize, countersize, sillycounter);
  1195. dfprintk(VFS, "NFS: trying to rename %s to %s\n",
  1196. dentry->d_name.name, silly);
  1197. sdentry = lookup_one_len(silly, dentry->d_parent, slen);
  1198. /*
  1199. * N.B. Better to return EBUSY here ... it could be
  1200. * dangerous to delete the file while it's in use.
  1201. */
  1202. if (IS_ERR(sdentry))
  1203. goto out;
  1204. } while(sdentry->d_inode != NULL); /* need negative lookup */
  1205. qsilly.name = silly;
  1206. qsilly.len = strlen(silly);
  1207. nfs_begin_data_update(dir);
  1208. if (dentry->d_inode) {
  1209. nfs_begin_data_update(dentry->d_inode);
  1210. error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
  1211. dir, &qsilly);
  1212. nfs_mark_for_revalidate(dentry->d_inode);
  1213. nfs_end_data_update(dentry->d_inode);
  1214. } else
  1215. error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
  1216. dir, &qsilly);
  1217. nfs_end_data_update(dir);
  1218. if (!error) {
  1219. nfs_renew_times(dentry);
  1220. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1221. d_move(dentry, sdentry);
  1222. error = nfs_async_unlink(dentry);
  1223. /* If we return 0 we don't unlink */
  1224. }
  1225. dput(sdentry);
  1226. out:
  1227. return error;
  1228. }
  1229. /*
  1230. * Remove a file after making sure there are no pending writes,
  1231. * and after checking that the file has only one user.
  1232. *
  1233. * We invalidate the attribute cache and free the inode prior to the operation
  1234. * to avoid possible races if the server reuses the inode.
  1235. */
  1236. static int nfs_safe_remove(struct dentry *dentry)
  1237. {
  1238. struct inode *dir = dentry->d_parent->d_inode;
  1239. struct inode *inode = dentry->d_inode;
  1240. int error = -EBUSY;
  1241. dfprintk(VFS, "NFS: safe_remove(%s/%s)\n",
  1242. dentry->d_parent->d_name.name, dentry->d_name.name);
  1243. /* If the dentry was sillyrenamed, we simply call d_delete() */
  1244. if (dentry->d_flags & DCACHE_NFSFS_RENAMED) {
  1245. error = 0;
  1246. goto out;
  1247. }
  1248. nfs_begin_data_update(dir);
  1249. if (inode != NULL) {
  1250. nfs_inode_return_delegation(inode);
  1251. nfs_begin_data_update(inode);
  1252. error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
  1253. /* The VFS may want to delete this inode */
  1254. if (error == 0)
  1255. inode->i_nlink--;
  1256. nfs_mark_for_revalidate(inode);
  1257. nfs_end_data_update(inode);
  1258. } else
  1259. error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
  1260. nfs_end_data_update(dir);
  1261. out:
  1262. return error;
  1263. }
  1264. /* We do silly rename. In case sillyrename() returns -EBUSY, the inode
  1265. * belongs to an active ".nfs..." file and we return -EBUSY.
  1266. *
  1267. * If sillyrename() returns 0, we do nothing, otherwise we unlink.
  1268. */
  1269. static int nfs_unlink(struct inode *dir, struct dentry *dentry)
  1270. {
  1271. int error;
  1272. int need_rehash = 0;
  1273. dfprintk(VFS, "NFS: unlink(%s/%ld, %s)\n", dir->i_sb->s_id,
  1274. dir->i_ino, dentry->d_name.name);
  1275. lock_kernel();
  1276. spin_lock(&dcache_lock);
  1277. spin_lock(&dentry->d_lock);
  1278. if (atomic_read(&dentry->d_count) > 1) {
  1279. spin_unlock(&dentry->d_lock);
  1280. spin_unlock(&dcache_lock);
  1281. error = nfs_sillyrename(dir, dentry);
  1282. unlock_kernel();
  1283. return error;
  1284. }
  1285. if (!d_unhashed(dentry)) {
  1286. __d_drop(dentry);
  1287. need_rehash = 1;
  1288. }
  1289. spin_unlock(&dentry->d_lock);
  1290. spin_unlock(&dcache_lock);
  1291. error = nfs_safe_remove(dentry);
  1292. if (!error) {
  1293. nfs_renew_times(dentry);
  1294. nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
  1295. } else if (need_rehash)
  1296. d_rehash(dentry);
  1297. unlock_kernel();
  1298. return error;
  1299. }
  1300. static int
  1301. nfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname)
  1302. {
  1303. struct iattr attr;
  1304. struct nfs_fattr sym_attr;
  1305. struct nfs_fh sym_fh;
  1306. struct qstr qsymname;
  1307. int error;
  1308. dfprintk(VFS, "NFS: symlink(%s/%ld, %s, %s)\n", dir->i_sb->s_id,
  1309. dir->i_ino, dentry->d_name.name, symname);
  1310. #ifdef NFS_PARANOIA
  1311. if (dentry->d_inode)
  1312. printk("nfs_proc_symlink: %s/%s not negative!\n",
  1313. dentry->d_parent->d_name.name, dentry->d_name.name);
  1314. #endif
  1315. /*
  1316. * Fill in the sattr for the call.
  1317. * Note: SunOS 4.1.2 crashes if the mode isn't initialized!
  1318. */
  1319. attr.ia_valid = ATTR_MODE;
  1320. attr.ia_mode = S_IFLNK | S_IRWXUGO;
  1321. qsymname.name = symname;
  1322. qsymname.len = strlen(symname);
  1323. lock_kernel();
  1324. nfs_begin_data_update(dir);
  1325. error = NFS_PROTO(dir)->symlink(dir, &dentry->d_name, &qsymname,
  1326. &attr, &sym_fh, &sym_attr);
  1327. nfs_end_data_update(dir);
  1328. if (!error) {
  1329. error = nfs_instantiate(dentry, &sym_fh, &sym_attr);
  1330. } else {
  1331. if (error == -EEXIST)
  1332. printk("nfs_proc_symlink: %s/%s already exists??\n",
  1333. dentry->d_parent->d_name.name, dentry->d_name.name);
  1334. d_drop(dentry);
  1335. }
  1336. unlock_kernel();
  1337. return error;
  1338. }
  1339. static int
  1340. nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
  1341. {
  1342. struct inode *inode = old_dentry->d_inode;
  1343. int error;
  1344. dfprintk(VFS, "NFS: link(%s/%s -> %s/%s)\n",
  1345. old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
  1346. dentry->d_parent->d_name.name, dentry->d_name.name);
  1347. lock_kernel();
  1348. nfs_begin_data_update(dir);
  1349. nfs_begin_data_update(inode);
  1350. error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
  1351. if (error == 0) {
  1352. atomic_inc(&inode->i_count);
  1353. d_instantiate(dentry, inode);
  1354. }
  1355. nfs_end_data_update(inode);
  1356. nfs_end_data_update(dir);
  1357. unlock_kernel();
  1358. return error;
  1359. }
  1360. /*
  1361. * RENAME
  1362. * FIXME: Some nfsds, like the Linux user space nfsd, may generate a
  1363. * different file handle for the same inode after a rename (e.g. when
  1364. * moving to a different directory). A fail-safe method to do so would
  1365. * be to look up old_dir/old_name, create a link to new_dir/new_name and
  1366. * rename the old file using the sillyrename stuff. This way, the original
  1367. * file in old_dir will go away when the last process iput()s the inode.
  1368. *
  1369. * FIXED.
  1370. *
  1371. * It actually works quite well. One needs to have the possibility for
  1372. * at least one ".nfs..." file in each directory the file ever gets
  1373. * moved or linked to which happens automagically with the new
  1374. * implementation that only depends on the dcache stuff instead of
  1375. * using the inode layer
  1376. *
  1377. * Unfortunately, things are a little more complicated than indicated
  1378. * above. For a cross-directory move, we want to make sure we can get
  1379. * rid of the old inode after the operation. This means there must be
  1380. * no pending writes (if it's a file), and the use count must be 1.
  1381. * If these conditions are met, we can drop the dentries before doing
  1382. * the rename.
  1383. */
  1384. static int nfs_rename(struct inode *old_dir, struct dentry *old_dentry,
  1385. struct inode *new_dir, struct dentry *new_dentry)
  1386. {
  1387. struct inode *old_inode = old_dentry->d_inode;
  1388. struct inode *new_inode = new_dentry->d_inode;
  1389. struct dentry *dentry = NULL, *rehash = NULL;
  1390. int error = -EBUSY;
  1391. /*
  1392. * To prevent any new references to the target during the rename,
  1393. * we unhash the dentry and free the inode in advance.
  1394. */
  1395. lock_kernel();
  1396. if (!d_unhashed(new_dentry)) {
  1397. d_drop(new_dentry);
  1398. rehash = new_dentry;
  1399. }
  1400. dfprintk(VFS, "NFS: rename(%s/%s -> %s/%s, ct=%d)\n",
  1401. old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
  1402. new_dentry->d_parent->d_name.name, new_dentry->d_name.name,
  1403. atomic_read(&new_dentry->d_count));
  1404. /*
  1405. * First check whether the target is busy ... we can't
  1406. * safely do _any_ rename if the target is in use.
  1407. *
  1408. * For files, make a copy of the dentry and then do a
  1409. * silly-rename. If the silly-rename succeeds, the
  1410. * copied dentry is hashed and becomes the new target.
  1411. */
  1412. if (!new_inode)
  1413. goto go_ahead;
  1414. if (S_ISDIR(new_inode->i_mode)) {
  1415. error = -EISDIR;
  1416. if (!S_ISDIR(old_inode->i_mode))
  1417. goto out;
  1418. } else if (atomic_read(&new_dentry->d_count) > 2) {
  1419. int err;
  1420. /* copy the target dentry's name */
  1421. dentry = d_alloc(new_dentry->d_parent,
  1422. &new_dentry->d_name);
  1423. if (!dentry)
  1424. goto out;
  1425. /* silly-rename the existing target ... */
  1426. err = nfs_sillyrename(new_dir, new_dentry);
  1427. if (!err) {
  1428. new_dentry = rehash = dentry;
  1429. new_inode = NULL;
  1430. /* instantiate the replacement target */
  1431. d_instantiate(new_dentry, NULL);
  1432. } else if (atomic_read(&new_dentry->d_count) > 1) {
  1433. /* dentry still busy? */
  1434. #ifdef NFS_PARANOIA
  1435. printk("nfs_rename: target %s/%s busy, d_count=%d\n",
  1436. new_dentry->d_parent->d_name.name,
  1437. new_dentry->d_name.name,
  1438. atomic_read(&new_dentry->d_count));
  1439. #endif
  1440. goto out;
  1441. }
  1442. } else
  1443. new_inode->i_nlink--;
  1444. go_ahead:
  1445. /*
  1446. * ... prune child dentries and writebacks if needed.
  1447. */
  1448. if (atomic_read(&old_dentry->d_count) > 1) {
  1449. nfs_wb_all(old_inode);
  1450. shrink_dcache_parent(old_dentry);
  1451. }
  1452. nfs_inode_return_delegation(old_inode);
  1453. if (new_inode != NULL) {
  1454. nfs_inode_return_delegation(new_inode);
  1455. d_delete(new_dentry);
  1456. }
  1457. nfs_begin_data_update(old_dir);
  1458. nfs_begin_data_update(new_dir);
  1459. nfs_begin_data_update(old_inode);
  1460. error = NFS_PROTO(old_dir)->rename(old_dir, &old_dentry->d_name,
  1461. new_dir, &new_dentry->d_name);
  1462. nfs_mark_for_revalidate(old_inode);
  1463. nfs_end_data_update(old_inode);
  1464. nfs_end_data_update(new_dir);
  1465. nfs_end_data_update(old_dir);
  1466. out:
  1467. if (rehash)
  1468. d_rehash(rehash);
  1469. if (!error) {
  1470. if (!S_ISDIR(old_inode->i_mode))
  1471. d_move(old_dentry, new_dentry);
  1472. nfs_renew_times(new_dentry);
  1473. nfs_set_verifier(new_dentry, nfs_save_change_attribute(new_dir));
  1474. }
  1475. /* new dentry created? */
  1476. if (dentry)
  1477. dput(dentry);
  1478. unlock_kernel();
  1479. return error;
  1480. }
  1481. int nfs_access_get_cached(struct inode *inode, struct rpc_cred *cred, struct nfs_access_entry *res)
  1482. {
  1483. struct nfs_inode *nfsi = NFS_I(inode);
  1484. struct nfs_access_entry *cache = &nfsi->cache_access;
  1485. if (cache->cred != cred
  1486. || time_after(jiffies, cache->jiffies + NFS_ATTRTIMEO(inode))
  1487. || (nfsi->cache_validity & NFS_INO_INVALID_ACCESS))
  1488. return -ENOENT;
  1489. memcpy(res, cache, sizeof(*res));
  1490. return 0;
  1491. }
  1492. void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set)
  1493. {
  1494. struct nfs_inode *nfsi = NFS_I(inode);
  1495. struct nfs_access_entry *cache = &nfsi->cache_access;
  1496. if (cache->cred != set->cred) {
  1497. if (cache->cred)
  1498. put_rpccred(cache->cred);
  1499. cache->cred = get_rpccred(set->cred);
  1500. }
  1501. /* FIXME: replace current access_cache BKL reliance with inode->i_lock */
  1502. spin_lock(&inode->i_lock);
  1503. nfsi->cache_validity &= ~NFS_INO_INVALID_ACCESS;
  1504. spin_unlock(&inode->i_lock);
  1505. cache->jiffies = set->jiffies;
  1506. cache->mask = set->mask;
  1507. }
  1508. static int nfs_do_access(struct inode *inode, struct rpc_cred *cred, int mask)
  1509. {
  1510. struct nfs_access_entry cache;
  1511. int status;
  1512. status = nfs_access_get_cached(inode, cred, &cache);
  1513. if (status == 0)
  1514. goto out;
  1515. /* Be clever: ask server to check for all possible rights */
  1516. cache.mask = MAY_EXEC | MAY_WRITE | MAY_READ;
  1517. cache.cred = cred;
  1518. cache.jiffies = jiffies;
  1519. status = NFS_PROTO(inode)->access(inode, &cache);
  1520. if (status != 0)
  1521. return status;
  1522. nfs_access_add_cache(inode, &cache);
  1523. out:
  1524. if ((cache.mask & mask) == mask)
  1525. return 0;
  1526. return -EACCES;
  1527. }
  1528. int nfs_permission(struct inode *inode, int mask, struct nameidata *nd)
  1529. {
  1530. struct rpc_cred *cred;
  1531. int res = 0;
  1532. nfs_inc_stats(inode, NFSIOS_VFSACCESS);
  1533. if (mask == 0)
  1534. goto out;
  1535. /* Is this sys_access() ? */
  1536. if (nd != NULL && (nd->flags & LOOKUP_ACCESS))
  1537. goto force_lookup;
  1538. switch (inode->i_mode & S_IFMT) {
  1539. case S_IFLNK:
  1540. goto out;
  1541. case S_IFREG:
  1542. /* NFSv4 has atomic_open... */
  1543. if (nfs_server_capable(inode, NFS_CAP_ATOMIC_OPEN)
  1544. && nd != NULL
  1545. && (nd->flags & LOOKUP_OPEN))
  1546. goto out;
  1547. break;
  1548. case S_IFDIR:
  1549. /*
  1550. * Optimize away all write operations, since the server
  1551. * will check permissions when we perform the op.
  1552. */
  1553. if ((mask & MAY_WRITE) && !(mask & MAY_READ))
  1554. goto out;
  1555. }
  1556. force_lookup:
  1557. lock_kernel();
  1558. if (!NFS_PROTO(inode)->access)
  1559. goto out_notsup;
  1560. cred = rpcauth_lookupcred(NFS_CLIENT(inode)->cl_auth, 0);
  1561. if (!IS_ERR(cred)) {
  1562. res = nfs_do_access(inode, cred, mask);
  1563. put_rpccred(cred);
  1564. } else
  1565. res = PTR_ERR(cred);
  1566. unlock_kernel();
  1567. out:
  1568. dfprintk(VFS, "NFS: permission(%s/%ld), mask=0x%x, res=%d\n",
  1569. inode->i_sb->s_id, inode->i_ino, mask, res);
  1570. return res;
  1571. out_notsup:
  1572. res = nfs_revalidate_inode(NFS_SERVER(inode), inode);
  1573. if (res == 0)
  1574. res = generic_permission(inode, mask, NULL);
  1575. unlock_kernel();
  1576. goto out;
  1577. }
  1578. /*
  1579. * Local variables:
  1580. * version-control: t
  1581. * kept-new-versions: 5
  1582. * End:
  1583. */