]> www.infradead.org Git - users/hch/xfs-documentation.git/commit
XFS design documentation
authorDave Chinner <dchinner@redhat.com>
Tue, 4 Feb 2014 06:20:25 +0000 (17:20 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 4 Feb 2014 06:20:25 +0000 (17:20 +1100)
commit614d79afd00b9bb67c890423eb2bd4359b36d5f6
tree36968cac5645dd1083ae891b8ab61e87f02b3747
parent1639731d950db12514557a082e1e6f1463d012ea
XFS design documentation

All technical documentation relating to the design and architecture
of the XFS filesystem will end up in the design/ directory. As a
first step, bring the delayed logging design documentation in the
kernel directory over and convert it to asciidoc format.

This gives us a build target to start adding makefile infrastructure
around to build the documentations. Initially, just start with
generating PDF format documentation.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
design/Makefile [new file with mode: 0644]
design/xfs-delayed-logging-design.asciidoc [new file with mode: 0644]