1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Christoph Hellwig 0384264ea8 block: pass a gendisk to bdev_disk_changed
bdev_disk_changed can only operate on whole devices.  Make that clear
by passing a gendisk instead of the struct block_device.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210624123240.441814-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-06-24 12:01:06 -06:00
arch simdisk: convert to blk_alloc_disk/blk_cleanup_disk 2021-06-01 07:42:24 -06:00
block block: pass a gendisk to bdev_disk_changed 2021-06-24 12:01:06 -06:00
certs
crypto
Documentation block: Introduce the ioprio rq-qos policy 2021-06-21 15:03:40 -06:00
drivers block: pass a gendisk to bdev_disk_changed 2021-06-24 12:01:06 -06:00
fs block: pass a gendisk to bdev_disk_changed 2021-06-24 12:01:06 -06:00
include block: pass a gendisk to bdev_disk_changed 2021-06-24 12:01:06 -06:00
init block: factor out a part_devt helper 2021-06-01 07:45:49 -06:00
ipc
kernel rq-qos: fix missed wake-ups in rq_qos_throttle try two 2021-06-08 15:12:57 -06:00
lib
LICENSES
mm block_dump: remove block_dump feature 2021-05-24 06:47:21 -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 Linux 5.13-rc3 2021-05-23 11:42:48 -10:00
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.