commit | a9a745daadab26f13884ff26a50fa38247c11ce9 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri May 14 21:43:11 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon May 24 10:35:39 2010 -0500 |
tree | a68d4b8bf12c9ea405d3a97b0c3015c5de31145f | |
parent | ed3b4d6cdc81e8feefdbfa3c584614be301b6d39 [diff] |
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>