public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fat: fix ESTALE errors
@ 2012-08-18  9:41 Namjae Jeon
  2012-08-18 13:25 ` Al Viro
  0 siblings, 1 reply; 14+ messages in thread
From: Namjae Jeon @ 2012-08-18  9:41 UTC (permalink / raw)
  To: hirofumi, akpm; +Cc: linux-kernel, Namjae Jeon, Namjae Jeon

From: Namjae Jeon <namjae.jeon@samsung.com>

This patch-set eliminates the client side ESTALE errors when
a FAT partition exported over NFS has its dentries evicted 
from the cache.

One of the reasons for this error is lack of permanent inode 
numbers on FAT which makes it difficult to construct persistent 
file handles.This can be overcome by using the on-disk location
of the directory entries (i_pos) as the inode number.

Once the i_pos is available, it is only a matter of reading the
directory entries from the disk clusters to locate the matching
entry and rebuild the corresponding inode.

Namjae Jeon (4):
  fat: allocate persistent inode numbers
  fat (exportfs): rebuild inode if ilookup() fails
  fat (exportfs): rebuild directory-inode if fat_dget() fails
  Documentation: update nfs option in filesystem/vfat.txt
---

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-08-22  6:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18  9:41 [PATCH 0/4] fat: fix ESTALE errors Namjae Jeon
2012-08-18 13:25 ` Al Viro
2012-08-18 14:09   ` OGAWA Hirofumi
2012-08-20  4:19     ` Namjae Jeon
2012-08-20 20:52       ` J. Bruce Fields
2012-08-21  5:19         ` Namjae Jeon
2012-08-21  6:41           ` OGAWA Hirofumi
2012-08-21 10:58             ` Namjae Jeon
2012-08-21 21:11             ` Bastien ROUCARIES
2012-08-22  6:14               ` OGAWA Hirofumi
2012-08-22  6:17                 ` OGAWA Hirofumi
2012-08-21 13:20         ` Steven J. Magnani
2012-08-21 18:02           ` Ravishankar
2012-08-20  4:21   ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox