NetBSD/sys/coda
hannken 245651a23d Remove vlockmgr(). Generic vnode lock operations now use a rwlock located
in the vnode.  All LK_* flags move from sys/lock.h to sys/vnode.h.  Calls
to vlockmgr() in file systems get replaced with VOP_LOCK() or VOP_UNLOCK().

Welcome to 5.99.34.

Discussed on tech-kern.
2010-07-01 13:00:54 +00:00
..
cnode.h
coda_io.h
coda_namecache.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
coda_namecache.h bcmp -> memcmp 2009-03-18 15:14:29 +00:00
coda_opstats.h
coda_pioctl.h
coda_psdev.c
coda_subr.c
coda_subr.h
coda_venus.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
coda_venus.h
coda_vfsops.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
coda_vfsops.h
coda_vnops.c Remove vlockmgr(). Generic vnode lock operations now use a rwlock located 2010-07-01 13:00:54 +00:00
coda_vnops.h
coda.h Make file_id unsigned so it does not get sign extended when promoted 2009-09-28 10:51:35 +00:00
files.coda Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
README
TODO

$NetBSD: README,v 1.3 2007/04/08 13:50:51 gdt Exp $

Coda is a distributed filesystem.  It is derived from AFS, but
supports disconnected operation, both reading and writing.  This
directory contains the interface between the VFS layer and a
user-space program ("venus") that implements the client part of Coda.
The interface is similar to puffs(9) in many respects.

Coda servers do not need kernel support.

For information on Coda, see
  http://www.coda.cs.cmu.edu

As of April 2007, Coda is not quite stable enough for demanding
production use, but is usable by those who are willing to deal with
problems.  Help can be obtained via the list codalist@coda.cs.cmu.edu.

As of April 2007, pkgsrc/net/coda\* is old, and gdt recommends running
code from Coda's CVS.

As of April 2007, the kernel code has not been tested on 64-bit
architectures.  It runs on i386 and has previously been tested on
sparc.