docs: filesystems: caching/netfs-api.txt: convert it to ReST
Mauro Carvalho Chehab authored

- Add a SPDX header;
- Adjust document and section titles;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add it to filesystems/caching/index.rst.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/cfe4cb1bf8e1f0093d44c30801ec42e74721e543.1588021877.git.mchehab+huawei@kernel.org

Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
efc930fa
Name Last commit Last update
Documentation docs: filesystems: caching/netfs-api.txt: convert it to ReST
LICENSES LICENSES: Rename other to deprecated
arch docs: fix broken references for ReST files that moved around
block Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers ata: libata-core: fix a doc warning
fs docs: filesystems: caching/netfs-api.txt: convert it to ReST
include docs: filesystems: caching/netfs-api.txt: convert it to ReST
init Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc/util.c: sysvipc_find_ipc() should increase position index
kernel futex: get rid of a kernel-docs build warning
lib docs: Add rbtree documentation to the core-api
mm docs: fix broken references to text files
net Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
samples samples/hw_breakpoint: drop use of kallsyms_lookup_name()
scripts scripts: sphinx-pre-install: change the output order
security Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
sound Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools docs: Add rbtree documentation to the core-api
usr kbuild: fix comment about missing include guard detection
virt docs: fix broken references to text files
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.