]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8dc02b0b2bf4d044c16cdd337ec3e01f87c74952
treea68d4b8bf12c9ea405d3a97b0c3015c5de31145f
parent4ca64b96ed057c83555bfdb81541e73ad93aeb2c
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]