No description
Find a file
Bob Peterson b2fb7dab7f GFS2: Delete debugfs files only after we evict the glocks
This patch moves the call to gfs2_delete_debugfs_file so that it
comes after the glock hash table has been cleared. This way we
can query the debugfs files if umount hangs.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
2017-08-09 09:36:39 -05:00
arch Kbuild thin archives updates for v4.13 2017-07-07 15:11:12 -07:00
block
certs
crypto
Documentation Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
drivers Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
firmware
fs GFS2: Delete debugfs files only after we evict the glocks 2017-08-09 09:36:39 -05:00
include Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
init
ipc Writeback error handling fixes (pile #1) 2017-07-07 18:39:15 -07:00
kernel linux-kselftest-4.13-rc1-update 2017-07-07 14:04:47 -07:00
lib Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
mm Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
net
samples
scripts Kbuild thin archives updates for v4.13 2017-07-07 15:11:12 -07:00
security
sound
tools Kbuild updates for v4.13 2017-07-07 14:09:24 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Writeback error handling fixes (pile #2) 2017-07-07 19:38:17 -07:00
Makefile Kbuild thin archives updates for v4.13 2017-07-07 15:11:12 -07:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.