Go to file
James Smart 6e2e312ea7 nvmet-fc: remove the IN_ISR deferred scheduling options
All target lldd's call the cmd receive and op completions in non-isr
thread contexts. As such the IN_ISR options are not necessary.
Remove the functionality and flags, which also removes cpu assignments
to queues.

Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-12-07 22:26:57 -07:00
arch
block blk-mq: re-build queue map in case of kdump kernel 2018-12-07 22:26:38 -07:00
certs
crypto
Documentation blkcg: associate writeback bios with a blkg 2018-12-07 22:26:37 -07:00
drivers nvmet-fc: remove the IN_ISR deferred scheduling options 2018-12-07 22:26:57 -07:00
firmware
fs blkcg: associate writeback bios with a blkg 2018-12-07 22:26:37 -07:00
include nvmet-fc: remove the IN_ISR deferred scheduling options 2018-12-07 22:26:57 -07:00
init
ipc
kernel blkcg: remove additional reference to the css 2018-12-07 22:26:37 -07:00
lib
LICENSES
mm blkcg: associate a blkg for pages being evicted by swap 2018-12-07 22:26:37 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.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.