Re: If not readdir() then what?



On Sat, Apr 07, 2007 at 04:36:33PM -0400, Theodore Tso wrote:
1) Deprecate telldir/seekdir() altogether. Relatively few progams use
this functionality, and it is highly questionable how useful it is,
anyway. If you use telldir/seekdir and keep the cookie for a long
time, even the POSIX-provided guarantees about files that are created
and deleted between the telldir() and seekdir() points in time makes
its utility highly dubious.

How will nfsd implement readdir?

2) If application programs must have telldir/seekdir, than expand the
size of the cookie from 32-bits to a minimum of 128 bits, and
preferably larger --- say 512 bits, to accomodate systems that might
be using 512-bit variant of SHA-2.

NFS readdir cookies are currently 64 bits.

It'd be interesting to think about how to modify the protocol to make
this all easier, but any network filesystem protocol will need to give
clients some way to read through big directories one piece at a time.
Might also be nice if it worked even if the server rebooted partway
through....

--b.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: If not readdir() then what?
    ... Christoph Hellwig wrote: ... If you use telldir/seekdir and keep the cookie for a long ... You would presumably garbage-collect them on closedir() -- there is no other point at which you could. ...
    (Linux-Kernel)
  • Re: If not readdir() then what?
    ... Deprecate telldir/seekdir() altogether. ... If you use telldir/seekdir and keep the cookie for a long ...
    (Linux-Kernel)
  • Re: If not readdir() then what?
    ... If you use telldir/seekdir and keep the cookie for a long ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)