1. 03 3月, 2020 28 次提交
  2. 14 2月, 2020 1 次提交
  3. 06 2月, 2020 1 次提交
  4. 29 1月, 2020 1 次提交
  5. 11 1月, 2020 1 次提交
  6. 19 11月, 2019 1 次提交
  7. 18 9月, 2019 1 次提交
  8. 01 8月, 2019 2 次提交
    • M
      docs: fs: convert porting to ReST · 25b532ce
      Mauro Carvalho Chehab 提交于
      This file has its own proper style, except that, after a while,
      the coding style gets violated and whitespaces are placed on
      different ways.
      
      As Sphinx and ReST are very sentitive to whitespace differences,
      I had to opt if each entry after required/mandatory/... fields
      should start with zero spaces or with a tab. I opted to start them
      all from the zero position, in order to avoid needing to break lines
      with more than 80 columns, with would make harder for review.
      
      Most of the other changes at porting.rst were made to use an unified
      notation with works nice as a text file while also produce a good html
      output after being parsed.
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      25b532ce
    • M
      docs: fs: convert docs without extension to ReST · ec23eb54
      Mauro Carvalho Chehab 提交于
      There are 3 remaining files without an extension inside the fs docs
      dir.
      
      Manually convert them to ReST.
      
      In the case of the nfs/exporting.rst file, as the nfs docs
      aren't ported yet, I opted to convert and add a :orphan: there,
      with should be removed when it gets added into a nfs-specific
      part of the fs documentation.
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      ec23eb54
  9. 29 7月, 2019 1 次提交
  10. 09 7月, 2019 1 次提交
  11. 27 6月, 2019 1 次提交
  12. 30 5月, 2019 1 次提交
    • T
      docs: filesystems: vfs: Convert vfs.txt to RST · af96c1e3
      Tobin C. Harding 提交于
      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: NTobin C. Harding <tobin@kernel.org>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      af96c1e3