xfs: Delayed logging design documentation
authorDave Chinner <dchinner@redhat.com>
Fri, 14 May 2010 11:43:11 +0000 (21:43 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 24 May 2010 15:35:39 +0000 (10:35 -0500)
Document the design of the delayed logging implementation. This
includes assumptions made, dead ends followed, the reasoning behind
the structuring of the code, the layout of various structures, how
things fit together, traps and pit-falls avoided, etc. This is all
too much to document in the code itself, so do it in a separate
file.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found