The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Christoph Hellwig b739e13705 nvme: cleanup how disk->disk_name is assigned
They way how assigning the disk name and commenting on why it is done
is split over core.c and multipath.c seems to be rather confusing.

Now that ns_head->disk always exists we can do all the work in core.c
and have a single big comment explaining the issues.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
2022-03-16 09:47:01 +01:00
Documentation block: remove biodoc.rst 2022-02-15 07:47:52 -07:00
LICENSES
arch iss-simdisk: use bvec_kmap_local in simdisk_submit_bio 2022-03-04 12:29:20 -07:00
block block: default BLOCK_LEGACY_AUTOLOAD to y 2022-02-27 14:49:23 -07:00
certs
crypto
drivers nvme: cleanup how disk->disk_name is assigned 2022-03-16 09:47:01 +01:00
fs block: pass a block_device to bio_clone_fast 2022-02-04 07:43:18 -07:00
include nvme: expose cntrltype and dctype through sysfs 2022-02-28 13:45:06 +02:00
init block: remove genhd.h 2022-02-02 07:49:59 -07:00
ipc
kernel block: check that there is a plug in blk_flush_plug 2022-02-02 07:50:00 -07:00
lib lib/raid6: Include <asm/ppc-opcode.h> for VPERMXOR 2022-03-08 15:20:21 -08:00
mm block: pass a block_device and opf to bio_alloc 2022-02-02 07:49:59 -07:00
net
samples
scripts
security block: remove genhd.h 2022-02-02 07:49:59 -07:00
sound
tools tools/testing/scatterlist: add missing defines 2022-01-30 09:56:58 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add bio.h to the block section 2022-02-02 07:50:00 -07:00
Makefile Linux 5.17-rc2 2022-01-30 15:37:07 +02:00
README

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.