No description
Find a file
Bart Van Assche 76f17d8ba1 block: Rename the null_blk_mod kernel module back into null_blk
Commit ca4b2a0119 ("null_blk: add zone support") breaks several
blktests scripts because it renamed the null_blk kernel module into
null_blk_mod. Hence rename null_blk_mod back into null_blk.

Fixes: ca4b2a0119 ("null_blk: add zone support")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Matias Bjorling <matias.bjorling@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-07-24 09:54:36 -06:00
arch
block blk-mq: fail the request in case issue failure 2018-07-22 17:31:18 -06:00
certs
crypto
Documentation blkcg: Track DISCARD statistics and output them in cgroup io.stat 2018-07-18 08:44:23 -06:00
drivers block: Rename the null_blk_mod kernel module back into null_blk 2018-07-24 09:54:36 -06:00
firmware
fs block: Define and use STAT_READ and STAT_WRITE 2018-07-18 08:44:18 -06:00
include blkcg: Track DISCARD statistics and output them in cgroup io.stat 2018-07-18 08:44:23 -06:00
init
ipc
kernel Blktrace: bail out early if block debugfs is not configured 2018-07-09 09:07:52 -06:00
lib
LICENSES
mm mm: skip readahead if the cgroup is congested 2018-07-09 09:07:54 -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.
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.