Hi all, This series converts the existing in-kernel xfs documentation to rst format, links it in with the rest of the kernel's rst documetation, and then begins pulling in the contents of the Data Structures & Algorithms book from the xfs-documentation git tree. No changes are made to the text during the import process except to fix things that the conversion process (asciidoctor + pandoc) didn't do correctly. The goal of this series is to tie together the XFS code with the on-disk format documentation for the features supported by the code. I've built the docs and put them here, in case you hate reading rst: https://djwong.org/docs/kdoc/admin-guide/xfs.html https://djwong.org/docs/kdoc/filesystems/xfs-data-structures/index.html I've posted a branch here because the png import patch is huge: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=docs-4.20-merge The patchset should apply cleanly against 4.19-rc6. Comments and questions are, as always, welcome. --D