Go to file
Mauro Carvalho Chehab 53a41d3eec docs: filesystems: convert seq_file.txt to ReST
- Add a SPDX header;
- Add a document title;
- Adjust section titles;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add it to filesystems/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/f950a0a56178ee05872ae2a2711a04d7af8ebb24.1588021877.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-05-05 09:22:23 -06:00
Documentation docs: filesystems: convert seq_file.txt to ReST 2020-05-05 09:22:23 -06:00
LICENSES
arch
block
certs
crypto
drivers
fs docs: filesystems: convert mandatory-locking.txt to ReST 2020-05-05 09:22:22 -06:00
include docs: filesystems: convert mount_api.txt to ReST 2020-05-05 09:22:23 -06:00
init
ipc
kernel
lib
mm
net
samples
scripts scripts: sphinx-pre-install: change the output order 2020-04-28 12:52:52 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Add entry for Leonardo Bras 2020-04-28 12:27:45 -06:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: filesystems: convert quota.txt to ReST 2020-05-05 09:22:23 -06:00
Makefile
README

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.