The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/coda/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2011-05-23 18:08:43
File README 905 bytes 2007-04-08 13:50:51
File TODO 408 bytes 2007-04-08 13:50:51
C file cnode.h 6727 bytes 2008-03-21 17:59:57
C file coda.h 20174 bytes 2011-05-23 17:48:35
C file coda_io.h 2399 bytes 2005-12-11 12:19:50
C file coda_namecache.c 20047 bytes 2007-11-22 22:26:18
C file coda_namecache.h 5682 bytes 2007-11-22 22:26:19
C file coda_opstats.h 4678 bytes 2005-12-11 12:19:50
C file coda_pioctl.h 2689 bytes 2005-12-11 12:19:50
C file coda_psdev.c 19191 bytes 2008-05-06 18:43:44
C file coda_subr.c 14329 bytes 2007-10-10 20:42:21
C file coda_subr.h 1972 bytes 2005-12-11 12:19:50
C file coda_venus.c 21622 bytes 2011-05-23 17:48:35
C file coda_venus.h 3988 bytes 2007-03-04 06:01:12
C file coda_vfsops.c 16389 bytes 2008-05-10 02:26:09
C file coda_vfsops.h 2556 bytes 2007-11-26 19:01:28
C file coda_vnops.c 57599 bytes 2011-05-23 17:48:35
C file coda_vnops.h 3094 bytes 2006-05-14 21:24:49
File files.coda 340 bytes 2005-12-11 12:19:50

    1 $NetBSD: README,v 1.3 2007/04/08 13:50:51 gdt Exp $
    2 
    3 Coda is a distributed filesystem.  It is derived from AFS, but
    4 supports disconnected operation, both reading and writing.  This
    5 directory contains the interface between the VFS layer and a
    6 user-space program ("venus") that implements the client part of Coda.
    7 The interface is similar to puffs(9) in many respects.
    8 
    9 Coda servers do not need kernel support.
   10 
   11 For information on Coda, see
   12   http://www.coda.cs.cmu.edu
   13 
   14 As of April 2007, Coda is not quite stable enough for demanding
   15 production use, but is usable by those who are willing to deal with
   16 problems.  Help can be obtained via the list codalist@coda.cs.cmu.edu.
   17 
   18 As of April 2007, pkgsrc/net/coda\* is old, and gdt recommends running
   19 code from Coda's CVS.
   20 
   21 As of April 2007, the kernel code has not been tested on 64-bit
   22 architectures.  It runs on i386 and has previously been tested on
   23 sparc.
   24 

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.