All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
To: corbet@lwn.net, mchehab+samsung@kernel.org
Cc: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	skhan@linuxfoundation.org,
	linux-kernel-mentees@lists.linuxfoundation.org
Subject: [PATCH 0/5] Documentation: nfs: convert remaining files to ReST.
Date: Mon, 30 Dec 2019 02:04:42 -0300	[thread overview]
Message-ID: <cover.1577681894.git.dwlsalmeida@gmail.com> (raw)

From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>

This series completes the conversion of Documentation/filesystems/nfs to ReST.

Note that I chose csv-table over list-table because csv files are easier
to export from other software. 

I did not think these rst files were supposed to be
in admin-guide, so I left them where they are.

Daniel W. S. Almeida (5):
  Documentation: nfs: convert pnfs.txt to ReST
  Documentation: nfs: rpc-cache: convert to ReST
  Documentation: nfs: rpc-server-gss: convert to ReST
  Documentation: nfs: nfs41-server: convert to ReST
  Documentation: nfs: knfsd-stats: convert to ReST

 Documentation/filesystems/index.rst           |   1 +
 Documentation/filesystems/nfs/index.rst       |  13 ++
 .../nfs/{knfsd-stats.txt => knfsd-stats.rst}  |  17 +-
 .../filesystems/nfs/nfs41-server.rst          | 181 ++++++++++++++++++
 .../filesystems/nfs/nfs41-server.txt          | 173 -----------------
 .../filesystems/nfs/{pnfs.txt => pnfs.rst}    |  25 ++-
 .../nfs/{rpc-cache.txt => rpc-cache.rst}      | 136 +++++++------
 ...{rpc-server-gss.txt => rpc-server-gss.rst} |  19 +-
 8 files changed, 306 insertions(+), 259 deletions(-)
 create mode 100644 Documentation/filesystems/nfs/index.rst
 rename Documentation/filesystems/nfs/{knfsd-stats.txt => knfsd-stats.rst} (95%)
 create mode 100644 Documentation/filesystems/nfs/nfs41-server.rst
 delete mode 100644 Documentation/filesystems/nfs/nfs41-server.txt
 rename Documentation/filesystems/nfs/{pnfs.txt => pnfs.rst} (87%)
 rename Documentation/filesystems/nfs/{rpc-cache.txt => rpc-cache.rst} (66%)
 rename Documentation/filesystems/nfs/{rpc-server-gss.txt => rpc-server-gss.rst} (92%)

-- 
2.24.1


WARNING: multiple messages have this Message-ID (diff)
From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
To: corbet@lwn.net, mchehab+samsung@kernel.org
Cc: linux-kernel@vger.kernel.org,
	linux-kernel-mentees@lists.linuxfoundation.org,
	"Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	linux-doc@vger.kernel.org
Subject: [Linux-kernel-mentees] [PATCH 0/5] Documentation: nfs: convert remaining files to ReST.
Date: Mon, 30 Dec 2019 02:04:42 -0300	[thread overview]
Message-ID: <cover.1577681894.git.dwlsalmeida@gmail.com> (raw)

From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>

This series completes the conversion of Documentation/filesystems/nfs to ReST.

Note that I chose csv-table over list-table because csv files are easier
to export from other software. 

I did not think these rst files were supposed to be
in admin-guide, so I left them where they are.

Daniel W. S. Almeida (5):
  Documentation: nfs: convert pnfs.txt to ReST
  Documentation: nfs: rpc-cache: convert to ReST
  Documentation: nfs: rpc-server-gss: convert to ReST
  Documentation: nfs: nfs41-server: convert to ReST
  Documentation: nfs: knfsd-stats: convert to ReST

 Documentation/filesystems/index.rst           |   1 +
 Documentation/filesystems/nfs/index.rst       |  13 ++
 .../nfs/{knfsd-stats.txt => knfsd-stats.rst}  |  17 +-
 .../filesystems/nfs/nfs41-server.rst          | 181 ++++++++++++++++++
 .../filesystems/nfs/nfs41-server.txt          | 173 -----------------
 .../filesystems/nfs/{pnfs.txt => pnfs.rst}    |  25 ++-
 .../nfs/{rpc-cache.txt => rpc-cache.rst}      | 136 +++++++------
 ...{rpc-server-gss.txt => rpc-server-gss.rst} |  19 +-
 8 files changed, 306 insertions(+), 259 deletions(-)
 create mode 100644 Documentation/filesystems/nfs/index.rst
 rename Documentation/filesystems/nfs/{knfsd-stats.txt => knfsd-stats.rst} (95%)
 create mode 100644 Documentation/filesystems/nfs/nfs41-server.rst
 delete mode 100644 Documentation/filesystems/nfs/nfs41-server.txt
 rename Documentation/filesystems/nfs/{pnfs.txt => pnfs.rst} (87%)
 rename Documentation/filesystems/nfs/{rpc-cache.txt => rpc-cache.rst} (66%)
 rename Documentation/filesystems/nfs/{rpc-server-gss.txt => rpc-server-gss.rst} (92%)

-- 
2.24.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

             reply	other threads:[~2019-12-30  5:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-30  5:04 Daniel W. S. Almeida [this message]
2019-12-30  5:04 ` [Linux-kernel-mentees] [PATCH 0/5] Documentation: nfs: convert remaining files to ReST Daniel W. S. Almeida
2019-12-30  5:04 ` [PATCH 1/5] Documentation: nfs: convert pnfs.txt " Daniel W. S. Almeida
2019-12-30  5:04   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2019-12-30  5:04 ` [PATCH 2/5] Documentation: nfs: rpc-cache: convert " Daniel W. S. Almeida
2019-12-30  5:04   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2019-12-30  5:04 ` [PATCH 3/5] Documentation: nfs: rpc-server-gss: " Daniel W. S. Almeida
2019-12-30  5:04   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2019-12-30  5:04 ` [PATCH 4/5] Documentation: nfs: nfs41-server: " Daniel W. S. Almeida
2019-12-30  5:04   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2019-12-30  5:04 ` [PATCH 5/5] Documentation: nfs: knfsd-stats: " Daniel W. S. Almeida
2019-12-30  5:04   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-01-17 17:32 ` [PATCH 0/5] Documentation: nfs: convert remaining files " Jonathan Corbet
2020-01-17 17:32   ` [Linux-kernel-mentees] " Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1577681894.git.dwlsalmeida@gmail.com \
    --to=dwlsalmeida@gmail.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+samsung@kernel.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.