Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Christoph Hellwig f368b7d7fa ms_block: use blk_mq_alloc_disk
Use the blk_mq_alloc_disk API to simplify the gendisk and request_queue
allocation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Link: https://lore.kernel.org/r/20210602065345.355274-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-06-11 11:53:02 -06:00
arch simdisk: convert to blk_alloc_disk/blk_cleanup_disk 2021-06-01 07:42:24 -06:00
block blk-mq: add the blk_mq_alloc_disk APIs 2021-06-11 11:53:02 -06:00
certs
crypto
Documentation block: move bd_mutex to struct gendisk 2021-06-01 07:44:32 -06:00
drivers ms_block: use blk_mq_alloc_disk 2021-06-11 11:53:02 -06:00
fs block: move bd_part_count to struct gendisk 2021-06-01 07:45:27 -06:00
include blk-mq: add the blk_mq_alloc_disk APIs 2021-06-11 11:53:02 -06:00
init block: factor out a part_devt helper 2021-06-01 07:45:49 -06:00
ipc
kernel rq-qos: fix missed wake-ups in rq_qos_throttle try two 2021-06-08 15:12:57 -06:00
lib
LICENSES
mm block_dump: remove block_dump feature 2021-05-24 06:47:21 -06: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.