Linux kernel source tree
Go to file
Martin K. Petersen d1420f2c0f scsi: MAINTAINERS: SCSI initiator and target tweaks
Nic has been absent for a while and target changes now go through the SCSI
tree. To avoid confusion wrt. the NVMe target, clarify that this entry
refers to the SCSI target subsystem.

Also add patchwork links for both SCSI initiator and target.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-02-26 10:07:29 -05:00
arch
block scsi: block: remove bidi support 2019-02-05 21:30:27 -05:00
certs
crypto
Documentation scsi: dt-bindings: ufs: Add HI3670 UFS controller binding 2019-02-19 18:58:34 -05:00
drivers scsi: fcoe: make use of fip_mode enum complete 2019-02-19 18:58:38 -05:00
firmware
fs scsi: fs: remove exofs 2019-02-05 21:28:13 -05:00
include scsi: fcoe: make use of fip_mode enum complete 2019-02-19 18:58:38 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS scsi: MAINTAINERS: SCSI initiator and target tweaks 2019-02-26 10:07:29 -05:00
Makefile Linux 5.0-rc1 2019-01-06 17:08:20 -08: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.