Go to file
Hannes Reinecke f50e760523 scsi: csiostor: drop serial_number usage
Use request tag instead of the serial number when printing out logging
messages.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-02-27 09:19:24 -05:00
arch
block scsi: block: remove bidi support 2019-02-05 21:30:27 -05:00
certs
crypto
Documentation scsi: ufs-bsg: Allow reading descriptors 2019-02-27 09:00:02 -05:00
drivers scsi: csiostor: drop serial_number usage 2019-02-27 09:19:24 -05:00
firmware
fs scsi: fs: remove exofs 2019-02-05 21:28:13 -05:00
include scsi: clean obsolete return values of eh_timed_out 2019-02-26 10:10:01 -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
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.