mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* NFS version 4 at the University of Michigan
@ 2002-02-08 10:21 Kendrick M. Smith
  2002-02-09 17:58 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Kendrick M. Smith @ 2002-02-08 10:21 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, nfs, nfsv4-wg


This is an announcement of the first public release of NFS version 4
for Linux, by the University of Michigan.  Up to this point, all of
our work has been done privately, but we are now hoping to involve
the open-source community at large.  Eventually, we hope to integrate
our NFS version 4 implementation into the Linux kernel proper, and
find a long-term maintainter for NFS version 4 (possibly one of the
current NFS maintainers, possibly one of us working in their spare
time).

To download a patch for the 2.4.4 kernel, please see:
http://www.citi.umich.edu/projects/nfsv4/feb_2002_rel/mainpatch.html

At this point, only the 2.4.4 kernel is supported.  (This is the kernel
we have been using for development).  A port to the 2.5.x series is in
the works, but we decided to go ahead and release the 2.4.4 patch now,
rather than delay the release to do the port.

Note!  At this point, the client should be fairly stable and ready for
tearing apart by the open-source community.  The server, on the other
hand, is another story.  If you do look at the server, please be
forewarned that it is not really ready for public consumption: it still
needs systematic auditing and cleanup.

We are hoping that this release will result in:

o More pairs of eyeballs to study the client code,
  find bugs, simplifications, etc.  If you audit a
  section of code but don't find any problems,
  please let us know anyway!

o Code contributions for anything on the client side
  at all.  I have tried to flag down well-defined
  projects with the label "TODO"; just grep through
  the source code to get an idea of what needs to be
  done.  If you do want to work on something, it is
  probably a good idea to write one of us beforehand,
  to make sure that no-one else is also working on it!

In addition to the TODO's, there are also a few totally
unimplemented protocol features which could be worked on:

  - support for extended (named) attributes, using Andreas
    Grunbacher's ea/acl patch as a starting point.  This is
    a very large project, since mapping between the Linux
    internal interfaces and the on-the-wire protocol is
    highly nontrivial.

  - support for ACL's.  One of our students has already done
    some work on this, but we have not integrated it into the
    patch yet.  Once it is integrated, there is still a
    little more work remaining here.

  - filesystem replication and migration.  This is another
    very large project which we haven't even had the chance
    to start.

  - recovery from server-side reboots.  I am working on this at
    the moment and hope to finish by early March, but if someone
    wants to help out, there is probably room for another
    contributor here.

o Testing, testing, testing.  It is impossible for a lab of our
  size to subject our implementation to nearly the level of testing
  that the open-source community can provide.  We can pass the
  standard Connectathon tests, but not much else is known.  The
  'fsx' tests are known to fail because we are still working in
  the 2.4.4 kernel and have not merged the fsx-related fixes which
  appeard in later kernels.  If anyone is willing to devise some
  more rigorous tests, it would help the project enormously!

o Discussions with the Linux community which will lead toward the
  eventual inclusion of NFS version 4 into the kernel proper.  One
  issue which must be addressed is integration with NFS v2/v3.  At
  the present time, we are using a codebase which is completely
  independent of NFS v2/v3.  This turned out to be more convenient
  for development, but for long-term maintainability, integration
  with earlier versions of NFS is the only thing which makes sense.
  Another issue is that the NFSv4 protocol seems to require minor
  changes to existing VFS interfaces; we hope to hash out the details
  with the kernel maintainers during the 2.5.x cycle.

The following people have contributed to our project:
  Kendrick Smith   <kmsmith@umich.edu>
  Andy Adamson     <andros@umich.edu>
  Jim Rees         <rees@umich.edu>
  Dug Song         <dugsong@monkey.org>
  Eric Kustarze    (now at Sun Microsystems)
  Jake Moilanen    (now at IBM)
  Chris Myers      <camyers@umich.edu>

The mailing list
  nfsv4-wg@citi.umich.edu
can be used to send mail to all of the NFSv4 developers at the University
of Michigan.

Funding has been generously provided by Sun Microsystems and Network
Appliance.

Disclaimer: This is development code which is incomplete in many ways,
and is not nearly to the point of being ready for the kernel.  Please
bear this in mind when playing with it, and have fun tearing apart our
code!

Cheers,
 Kendrick Smith
 Center for Information Technology and Integration, University of Michigan


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

* Re: NFS version 4 at the University of Michigan
  2002-02-08 10:21 NFS version 4 at the University of Michigan Kendrick M. Smith
@ 2002-02-09 17:58 ` Pavel Machek
  2002-02-11 10:10   ` [NFS] " Spencer Shepler
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2002-02-09 17:58 UTC (permalink / raw)
  To: Kendrick M. Smith; +Cc: linux-kernel, linux-fsdevel, nfs, nfsv4-wg

Hi!

> This is an announcement of the first public release of NFS version 4
> for Linux, by the University of Michigan.  Up to this point, all of
> our work has been done privately, but we are now hoping to involve
> the open-source community at large.  Eventually, we hope to integrate
> our NFS version 4 implementation into the Linux kernel proper, and
> find a long-term maintainter for NFS version 4 (possibly one of the
> current NFS maintainers, possibly one of us working in their spare
> time).

Could you sumarise advantages of NFSv4 over v3? Is there usermode
server for NFSv4? What servers for v4 are known working?
									Pavel
-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa

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

* Re: [NFS] Re: NFS version 4 at the University of Michigan
  2002-02-09 17:58 ` Pavel Machek
@ 2002-02-11 10:10   ` Spencer Shepler
  0 siblings, 0 replies; 3+ messages in thread
From: Spencer Shepler @ 2002-02-11 10:10 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Kendrick M. Smith, linux-kernel, linux-fsdevel, nfs, nfsv4-wg

On Sat, Pavel Machek wrote:
> Hi!
> 
> > This is an announcement of the first public release of NFS version 4
> > for Linux, by the University of Michigan.  Up to this point, all of
> > our work has been done privately, but we are now hoping to involve
> > the open-source community at large.  Eventually, we hope to integrate
> > our NFS version 4 implementation into the Linux kernel proper, and
> > find a long-term maintainter for NFS version 4 (possibly one of the
> > current NFS maintainers, possibly one of us working in their spare
> > time).
> 
> Could you sumarise advantages of NFSv4 over v3? Is there usermode
> server for NFSv4? What servers for v4 are known working?

The highlights are:
- NFSv4 allows *nix and windows clients to play well with each other
  (NFSv4/CIFS clients can interact appropriately).
- Strong security (authentication/integrity/privacy) is required of
  implementations.
- A single protocol instead of a collection of protocols (e.g. file
  locking, ACL support are in the protocol)
- Delegation (similar to CIFS oplock support) allows for more
  aggressive caching at the client

The University of Michigan/CITI work is the first to "release" but the
other implementations are not far behind.  We will be meeting at
Connectathon in a couple of weeks to do interoperability testing.
Should be a good event.

-- 
Spencer


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

end of thread, other threads:[~2002-02-11 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-08 10:21 NFS version 4 at the University of Michigan Kendrick M. Smith
2002-02-09 17:58 ` Pavel Machek
2002-02-11 10:10   ` [NFS] " Spencer Shepler

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

all inboxes | Powered by JetHome®