No description
Find a file
David Milburn e126e8210e nvme-fc: cancel async events before freeing event struct
Cancel async event work in case async event has been queued up, and
nvme_fc_submit_async_event() runs after event has been freed.

Signed-off-by: David Milburn <dmilburn@redhat.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-09-08 19:46:29 +02:00
arch parisc: fix PMD pages allocation by restoring pmd_alloc_one() 2020-08-16 10:53:13 -07:00
block block: restore a specific error code in bdev_del_partition 2020-09-08 08:18:24 -06:00
certs
crypto
Documentation nvme: rename and document nvme_end_request 2020-08-21 17:14:28 -06:00
drivers nvme-fc: cancel async events before freeing event struct 2020-09-08 19:46:29 +02:00
fs io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
include block: allow for_each_bvec to support zero len bvec 2020-09-02 20:59:40 -06:00
init
ipc
kernel io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Cleanup, SECCOMP_FILTER support, message printing fixes, and other 2020-08-15 18:50:32 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add missing header files to BLOCK LAYER section 2020-08-21 17:09:29 -06:00
Makefile Linux 5.9-rc1 2020-08-16 13:04:57 -07:00
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.