openafs/doc/txt
Michael Meffie b4c3baa2e2 doc: add a document to describe rx debug packets
This document gives a basic description of Rx debug packets, the
protocol to exchange debug packets, and the version history.

Change-Id: Ic040d336c1e463f7da145f1a292c20c5d5f215df
Reviewed-on: https://gerrit.openafs.org/12677
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
2017-08-03 20:47:43 -04:00
..
examples doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
winnotes Windows: changelog prior to branching openafs-devel-1_7_x 2011-09-15 12:18:16 -07:00
afs_rwlocks relocate old afs docs to doc/txt 2017-07-26 19:39:43 -04:00
arch-overview.h doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
dafs-fsa.dot doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
dafs-overview.txt doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
dafs-vnode-fsa.dot doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
file-reorg relocate old afs docs to doc/txt 2017-07-26 19:39:43 -04:00
fssync.txt doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
ka2heim.txt doc-heimdal-conversion-howto-20011224 2001-12-24 21:19:07 +00:00
linux-nfstrans doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
prdb.txt Document the prdb (ubik) file format 2013-07-12 08:06:12 -07:00
README doc: relocate notes from arch to txt 2017-08-03 20:44:28 -04:00
rx-debug.txt doc: add a document to describe rx debug packets 2017-08-03 20:47:43 -04:00
rx-spec.txt doc: add kolya's rx-spec to doc/txt 2017-08-03 20:46:47 -04:00
ubik.txt doc: Add introduction and credits to ubik.txt 2017-06-29 21:39:32 -04:00
vldb.txt doc: document the vldb free list 2014-12-17 10:55:48 -05:00
vm-integration relocate old afs docs to doc/txt 2017-07-26 19:39:43 -04:00

- dafs-fsa.dot is a description of the finite-state machine for volume
states in the Demand Attach fileserver
- dafs-vnode-fsa.dot is a description of the finite-state machine
for vnodes in the Demand Attach fileserver.

Both diagrams are in Dot (http://www.graphviz.org) format,
and can be converted to graphics formats via an
an invocation like:

    dot -Tsvg dafs-fsa.dot > dafs-fsa.svg