Linux kernel source tree
Go to file
Christoph Hellwig 39795d6534 block: don't hold the queue_lock over blk_abort_request
There is nothing it could synchronize against, so don't go through
the pains of acquiring the lock.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-11-15 12:13:18 -07:00
arch
block block: don't hold the queue_lock over blk_abort_request 2018-11-15 12:13:18 -07:00
certs
crypto
Documentation block: remove legacy IO schedulers 2018-11-07 13:42:32 -07:00
drivers block: don't hold the queue_lock over blk_abort_request 2018-11-15 12:13:18 -07:00
firmware
fs block: add REQ_HIPRI and inherit it from IOCB_HIPRI 2018-11-07 13:45:00 -07:00
include block: remove deadline __deadline manipulation helpers 2018-11-15 12:13:16 -07:00
init block: remove dead elevator code 2018-11-07 13:42:32 -07:00
ipc
kernel Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.21/block 2018-11-07 13:43:54 -07:00
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
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.