NetBSD/sys/coda
gdt 664f30be9e Stop doing vref of vnodes on open (and vrele on close); this makes no
sense.

Improve coda_inactive, turning commented out DIAGNOSTIC checks into printfs.

minor style/comment fixes.
2007-04-15 14:10:28 +00:00
..
cnode.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
coda_io.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
coda_kernel.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
coda_namecache.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
coda_namecache.h integrate kauth. 2006-05-14 21:19:33 +00:00
coda_opstats.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
coda_pioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
coda_psdev.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
coda_subr.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
coda_subr.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
coda_venus.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
coda_venus.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
coda_vfsops.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
coda_vfsops.h integrate kauth. 2006-05-14 21:19:33 +00:00
coda_vnops.c Stop doing vref of vnodes on open (and vrele on close); this makes no 2007-04-15 14:10:28 +00:00
coda_vnops.h integrate kauth. 2006-05-14 21:19:33 +00:00
coda.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
files.coda merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
README Remove cruft. Update to current reality. 2007-04-08 13:50:51 +00:00
TODO Remove cruft. Update to current reality. 2007-04-08 13:50:51 +00:00

$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.