Linux kernel source tree
Go to file
Christoph Hellwig 7ea4d8a4d6 blk-mq: move more request initialization to blk_mq_rq_ctx_init
Don't split request initialization between __blk_mq_alloc_request and
blk_mq_rq_ctx_init.  Also remove the op argument as it can be derived
from the blk_mq_alloc_data structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-05-29 10:23:24 -06:00
Documentation Documentation: Document the blk-crypto framework 2020-05-14 09:46:54 -06:00
LICENSES
arch
block blk-mq: move more request initialization to blk_mq_rq_ctx_init 2020-05-29 10:23:24 -06:00
certs
crypto
drivers nvme: force complete cancelled requests 2020-05-29 10:21:59 -06:00
fs block: remove the error_sector argument to blkdev_issue_flush 2020-05-22 08:45:46 -06:00
include blk-mq: remove the bio argument to ->prepare_request 2020-05-29 10:23:24 -06:00
init
ipc
kernel blktrace: Report pid with note messages 2020-05-16 14:29:39 -06:00
lib
mm bdi: remove the name field in struct backing_dev_info 2020-05-09 16:15:13 -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

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.