1. 08 Jun, 2019 8 commits
  2. 07 Jun, 2019 15 commits
  3. 06 Jun, 2019 4 commits
  4. 04 Jun, 2019 1 commit
  5. 31 May, 2019 1 commit
  6. 30 May, 2019 9 commits
  7. 29 May, 2019 2 commits
    • Tobin C. Harding's avatar
      docs: filesystems: vfs: Convert vfs.txt to RST · af96c1e3
      Tobin C. Harding authored
      vfs.txt is currently stale.  If we convert it to RST this is a good
      first step in the process of getting the VFS documentation up to date.
      
      This patch does the following (all as a single patch so as not to
      introduce any new SPHINX build warnings)
      
       - Use '.. code-block:: c' for C code blocks and indent the code blocks.
       - Use double backticks for struct member descriptions.
       - Fix a couple of build warnings by guarding pointers (*) with double
         backticks .e.g  ``*ptr``.
       - Add vfs to Documentation/filesystems/index.rst
      
      The member descriptions paragraph indentation was not touched.  It is
      not pretty but these do not cause build warnings.  These descriptions
      all need updating anyways so leave it as it is for now.
      Signed-off-by: default avatarTobin C. Harding <tobin@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      af96c1e3
    • Tobin C. Harding's avatar
      docs: filesystems: vfs: Convert spaces to tabs · 1b44ae63
      Tobin C. Harding authored
      There are bunch of places with 8 spaces, in preparation for correctly
      indenting all code snippets (during conversion to RST) change these to
      use tabspaces.
      
      This patch is whitespace only.
      
      Convert instances of 8 consecutive spaces to a single tabspace.
      Signed-off-by: default avatarTobin C. Harding <tobin@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      1b44ae63