Linux kernel source tree
Go to file
Jens Axboe 340ff32167 elevator: remove redundant warnings on IO scheduler switch
We warn twice for switching to a scheduler, if that switch fails.
As we also report the failure in the return value to the
sysfs write, remove the dmesg induced failures.

Keep the failure print for warning to switch to the kconfig
selected IO scheduler, as we can't report errors for that in
any other way.

Signed-off-by: Jens Axboe <axboe@fb.com>
2017-05-10 07:40:04 -06:00
arch DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
block elevator: remove redundant warnings on IO scheduler switch 2017-05-10 07:40:04 -06:00
certs
crypto
Documentation block, bfq: stress that low_latency must be off to get max throughput 2017-05-10 07:39:43 -06:00
drivers nvme: lightnvm: fix memory leak 2017-05-10 07:39:43 -06:00
firmware
fs Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 2017-05-06 11:51:46 -07:00
include Changes for 4.12: 2017-05-06 11:46:16 -07:00
init initramfs: avoid "label at end of compound statement" error 2017-05-06 10:27:13 -07:00
ipc
kernel
lib refcount: change EXPORT_SYMBOL markings 2017-05-06 11:01:34 -07:00
mm Staging/IIO patches for 4.12-rc1 2017-05-05 18:16:23 -07:00
net
samples
scripts DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
security
sound
tools libnvdimm for 4.12 2017-05-05 18:49:20 -07:00
usr
virt arm64 updates for 4.12: 2017-05-05 12:11:37 -07:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Staging/IIO patches for 4.12-rc1 2017-05-05 18:16:23 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Staging/IIO patches for 4.12-rc1 2017-05-05 18:16:23 -07:00
Makefile
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.