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)
commita9a745daadab26f13884ff26a50fa38247c11ce9
treea68d4b8bf12c9ea405d3a97b0c3015c5de31145f
parented3b4d6cdc81e8feefdbfa3c584614be301b6d39
xfs: Delayed logging design documentation

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>
Documentation/filesystems/xfs-delayed-logging-design.txt [new file with mode: 0644]