Linux kernel source tree
Go to file
Christoph Hellwig e4f36b249b block: fix peeking requests during PM
We need to look for an active PM request until the next softbarrier
instead of looking for the first non-PM request.  Otherwise any cause
of request reordering might starve the PM request(s).

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2017-11-04 08:17:06 -06:00
Documentation null_blk: add usage hints for no_sched 2017-10-13 10:52:39 -06:00
arch
block block: fix peeking requests during PM 2017-11-04 08:17:06 -06:00
certs
crypto
drivers cdrom: hide CONFIG_CDROM menu selection 2017-11-03 11:02:15 -06:00
firmware
fs block: add a poll_fn callback to struct request_queue 2017-11-03 10:31:48 -06:00
include block: add a poll_fn callback to struct request_queue 2017-11-03 10:31:48 -06:00
init
ipc
kernel sysctl: remove /proc/sys/vm/nr_pdflush_threads 2017-10-04 11:24:16 -06:00
lib
mm block: add a poll_fn callback to struct request_queue 2017-11-03 10:31:48 -06:00
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove Rafael from Opal maintainers. 2017-10-31 14:39:20 -06:00
Makefile
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.