Go to file
Christoph Hellwig 2d60738c8f nvme-rdma: store the generic nvme_ctrl in set->driver_data
Point the private data to the generic controller structure in preparation
of using the common tagset init/exit code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
2022-09-27 14:44:16 +02:00
arch s390/dasd: suppress generic error messages for PPRC secondary devices 2022-09-21 08:32:51 -06:00
block blk-cgroup: pass a gendisk to the blkg allocation helpers 2022-09-26 19:17:28 -06:00
certs
crypto
Documentation
drivers nvme-rdma: store the generic nvme_ctrl in set->driver_data 2022-09-27 14:44:16 +02:00
fs
include nvme: improve the NVME_CONNECT_AUTHREQ* definitions 2022-09-27 09:22:09 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm blk-cgroup: pass a gendisk to blkcg_schedule_throttle 2022-09-26 19:17:28 -06:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS nvme-auth: add a MAINTAINERS entry 2022-09-27 14:44:03 +02: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.