No description
Find a file
Christoph Hellwig 27410a8927 nbd: remove REQ_TYPE_DRV_PRIV leftovers
Disconnects don't use block layer requests these days, so all handling
of private requests is dead code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-01-31 14:00:25 -07:00
arch Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-01-22 12:47:48 -08:00
block block: make scsi_request and scsi ioctl support optional 2017-01-31 10:53:05 -07:00
certs
crypto
Documentation
drivers nbd: remove REQ_TYPE_DRV_PRIV leftovers 2017-01-31 14:00:25 -07:00
firmware
fs block: make scsi_request and scsi ioctl support optional 2017-01-31 10:53:05 -07:00
include block: split scsi_request out of struct request 2017-01-27 15:08:35 -07:00
init
ipc
kernel block: cleanup tracing 2017-01-27 15:08:35 -07:00
lib Merge branch 'for-4.11/block' into for-4.11/rq-refactor 2017-01-27 15:08:31 -07:00
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-4.11/block' into for-4.11/rq-refactor 2017-01-27 15:08:31 -07:00
Makefile Linux 4.10-rc5 2017-01-22 12:54:15 -08:00
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.