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 2023-02-01 21:52:02
File README 1284 bytes 2023-02-01 21:49:50
File TODO 408 bytes 2023-02-01 21:49:50
C file cnode.h 6539 bytes 2023-02-01 21:49:50
C file coda.h 20333 bytes 2023-02-01 21:49:50
C file coda_io.h 2424 bytes 2023-02-01 21:49:50
C file coda_namecache.c 20023 bytes 2023-02-01 21:49:50
C file coda_namecache.h 5684 bytes 2023-02-01 21:49:50
C file coda_opstats.h 4678 bytes 2023-02-01 21:49:50
C file coda_pioctl.h 2714 bytes 2023-02-01 21:49:50
C file coda_psdev.c 19865 bytes 2023-02-01 21:49:50
C file coda_subr.c 14074 bytes 2023-02-01 21:49:50
C file coda_subr.h 2013 bytes 2023-02-01 21:49:50
C file coda_venus.c 21502 bytes 2023-02-01 21:49:50
C file coda_venus.h 3988 bytes 2023-02-01 21:49:50
C file coda_vfsops.c 16544 bytes 2023-02-01 21:49:50
C file coda_vfsops.h 2674 bytes 2023-02-01 21:49:50
C file coda_vnops.c 56918 bytes 2023-02-01 21:49:50
C file coda_vnops.h 3024 bytes 2023-02-01 21:49:50
File files.coda 325 bytes 2023-02-01 21:49:50

    1 $NetBSD: README,v 1.4 2012/08/04 12:47:00 christos 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 Sat Aug  4 15:45:27 EEST 2012
   15         - The coda/vcoda modules have been tested for read/write
   16           operations and load/unload on amd64 with a DEBUG/DIAGNOSTIC
   17           kernel and there are no locking errors.
   18         - If you find issues with coda, please file a bug report.
   19           Also help can be obtained via the list codalist@coda.cs.cmu.edu.
   20         - Pkgsrc/net/coda has the latest source available from cmu and
   21           has been fixed to co-exist with openafs (openafs has been modified)
   22 
   23 To test:
   24 - Install pkgsrc/net/coda
   25 
   26 # rm -fr /var/lib/coda                  # remove junk if there was a crash
   27 # /usr/pkg/sbin/venus-setup xxxx        # xxxx the domain name
   28 # /usr/pkg/sbin/venus
   29 # clog guest@testserver.coda.cs.cmu.edu # password is guest
   30 # echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0 
   31 
   32 You should be able to access things in /coda

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